Papers for

multilingual content platforms

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Fixed range chunking improves translation quality for long documents

Doc2FRC: Length-Consistent Document-Level Machine Translation via Fixed-Range Chunking

Abstract: Advanced large language models (LLMs) with long context windows can substantially reduce input truncation in document-level machine translation (DocMT). However, direct Doc2Doc translation remains prone to n-gram repetition and progressive quality degradation. A common remedy is to segment the document into finer-grained chunks. Nonetheless, conventional rule-based chunking approaches fail to handle the length distribution mismatch between training and inference. To address this, we introduce Fixed-Range Chunking (FRC), utilizing dynamic programming to partition documents into chunks within a predefined length interval. By consistently applying FRC during training and inference, the input documents of any length are mapped to the same length distribution, substantially reducing train-test length mismatch. Centered on FRC, we propose a lightweight dual-boundary matching algorithm for chunk alignment, alongside four distinct training strategies. Experimental results show that FRC-based fine-tuning substantially improves 7B LLMs over direct Doc2Doc fine-tuning and outperforms existing DocMT methods on IWSLT2017. We further construct GlobVDoc, a 10-language test set independent of mainstream DocMT training sources, and show that FRC improves out-of-distribution document translation.

Fri 11 SeptComputation and Language
The gist
Long documents are hard for translation programs because they often cut off parts or repeat words, leading to worse results. The authors created a way to split documents into chunks of consistent length for both training and translating. This method helps the program learn better and keeps translation quality steady even on new types of documents. It worked well in tests with multiple languages and different data sets.
Open 2609.12674v1