xCOMET-lite: Bridging the Gap Between Efficiency and Quality in Learned MT Evaluation Metrics
Daniil Larionov, Mikhail Seleznyov, Vasiliy Viskov, Alexander, Panchenko, Steffen Eger

TL;DR
This paper develops a compressed, efficient version of the xCOMET machine translation evaluation metric using distillation and quantization, maintaining high quality while reducing computational costs.
Contribution
It introduces xCOMET-lite, a significantly smaller and faster metric that retains most of the original's evaluation quality through novel compression techniques.
Findings
Quantization compresses xCOMET up to three times without quality loss.
Distillation produces xCOMET-lite with only 2.6% of parameters but 92.1% of original quality.
xCOMET-lite outperforms smaller existing metrics on the WMT22 dataset.
Abstract
State-of-the-art trainable machine translation evaluation metrics like xCOMET achieve high correlation with human judgment but rely on large encoders (up to 10.7B parameters), making them computationally expensive and inaccessible to researchers with limited resources. To address this issue, we investigate whether the knowledge stored in these large encoders can be compressed while maintaining quality. We employ distillation, quantization, and pruning techniques to create efficient xCOMET alternatives and introduce a novel data collection pipeline for efficient black-box distillation. Our experiments show that, using quantization, xCOMET can be compressed up to three times with no quality degradation. Additionally, through distillation, we create an 278M-sized xCOMET-lite metric, which has only 2.6% of xCOMET-XXL parameters, but retains 92.1% of its quality. Besides, it surpasses strong…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsPruning
