CALVER: Causal Verification Method for LLM Reasoning Breaks Self-Consistency Bottleneck

JerzakLabs · hf · 2026-08-06

When handling causal reasoning tasks in LLMs, traditional self-consistency (majority voting) often fails: models frequently repeat the same confounding errors, or votes fragment across multiple valid answers, allowing an invalid answer to win.

Researchers introduce CALVER, a training-free symbolic verifier. It scores structured reasoning traces against Pearl's causal criteria (including d-separation, backdoor adjustment, and intervention) and selects the highest-scoring candidate without consulting a reference answer.

On the CLEAR dataset, where multiple valid answers exist, CALVER achieves 42.1% accuracy, while plurality voting, reward models, and LLM judges remain near 30%. The method not only improves decision accuracy but also scores each candidate in milliseconds on a CPU.

Original post →

More from Research

Research channel →