paper-with-me

Papers

Look Within, Why LLMs Hallucinate: A Causal Perspective

2024-07-14 · He Li, Haoang Chi, MingYu Liu, Wenjing Yang

The emergence of large language models (LLMs) is a milestone in generative artificial intelligence, achieving significant success in text comprehension and generation tasks. Despite the tremendous success of LLMs in many downstream tasks, they suffer from severe hallucination problems, posing significant challenges to the practical applications of LLMs. Most of the works about LLMs' hallucinations focus on data quality. Self-attention is a core module in transformer-based LLMs, while its potential relationship with LLMs' hallucination has been hardly investigated. To fill this gap, we study this problem from a causal perspective. We propose a method to intervene in LLMs' self-attention layers and maintain their structures and sizes intact. Specifically, we disable different self-attention layers in several popular open-source LLMs and then compare their degrees of hallucination with the original ones. We evaluate the intervened LLMs on hallucination assessment benchmarks and conclude that disabling some specific self-attention layers in the front or tail of the LLMs can alleviate hallucination issues. The study paves a new way for understanding and mitigating LLMs' hallucinations.

📄 PDF Abstract BibTeX arXiv:2407.10153

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationReading Comprehension

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Rehearsing Answers to Probable Questions with Perspective-Taking

2024-09-27 · Yung-Yu Shih, Ziwei Xu, Hiroya Takamura, Yun-Nung Chen 외

Question answering (QA) has been a long-standing focus in the NLP field, predominantly addressing reading comprehension and common sense QA. However, scenarios involving the preparation of answers to probable questions d…

Common Sense ReasoningKnowledge GraphsQuestion AnsweringReading Comprehension

A Causal Perspective for Enhancing Jailbreak Attack and Defense

2026-01-31 · Licheng Pan, Yunsheng Lu, Jiexi Liu, Jialing Tao 외 arxiv

Uncovering the mechanisms behind "jailbreaks" in large language models (LLMs) is crucial for enhancing their safety and reliability, yet these mechanisms remain poorly understood. Existing studies predominantly analyze j…

Graph Learning

Why and How LLMs Hallucinate: Connecting the Dots with Subsequence Associations

2025-04-17 · Yiyou Sun, Yu Gai, Lijie Chen, Abhilasha Ravichander 외

Large language models (LLMs) frequently generate hallucinations-content that deviates from factual accuracy or provided context-posing challenges for diagnosis due to the complex interplay of underlying causes. This pape…

DecoderHallucination

LLMs and the ZPD

2026-05-12 · Peter Wallis arxiv

One hundred years ago Vygotsky and his circle were exploring the nature of consciousness and defining what would become psychology in the Soviet Union. They concluded that children develop "scientific thinking" through i…

When Helpfulness Overrides Causal Caution: Context-Dependent Suppression and Recovery in LLMs

2026-06-23 · Hiroshi Okumura arxiv

Large language models (LLMs) are increasingly integrated into decision-support roles in business and policy contexts. While prior benchmark studies have primarily evaluated LLMs' causal reasoning capabilities, a more fun…