paper-with-me

Papers

MQM-APE: Toward High-Quality Error Annotation Predictors with Automatic Post-Editing in LLM Translation Evaluators

2024-09-22 · Qingyu Lu, Liang Ding, Kanjian Zhang, Jinxia Zhang, DaCheng Tao

Large Language Models (LLMs) have shown significant potential as judges for Machine Translation (MT) quality assessment, providing both scores and fine-grained feedback. Although approaches such as GEMBA-MQM have shown state-of-the-art performance on reference-free evaluation, the predicted errors do not align well with those annotated by human, limiting their interpretability as feedback signals. To enhance the quality of error annotations predicted by LLM evaluators, we introduce a universal and training-free framework, $\textbf{MQM-APE}$, based on the idea of filtering out non-impactful errors by Automatically Post-Editing (APE) the original translation based on each error, leaving only those errors that contribute to quality improvement. Specifically, we prompt the LLM to act as 1) $\textit{evaluator}$ to provide error annotations, 2) $\textit{post-editor}$ to determine whether errors impact quality improvement and 3) $\textit{pairwise quality verifier}$ as the error filter. Experiments show that our approach consistently improves both the reliability and quality of error spans against GEMBA-MQM, across eight LLMs in both high- and low-resource languages. Orthogonal to trained approaches, MQM-APE complements translation-specific evaluators such as Tower, highlighting its broad applicability. Further analysis confirms the effectiveness of each module and offers valuable insights into evaluator design and LLMs selection.

📄 PDF Abstract BibTeX arXiv:2409.14335

Code (1)

coldmist-lu/mqm_ape 공식 구현

Tasks

Automatic Post-EditingMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Detecting annotation noise in automatically labelled data

2017-07-01 · ACL 2017 7 · Ines Rehbein, Josef Ruppenhofer

We introduce a method for error detection in automatically annotated text, aimed at supporting the creation of high-quality language resources at affordable cost. Our method combines an unsupervised generative model with…

Active LearningDomain AdaptationLanguage ModelingLanguage Modelling+1

Estimating label quality and errors in semantic segmentation data via any model

2023-07-11 · Vedang Lad, Jonas Mueller

The labor-intensive annotation process of semantic segmentation datasets is often prone to errors, since humans struggle to label every pixel correctly. We study algorithms to automatically detect such annotation errors,…

Autonomous VehiclesSegmentationSemantic Segmentation

Automatic Image Annotation for Mapped Features Detection

2024-12-11 · Maxime Noizet, Philippe Xu, Philippe Bonnifait

Detecting road features is a key enabler for autonomous driving and localization. For instance, a reliable detection of poles which are widespread in road environments can improve localization. Modern deep learning-based…

Autonomous DrivingImage Segmentationobject-detectionObject Detection+1

A Comparison of Deep Learning MOS Predictors for Speech Synthesis Quality

2022-04-05 · Alessandro Ragano, Emmanouil Benetos, Michael Chinen, Helard B. Martinez 외

Speech synthesis quality prediction has made remarkable progress with the development of supervised and self-supervised learning (SSL) MOS predictors but some aspects related to the data are still unclear and require fur…

BenchmarkingSelf-Supervised LearningSpeech Synthesis

MQM Re-Annotation: A Technique for Collaborative Evaluation of Machine Translation

2025-10-28 · Parker Riley, Daniel Deutsch, Mara Finkelstein, Colten DiIanni 외 arxiv

Human evaluation of machine translation is in an arms race with translation model quality: as our models get better, our evaluation methods need to be improved to ensure that quality gains are not lost in evaluation nois…

Machine Translation