paper-with-me

Papers

Hallucinations in Large Multilingual Translation Models

2023-03-28 · Nuno M. Guerreiro, Duarte Alves, Jonas Waldendorf, Barry Haddow, Alexandra Birch, Pierre Colombo, André F. T. Martins

Large-scale multilingual machine translation systems have demonstrated remarkable ability to translate directly between numerous languages, making them increasingly appealing for real-world applications. However, when deployed in the wild, these models may generate hallucinated translations which have the potential to severely undermine user trust and raise safety concerns. Existing research on hallucinations has primarily focused on small bilingual models trained on high-resource languages, leaving a gap in our understanding of hallucinations in massively multilingual models across diverse translation scenarios. In this work, we fill this gap by conducting a comprehensive analysis on both the M2M family of conventional neural machine translation models and ChatGPT, a general-purpose large language model~(LLM) that can be prompted for translation. Our investigation covers a broad spectrum of conditions, spanning over 100 translation directions across various resource levels and going beyond English-centric language pairs. We provide key insights regarding the prevalence, properties, and mitigation of hallucinations, paving the way towards more responsible and reliable machine translation systems.

📄 PDF Abstract BibTeX arXiv:2303.16104

Code (1)

deep-spin/lmt_hallucinations 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Mitigating Hallucinations and Off-target Machine Translation with Source-Contrastive and Language-Contrastive Decoding

2023-09-13 · Rico Sennrich, Jannis Vamvas, Alireza Mohammadshahi

Hallucinations and off-target translation remain unsolved problems in MT, especially for low-resource languages and massively multilingual models. In this paper, we introduce two related methods to mitigate these failure…

Machine TranslationTranslation

Investigating Multi-Pivot Ensembling with Massively Multilingual Machine Translation Models

2023-11-13 · Alireza Mohammadshahi, Jannis Vamvas, Rico Sennrich

Massively multilingual machine translation models allow for the translation of a large number of languages with a single model, but have limited performance on low- and very-low-resource translation directions. Pivoting …

HallucinationMachine TranslationTranslation

Machine Translation Hallucination Detection for Low and High Resource Languages using Large Language Models

2024-07-23 · Kenza Benkirane, Laura Gongas, Shahar Pelles, Naomi Fuchs 외

Recent advancements in massively multilingual machine translation systems have significantly enhanced translation accuracy; however, even the best performing systems still generate hallucinations, severely impacting user…

HallucinationMachine TranslationSemantic SimilaritySemantic Textual Similarity+2

HalOmi: A Manually Annotated Benchmark for Multilingual Hallucination and Omission Detection in Machine Translation

2023-05-19 · David Dale, Elena Voita, Janice Lam, Prangthip Hansanti 외

Hallucinations in machine translation are translations that contain information completely unrelated to the input. Omissions are translations that do not include some of the input information. While both cases tend to be…

HallucinationMachine TranslationSentenceTranslation

Challenging Multilingual LLMs: A New Taxonomy and Benchmark for Unraveling Hallucination in Translation

2025-10-28 · Xinwei Wu, Heng Liu, Jiang Zhou, Xiaohu Zhao 외 arxiv

Large Language Models (LLMs) have advanced machine translation but remain vulnerable to hallucinations. Unfortunately, existing MT benchmarks are not capable of exposing failures in multilingual LLMs. To disclose halluci…

Machine Translation