AILGSep 13, 2024

CPL: Critical Plan Step Learning Boosts LLM Generalization in Reasoning Tasks

arXiv:2409.08642v210 citationsh-index: 8
AI Analysis

This addresses the problem of limited generalization in LLM reasoning for AI researchers, offering a novel method that is incremental but shows strong specific gains.

The paper tackles the challenge of scaling reinforcement learning for large language models to improve generalization in reasoning tasks by proposing Critical Plan Step Learning (CPL), which combines Monte Carlo Tree Search on abstract plans and Step-level Advantage Preference Optimization, resulting in performance gains such as +10.5% on GSM8K and +12.2% on HumanEval.

Post-training, particularly reinforcement learning (RL) using self-play-generated data, has become a new learning paradigm for large language models (LLMs). However, scaling RL to develop a general reasoner remains a research challenge, as existing methods focus on task-specific reasoning without adequately addressing generalization across a broader range of tasks. Moreover, unlike traditional RL with limited action space, LLMs operate in an infinite space, making it crucial to search for valuable and diverse strategies to solve problems effectively. To address this, we propose searching within the action space on high-level abstract plans to enhance model generalization and introduce Critical Plan Step Learning (CPL), comprising: 1) searching on plan, using Monte Carlo Tree Search (MCTS) to explore diverse plan steps in multi-step reasoning tasks, and 2) learning critical plan steps through Step-level Advantage Preference Optimization (Step-APO), which integrates advantage estimates for step preference obtained via MCTS into Direct Preference Optimization (DPO). This combination helps the model effectively learn critical plan steps, enhancing both reasoning capabilities and generalization. Experimental results demonstrate that our method, trained exclusively on GSM8K and MATH, not only significantly improves performance on GSM8K (+10.5%) and MATH (+6.5%), but also enhances out-of-domain reasoning benchmarks, such as HumanEval (+12.2%), GPQA (+8.6%), ARC-C (+4.0%), MMLU-STEM (+2.2%), and BBH (+1.8%).

Foundations

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

Your Notes