Beyond Literal Mapping: Benchmarking and Improving Non-Literal Translation Evaluation
Yanzhi Tian, Cunxiang Wang, Zeming Liu, Heyan Huang, Wenbo Yu, Dawei Song, Jie Tang, Yuhang Guo
TL;DR
The paper addresses the challenge of evaluating machine translation when non-literal language is prevalent, introducing the MENT meta-evaluation dataset to systematically assess MT metrics in SNS, cross-cultural, poetry, and literature domains. It demonstrates that traditional metrics and static LLM-based judges struggle with non-literal content due to semantic nuance and knowledge cutoffs, motivating the RATE framework. RATE employs a Core Agent to dynamically orchestrate sub-agents—Evaluation, Search, and Comparison—to retrieve background knowledge and calibrate judgments, achieving at least a 3.2 meta-score improvement on MENT and showing robustness on general-domain evaluation. The work advances translation evaluation by enabling adaptive, knowledge-grounded, and calibrated assessments, and provides code and data to foster further research in non-literal MT evaluation.
Abstract
Large Language Models (LLMs) have significantly advanced Machine Translation (MT), applying them to linguistically complex domains-such as Social Network Services, literature etc. In these scenarios, translations often require handling non-literal expressions, leading to the inaccuracy of MT metrics. To systematically investigate the reliability of MT metrics, we first curate a meta-evaluation dataset focused on non-literal translations, namely MENT. MENT encompasses four non-literal translation domains and features source sentences paired with translations from diverse MT systems, with 7,530 human-annotated scores on translation quality. Experimental results reveal the inaccuracies of traditional MT metrics and the limitations of LLM-as-a-Judge, particularly the knowledge cutoff and score inconsistency problem. To mitigate these limitations, we propose RATE, a novel agentic translation evaluation framework, centered by a reflective Core Agent that dynamically invokes specialized sub-agents. Experimental results indicate the efficacy of RATE, achieving an improvement of at least 3.2 meta score compared with current metrics. Further experiments demonstrate the robustness of RATE to general-domain MT evaluation. Code and dataset are available at: https://github.com/BITHLP/RATE.
