๐ค AI Summary
This work addresses the โknowing-doing gapโ in large language models (LLMs)โtheir tendency to recognize flaws in questions yet still produce seemingly plausible but incorrect answers. To bridge this gap, we propose DeIllusionLLM, a novel approach that explicitly models the decision between verification and answer generation through a task-level autoregressive framework, unifying discriminative and generative capabilities within a single backbone via a self-distillation mechanism. We further introduce FaultyScience, the first large-scale, cross-disciplinary benchmark designed to systematically expose the prevalence of this gap. Experimental results demonstrate that DeIllusionLLM significantly reduces the rate of erroneous responses under natural prompting while preserving general reasoning performance, thereby validating the effectiveness and scalability of our paradigm in mitigating the knowing-doing gap.
๐ Abstract
LLMs often generate seemingly valid answers to flawed or ill-posed inputs. This is not due to missing knowledge: under discriminative prompting, the same models can mostly identify such issues, yet fail to reflect this in standard generative responses. This reveals a fundamental know-act gap between discriminative recognition and generative behavior. Prior work largely characterizes this issue in narrow settings, such as math word problems or question answering, with limited focus on how to integrate these two modes. In this work, we present a comprehensive analysis using FaultyScience, a newly constructed large-scale, cross-disciplinary benchmark of faulty scientific questions. We show that the gap is pervasive and stems from token-level autoregression, which entangles task selection (validate vs. answer) with content generation, preventing discriminative knowledge from being utilized. To address this, we propose DeIllusionLLM, a task-level autoregressive framework that explicitly models this decision. Through self-distillation, the model unifies discriminative judgment and generative reasoning within a single backbone. Empirically, DeIllusionLLM substantially reduces answer-despite-error failures under natural prompting while maintaining general reasoning performance, demonstrating that self-distillation is an effective and scalable solution for bridging the discriminative-generative know-act gap