rSIM: Incentivizing Reasoning Capabilities of LLMs via Reinforced Strategy Injection
Sijia Chen, Baochun Li, Di Niu
TL;DR
<3-5 sentence high-level summary> rSIM presents a reinforced strategy injection mechanism that decouples planning from reasoning to convert any LLM into an RLM by jointly training a small planner with the reasoner under a leader-follower MARL framework. The planner adaptively injects a predefined set of reasoning strategies into the chain-of-thought, yielding significant accuracy gains across diverse tasks while allowing the planner to be reused as a plug-in for other models. The approach enables continual improvement through task-agnostic planning and demonstrates cross-model generalization and sustained gains on coding tasks via a continually refined planner. Overall, rSIM offers a scalable, plug-in-friendly path to enhance reasoning in both small and large LLMs without extensive re-training of the base models.
Abstract
Large language models (LLMs) are post-trained through reinforcement learning (RL) to evolve into Reasoning Language Models (RLMs), where the hallmark of this advanced reasoning is ``aha'' moments when they start to perform strategies, such as self-reflection and deep thinking, within chain of thoughts (CoTs). Motivated by this, this paper proposes a novel reinforced strategy injection mechanism (rSIM), that enables any LLM to become an RLM by employing a small planner to guide the LLM's CoT through the adaptive injection of reasoning strategies. To achieve this, the planner (leader agent) is jointly trained with an LLM (follower agent) using multi-agent RL (MARL), based on a leader-follower framework and straightforward rule-based rewards. Experimental results show that rSIM enables Qwen2.5-0.5B to become an RLM and significantly outperform Qwen2.5-14B. Moreover, the planner is generalizable: it only needs to be trained once and can be applied as a plug-in to substantially improve the reasoning capabilities of existing LLMs. In addition, the planner supports continual learning across various tasks, allowing its planning abilities to gradually improve and generalize to a wider range of problems.
