Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/31 04:00:00
Probing the Origins of Reasoning Performance: Representational Quality for Mathematical Problem-Solving in RL vs. SFT Fine-Tuned Models
AI 中文解读
核心亮点:这项研究首次从AI“大脑内部”揭示了强化学习比传统微调更强的原因,发现它能让模型形成更清晰、更有层次的推理结构。
通俗解读:科学家发现,用“奖励引导”方式训练出来的AI,在解数学题时,大脑里的信息排列得更有条理,就像学霸的笔记一样层次分明;而普通微调训练的AI,笔记则比较杂乱。前者更清楚自己算得对不对,而且越往深层思考,关键判断越集中。不过,AI做题时花多少时间思考,倒不单纯取决于训练方式,还和整套训练流程有关。
实际影响:这意味着未来的AI辅导工具能更聪明地判断解题步骤,少犯低级计算错误,解释过程也更符合人类思维。对普通用户来说,用AI学数学、做分析或处理复杂任务时,会感觉它“更靠谱、更有逻辑”,而不是偶尔答非所问。同时,这项发现也能帮助开发者优化训练方法,让AI在医疗、金融等领域的推理更稳健,减少因“想得不对”而给出的危险答案。
arXiv:2607.26119v1 Announce Type: new
Abstract: Large reasoning models trained via reinforcement learning (RL) have been increasingly shown to outperform their supervised fine-tuned (SFT) counterparts on mathematical reasoning tasks; Yet the mechanistic basis for this advantage remains unclear. We therefore ask, what internal representational differences enable RL models' superior performance? Our work presents two converging lines of evidence: First, linear probes trained on layer-wise hidden states reveal that RL models tend to achieve higher accuracy in predicting answer correctness compared to SFT models, indicating more linearly separable and structured representations. Second, mean ablation studies show that RL models develop a hierarchical architecture where deeper layers become progressively more critical, whereas SFT models distribute importance uniformly across layers. Together, these findings demonstrate that RL training fundamentally restructures how models represent and process reasoning problems. Finally, we analyze token-count variability under repeated sampling across problems to assess adaptive compute allocation. While we observe higher variability in some RL-tuned models than in their SFT counterparts, we see strong consistency in others, suggesting that token allocation may depend more on the overall training pipeline than on RL versus SFT alone. We believe this token-allocation variability reveals the spread of plausible on-policy reasoning, highlighting which models exhibit stable policies versus those that are under-determined, potentially non-identifiable solution behaviour.
分享
阅读原文 ↗