用国际象棋研究语言模型推理如何从微调到强化学习演化
How Reasoning Evolves from Post-Training Data: An Empirical Study Using Chess

- 直接预测最优步数的微调能提升强化学习效果
- 多步走法轨迹训练实现稳定强化学习与真实推理
- 70亿参数模型超越主流开源推理模型
我们通过分析一组理论启发的数据集对语言模型在国际象棋任务中表现的影响,研究了语言模型推理能力如何从监督微调(SFT)演进到强化学习(RL)。结果发现,直接训练模型预测最佳走法虽能带来强下游性能和有效强化学习,但会引发不忠实的推理(即推理与所选走法不一致)。相比之下,基于多步走法轨迹的训练可获得相当的下游性能,同时实现更稳定的强化学习和忠实推理。我们分析了多种定性和定量指标,发现多个SFT检查点指标——包括评估表现、幻觉率和推理质量——能有效预测强化学习后的模型性能。最后,我们通过测量自定义数据集中的棋局信息密度来验证结果。我们发布了模型、训练数据、评估代码及实现工具,使一个70亿参数模型在国际象棋任务上超越现有主流开源推理模型。代码、模型和数据已公开于https://github.com/lucasdino/lang-chess。
原文摘要 · Abstract (English)
We study how reasoning evolves in a language model -- from supervised fine-tuning (SFT) to reinforcement learning (RL) -- by analyzing how a set of theoretically-inspired datasets influences language model performance in chess. We find that fine-tuning a model to directly predict the best move leads to effective RL and the strongest downstream performance -- however, the RL stage elicits \textit{unfaithful} reasoning (reasoning inconsistent with the chosen move). Alternatively, training on multi-move trajectories yields comparable downstream performance with faithful reasoning and more stable RL. We analyze multiple qualitative and quantitative measures and highlight how these evolve from SFT through RL; we find several SFT-checkpoint metrics -- spanning evaluation performance, hallucination rates, and reasoning quality -- to be predictive of post-RL model performance. Finally, we ground our results with an experiment measuring \textit{chess information density} in our custom datasets. We release models as well as training data, evaluations, and code that allowed us to surpass leading open-source reasoning models in chess with a 7B-parameter model. Code, models, and data are available at https://github.com/lucasdino/lang-chess.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。