paper-with-me

Papers

Unfamiliar Finetuning Examples Control How Language Models Hallucinate

2024-03-08 · Katie Kang, Eric Wallace, Claire Tomlin, Aviral Kumar, Sergey Levine

Large language models are known to hallucinate when faced with unfamiliar queries, but the underlying mechanism that govern how models hallucinate are not yet fully understood. In this work, we find that unfamiliar examples in the models' finetuning data -- those that introduce concepts beyond the base model's scope of knowledge -- are crucial in shaping these errors. In particular, we find that an LLM's hallucinated predictions tend to mirror the responses associated with its unfamiliar finetuning examples. This suggests that by modifying how unfamiliar finetuning examples are supervised, we can influence a model's responses to unfamiliar queries (e.g., say ``I don't know''). We empirically validate this observation in a series of controlled experiments involving SFT, RL, and reward model finetuning on TriviaQA and MMLU. Our work further investigates RL finetuning strategies for improving the factuality of long-form model generations. We find that, while hallucinations from the reward model can significantly undermine the effectiveness of RL factuality finetuning, strategically controlling how reward models hallucinate can minimize these negative effects. Leveraging our previous observations on controlling hallucinations, we propose an approach for learning more reliable reward models, and show that they improve the efficacy of RL factuality finetuning in long-form biography and book/movie plot generation tasks.

📄 PDF Abstract BibTeX arXiv:2403.05612

Code (1)

katiekang1998/llm_hallucinations 공식 구현 pytorch

Tasks

MMLUMultiple-choiceTriviaQA

Methods 이 논문이 사용한 방법론

BASE 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Aligning Large Language Models to Follow Instructions and Hallucinate Less via Effective Data Filtering

2025-02-11 · Shuzheng Si, Haozhe Zhao, Gang Chen, Cheng Gao 외

Training LLMs on data that contains unfamiliar knowledge during the instruction tuning stage can make LLMs overconfident and encourage hallucinations. To address this challenge, we introduce a novel framework, NOVA, whic…

Controllable blind deblurring with diffusion models

2026-08-24 · Imane Si Salah, Emile Cribelier, Thomas Veit, Wolf Hauser 외 arxiv

Image acquisition with a camera involves several degradations due to the optical system, sensor, or low-level processing steps. We address blind deblurring in professional photography: we aim to invert unknown isotropic …

Bridging the Knowledge Void: Inference-time Acquisition of Unfamiliar Programming Languages for Coding Tasks

2026-01-16 · Chen Shen, Wei Cheng, Jingyue Yang, Huan Zhang 외 arxiv

The proficiency of Large Language Models (LLMs) in coding tasks is often a reflection of their extensive pre-training corpora, which typically collapses when confronted with previously unfamiliar programming languages. D…

Language AcquisitionCode GenerationProgram Repair

The Curious Case of Factuality Finetuning: Models' Internal Beliefs Can Improve Factuality

2025-07-11 · Benjamin Newman, Abhilasha Ravichander, Jaehun Jung, Rui Xin 외 arxiv

Language models are prone to hallucination - generating text that is factually incorrect. Finetuning models on high-quality factual information can potentially reduce hallucination, but concerns remain; obtaining factual…

Learning To Hallucinate Examples From Extrinsic and Intrinsic Supervision

2021-01-01 · ICCV 2021 10 · Liangke Gui, Adrien Bardes, Ruslan Salakhutdinov, Alexander Hauptmann 외

Learning to hallucinate additional examples has recently been shown as a promising direction to address few-shot learning tasks. This work investigates two important yet overlooked natural supervision signals for gui…

Contrastive LearningFew-Shot LearningHallucination