paper-with-me

Papers

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-tuning on well-known facts, even when all facts are seen during pretraining. We prove this phenomenon theoretically, showing that training on lesser-known facts can lead the model to ignore subject entity names and instead output a generic plausible response even when the relevant factual knowledge is encoded in the model. On three question answering benchmarks (PopQA, Entity Questions, and MMLU) and two language models (Llama-2-7B and Mistral-7B), we find that (i) finetuning on a completely factual but lesser-known subset of the data deteriorates downstream factuality (5-10%) and (ii) finetuning on a subset of better-known examples matches or outperforms finetuning on the entire dataset. Ultimately, our results shed light on the interaction between pretrained knowledge and finetuning data and demonstrate the importance of taking into account how facts are stored in the pretrained model when fine-tuning for knowledge-intensive tasks.

📄 PDF Abstract BibTeX arXiv:2406.14785

Code (0)

등록된 구현이 없습니다.

Tasks

MMLUQuestion Answering

Similar Papers 제목 키워드 기반

Understanding Finetuning for Factual Knowledge Extraction from Language Models

2023-01-26 · Mehran Kazemi, Sid Mittal, Deepak Ramachandran

Language models (LMs) pretrained on large corpora of text from the web have been observed to contain large amounts of various types of knowledge about the world. This observation has led to a new and exciting paradigm in…

graph construction

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

Grounded Visual Factualization: Factual Anchor-Based Finetuning for Enhancing MLLM Factual Consistency

2025-11-09 · Filippo Morbiato, Luca Romano, Alessandro Persona arxiv

Visual hallucination, where Multimodal Large Language Models fabricate details inconsistent with image content, critically undermines their reliability. Existing fine-tuning methods offer limited improvement, failing to …

Data Augmentation

Understanding Contextual Recall in Transformers: How Finetuning Enables In-Context Reasoning over Pretraining Knowledge

2026-03-21 · Bhavya Vasudeva, Puneesh Deora, Alberto Bietti, Vatsal Sharan 외 arxiv

Transformer-based language models excel at in-context learning (ICL), where they can adapt to new tasks based on contextual examples, without parameter updates. In a specific form of ICL, which we refer to as \textit{con…

Co-occurrence is not Factual Association in Language Models

2024-09-21 · Xiao Zhang, Miao Li, Ji Wu

Pretrained language models can encode a large amount of knowledge and utilize it for various reasoning tasks, yet they can still struggle to learn novel factual knowledge effectively from finetuning on limited textual de…

Multi-hop Question AnsweringQuestion Answering