Instructions to use zouhar/COMET-poly-base-wmt25 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- COMET
How to use zouhar/COMET-poly-base-wmt25 with COMET:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Vilém Zouhar commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -141,11 +141,29 @@ scores [94.98790740966797, 77.56731414794922, 90.77655029296875]
|
|
| 141 |
```
|
| 142 |
|
| 143 |
The training data is WMT up to 2024 (inclusive) with DA/ESA/MQM merged on a single scale.
|
| 144 |
-
This model is based on the work [
|
| 145 |
```
|
| 146 |
-
@
|
| 147 |
-
title={COMET-poly: Machine Translation Metric Grounded in Other Candidates
|
| 148 |
-
author=
|
| 149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
}
|
| 151 |
```
|
|
|
|
| 141 |
```
|
| 142 |
|
| 143 |
The training data is WMT up to 2024 (inclusive) with DA/ESA/MQM merged on a single scale.
|
| 144 |
+
This model is based on the work [COMET-poly: Machine Translation Metric Grounded in Other Candidates](https://aclanthology.org/2025.wmt-1.63/) which can be cited as:
|
| 145 |
```
|
| 146 |
+
@inproceedings{zufle-etal-2025-comet,
|
| 147 |
+
title = "{COMET}-poly: Machine Translation Metric Grounded in Other Candidates",
|
| 148 |
+
author = {Z{\"u}fle, Maike and
|
| 149 |
+
Zouhar, Vil{\'e}m and
|
| 150 |
+
Dinh, Tu Anh and
|
| 151 |
+
Maia Polo, Felipe and
|
| 152 |
+
Niehues, Jan and
|
| 153 |
+
Sachan, Mrinmaya},
|
| 154 |
+
editor = "Haddow, Barry and
|
| 155 |
+
Kocmi, Tom and
|
| 156 |
+
Koehn, Philipp and
|
| 157 |
+
Monz, Christof",
|
| 158 |
+
booktitle = "Proceedings of the Tenth Conference on Machine Translation",
|
| 159 |
+
month = nov,
|
| 160 |
+
year = "2025",
|
| 161 |
+
address = "Suzhou, China",
|
| 162 |
+
publisher = "Association for Computational Linguistics",
|
| 163 |
+
url = "https://aclanthology.org/2025.wmt-1.63/",
|
| 164 |
+
doi = "10.18653/v1/2025.wmt-1.63",
|
| 165 |
+
pages = "887--904",
|
| 166 |
+
ISBN = "979-8-89176-341-8",
|
| 167 |
+
abstract = "Automated metrics for machine translation attempt to replicate human judgment. Unlike humans, who often assess a translation in the context of multiple alternatives, these metrics typically consider only the source sentence and a single translation. This discrepancy in the evaluation setup may negatively impact the performance of automated metrics. We propose two automated metrics that incorporate additional information beyond the single translation. COMET-polycand uses alternative translations of the same source sentence to compare and contrast with the translation at hand, thereby providing a more informed assessment of its quality. COMET-polyic, inspired by retrieval-based in-context learning, takes in translations of similar source texts along with their human-labeled quality scores to guide the evaluation. We find that including a single additional translation in COMET-polycand improves the segment-level metric performance (0.079 to 0.118 Kendall{'}s tau-b correlation), with further gains when more translations are added. Incorporating retrieved examples in COMET-polyic yields similar improvements (0.079 to 0.116 Kendall{'}s tau-b correlation). We release our models publicly."
|
| 168 |
}
|
| 169 |
```
|