paper-with-me

홈 › Papers

Hallucinate Less by Thinking More: Aspect-Based Causal Abstention for Large Language Models

2025-11-21 · Vy Nguyen, Ziqi Xu, Jeffrey Chan, Estrid He, Feng Xia, Xiuzhen Zhang arxiv

Large Language Models (LLMs) often produce fluent but factually incorrect responses, a phenomenon known as hallucination. Abstention, where the model chooses not to answer and instead outputs phrases such as "I don't know", is a common safeguard. However, existing abstention methods typically rely on post-generation signals, such as generation variations or feedback, which limits their ability to prevent unreliable responses in advance. In this paper, we introduce Aspect-Based Causal Abstention (ABCA), a new framework that enables early abstention by analysing the internal diversity of LLM knowledge through causal inference. This diversity reflects the multifaceted nature of parametric knowledge acquired from various sources, representing diverse aspects such as disciplines, legal contexts, or temporal frames. ABCA estimates causal effects conditioned on these aspects to assess the reliability of knowledge relevant to a given query. Based on these estimates, we enable two types of abstention: Type-1, where aspect effects are inconsistent (knowledge conflict), and Type-2, where aspect effects consistently support abstention (knowledge insufficiency). Experiments on standard benchmarks demonstrate that ABCA improves abstention reliability, achieves state-of-the-art performance, and enhances the interpretability of abstention decisions.

📄 PDF Abstract BibTeX arXiv:2511.17170

Code (0)

등록된 구현이 없습니다.

Tasks

Causal Inference

Similar Papers 제목 키워드 기반

A Systems Thinking Approach to Algorithmic Fairness

2024-12-21 · Chris Lam

Systems thinking provides us with a way to model the algorithmic fairness problem by allowing us to encode prior knowledge and assumptions about where we believe bias might exist in the data generating process. We can th…

Causal InferenceFairness

The Magic of IF: Investigating Causal Reasoning Abilities in Large Language Models of Code

2023-05-30 · Xiao Liu, Da Yin, Chen Zhang, Yansong Feng 외

Causal reasoning, the ability to identify cause-and-effect relationship, is crucial in human thinking. Although large language models (LLMs) succeed in many NLP tasks, it is still challenging for them to conduct complex …

counterfactualCounterfactual Reasoning

Hallucinating with AI: AI Psychosis as Distributed Delusions

2025-08-27 · Lucy Osler arxiv

There is much discussion of the false outputs that generative AI systems such as ChatGPT, Claude, Gemini, DeepSeek, and Grok create. In popular terminology, these have been dubbed AI hallucinations. However, deeming thes…

How Many Counterfactuals Does It Take? Probing VLM Hallucinations Through Circuits and Causal Effects

2026-06-07 · Abhivansh Gupta, Simardeep Singh, Advika Sinha, Shreyansh Modi 외 arxiv

Visual Language Models (VLMs) are known to produce hallucinated predictions that are not grounded in visual evidence, yet existing approaches lack a principled understanding of how robust such predictions are under count…

Think More, Hallucinate Less: Mitigating Hallucinations via Dual Process of Fast and Slow Thinking

2025-01-02 · Xiaoxue Cheng, Junyi Li, Wayne Xin Zhao, Ji-Rong Wen

Large language models (LLMs) demonstrate exceptional capabilities, yet still face the hallucination issue. Typical text generation approaches adopt an auto-regressive generation without deliberate reasoning, which often …

HallucinationText Generation