paper-with-me

Papers

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-tuning data on the factuality of large language models (LLMs), its mechanism remains poorly understood. We revisit this impact through systematic experiments, with a particular focus on the factuality gap that arises when fine-tuning on known versus unknown knowledge. Our findings show that this gap can be mitigated at the inference stage, either under out-of-distribution (OOD) settings or by using appropriate in-context learning (ICL) prompts (i.e., few-shot learning and Chain of Thought (CoT)). We prove this phenomenon theoretically from the perspective of knowledge graphs, showing that the test-time prompt may diminish or even overshadow the impact of fine-tuning data and play a dominant role in knowledge extraction. Ultimately, our results shed light on the interaction between finetuning data and test-time prompt, demonstrating that ICL can effectively compensate for shortcomings in fine-tuning data, and highlighting the need to reconsider the use of ICL prompting as a means to evaluate the effectiveness of fine-tuning data selection methods.

📄 PDF Abstract BibTeX arXiv:2505.23410

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningIn-Context LearningKnowledge Graphs

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

MAVEN-Fact: A Large-scale Event Factuality Detection Dataset

2024-07-22 · Chunyang Li, Hao Peng, Xiaozhi Wang, Yunjia Qi 외

Event Factuality Detection (EFD) task determines the factuality of textual events, i.e., classifying whether an event is a fact, possibility, or impossibility, which is essential for faithfully understanding and utilizin…

Hallucination

Fine-Grained Self-Endorsement Improves Factuality and Reasoning

2024-02-23 · Ante Wang, Linfeng Song, Baolin Peng, Ye Tian 외

This work studies improving large language model (LLM) generations at inference time by mitigating fact-conflicting hallucinations. Particularly, we propose a self-endorsement framework that leverages the fine-grained fa…

GSM8KLanguage ModelingLanguage ModellingLarge Language Model+1

Factuality Enhanced Language Models for Open-Ended Text Generation

2022-06-09 · Nayeon Lee, Wei Ping, Peng Xu, Mostofa Patwary 외

Pretrained language models (LMs) are susceptible to generate text with nonfactual information. In this work, we measure and improve the factual accuracy of large-scale LMs for open-ended text generation. We design the Fa…

MisconceptionsSentenceSentence CompletionText Generation

FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation

2024-10-29 · Farima Fatahi Bayat, Lechen Zhang, Sheza Munir, Lu Wang

The rapid adoption of language models (LMs) across diverse applications has raised concerns about their factuality, i.e., their consistency with real-world facts. We first present VERIFY (Verification and Evidence RetrIe…

HallucinationLanguage ModelingLanguage Modelling

Exploring and Mitigating Fawning Hallucinations in Large Language Models

2025-08-31 · Zixuan Shangguan, Yanjie Dong, Lanjun Wang, Xiaoyi Fan 외 arxiv

Large language models (LLMs) have demonstrated exceptional proficiency in language understanding. However, when LLMs align their outputs with deceptive and/or misleading prompts, the generated responses could deviate fro…