paper-with-me

Papers

Same evaluation, more tokens: On the effect of input length for machine translation evaluation using Large Language Models

2025-05-03 · Tobias Domhan, Dawei Zhu

Accurately evaluating machine-translated text remains a long-standing challenge, particularly for long documents. Recent work has shown that large language models (LLMs) can serve as reliable and interpretable sentence-level translation evaluators via MQM error span annotations. With modern LLMs supporting larger context windows, a natural question arises: can we feed entire document translations into an LLM for quality assessment? Ideally, evaluation should be invariant to text length, producing consistent error spans regardless of input granularity. However, our analysis shows that text length significantly impacts evaluation: longer texts lead to fewer error spans and reduced system ranking accuracy. To address this limitation, we evaluate several strategies, including granularity-aligned prompting, Focus Sentence Prompting (FSP), and a fine-tuning approach to better align LLMs with the evaluation task. The latter two methods largely mitigate this length bias, making LLMs more reliable for long-form translation evaluation.

📄 PDF Abstract BibTeX arXiv:2505.01761

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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 제목 키워드 기반

EViT: Expediting Vision Transformers via Token Reorganizations

2021-09-29 · ICLR 2022 4 · Youwei Liang, Chongjian Ge, Zhan Tong, Yibing Song 외

Vision Transformers (ViTs) take all the image patches as tokens and construct multi-head self-attention (MHSA) among them. A complete leverage of these image tokens brings redundant computations since not all the tokens …

Not All Patches are What You Need: Expediting Vision Transformers via Token Reorganizations

2022-02-16 · Youwei Liang, Chongjian Ge, Zhan Tong, Yibing Song 외

Vision Transformers (ViTs) take all the image patches as tokens and construct multi-head self-attention (MHSA) among them. Complete leverage of these image tokens brings redundant computations since not all the tokens ar…

AllEfficient ViTs

Instructions Shape Production of Language, not Processing

2026-05-11 · Andreas Waldis, Leshem Choshen, Yufang Hou, Yotam Perlitz arxiv

Instructions trigger a production-centered mechanism in language models. Through a cognitively inspired lens that separates language processing and production, we reveal this mechanism as an asymmetry between the two sta…

ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators

2020-03-23 · ICLR 2020 1 · Kevin Clark, Minh-Thang Luong, Quoc V. Le, Christopher D. Manning

Masked language modeling (MLM) pre-training methods such as BERT corrupt the input by replacing some tokens with [MASK] and then train a model to reconstruct the original tokens. While they produce good results when tran…

GPULanguage ModelingLanguage ModellingMasked Language Modeling+3

Training Language Models with homotokens Leads to Delayed Overfitting

2026-01-06 · Adrian Cosma, Stefan Ruseti, Emilian Radoi, Mihai Dascalu arxiv

Subword tokenization introduces a computational layer in language models where many distinct token sequences decode to the same surface form and preserve meaning, yet induce different internal computations. Despite this …

Data Augmentation