paper-with-me

홈 › Papers

Do I Know This Entity? Knowledge Awareness and Hallucinations in Language Models

2024-11-21 · Javier Ferrando, Oscar Obeso, Senthooran Rajamanoharan, Neel Nanda

Hallucinations in large language models are a widespread problem, yet the mechanisms behind whether models will hallucinate are poorly understood, limiting our ability to solve this problem. Using sparse autoencoders as an interpretability tool, we discover that a key part of these mechanisms is entity recognition, where the model detects if an entity is one it can recall facts about. Sparse autoencoders uncover meaningful directions in the representation space, these detect whether the model recognizes an entity, e.g. detecting it doesn't know about an athlete or a movie. This suggests that models can have self-knowledge: internal representations about their own capabilities. These directions are causally relevant: capable of steering the model to refuse to answer questions about known entities, or to hallucinate attributes of unknown entities when it would otherwise refuse. We demonstrate that despite the sparse autoencoders being trained on the base model, these directions have a causal effect on the chat model's refusal behavior, suggesting that chat finetuning has repurposed this existing mechanism. Furthermore, we provide an initial exploration into the mechanistic role of these directions in the model, finding that they disrupt the attention of downstream heads that typically move entity attributes to the final token.

📄 PDF Abstract BibTeX arXiv:2411.14257

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Don't Make It Up: Preserving Ignorance Awareness in LLM Fine-Tuning

2025-06-17 · William F. Shen, Xinchi Qiu, Nicola Cancedda, Nicholas D. Lane

Existing work on mitigating catastrophic forgetting in large language model (LLM) fine-tuning has primarily focused on preserving specific data or tasks, while critically overlooking the degradation of essential capabili…

Language ModelingLanguage ModellingLarge Language ModelSafety Alignment

Mitigating Low-Level Visual Hallucinations Requires Self-Awareness: Database, Model and Training Strategy

2025-03-26 · Yinan Sun, Xiongkuo Min, ZiCheng Zhang, Yixuan Gao 외

The rapid development of multimodal large language models has resulted in remarkable advancements in visual perception and understanding, consolidating several tasks into a single visual question-answering framework. How…

HallucinationImage CaptioningImage Quality AssessmentQuestion Answering+1

MM-SAP: A Comprehensive Benchmark for Assessing Self-Awareness of Multimodal Large Language Models in Perception

2024-01-15 · Yuhao Wang, Yusheng Liao, Heyang Liu, Hongcheng Liu 외

Recent advancements in Multimodal Large Language Models (MLLMs) have demonstrated exceptional capabilities in visual perception and understanding. However, these models also suffer from hallucinations, which limit their …

SAKE: Self-aware Knowledge Exploitation-Exploration for Grounded Multimodal Named Entity Recognition

2026-04-22 · Jielong Tang, Xujie Yuan, Jiayang Liu, Jianxing Yu 외 arxiv

Grounded Multimodal Named Entity Recognition (GMNER) aims to extract named entities and localize their visual regions within image-text pairs, serving as a pivotal capability for various downstream applications. In open-…

Grounded Multimodal Named Entity RecognitionReinforcement Learning

KEPLET: Knowledge-Enhanced Pretrained Language Model with Topic Entity Awareness

2023-05-02 · Yichuan Li, Jialong Han, Kyumin Lee, Chengyuan Ma 외

In recent years, Pre-trained Language Models (PLMs) have shown their superiority by pre-training on unstructured text corpus and then fine-tuning on downstream tasks. On entity-rich textual resources like Wikipedia, Know…

Entity LinkingLanguage ModelingLanguage ModellingRelation+2