Skip to content

BITHLP/RATE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official repository of "Beyond Literal Mapping: Benchmarking and Improving Non-Literal Translation Evaluation" arXiv

🌟 The MENT Dataset

We introduce MENT (Meta-Evaluation dataset of Non-Literal Translation), a human-annotated meta-evaluation dataset to systematically assess MT evaluation metrics.

Download: You can download the dataset from HuggingFace.

📊 Meta-Evaluation on Non-Literal Translation Content

Our comprehensive meta-evaluation reveals the unreliability of MT metrics on non-literal content. Traditional metrics are fundamentally limited by the lack of deep semantic understanding, while LLM-as-a-Judge paradigms are hindered by the static knowledge cutoff and inherent score inconsistency.

The scripts of meta-evaluation are based on MT-Metrics-Eval (MTME). All scripts are located in meta_eval/.

🚀 The RATE Evaluation Framework

We explore the agentic MT evaluation framework RATE (Reflective Agentic Translation Evaluation), architected around a centralized Core Agent, and orchestrates three functional sub-agents: the Evaluation Agent for pointwise assessment, the Search Agent for online knowledge retrieval, and the Comparison Agent for calibration by pairwise evaluation.

The core implementation of the framework is located at agentic/ directory.

Citation

@misc{tian2026literalmappingbenchmarkingimproving,
      title={Beyond Literal Mapping: Benchmarking and Improving Non-Literal Translation Evaluation}, 
      author={Yanzhi Tian and Cunxiang Wang and Zeming Liu and Heyan Huang and Wenbo Yu and Dawei Song and Jie Tang and Yuhang Guo},
      year={2026},
      eprint={2601.07338},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2601.07338}, 
}

About

[ACL 2026 Main] Beyond Literal Mapping: Benchmarking and Improving Non-Literal Translation Evaluation

Resources

License

Stars

9 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors