SPIRAL:学习如何搜索与聚合 / SPIRAL: Learning to Search and Aggregate
1️⃣ 一句话总结
这篇论文提出了一种名为SPIRAL的新训练框架,让语言模型在推理时不仅能像传统方法那样一步步思考,还能同时生成多条独立的推理路线,并将它们智能地整合成最终答案,从而显著提升推理效率和准确性。
Language model reasoning can be substantially improved at test time via scaffolds that scale inference compute across different primitives -- sequential reasoning within a trace, independently sampled parallel traces, and aggregation of multiple reasoning traces into a final response. During post-training, however, language models are optimized only for sequential reasoning within a single trace. We introduce Sequential-Parallel-Aggregative Reinforcement Learning (SPIRAL), a framework in which a language model is trained to use all three primitives, as part of a unified inference compute pipeline. Concretely, the language model first samples a set of independent traces in parallel, each produced through sequential chain-of-thought reasoning, and then generates a final aggregation trace conditioned on those traces; all components are optimized end-to-end against the reward of the final aggregated response. To train this system, SPIRAL uses set reinforcement learning to teach models to produce a set of traces that are collectively useful for an aggregator and standard reinforcement learning to teach models to aggregate the set into improved final responses. Our experiments on reasoning tasks show that SPIRAL effectively scales with inference compute, outperforming GRPO by up to 11$\times$ scaling efficiency and 15% higher performance when all three compute primitives are scaled.
SPIRAL:学习如何搜索与聚合 / SPIRAL: Learning to Search and Aggregate
这篇论文提出了一种名为SPIRAL的新训练框架,让语言模型在推理时不仅能像传统方法那样一步步思考,还能同时生成多条独立的推理路线,并将它们智能地整合成最终答案,从而显著提升推理效率和准确性。
源自 arXiv: 2606.23595