paper-with-me

Papers

Smoothing Out Hallucinations: Mitigating LLM Hallucination with Smoothed Knowledge Distillation

2025-02-16 · Hieu Nguyen, Zihao He, Shoumik Atul Gandre, Ujjwal Pasupulety, Sharanya Kumari Shivakumar, Kristina Lerman

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 is the use of hard labels during training, which enforce deterministic supervision, encourage overconfidence, and disregard the uncertainty inherent in natural language. To address this, we propose mitigating hallucination through knowledge distillation (KD), where a teacher model provides smoothed soft labels to a student model, reducing overconfidence and improving factual grounding. We apply KD during supervised finetuning on instructional data, evaluating its effectiveness across LLMs from different families. Experimental results on summarization benchmarks demonstrate that KD reduces hallucination compared to standard finetuning while preserving performance on general NLP tasks. These findings highlight KD as a promising approach for mitigating hallucination in LLMs and improving model reliability.

📄 PDF Abstract BibTeX arXiv:2502.11306

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Mitigating Diffusion Model Hallucinations with Dynamic Guidance

2025-10-06 · Kostas Triaridis, Alexandros Graikos, Aggelina Chatziagapi, Grigorios G. Chrysos 외 arxiv

Hallucinations in diffusion models are samples with structural inconsistencies that can emerge due to the excessive smoothing of the learned score function, which in turn leads to interpolations between modes of the data…

Text-to-Image Generation

KSHSeek: Data-Driven Approaches to Mitigating and Detecting Knowledge-Shortcut Hallucinations in Generative Models

2025-03-25 · Zhiwei Wang, Zhongxin Liu, Ying Li, Hongyu Sun 외

The emergence of large language models (LLMs) has significantly advanced the development of natural language processing (NLP), especially in text generation tasks like question answering. However, model hallucinations re…

HallucinationQuestion AnsweringText Generation

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

Knowledge Verification to Nip Hallucination in the Bud

2024-01-19 · Fanqi Wan, Xinting Huang, Leyang Cui, Xiaojun Quan 외

While large language models (LLMs) have demonstrated exceptional performance across various tasks following human alignment, they may still generate responses that sound plausible but contradict factual knowledge, a phen…

HallucinationWorld Knowledge

LRP4RAG: Detecting Hallucinations in Retrieval-Augmented Generation via Layer-wise Relevance Propagation

2024-08-28 · Haichuan Hu, Yuhan Sun, Quanjun Zhang

Retrieval-Augmented Generation (RAG) has become a primary technique for mitigating hallucinations in large language models (LLMs). However, incomplete knowledge extraction and insufficient understanding can still mislead…

RAGRetrievalRetrieval-augmented Generation