通过系统化推理提升大模型幻觉检测准确率
CLATTER: Comprehensive Entailment Reasoning for Hallucination Detection
- 引导模型分步拆解文本并溯源证据
- 比传统方法在多个数据集上提升10%以上准确率
- 适合需要高可信生成内容的场景
当前幻觉检测常被建模为自然语言蕴含(NLI)任务,利用大模型判断生成文本是否由参考文本蕴含。由于蕴含判断涉及复杂推理,我们提出让模型执行系统化的三步推理流程:(i)主张分解,(ii)子主张归因与蕴含分类,(iii)聚合分类。该框架通过显式分解事实并查找源文档证据,实现更细粒度、更精准的蕴含判断,显著提升幻觉检测性能。基于此框架,我们设计了一套分析指标,用于评估中间推理步骤质量,进一步验证了该方法的有效性。
原文摘要 · Abstract (English)
A common approach to hallucination detection casts it as a natural language inference (NLI) task, often using LLMs to classify whether the generated text is entailed by corresponding reference texts. Since entailment classification is a complex reasoning task, one would expect that LLMs could benefit from generating an explicit reasoning process, as in CoT reasoning or the explicit ``thinking'' of recent reasoning models. In this work, we propose that guiding such models to perform a systematic and comprehensive reasoning process -- one that both decomposes the text into smaller facts and also finds evidence in the source for each fact -- allows models to execute much finer-grained and accurate entailment decisions, leading to increased performance. To that end, we define a 3-step reasoning process, consisting of (i) claim decomposition, (ii) sub-claim attribution and entailment classification, and (iii) aggregated classification, showing that such guided reasoning indeed yields improved hallucination detection. Following this reasoning framework, we introduce an analysis scheme, consisting of several metrics that measure the quality of the intermediate reasoning steps, which provided additional empirical evidence for the improved quality of our guided reasoning scheme.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。