arXiv:2602.20094cs.AI2026-02KDD被引 2

测试大模型是否真懂因果,而非靠语义巧合猜答案

CausalFlip: A Benchmark for LLM Causal Judgment Beyond Semantic Matching

  • 设计反例题对,让依赖语义的模型必错
  • 显式思维链仍会被表面相似误导,内部化推理更靠谱
  • 适合研究模型真正推理能力的学者和工程师

随着大语言模型在高风险决策场景中广泛应用,其推理必须基于因果关系而非虚假关联。然而,传统评测中的高分未必代表真实因果推理能力,因为模型可能仅记忆语义模式。为此,我们提出新基准CausalFlip,包含基于事件三元组构建的因果判断题,涵盖混杂、链式和碰撞关系。针对每个三元组,设计语义相似但因果结论相反的题对,使依赖语义匹配的模型系统性出错。进一步引入带噪声前缀评估,在不改变因果结构的前提下干扰中间推理步骤,探测模型对语义干扰的敏感度。我们在多种训练范式下评估模型:仅输出答案、显式思维链(CoT)监督,以及一种内化因果推理方法。结果表明,显式CoT仍易受伪相关影响,而内化推理显著提升因果准确性,暗示通过内化可更好激发基座模型的潜在因果推理能力。

原文摘要 · Abstract (English)

As large language models (LLMs) witness increasing deployment in complex, high-stakes decision-making scenarios, it becomes imperative to ground their reasoning in causality rather than spurious correlations. However, strong performance on traditional reasoning benchmarks does not guarantee true causal reasoning ability of LLMs, as high accuracy may still arise from memorizing semantic patterns instead of analyzing the underlying true causal structures. To bridge this critical gap, we propose a new causal reasoning benchmark, CausalFlip, designed to encourage the development of new LLM paradigm or training algorithms that ground LLM reasoning in causality rather than semantic correlation. CausalFlip consists of causal judgment questions built over event triples that could form different confounder, chain, and collider relations. Based on this, for each event triple, we construct pairs of semantically similar questions that reuse the same events but yield opposite causal answers, where models that rely heavily on semantic matching are systematically driven toward incorrect predictions. To further probe models' reliance on semantic patterns, we introduce a noisy-prefix evaluation that prepends causally irrelevant text before intermediate causal reasoning steps without altering the underlying causal relations or the logic of the reasoning process. We evaluate LLMs under multiple training paradigms, including answer-only training, explicit Chain-of-Thought (CoT) supervision, and a proposed internalized causal reasoning approach that aims to mitigate explicit reliance on correlation in the reasoning process. Our results show that explicit CoT can still be misled by spurious semantic correlations, where internalizing reasoning steps yields substantially improved causal grounding, suggesting that it is promising to better elicit the latent causal reasoning capabilities of base LLMs.

因果推理LLM评测思维链基准测试

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。