paper-with-me

Papers

SSA-COMET: Do LLMs Outperform Learned Metrics in Evaluating MT for Under-Resourced African Languages?

2025-06-05 · Senyu Li, Jiayi Wang, Felermino D. M. A. Ali, Colin Cherry, Daniel Deutsch, Eleftheria Briakou, Rui Sousa-Silva, Henrique Lopes Cardoso, Pontus Stenetorp, David Ifeoluwa Adelani

Evaluating machine translation (MT) quality for under-resourced African languages remains a significant challenge, as existing metrics often suffer from limited language coverage and poor performance in low-resource settings. While recent efforts, such as AfriCOMET, have addressed some of the issues, they are still constrained by small evaluation sets, a lack of publicly available training data tailored to African languages, and inconsistent performance in extremely low-resource scenarios. In this work, we introduce SSA-MTE, a large-scale human-annotated MT evaluation (MTE) dataset covering 13 African language pairs from the News domain, with over 63,000 sentence-level annotations from a diverse set of MT systems. Based on this data, we develop SSA-COMET and SSA-COMET-QE, improved reference-based and reference-free evaluation metrics. We also benchmark prompting-based approaches using state-of-the-art LLMs like GPT-4o and Claude. Our experimental results show that SSA-COMET models significantly outperform AfriCOMET and are competitive with the strongest LLM (Gemini 2.5 Pro) evaluated in our study, particularly on low-resource languages such as Twi, Luo, and Yoruba. All resources are released under open licenses to support future research.

📄 PDF Abstract BibTeX arXiv:2506.04557

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationSentence

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

DEMETR: Diagnosing Evaluation Metrics for Translation

2022-10-25 · Marzena Karpinska, Nishant Raj, Katherine Thai, Yixiao Song 외

While machine translation evaluation metrics based on string overlap (e.g., BLEU) have their limitations, their computations are transparent: the BLEU score assigned to a particular candidate translation can be traced ba…

DiagnosticMachine TranslationSensitivityTranslation

xCOMET: Transparent Machine Translation Evaluation through Fine-grained Error Detection

2023-10-16 · Nuno M. Guerreiro, Ricardo Rei, Daan van Stigt, Luisa Coheur 외

Widely used learned metrics for machine translation evaluation, such as COMET and BLEURT, estimate the quality of a translation hypothesis by providing a single sentence-level score. As such, they offer little insight in…

Machine TranslationSentenceTranslation

An Analysis on Automated Metrics for Evaluating Japanese-English Chat Translation

2024-12-24 · Andre Rusli, Makoto Shishido

This paper analyses how traditional baseline metrics, such as BLEU and TER, and neural-based methods, such as BERTScore and COMET, score several NMT models performance on chat translation and how these metrics perform wh…

NMTTranslation

xCOMET-lite: Bridging the Gap Between Efficiency and Quality in Learned MT Evaluation Metrics

2024-06-20 · Daniil Larionov, Mikhail Seleznyov, Vasiliy Viskov, Alexander Panchenko 외

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 in…

Machine TranslationQuantization

Proverbs Run in Pairs: Evaluating Proverb Translation Capability of Large Language Model

2025-01-21 · Minghan Wang, Viet-Thanh Pham, Farhad Moghimifar, Thuy-Trang Vu

Despite achieving remarkable performance, machine translation (MT) research remains underexplored in terms of translating cultural elements in languages, such as idioms, proverbs, and colloquial expressions. This paper i…

Language ModelingLanguage ModellingLarge Language ModelMachine Translation+2