arXiv:2606.03078cs.CL2026-06

用图结构选上下文,让长文档翻译更连贯。

G^2C-MT: Graph-Guided Context Selection for Document-Level Machine Translation

论文配图:G^2C-MT: Graph-Guided Context Selection for Document-Level Machine Translation
图 1 · 摘自论文原文
  • 构建段落间关系图,用语义、位置和关键词匹配建模依赖。
  • 深度偏好随机游走选出多条上下文路径,提升翻译鲁棒性。
  • 适配多种大模型,对歧义文本效果显著,适合长文档翻译场景。

有效的长文档机器翻译需捕捉远距离话语依赖。现有方法虽探索了基于检索和话语感知的上下文选择,但往往缺乏对文档中相隔段落间结构化依赖关系的显式建模。本文提出 G^2C-MT(Graph-Guided Context for Machine Translation),将文档级上下文选择视为轻量级话语图上的结构化路径发现问题,而非无结构上下文检索或依赖昂贵 LLM 的话语建模。具体地,将每段落表示为节点,建模任意两节点间的语义相似度、相邻关系与关键词重叠;并提出一种深度偏好随机游走策略,为每个目标段落采样后向上下文路径。该路径用于提示大语言模型进行翻译。该框架天然支持多路径上下文采样,通过聚合多样化翻译候选提升对话语模糊输入的鲁棒性。在多个领域上的实验表明,G^2C-MT 在 DeepSeek-V3、Gemini-2.5-Flash-lite 以及 Qwen-2.5/3 系列等多种大模型上均优于强基线。

原文摘要 · Abstract (English)

Effective document-level machine translation (DocMT) requires capturing long-range discourse dependencies. Recent work has explored retrieval-based and discourse-aware context selection. However, these approaches often lack an explicit mechanism for modeling structured discourse dependencies between distant paragraphs in a document. In this paper, we propose G^2C-MT (Graph-Guided Context for Machine Translation), which views DocMT context selection as a structured path discovery problem on a lightweight discourse graph, rather than retrieving unstructured context sets or relying on expensive LLM-based discourse modeling. In detail, we represent each paragraph as a node and model the relationship between each pair of nodes, considering their semantic similarity, adjacency, and keyword overlap. Furthermore, we propose a depth-biased random walk over the graph to sample a backward context path for each target paragraph. The context path will be used to prompt a large language model (LLM) for translation. This framework naturally supports multi-path context sampling, which can improve robustness by aggregating diverse translation candidates for discourse-ambiguous inputs. Experiments conducted across various domains show that G^2C-MT outperforms strong baselines on multiple LLMs, including DeepSeek-V3, Gemini-2.5-Flash-lite, and the Qwen-2.5/3 series.

文档翻译图神经网络上下文选择大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。