CLAIITLGSYJul 3, 2025

MOTIF: Modular Thinking via Reinforcement Fine-tuning in LLMs

arXiv:2507.02851v12 citationsh-index: 63Has Code
Originality Incremental advance
AI Analysis

This work addresses a key limitation in LLM reasoning for tasks requiring extensive token generation, offering an incremental improvement with sample-efficient training.

The paper tackles the context size bottleneck in large language models (LLMs) by proposing MOTIF, a reinforcement fine-tuning method for modular thinking over multiple rounds, resulting in 3.8% and 3.3% accuracy improvements on MATH500 and AIME2024 benchmarks compared to vanilla GRPO training.

Recent advancements in the reasoning capabilities of large language models (LLMs) show that employing group relative policy optimization (GRPO) algorithm for reinforcement learning (RL) training allows the models to use more thinking/reasoning tokens for generating better responses. However, LLMs can generate only a finite amount of tokens while maintaining attention to the previously generated tokens. This limit, also known as the context size of an LLM, is a bottleneck in LLM reasoning with arbitrarily large number of tokens. To think beyond the limit of context size, an LLM must employ a modular thinking strategy to reason over multiple rounds. In this work, we propose $\textbf{MOTIF: Modular Thinking via Reinforcement Finetuning}$ -- an RL training method for generating thinking tokens in multiple rounds, effectively allowing the model to think with additional context size. We trained the open-source model Qwen2.5-3B-Instruct on GSM8K dataset via parameter efficient fine-tuning and tested its accuracy on MATH500 and AIME2024 benchmarks. Our experiments show 3.8\% and 3.3\% improvements over vanilla GRPO based training in the respective benchmarks. Furthermore, this improvement was achieved with only 15\% of samples, thus demonstrating sample efficiency of MOTIF. Our code and models are available at https://github.com/purbeshmitra/MOTIF and https://huggingface.co/purbeshmitra/MOTIF, respectively.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes