Paper: 2604.19716 Authors: Feihao Fang, My T. Thai, Yuanyuan Lei Categories: cs.CL, cs.AI
Problem
LLMs struggle with multi-step logical reasoning. Existing approaches either:
- Purely refine reasoning chain in natural language
- Attach a symbolic solver as an external module
Neither approach leverages internal reasoning capabilities across modalities.
Key Insight
LLMs contain a shared internal logical subspace that simultaneously aligns natural-language and symbolic-language views of the reasoning process. This logical subspace captures reasoning capabilities shared across views while remaining independent of surface forms.
Method: CCA-based Logical Subspace Discovery
- Collect paired activations: Extract residual activations from both natural-language and symbolic-language reasoning chains
- Canonical Correlation Analysis: Learn a low-dimensional subspace with maximum cross-view correlation
- Training-free steering: Use the discovered subspace to guide reasoning chain generation
Results
On four logical reasoning benchmarks:
- Up to 11 percentage points accuracy improvement
- Generalizes well on out-of-domain problems
Why This Works
By aligning the two modalities, the model can:
- Leverage complementary reasoning signals from both views
- Transfer logical capabilities learned in one modality to another
- Maintain reasoning consistency across different representation styles
Takeaways
- Internal logical representations exist independent of language form
- Cross-modal alignment reveals hidden reasoning capabilities
- Training-free steering is effective and efficient
论文: 2604.19716 作者: Feihao Fang, My T. Thai, Yuanyuan Lei 分类: cs.CL, cs.AI
问题
LLM在多步逻辑推理中表现挣扎。现有的方法要么:
- 完全在自然语言中精炼推理链
- 将符号求解器作为外部模块附加
两种方法都无法利用跨模态的内部推理能力。
关键洞察
LLM包含一个共享内部逻辑子空间,同时对齐自然语言和符号语言视图中的推理过程。这个逻辑子空间捕捉跨视图共享的推理能力,同时独立于表面形式。
方法:基于CCA的逻辑子空间发现
- 收集配对激活:从自然语言和符号语言推理链中提取残差激活
- 典型相关分析:学习具有最大跨视图相关性的低维子空间
- 免训练引导:使用发现的子空间引导推理链生成
实验结果
在四个逻辑推理基准上:
- 准确率提升高达11个百分点
- 在域外问题上泛化良好
为什么有效
通过对齐两种模态,模型可以:
- 利用两个视图的互补推理信号
- 将一种模态中学到的逻辑能力迁移到另一种
- 在不同表示风格间保持推理一致性
要点总结
- 内部逻辑表示独立于语言形式存在
- 跨模态对齐揭示隐藏的推理能力
- 免训练引导既有效又高效