English

Mitigating Hallucinated Translations in Large Language Models with Hallucination-focused Preference Optimization

Computation and Language 2025-01-30 v1 Artificial Intelligence Machine Learning

Abstract

Machine Translation (MT) is undergoing a paradigm shift, with systems based on fine-tuned large language models (LLM) becoming increasingly competitive with traditional encoder-decoder models trained specifically for translation tasks. However, LLM-based systems are at a higher risk of generating hallucinations, which can severely undermine user's trust and safety. Most prior research on hallucination mitigation focuses on traditional MT models, with solutions that involve post-hoc mitigation - detecting hallucinated translations and re-translating them. While effective, this approach introduces additional complexity in deploying extra tools in production and also increases latency. To address these limitations, we propose a method that intrinsically learns to mitigate hallucinations during the model training phase. Specifically, we introduce a data creation framework to generate hallucination focused preference datasets. Fine-tuning LLMs on these preference datasets reduces the hallucination rate by an average of 96% across five language pairs, while preserving overall translation quality. In a zero-shot setting our approach reduces hallucinations by 89% on an average across three unseen target languages.

Keywords

Cite

@article{arxiv.2501.17295,
  title  = {Mitigating Hallucinated Translations in Large Language Models with Hallucination-focused Preference Optimization},
  author = {Zilu Tang and Rajen Chatterjee and Sarthak Garg},
  journal= {arXiv preprint arXiv:2501.17295},
  year   = {2025}
}

Comments

NAACL 2025 Main Conference Long paper (9 pages)

R2 v1 2026-06-28T21:22:55.529Z