paper-with-me

홈 › Papers

Joint Evaluation of Answer and Reasoning Consistency for Hallucination Detection in Large Reasoning Models

2025-06-05 · Changyue Wang, Weihang Su, Qingyao Ai, Yiqun Liu

Large Reasoning Models (LRMs) extend large language models with explicit, multi-step reasoning traces to enhance transparency and performance on complex tasks. However, these reasoning traces can be redundant or logically inconsistent, making them a new source of hallucination that is difficult to detect. Existing hallucination detection methods focus primarily on answer-level uncertainty and often fail to detect hallucinations or logical inconsistencies arising from the model's reasoning trace. This oversight is particularly problematic for LRMs, where the explicit thinking trace is not only an important support to the model's decision-making process but also a key source of potential hallucination. To this end, we propose RACE (Reasoning and Answer Consistency Evaluation), a novel framework specifically tailored for hallucination detection in LRMs. RACE operates by extracting essential reasoning steps and computing four diagnostic signals: inter-sample consistency of reasoning traces, entropy-based answer uncertainty, semantic alignment between reasoning and answers, and internal coherence of reasoning. This joint analysis enables fine-grained hallucination detection even when the final answer appears correct. Experiments across datasets and different LLMs demonstrate that RACE outperforms existing hallucination detection baselines, offering a robust and generalizable solution for evaluating LRMs. Our code is available at: https://github.com/bebr2/RACE.

📄 PDF Abstract BibTeX arXiv:2506.04832

Code (1)

bebr2/race 공식 구현 pytorch

Tasks

DiagnosticHallucination

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Detecting Hallucinations for Large Language Model-based Knowledge Graph Reasoning

2026-04-27 · Xinyan Zhu, Yaoqi Liu, Yue Gao, Huadong Ma 외 arxiv

Knowledge graph (KG) reasoning infers new knowledge from existing facts and is widely applied in question answering, recommendation, and decision support. With the rapid development of large language models (LLMs), LLM-b…

Graph Neural NetworkQuestion Answering

CORA: Analyzing and bridging thinking-answer gap in Multimodal RLVR via Consistency-Oriented Reasoning Alignment

2026-06-12 · Jiayue Cao, Zhicong Lu, Xuehan Sun, Wei Jia 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has successfully elicited the reasoning capabilities of large language models, motivating its extension to multimodal scenarios. Existing methods primarily focus on i…

Reinforcement LearningMultimodal Reasoning

Grounded Chain-of-Thought for Multimodal Large Language Models

2025-03-17 · Qiong Wu, Xiangcong Yang, Yiyi Zhou, Chenxin Fang 외

Despite great progress, existing multimodal large language models (MLLMs) are prone to visual hallucination, greatly impeding their trustworthy applications. In this paper, we study this problem from the perspective of v…

HallucinationSpatial Reasoning

CoT Rerailer: Enhancing the Reliability of Large Language Models in Complex Reasoning Tasks through Error Detection and Correction

2024-08-25 · Guangya Wan, Yuqi Wu, Jie Chen, Sheng Li

Chain-of-Thought (CoT) prompting enhances Large Language Models (LLMs) complex reasoning abilities by generating intermediate steps. However, these steps can introduce hallucinations and accumulate errors. We propose the…

Decision MakingQuestion Answering

AraHalluEval: A Fine-grained Hallucination Evaluation Framework for Arabic LLMs

2025-09-04 · Aisha Alansari, Hamzah Luqman arxiv

Recently, extensive research on the hallucination of the large language models (LLMs) has mainly focused on the English language. Despite the growing number of multilingual and Arabic-specific LLMs, evaluating LLMs' hall…

Generative Question Answering