New audit method finds majority of LLM chain-of-thought steps insensitive to premise dependencies
Researchers propose interventional grounding audits to test whether LLM reasoning steps genuinely depend on stated premises, revealing a 'right answer, wrong reasoning' pattern in 66% of correctly solved problems.
1 source · cross-referenced
- A new black-box audit method tests whether LLM chain-of-thought steps depend on stated premises by substituting predicates and re-running the model.
- On the ProntoQA benchmark with GPT-4o, the method achieved F1=0.806 for detecting proof-tree dependencies, outperforming a self-consistency baseline (F1=0.343).
- 66% of correctly solved problems contained at least one step insensitive to a direct proof-tree dependency, indicating flawed reasoning despite correct answers.
- All audit materials, including code and data, are publicly available on GitHub.
Researchers from arXiv cs.AI introduce interventional grounding audits, a black-box method to test whether individual steps in an LLM's chain-of-thought (CoT) reasoning genuinely depend on stated premises. The approach intervenes by substituting a premise's target predicate with a fresh symbol, re-runs the model, and checks whether the normalized conclusion of each reasoning step changes. This step-level intervention contrasts with passive evaluation methods that do not actively probe premise dependency.
The method was evaluated on ProntoQA, a synthetic multi-hop deductive reasoning benchmark with gold proof trees, where step-level premise dependencies are known. When applied to 50 ProntoQA problems using GPT-4o, the interventional grounding audits achieved an F1 score of 0.806 for detecting proof-tree dependencies. Precision and recall for predicate-determining dependencies were 0.885 and 1.00, respectively, significantly outperforming a self-consistency baseline, which recorded an F1 of 0.343 with non-overlapping 95% bootstrap confidence intervals.
The study further identifies that 66% of correctly solved problems contained at least one aligned reasoning step that was insensitive to a direct proof-tree dependency under consistent substitution. These errors were exclusively associated with entity-introduction premises, a documented blind spot of consistent-substitution evaluators. The authors describe this as a 'right answer, wrong reasoning' signal that remains invisible to passive evaluation methods.
All audit certificates, raw outputs, and reproduction scripts are publicly available in a GitHub repository. The paper also discusses scope limitations, noting that the method's applicability may be constrained to formal, parsable benchmarks and may not generalize to open-ended or unstructured reasoning tasks.
- Jul 16, 2026 · arXiv cs.AI
Agentic framework SPINE improves bimanual robot deployment success and reduces setup time in study
Trust79 - Jul 16, 2026 · arXiv cs.AI
Researchers propose OriginBlame, a system for record- and token-level data provenance in AI training datasets
Trust79 - Jul 15, 2026 · Wired
Researchers propose baby-inspired benchmark to test vision-language models
Trust78