paper-with-me

Papers

Detecting and Mitigating Hallucinations in Machine Translation: Model Internal Workings Alone Do Well, Sentence Similarity Even Better

2022-12-16 · David Dale, Elena Voita, Loïc Barrault, Marta R. Costa-jussà

While the problem of hallucinations in neural machine translation has long been recognized, so far the progress on its alleviation is very little. Indeed, recently it turned out that without artificially encouraging models to hallucinate, previously existing methods fall short and even the standard sequence log-probability is more informative. It means that characteristics internal to the model can give much more information than we expect, and before using external models and measures, we first need to ask: how far can we go if we use nothing but the translation model itself ? We propose to use a method that evaluates the percentage of the source contribution to a generated translation. Intuitively, hallucinations are translations "detached" from the source, hence they can be identified by low source contribution. This method improves detection accuracy for the most severe hallucinations by a factor of 2 and is able to alleviate hallucinations at test time on par with the previous best approach that relies on external models. Next, if we move away from internal model characteristics and allow external tools, we show that using sentence similarity from cross-lingual embeddings further improves these results.

📄 PDF Abstract BibTeX arXiv:2212.08597

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationSentenceSentence SimilarityTranslation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Understanding and Detecting Hallucinations in Neural Machine Translation via Model Introspection

2023-01-18 · Weijia Xu, Sweta Agrawal, Eleftheria Briakou, Marianna J. Martindale 외

Neural sequence generation models are known to "hallucinate", by producing outputs that are unrelated to the source text. These hallucinations are potentially harmful, yet it remains unclear in what conditions they arise…

HallucinationMachine TranslationTranslation

Retrieve Only When It Needs: Adaptive Retrieval Augmentation for Hallucination Mitigation in Large Language Models

2024-02-16 · Hanxing Ding, Liang Pang, Zihao Wei, HuaWei Shen 외

Hallucinations pose a significant challenge for the practical implementation of large language models (LLMs). The utilization of parametric knowledge in generating factual content is constrained by the limited knowledge …

HallucinationRetrieval

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

2025-01-28 · Zilu Tang, Rajen Chatterjee, Sarthak Garg

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 tra…

DecoderHallucinationMachine TranslationTranslation

OTTAWA: Optimal TransporT Adaptive Word Aligner for Hallucination and Omission Translation Errors Detection

2024-06-04 · Chenyang Huang, Abbas Ghaddar, Ivan Kobyzev, Mehdi Rezagholizadeh 외

Recently, there has been considerable attention on detecting hallucinations and omissions in Machine Translation (MT) systems. The two dominant approaches to tackle this task involve analyzing the MT system's internal st…

HallucinationMachine TranslationSentenceSentence Similarity

FactCheckmate: Preemptively Detecting and Mitigating Hallucinations in LMs

2024-10-03 · Deema Alnuhait, Neeraja Kirtane, Muhammad Khalifa, Hao Peng

Language models (LMs) hallucinate. We inquire: Can we detect and mitigate hallucinations before they happen? This work answers this research question in the positive, by showing that the internal representations of LMs p…

Hallucination