SAGE:用拓扑引导缓解大模型长程推理偏差
SAGE: Mitigating Long-Horizon Reasoning Biases via Topological Guidance
一篇讲怎么修大模型长程推理的方法论文,用代数稀疏化加双曲空间嵌入两种结构引导,12 个基准、7 个模型家族验证,Andrews-Curtis 问题提升 8 倍,代码已开源。
论文提出 SAGE(Structural Admissibility-Guided Exploration)框架,针对稀疏奖励下的长程推理问题。作者先用 Symbolic Closure Analysis 分析两类偏差:探索偏差和随深度累积的复合偏差。方法上结合代数稀疏化和双曲空间嵌入两种结构引导,把推理状态嵌入负曲率空间以提供密集的深度信号。在 12 个基准和 7 个模型家族上超过竞争基线,在开放问题 Andrews-Curtis 上最多取得 8 倍提升。
SAGE: Mitigating Long-Horizon Reasoning Biases via Topological Guidance
Long-horizon reasoning remains a central challenge for large language models (LLMs) under sparse-reward regimes. We argue that this brittleness arises from two biases induced by complex reasoning spaces: an exploration bias, where models are drawn toward locally plausible but structurally unstable branches, and a compounding bias, where small local deviations accumulate across depth and suppress rare rewards. We introduce Symbolic Closure Analysis (SCA) as a theoretical lens characterizing how branching structures and sparse rewards induce these biases in long-horizon reasoning with local admissibility, and as a design principle for structural priors in less formal reasoning tasks. Motivated by this analysis, we propose SAGE (Structural Admissibility-Guided Exploration), a unified framework that injects structural guidance to alleviate exploration bias and compounding bias in long-horizon reasoning. SAGE combines two complementary structural guidance: algebraic sparsification, which projects locally admissible candidates onto operator-indexed algebraic subspaces to suppress spurious branching and mitigate exploration bias, and hyperbolic structural guidance, which embeds reasoning states into a negatively curved space to provide dense depth-wise signals and mitigate compounding bias. Across 12 benchmarks and 7 model families, SAGE outperforms competitive baselines. In particular, SAGE achieves up to an 8-fold improvement on the Andrews-Curtis problem, an open real-world long-horizon task. Code is available at: https://github.com/Susan571/SAGE-NeurIPS2026.