次回の更新記事:AIコーディングエージェントのコスト構造を読み解く(公開予定日:2026年05月26日)
AIDB Daily Papers

BabelDOC:中間表現でレイアウトを保つPDF翻訳を改善

原題: BabelDOC: Better Layout-Preserving PDF Translation via Intermediate Representation
著者: Qi Yang, Xiangyao Ma, Xiao Wang, Hao Wang, Rui Wang
公開日: 2026-05-11 | 分野: PDF 翻訳 cs.CL cs.CV レイアウト

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • PDFのような視覚的にリッチな文書の翻訳において、レイアウトを維持しつつ言語処理を行うためのBabelDOCフレームワークを提案しました。
  • この研究は、意味内容と視覚レイアウト情報を分離し、用語抽出や複数ページにわたる文脈処理を可能にする点で重要かつ新規です。
  • BabelDOCは、レイアウト忠実性、視覚的美しさ、用語の一貫性を向上させ、翻訳精度も維持する結果となりました。

Abstract

As global cross-lingual communication intensifies, language barriers in visually rich documents such as PDFs remain a practical bottleneck. Existing document translation pipelines face a tension between linguistic processing and layout preservation: text-oriented Computer-Assisted Translation (CAT) systems often discard structural metadata, while document parsers focus on extraction and do not support faithful re-rendering after translation. We introduce BabelDOC, an Intermediate Representation (IR)-based framework for layout-preserving PDF translation. BabelDOC decouples visual layout metadata from semantic content, enabling document-level translation operations such as terminology extraction, cross-page context handling, glossary-constrained generation, and formula placeholdering. The translated content is then re-anchored to the original layout through an adaptive typesetting engine. Experiments on a curated 200-page benchmark, together with human evaluation and multimodal LLM-as-a-judge evaluation, show that BabelDOC improves layout fidelity, visual aesthetics, and terminology consistency over representative baselines, while maintaining competitive translation precision. The open-source toolkit and its interactive downstream applications are publicly available and have attracted over 8.4K GitHub stars and 17 contributors at the time of writing. A demonstration video is also available.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事