Translation
COMET
Vilém Zouhar commited on
Commit
179ca65
·
verified ·
1 Parent(s): baf6b2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -5
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 [TODO](TODO) which can be cited as:
145
  ```
146
- @misc{zuefle2025comet,
147
- title={COMET-poly: Machine Translation Metric Grounded in Other Candidates},
148
- author={Maike Züfle, Vilém Zouhar, Tu Anh Dinh, Felipe Polo, Jan Niehues, Mrinmaya Sachan},
149
- year={2025},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  ```