paper-with-me

Papers

ART: Attention Replacement Technique to Improve Factuality in LLMs

2026-04-07 · Ziqin Luo, Yihao Quan, Xiaofeng Zhang, Xiaosong Yuan, Chen Shen arxiv

Hallucination in large language models (LLMs) continues to be a significant issue, particularly in tasks like question answering, where models often generate plausible yet incorrect or irrelevant information. Although various methods have been proposed to mitigate hallucinations, the relationship between attention patterns and hallucinations has not been fully explored. In this paper, we analyze the distribution of attention scores across each layer and attention head of LLMs, revealing a common and intriguing phenomenon: shallow layers of LLMs primarily rely on uniform attention patterns, where the model distributes its attention evenly across the entire sequence. This uniform attention pattern can lead to hallucinations, as the model fails to focus on the most relevant information. To mitigate this issue, we propose a training-free method called Attention Replacement Technique (ART), which replaces these uniform attention patterns in the shallow layers with local attention patterns. This change directs the model to focus more on the relevant contexts, thus reducing hallucinations. Through extensive experiments, ART demonstrates significant reductions in hallucinations across multiple LLM architectures, proving its effectiveness and generalizability without requiring fine-tuning or additional training data.

📄 PDF Abstract BibTeX arXiv:2604.06393

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Fine-tuning Language Models for Factuality

2023-11-14 · Katherine Tian, Eric Mitchell, Huaxiu Yao, Christopher D. Manning 외

The fluency and creativity of large pre-trained language models (LLMs) have led to their widespread use, sometimes even as a replacement for traditional search engines. Yet language models are prone to making convincing …

Fact CheckingMisconceptionsMisinformationRetrieval

Are Large Language Models Reliable Judges? A Study on the Factuality Evaluation Capabilities of LLMs

2023-11-01 · Xue-Yong Fu, Md Tahmid Rahman Laskar, Cheng Chen, Shashi Bhushan TN

In recent years, Large Language Models (LLMs) have gained immense attention due to their notable emergent capabilities, surpassing those seen in earlier language models. A particularly intriguing application of LLMs is t…

BenchmarkingQuestion AnsweringText Generation

Factuality of Large Language Models: A Survey

2024-02-04 · Yuxia Wang, Minghan Wang, Muhammad Arslan Manzoor, Fei Liu 외

Large language models (LLMs), especially when instruction-tuned for chat, have become part of our daily lives, freeing people from the process of searching, extracting, and integrating information from multiple sources b…

SurveyText Generation

Is Factuality Enhancement a Free Lunch For LLMs? Better Factuality Can Lead to Worse Context-Faithfulness

2024-03-30 · Baolong Bi, Shenghua Liu, Yiwei Wang, Lingrui Mei 외

As the modern tools of choice for text understanding and generation, large language models (LLMs) are expected to accurately output answers by leveraging the input context. This requires LLMs to possess both context-fait…

knowledge editing

Not All Claims Are Equally Risky: FACTOR for Adaptive Verification in Factual Long-Form Generation

2026-06-21 · Areeba Hassan, Arooj Kausar, Syeda Kisaa Fatima, Gibrail Islam 외 arxiv

Large Language Models (LLMs) generate fluent long-form text, however, often add unsupported factual claims. Existing verification techniques improve factuality by grounding generation in external evidence. However, the s…