paper-with-me

Papers

Fine-tuning Language Models for Factuality

2023-11-14 · Katherine Tian, Eric Mitchell, Huaxiu Yao, Christopher D. Manning, Chelsea Finn

The fluency and creativity of large pre-trained language models (LLMs) have led to their widespread use, sometimes even as a replacement for traditional search engines. Yet language models are prone to making convincing but factually inaccurate claims, often referred to as 'hallucinations.' These errors can inadvertently spread misinformation or harmfully perpetuate misconceptions. Further, manual fact-checking of model responses is a time-consuming process, making human factuality labels expensive to acquire. In this work, we fine-tune language models to be more factual, without human labeling and targeting more open-ended generation settings than past work. We leverage two key recent innovations in NLP to do so. First, several recent works have proposed methods for judging the factuality of open-ended text by measuring consistency with an external knowledge base or simply a large model's confidence scores. Second, the direct preference optimization algorithm enables straightforward fine-tuning of language models on objectives other than supervised imitation, using a preference ranking over possible model responses. We show that learning from automatically generated factuality preference rankings, generated either through existing retrieval systems or our novel retrieval-free approach, significantly improves the factuality (percent of generated claims that are correct) of Llama-2 on held-out topics compared with RLHF or decoding strategies targeted at factuality. At 7B scale, compared to Llama-2-chat, we observe 58% and 40% reduction in factual error rate when generating biographies and answering medical questions, respectively.

📄 PDF Abstract BibTeX arXiv:2311.08401

Code (0)

등록된 구현이 없습니다.

Tasks

Fact CheckingMisconceptionsMisinformationRetrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

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…

Understanding Finetuning for Factual Knowledge Extraction

2024-06-20 · Gaurav Ghosal, Tatsunori Hashimoto, aditi raghunathan

In this work, we study the impact of QA fine-tuning data on downstream factuality. We show that fine-tuning on lesser-known facts that are poorly stored during pretraining yields significantly worse factuality than fine-…

MMLUQuestion Answering

From Parameters to Prompts: Understanding and Mitigating the Factuality Gap between Fine-Tuned LLMs

2025-05-29 · Xuan Gong, Hanbo Huang, Shiyu Liang

Factual knowledge extraction aims to explicitly extract knowledge parameterized in pre-trained language models for application in downstream tasks. While prior work has been investigating the impact of supervised fine-tu…

Few-Shot LearningIn-Context LearningKnowledge Graphs

Unfamiliar Finetuning Examples Control How Language Models Hallucinate

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

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

MMLUMultiple-choiceTriviaQA

Beyond Under-Alignment: Atomic Preference Enhanced Factuality Tuning for Large Language Models

2024-06-18 · Hongbang Yuan, Yubo Chen, Pengfei Cao, Zhuoran Jin 외

Large language models (LLMs) have achieved remarkable success but still tend to generate factually erroneous responses, a phenomenon known as hallucination. A recent trend is to use preference learning to fine-tune model…

Hallucination