ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Self-consistency assumes the most frequent answer among sampled reasoning traces is the most reliable, but this can fail in causal reasoning: samples often repeat the same confounding error, and votes fragment across multiple valid answers, letting an invalid answer win despite a valid minority trace. We introduce CALVER (Causal Axiom-Level VERification), a training-free symbolic verifier that scores structured traces against Pearl's causal criteria, including -separation, backdoor adjustment, and intervention, and selects the highest-scoring candidate without consulting a reference answer. On CLEAR find-one-valid queries that admit multiple graph-valid answers, CALVER reaches 42.1% where plurality, a reward model, an LLM judge, and model confidence remain near 30% on identical frozen pools. Scaling the judge to 72B does not close the gap. In an audited clean-core subset, 11 of 21 graph-valid CALVER selections differ from the benchmark's listed answer while still satisfying the requested predicate. The advantage widens with the sampling budget and reproduces across ten published Bayesian networks, a second model family, and settings where the model must build the graph from text. CALVER also improves thresholded average-treatment-effect decisions against exact ground truth, generalizes to logic under a truth-table checker, and scores each candidate in milliseconds on CPU. CALVER needs only a causal structure, supplied outright or built from the text; wherever that holds, selection can aggregate via causal validity.
This paper addresses a critical flaw in the common practice of using self-consistency (majority voting) to improve LLM reasoning. While voting works well for tasks with a single correct answer, it fails in causal reasoning where multiple answers can be valid and errors are often systematic. The authors show that on CLEAR find-one-valid queries, plurality voting, reward models, LLM judges, and even model confidence all plateau around 30% accuracy, while a symbolic verifier (CALVER) achieves 42.1%. This is a significant finding because it suggests that current evaluation and aggregation methods are inadequate for causal reasoning tasks, and that scaling model size alone does not solve the problem.
The paper's significance lies in its proposal of a training-free, symbolic approach that leverages Pearl's causal criteria to verify reasoning traces. This is a departure from purely neural methods and highlights the potential of hybrid neuro-symbolic systems. By showing that a lightweight symbolic verifier can outperform much larger models, the authors make a strong case for incorporating causal structure into LLM reasoning pipelines.
On CLEAR find-one-valid queries, CALVER achieves 42.1% accuracy, while plurality voting, a reward model, an LLM judge, and model confidence all remain near 30% on identical frozen pools. Scaling the judge to 72B does not close the gap. In an audited clean-core subset, 11 of 21 graph-valid CALVER selections differ from the benchmark's listed answer but still satisfy the requested predicate, suggesting that the benchmark may have incomplete ground truth. The advantage widens with sampling budget and reproduces across ten published Bayesian networks and a second model family. CALVER also improves thresholded ATE decisions against exact ground truth and generalizes to logic under a truth-table checker.
This work challenges the assumption that majority voting is reliable for causal reasoning and demonstrates the value of symbolic verification for selecting valid answers. It suggests that future LLM reasoning systems should incorporate causal structure and verification mechanisms to handle tasks with multiple valid answers. The findings also have implications for benchmark design, as they reveal potential issues with existing ground truth labels. CALVER's efficiency and training-free nature make it an attractive addition to LLM pipelines, potentially improving reliability in causal reasoning and decision-making applications.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba