M3T: A New Benchmark Dataset for Multi-Modal Document-Level Machine Translation
Benjamin Hsu, Xiaoyu Liu, Huayang Li, Yoshinari Fujinuma, Maria Nadejde, Xing Niu, Yair Kittenplon, Ron Litman, Raghavendra Pappagari
TL;DR
The paper tackles translating visually rich, semi-structured PDF documents by arguing that traditional sentence-level MT misses essential document context embodied in layout and reading order. It introduces M3T, a benchmark for end-to-end Multi-Modal MT of semi-structured PDFs, with layout and reading-order annotations and supplementary synthetic data drawn from EUR-Lex, DocLayNet, and RVL-CDIP. Using a multi-modal foundation model (LLaVa-v1.5), it shows that incorporating visual context can mitigate OCR errors and provide document-level cues, as reflected in doc-COMET scores, though gains are varied and current models still struggle with consistency and hallucinations. The dataset and baseline findings aim to spur progress in robust multi-modal document translation and provide resources for future research on alignment, prompts, and model tuning.
Abstract
Document translation poses a challenge for Neural Machine Translation (NMT) systems. Most document-level NMT systems rely on meticulously curated sentence-level parallel data, assuming flawless extraction of text from documents along with their precise reading order. These systems also tend to disregard additional visual cues such as the document layout, deeming it irrelevant. However, real-world documents often possess intricate text layouts that defy these assumptions. Extracting information from Optical Character Recognition (OCR) or heuristic rules can result in errors, and the layout (e.g., paragraphs, headers) may convey relationships between distant sections of text. This complexity is particularly evident in widely used PDF documents, which represent information visually. This paper addresses this gap by introducing M3T, a novel benchmark dataset tailored to evaluate NMT systems on the comprehensive task of translating semi-structured documents. This dataset aims to bridge the evaluation gap in document-level NMT systems, acknowledging the challenges posed by rich text layouts in real-world applications.
