What's Changed
* Implement reference aggregation (DeNero et al., 2009; Vamvas and Sennrich, 2024) by de9uch1 in https://github.com/naist-nlp/mbrs/pull/8
* Rename modules and classes by de9uch1 in https://github.com/naist-nlp/mbrs/pull/9
* Install CI/CD by de9uch1 in https://github.com/naist-nlp/mbrs/pull/10
* Add documents by de9uch1 in https://github.com/naist-nlp/mbrs/pull/11
* Calculate log-probabilities in mbrs-generate by de9uch1 in https://github.com/naist-nlp/mbrs/pull/12
* Speed up pairwise_scores of BLEURT by de9uch1 in https://github.com/naist-nlp/mbrs/pull/13
* Use multiprocessing for pairwise_scores of BLEU and chrF by de9uch1 in https://github.com/naist-nlp/mbrs/pull/14
* Fix a bug of multiprocessing in mecab-python3 tokenizer used in BLEU by de9uch1 in https://github.com/naist-nlp/mbrs/pull/15
* Treat empty inputs in MetricBLEURT.pairwise_scores() by de9uch1 in https://github.com/naist-nlp/mbrs/pull/16
* Fix the model-based estimation by de9uch1 in https://github.com/naist-nlp/mbrs/pull/17
* Add documents of implementation lists by de9uch1 in https://github.com/naist-nlp/mbrs/pull/18
* Ignore unnecessary arguments in corpus_score() of BLEURT by de9uch1 in https://github.com/naist-nlp/mbrs/pull/19
* Add icon by de9uch1 in https://github.com/naist-nlp/mbrs/pull/20
* Use multiprocessing for all scores() methods in BLEU, chrF, and TER by de9uch1 in https://github.com/naist-nlp/mbrs/pull/21
* Implement YAML-based configuration by de9uch1 in https://github.com/naist-nlp/mbrs/pull/22
* Add documents of YAML configuration by de9uch1 in https://github.com/naist-nlp/mbrs/pull/23
**Full Changelog**: https://github.com/naist-nlp/mbrs/compare/v0.1.1...v0.1.2