Structured Thinking Matters: Improving LLMs Generalization in Causal Inference Tasks
Wentao Sun, João Paulo Nogueira, Alonso Silva
TL;DR
The paper tackles the persistent challenge of distinguishing causation from correlation in LLMs by introducing a structured reasoning framework that externalizes reasoning as a knowledge graph. It leverages Qwen3-32B with tool-calling to generate a validated graph from correlational premises and then performs structure-aware causal inference grounded in that graph. Empirically, this approach yields substantial gains on the Corr2Cause benchmark, with F1 improving from 32.71 to 48.26 and recall increasing notably, surpassing strong baselines like GPT-4 and BART MNLI and showing robustness to distribution shifts. The work demonstrates the value of neuro-symbolic, graph-grounded reasoning for causal tasks and points to broader applicability in complex reasoning scenarios.
Abstract
Despite remarkable advances in the field, LLMs remain unreliable in distinguishing causation from correlation. Recent results from the Corr2Cause dataset benchmark reveal that state-of-the-art LLMs -- such as GPT-4 (F1 score: 29.08) -- only marginally outperform random baselines (Random Uniform, F1 score: 20.38), indicating limited capacity of generalization. To tackle this limitation, we propose a novel structured approach: rather than directly answering causal queries, we provide the model with the capability to structure its thinking by guiding the model to build a structured knowledge graph, systematically encoding the provided correlational premises, to answer the causal queries. This intermediate representation significantly enhances the model's causal capabilities. Experiments on the test subset of the Corr2Cause dataset benchmark with Qwen3-32B model (reasoning model) show substantial gains over standard direct prompting methods, improving F1 scores from 32.71 to 48.26 (over 47.5% relative increase), along with notable improvements in precision and recall. These results underscore the effectiveness of providing the model with the capability to structure its thinking and highlight its promising potential for broader generalization across diverse causal inference tasks.
