paper-with-me

홈 › 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 knowledge graph construction where, instead of manual curation or text mining, one extracts knowledge from the parameters of an LM. Recently, it has been shown that finetuning LMs on a set of factual knowledge makes them produce better answers to queries from a different set, thus making finetuned LMs a good candidate for knowledge extraction and, consequently, knowledge graph construction. In this paper, we analyze finetuned LMs for factual knowledge extraction. We show that along with its previously known positive effects, finetuning also leads to a (potentially harmful) phenomenon which we call Frequency Shock, where at the test time the model over-predicts rare entities that appear in the training set and under-predicts common entities that do not appear in the training set enough times. We show that Frequency Shock leads to a degradation in the predictions of the model and beyond a point, the harm from Frequency Shock can even outweigh the positive effects of finetuning, making finetuning harmful overall. We then consider two solutions to remedy the identified negative effect: 1- model mixing and 2- mixture finetuning with the LM's pre-training task. The two solutions combined lead to significant improvements compared to vanilla finetuning.

📄 PDF Abstract BibTeX arXiv:2301.11293

Code (0)

등록된 구현이 없습니다.

Tasks

graph construction

Methods 이 논문이 사용한 방법론

Test 설명 없음

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

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

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

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

Impact of Co-occurrence on Factual Knowledge of Large Language Models

2023-10-12 · Cheongwoong Kang, Jaesik Choi

Large language models (LLMs) often make factually incorrect responses despite their success in various applications. In this paper, we hypothesize that relying heavily on simple co-occurrence statistics of the pre-traini…