paper-with-me

홈 › Papers

VinePPO: Unlocking RL Potential For LLM Reasoning Through Refined Credit Assignment

2024-10-02 · Amirhossein Kazemnejad, Milad Aghajohari, Eva Portelance, Alessandro Sordoni, Siva Reddy, Aaron Courville, Nicolas Le Roux

Large language models (LLMs) are increasingly applied to complex reasoning tasks that require executing several complex steps before receiving any reward. Properly assigning credit to these steps is essential for enhancing model performance. Proximal Policy Optimization (PPO), a state-of-the-art reinforcement learning (RL) algorithm used for LLM finetuning, employs value networks to tackle credit assignment. However, value networks face challenges in predicting the expected cumulative rewards accurately in complex reasoning tasks, often leading to high-variance updates and suboptimal performance. In this work, we systematically evaluate the efficacy of value networks and reveal their significant shortcomings in reasoning-heavy LLM tasks, showing that they barely outperform a random baseline when comparing alternative steps. To address this, we propose VinePPO, a straightforward approach that leverages the flexibility of language environments to compute unbiased Monte Carlo-based estimates, bypassing the need for large value networks. Our method consistently outperforms PPO and other RL-free baselines across MATH and GSM8K datasets with fewer gradient updates (up to 9x), less wall-clock time (up to 3.0x). These results emphasize the importance of accurate credit assignment in RL finetuning of LLM and demonstrate VinePPO's potential as a superior alternative.

📄 PDF Abstract BibTeX arXiv:2410.01679

Code (1)

mcgill-nlp/vineppo 공식 구현 pytorch

Tasks

GSM8KMathReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Learning to Reason at the Frontier of Learnability

2025-02-17 · Thomas Foster, Jakob Foerster

Reinforcement learning is now widely adopted as the final stage of large language model training, especially for reasoning-style tasks such as maths problems. Typically, models attempt each question many times during a s…

Language ModelingLanguage ModellingLarge Language Modelreinforcement-learning+1

MARGE: Improving Math Reasoning for LLMs with Guided Exploration

2025-05-18 · Jingyue Gao, Runji Lin, Keming Lu, Bowen Yu 외

Large Language Models (LLMs) exhibit strong potential in mathematical reasoning, yet their effectiveness is often limited by a shortage of high-quality queries. This limitation necessitates scaling up computational respo…

MathMathematical Reasoning

Unlocking the Potential of Renewable Energy Through Curtailment Prediction

2024-05-28 · Bilge Acun, Brent Morgan, Henry Richardson, Nat Steinsultz 외

A significant fraction (5-15%) of renewable energy generated goes into waste in the grids around the world today due to oversupply issues and transmission constraints. Being able to predict when and where renewable curta…

Prediction

InA-Probe: Instruction-Aware Active Probing for Time Series Forecasting with LLMs

2026-06-07 · Peiliang Gong, Emadeldeen Eldele, Chenyu Liu, Ziyu Jia 외 arxiv

Large Language Models (LLMs) have recently demonstrated impressive potential for time series forecasting. However, existing methods predominantly rely on passive modality alignment or static task reprogramming, which oft…

Time Series Forecasting

From Drafts to Answers: Unlocking LLM Potential via Aggregation Fine-Tuning

2025-01-21 · Yafu Li, Zhilin Wang, Tingchen Fu, Ganqu Cui 외

Scaling data and model size has been proven effective for boosting the performance of large language models. In addition to training-time scaling, recent studies have revealed that increasing test-time computational reso…