#19 · Primary category: Translation & Localization

COMET

artificial-intelligence evaluation-metrics machine-learning machine-translation natural-language-processing nlp

A Neural Framework for MT Evaluation

Project last updated:04/21/26

GitHub Stars

777

Forks

112

Contributors

48

License

Apache-2.0

Why we included this project

COMET exists to answer a question that comes up constantly in machine translation work: is this new MT system actually better than the one we already run? It scores translations against human references, and in referenceless mode it works from just the source and output text, which covers the common case where no gold translation exists. The framework also lets you train your own evaluation metrics on your own data, so it works as both a ready-made scorer and a research toolkit. The newer XCOMET models add error-level detail, flagging which errors in a translation are minor, major, or critical instead of returning a single quality number. If you evaluate MT systems, benchmark models, or build translation tooling, the CLI and docs make it easy to get started.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category