pith. sign in

arxiv: 2507.03311 · v1 · pith:6LWWXLTEnew · submitted 2025-07-04 · 💻 cs.CL · cs.AI

GRAFT: A Graph-based Flow-aware Agentic Framework for Document-level Machine Translation

classification 💻 cs.CL cs.AI
keywords translationdiscoursegraftdocumentleveldocmtframeworkgraph
0
0 comments X
read the original abstract

Document level Machine Translation (DocMT) approaches often struggle with effectively capturing discourse level phenomena. Existing approaches rely on heuristic rules to segment documents into discourse units, which rarely align with the true discourse structure required for accurate translation. Otherwise, they fail to maintain consistency throughout the document during translation. To address these challenges, we propose Graph Augmented Agentic Framework for Document Level Translation (GRAFT), a novel graph based DocMT system that leverages Large Language Model (LLM) agents for document translation. Our approach integrates segmentation, directed acyclic graph (DAG) based dependency modelling, and discourse aware translation into a cohesive framework. Experiments conducted across eight translation directions and six diverse domains demonstrate that GRAFT achieves significant performance gains over state of the art DocMT systems. Specifically, GRAFT delivers an average improvement of 2.8 d BLEU on the TED test sets from IWSLT2017 over strong baselines and 2.3 d BLEU for domain specific translation from English to Chinese. Moreover, our analyses highlight the consistent ability of GRAFT to address discourse level phenomena, yielding coherent and contextually accurate translations.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

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

    cs.CL 2026-06 unverdicted novelty 6.0

    G^2C-MT frames DocMT context selection as path discovery on a discourse graph with semantic, adjacency, and keyword edges, using depth-biased random walks to sample context for LLM translation and reports outperforman...