paper-with-me

Papers

Mitigating Large Language Model Hallucination with Faithful Finetuning

2024-06-17 · Minda Hu, Bowei He, YuFei Wang, Liangyou Li, Chen Ma, Irwin King

Large language models (LLMs) have demonstrated remarkable performance on various natural language processing tasks. However, they are prone to generating fluent yet untruthful responses, known as "hallucinations". Hallucinations can lead to the spread of misinformation and cause harm in critical applications. Mitigating hallucinations is challenging as they arise from factors such as noisy data, model overconfidence, lack of knowledge, and the generation process itself. Recent efforts have attempted to address this issue through representation editing and decoding algorithms, reducing hallucinations without major structural changes or retraining. However, these approaches either implicitly edit LLMs' behavior in latent space or suppress the tendency to output unfaithful results during decoding instead of explicitly modeling on hallucination. In this work, we introduce Faithful Finetuning (F2), a novel method that explicitly models the process of faithful question answering through carefully designed loss functions during fine-tuning. We conduct extensive experiments on popular datasets and demonstrate that F2 achieves significant improvements over vanilla models and baselines.

📄 PDF Abstract BibTeX arXiv:2406.11267

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationLanguage ModelingLanguage ModellingLarge Language ModelMisinformationmodelQuestion Answering

Similar Papers 제목 키워드 기반

Smoothing Out Hallucinations: Mitigating LLM Hallucination with Smoothed Knowledge Distillation

2025-02-16 · Hieu Nguyen, Zihao He, Shoumik Atul Gandre, Ujjwal Pasupulety 외

Large language models (LLMs) often suffer from hallucination, generating factually incorrect or ungrounded content, which limits their reliability in high-stakes applications. A key factor contributing to hallucination i…

HallucinationKnowledge Distillation

Dynamic Attention-Guided Context Decoding for Mitigating Context Faithfulness Hallucinations in Large Language Models

2025-01-02 · Yanwen Huang, Yong Zhang, Ning Cheng, Zhitao Li 외

Large language models (LLMs) often suffer from context faithfulness hallucinations, where outputs deviate from retrieved information due to insufficient context utilization and high output uncertainty. Our uncertainty ev…

Computational Efficiency

Quantity Matters: Towards Assessing and Mitigating Number Hallucination in Large Vision-Language Models

2024-03-03 · Huixuan Zhang, Junzhe Zhang, Xiaojun Wan

Large-scale vision-language models have demonstrated impressive skill in handling tasks that involve both areas. Nevertheless, these models frequently experience significant issues with generating inaccurate information,…

Hallucination

The Impact of Negated Text on Hallucination with Large Language Models

2025-10-23 · Jaehyung Seo, Hyeonseok Moon, Heuiseok Lim arxiv

Recent studies on hallucination in large language models (LLMs) have been actively progressing in natural language processing. However, the impact of negated text on hallucination with LLMs remains largely unexplored. In…

Detecting and Mitigating Hallucinations in Multilingual Summarisation

2023-05-23 · Yifu Qiu, Yftah Ziser, Anna Korhonen, Edoardo M. Ponti 외

Hallucinations pose a significant challenge to the reliability of neural models for abstractive summarisation. While automatically generated summaries may be fluent, they often lack faithfulness to the original document.…

Cross-Lingual Transfer