paper-with-me

홈 › Papers

Probing for Knowledge Attribution in Large Language Models

2026-02-26 · Ivo Brink, Alexander Boer, Dennis Ulmer arxiv

Large language model (LLM) hallucinations, meaning fluent but factually incorrect generations, fall into two types: faithfulness violations, where the model misuses provided context, and factuality violations, where answers reflect errors in internal knowledge. Proper mitigation depends on knowing which source drives each answer. We study contributive attribution, i.e. the classification of the dominant knowledge source behind each output, and show that a simple linear probe trained on hidden representations can reliably identify it. We introduce AttriWiki, a self-supervised pipeline that automatically generates labelled training data by prompting models to recall withheld entities from memory or read them from context without relying on knowledge conflicts. Probes trained on AttriWiki achieve up to 0.96 Macro-$F_1$ on Llama-3.1-8B, Mistral-7B, and Qwen-7B, transfer to SQuAD and WebQuestions with 0.94-0.99 Macro-$F_1$, and generalise zero-shot to Tighidet et al. (2024)'s benchmark, outperforming their probe on conflicting settings without retraining. Furthermore, attribution mismatches raise error rates by up to 70%, though correct attribution does not guarantee correct answers, pointing to the need for broader detection frameworks.

📄 PDF Abstract BibTeX arXiv:2602.22787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Mentalistic Interface for Probing Folk-Psychological Attribution to Non-Humanoid Robots

2026-03-26 · Giulio Pisaneschi, Pierpaolo Serio, Estelle Gerbier, Andrea Dan Ryals 외 arxiv

This paper presents an experimental platform for studying intentional-state attribution toward a non-humanoid robot. The system combines a simulated robot, realistic task environments, and large language model-based expl…

In-Context Probing Approximates Influence Function for Data Valuation

2024-07-17 · Cathy Jiao, Gary Gao, Chenyan Xiong

Data valuation quantifies the value of training data, and is used for data attribution (i.e., determining the contribution of training data towards model predictions), and data selection; both of which are important for …

Data Valuation

CommonsenseVIS: Visualizing and Understanding Commonsense Reasoning Capabilities of Natural Language Models

2023-07-23 · Xingbo Wang, Renfei Huang, Zhihua Jin, Tianqing Fang 외

Recently, large pretrained language models have achieved compelling performance on commonsense benchmarks. Nevertheless, it is unclear what commonsense knowledge the models learn and whether they solely exploit spurious …

Question AnsweringRelational Reasoning

Exploring the Role of BERT Token Representations to Explain Sentence Probing Results

2021-04-03 · EMNLP 2021 11 · Hosein Mohebbi, Ali Modarressi, Mohammad Taher Pilehvar

Several studies have been carried out on revealing linguistic features captured by BERT. This is usually achieved by training a diagnostic classifier on the representations obtained from different layers of BERT. The sub…

DiagnosticGeneral ClassificationSentence

Rewire-then-Probe: A Contrastive Recipe for Probing Biomedical Knowledge of Pre-trained Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Knowledge probing is crucial for understanding the knowledge transfer mechanism behind the pre-trained language models (PLMs). Despite the growing progress of probing knowledge for PLMs in the general domain, specialised…

Knowledge ProbingTransfer Learning