Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

FIPO: Eliciting Deep Reasoning with Future-KL Influenced Policy Optimization

About

We present Future-KL Influenced Policy Optimization (FIPO), a reinforcement learning algorithm designed to overcome reasoning bottlenecks in large language models. While GRPO style training scales effectively, it typically relies on outcome-based rewards (ORM) that distribute a global advantage uniformly across every token in a trajectory. We argue that this coarse-grained credit assignment imposes a performance ceiling by failing to distinguish critical logical pivots from trivial tokens. FIPO addresses this by incorporating discounted future-KL divergence into the policy update, creating a dense advantage formulation that re-weights tokens based on their influence on subsequent trajectory behavior. Empirically, FIPO enables models to break through the length stagnation seen in standard baselines. Evaluated on Qwen2.5-32B, FIPO extends the average chain-of-thought length from roughly 4,000 to over 10,000 tokens and increases AIME 2024 Pass@1 accuracy from 50.0% to a peak of 58.0% (converging at approximately 56.0\%). This outperforms both DeepSeek-R1-Zero-Math-32B (around 47.0%) and o1-mini (approximately 56.0%). Our results suggest that establishing dense advantage formulations is a vital path for evolving ORM-based algorithms to unlock the full reasoning potential of base models. We open-source our training system, built on the verl framework.

Chiyu Ma, Shuo Yang, Kexin Huang, Jinda Lu, Haoming Meng, Shangshang Wang, Bolin Ding, Soroush Vosoughi, Guoyin Wang, Jingren Zhou• 2026

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningAIME 2024
Accuracy54.58
220
Mathematical ReasoningAIME 2025
Accuracy35
214
Mathematical ReasoningAIME 2026
AIME 2026 Accuracy42.5
55
Mathematical ReasoningHMMT Feb 2025
Accuracy21.46
45
Mathematical ReasoningHMMT Feb 2026
Accuracy24.43
40
Mathematical ReasoningHMMT Nov 2025--
32
Mathematical ReasoningBRUMO 2025
Accuracy52.08
10
Mathematical ReasoningAIME 2024
Average Accuracy @3256
3
Showing 8 of 8 rows

Other info

GitHub

Follow for update