Recursive Concept Evolution for Compositional Reasoning in Large Language Models
AI 摘要
提出了递归概念演化(RCE)框架,通过动态修改LLM内部表征几何来提升组合推理能力。
主要贡献
- 提出了递归概念演化(RCE)框架
- 引入动态生成的低秩概念子空间
- RCE显著提升了LLM在组合推理基准上的性能
方法论
RCE通过动态生成、选择、合并和巩固概念子空间来改进LLM的内部表示,从而构建新的抽象概念。
原文摘要
Large language models achieve strong performance on many complex reasoning tasks, yet their accuracy degrades sharply on benchmarks that require compositional reasoning, including ARC-AGI-2, GPQA, MATH, BBH, and HLE. Existing methods improve reasoning by expanding token-level search through chain-of-thought prompting, self-consistency, or reinforcement learning, but they leave the model's latent representation space fixed. When the required abstraction is not already encoded in this space, performance collapses. We propose Recursive Concept Evolution (RCE), a framework that enables pretrained language models to modify their internal representation geometry during inference. RCE introduces dynamically generated low-rank concept subspaces that are spawned when representational inadequacy is detected, selected through a minimum description length criterion, merged when synergistic, and consolidated via constrained optimization to preserve stability. This process allows the model to construct new abstractions rather than recombining existing ones. We integrate RCE with Mistral-7B and evaluate it across compositional reasoning benchmarks. RCE yields 12-18 point gains on ARC-AGI-2, 8-14 point improvements on GPQA and BBH, and consistent reductions in depth-induced error on MATH and HLE.