paper-with-me

Papers

Early-Exit and Instant Confidence Translation Quality Estimation

2025-02-20 · Vilém Zouhar, Maike Züfle, Beni Egressy, Julius Cheng, Jan Niehues

Quality estimation is omnipresent in machine translation, for both evaluation and generation. Unfortunately, quality estimation models are often opaque and computationally expensive, making them impractical to be part of large-scale pipelines. In this work, we tackle two connected challenges: (1) reducing the cost of quality estimation at scale, and (2) developing an inexpensive uncertainty estimation method for quality estimation. To address the latter, we introduce Instant Confidence COMET, an uncertainty-aware quality estimation model that matches the performance of previous approaches at a fraction of their costs. We extend this to Early-Exit COMET, a quality estimation model that can compute quality scores and associated confidences already at early model layers, allowing us to early-exit computations and reduce evaluation costs. We also apply our model to machine translation reranking. We combine Early-Exit COMET with an upper confidence bound bandit algorithm to find the best candidate from a large pool without having to run the full evaluation model on all candidates. In both cases (evaluation and reranking) our methods reduce the required compute by 50% with very little degradation in performance.

📄 PDF Abstract BibTeX arXiv:2502.14429

Code (1)

zouharvi/COMET-early-exit 공식 구현 pytorch

Tasks

Machine TranslationRerankingTranslation

Similar Papers 제목 키워드 기반

Fast-Decoding Diffusion Language Models via Progress-Aware Confidence Schedules

2025-12-02 · Amr Mohamed, Yang Zhang, Michalis Vazirgiannis, Guokan Shang arxiv

Diffusion large language models (dLLMs) offer a promising alternative to autoregressive models, but their practical utility is severely hampered by slow, iterative sampling. We present SchED, a training-free, model-agnos…

Question Answering

How Does Distilled Data Complexity Impact the Quality and Confidence of Non-Autoregressive Machine Translation?

2021-05-27 · Findings (ACL) 2021 8 · Weijia Xu, Shuming Ma, Dongdong Zhang, Marine Carpuat

While non-autoregressive (NAR) models are showing great promise for machine translation, their use is limited by their dependence on knowledge distillation from autoregressive models. To address this issue, we seek to un…

DiversityKnowledge DistillationMachine TranslationTranslation

Backtranslation Feedback Improves User Confidence in MT, Not Quality

2021-04-12 · NAACL 2021 4 · Vilém Zouhar, Michal Novák, Matúš Žilinec, Ondřej Bojar 외

Translating text into a language unknown to the text's author, dubbed outbound translation, is a modern need for which the user experience has significant room for improvement, beyond the basic machine translation facili…

Machine TranslationTranslation

CRPO: Confidence-Reward Driven Preference Optimization for Machine Translation

2025-01-23 · Guofeng Cui, Pichao Wang, Yang Liu, Zemian Ke 외

Large language models (LLMs) have shown great potential in natural language processing tasks, but their application to machine translation (MT) remains challenging due to pretraining on English-centric data and the compl…

DecoderMachine TranslationSentenceTranslation

SPAR-K: Scheduled Periodic Alternating Early Exit for Spoken Language Models

2026-03-10 · Hsiao-Ying Huang, Cheng-Han Chiang, Hung-yi Lee arxiv

Interleaved spoken language models (SLMs) alternately generate text and speech tokens, but decoding at full transformer depth for every step becomes costly, especially due to long speech sequences. We propose SPAR-K, a m…