Fine-Grained and Multi-Dimensional Metrics for Document-Level Machine Translation
Yirong Sun, Dawei Zhu, Yanjun Chen, Erjia Xiao, Xinghao Chen, Xiaoyu, Shen

TL;DR
This paper explores the use of instruction-tuned large language models for document-level machine translation, demonstrating improved translation quality through direct prompting and proposing GPT-4-based evaluation methods that better capture document coherence and fluency.
Contribution
It introduces a simple prompting approach for document translation with LLMs and advocates for GPT-4-based evaluation over traditional BLEU scores.
Findings
Direct prompting improves document translation quality over sentence-by-sentence methods.
BLEU scores often do not reflect true document translation quality.
GPT-4-based evaluation provides a more nuanced assessment of translation coherence and fluency.
Abstract
Large language models (LLMs) have excelled in various NLP tasks, including machine translation (MT), yet most studies focus on sentence-level translation. This work investigates the inherent capability of instruction-tuned LLMs for document-level translation (docMT). Unlike prior approaches that require specialized techniques, we evaluate LLMs by directly prompting them to translate entire documents in a single pass. Our results show that this method improves translation quality compared to translating sentences separately, even without document-level fine-tuning. However, this advantage is not reflected in BLEU scores, which often favor sentence-based translations. We propose using the LLM-as-a-judge paradigm for evaluation, where GPT-4 is used to assess document coherence, accuracy, and fluency in a more nuanced way than n-gram-based metrics. Overall, our work demonstrates that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMathematics, Computing, and Information Processing
MethodsAttention Is All You Need · Linear Layer · Dense Connections · Label Smoothing · Layer Normalization · Residual Connection · Byte Pair Encoding · Absolute Position Encodings · Multi-Head Attention · Softmax
