Causal Concept Graphs in LLM Latent Space for Stepwise Reasoning

πŸ“… 2026-03-11
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

178K/year
πŸ€– AI Summary
Existing methods struggle to capture the dynamic causal interactions among concepts in the multi-step reasoning processes of large language models (LLMs). This work proposes Causal Concept Graphs (CCGs)β€”the first approach to construct sparse, interpretable directed acyclic graphs in LLM latent spacesβ€”by integrating task-conditioned sparse autoencoders with DAGMA-style differentiable structure learning to recover reasoning pathways. The study introduces a novel Causal Fidelity Score (CFS) to evaluate intervention efficacy and validates the framework on ARC-Challenge, StrategyQA, and LogiQA benchmarks. Using GPT-2 Medium, CCGs achieve a CFS of 5.654β€―Β±β€―0.625, significantly outperforming ROME tracing, SAE-based ranking, and random baselines (pβ€―<β€―0.0001), while generating domain-specific graph structures that remain stable across random seeds.

Technology Category

Application Category

πŸ“ Abstract
Sparse autoencoders can localize where concepts live in language models, but not how they interact during multi-step reasoning. We propose Causal Concept Graphs (CCG): a directed acyclic graph over sparse, interpretable latent features, where edges capture learned causal dependencies between concepts. We combine task-conditioned sparse autoencoders for concept discovery with DAGMA-style differentiable structure learning for graph recovery and introduce the Causal Fidelity Score (CFS) to evaluate whether graph-guided interventions induce larger downstream effects than random ones. On ARC-Challenge, StrategyQA, and LogiQA with GPT-2 Medium, across five seeds ($n{=}15$ paired runs), CCG achieves $\CFS=5.654\pm0.625$, outperforming ROME-style tracing ($3.382\pm0.233$), SAE-only ranking ($2.479\pm0.196$), and a random baseline ($1.032\pm0.034$), with $p<0.0001$ after Bonferroni correction. Learned graphs are sparse (5-6\% edge density), domain-specific, and stable across seeds.
Problem

Research questions and friction points this paper is trying to address.

causal concept graphs
stepwise reasoning
latent space
concept interaction
language models
Innovation

Methods, ideas, or system contributions that make the work stand out.

Causal Concept Graphs
Sparse Autoencoders
Differentiable Structure Learning
Causal Fidelity Score
Stepwise Reasoning
πŸ”Ž Similar Papers
2024-02-26Annual Meeting of the Association for Computational LinguisticsCitations: 97