English

Investigating Length Issues in Document-level Machine Translation

Computation and Language 2025-04-29 v2

Abstract

Transformer architectures are increasingly effective at processing and generating very long chunks of texts, opening new perspectives for document-level machine translation (MT). In this work, we challenge the ability of MT systems to handle texts comprising up to several thousands of tokens. We design and implement a new approach designed to precisely measure the effect of length increments on MT outputs. Our experiments with two representative architectures unambiguously show that (a)~translation performance decreases with the length of the input text; (b)~the position of sentences within the document matters, and translation quality is higher for sentences occurring earlier in a document. We further show that manipulating the distribution of document lengths and of positional embeddings only marginally mitigates such problems. Our results suggest that even though document-level MT is computationally feasible, it does not yet match the performance of sentence-based MT.

Keywords

Cite

@article{arxiv.2412.17592,
  title  = {Investigating Length Issues in Document-level Machine Translation},
  author = {Ziqian Peng and Rachel Bawden and François Yvon},
  journal= {arXiv preprint arXiv:2412.17592},
  year   = {2025}
}

Comments

Accepted at the MT Summit 2025

R2 v1 2026-06-28T20:46:42.182Z