CLAIMay 28

Loong: A Human-Like Long Document Translation Agent with Observe-and-Act Adaptive Context Selection

arXiv:2605.3027497.1Has Code
AI Analysis

It addresses the challenge of long document translation for LLMs by improving global cohesion and reducing redundant context, showing strong generalization and robustness.

Loong is a long document translation agent that uses a 3E memory module and reinforcement learning to adaptively select optimal context, achieving average gains of up to 13.0 points across three evaluation metrics in English↔Chinese, German, and French translation.

Document-level translation remains one of the most challenging tasks for large language models, which are constrained by limited context windows that impede global cohesion, while simultaneously suffering from redundant contextual information that degrades translation quality. To address this, we propose a human-like long document translation agent called Loong, which leverages a 3E memory module (Essence-Exemplar-Entity) to store summaries, sentence pairs, and entity records as historical context. Instead of passively attending to all history, Loong performs deep reasoning to adaptively identify the optimal context for translation guidance. Loong optimizes its context policy through reinforcement learning, utilizing preference data derived from its own sampled observe-and-act reasoning trajectories. Empirical evaluations demonstrate that Loong achieves substantial translation quality improvements in English $\Leftrightarrow$ Chinese, German, and French directions, with average gains of up to 13.0 points across the three evaluation metrics. Furthermore, Loong exhibits strong generalization across domains and robustness against contextual noise, while maintaining remarkable stability in ultra-long document translation. Our code is released at https://github.com/YutongWang1216/LoongDocMT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes