NeFut Logo NeFut
Admin Login

[CS.AI] Revolutionary Policy of Thoughts: Enhancing LLM Reasoning via Online Policy Evolution

Published at: 2026-07-17 22:00 Last updated: 2026-07-18 08:18
#AI #Machine Learning #optimization

Abstract

Large language models (LLMs) struggle with complex, long-horizon reasoning due to instability caused by their frozen policy assumption. Current test-time scaling methods treat execution feedback merely as an external signal for filtering or rewriting trajectories, without internalizing it to improve the underlying reasoning strategy. Inspired by Popper's epistemology of "conjectures and refutations," we argue that intelligence requires real-time evolution of the model's policy through learning from failed attempts.

We introduce Policy of Thoughts (PoT), a framework that recasts reasoning as a within-instance online optimization process. PoT first generates diverse candidate solutions via an efficient exploration mechanism, then uses Group Relative Policy Optimization (GRPO) to update a transient LoRA adapter based on execution feedback. This closed-loop design enables dynamic, instance-specific refinement of the model's reasoning priors.

Experiments show that PoT dramatically boosts performance: a 4B model achieves 49.71% accuracy on LiveCodeBench, outperforming GPT-4o and DeepSeek-V3 despite being over 50% smaller.

Blogger's Review: This research breaks traditional limitations in LLM reasoning capabilities through the idea of real-time policy evolution, showcasing the potential of dynamic optimization. The PoT framework not only enhances performance but also offers a new perspective for future LLM development, making it a noteworthy area for exploration.

Original Source: https://arxiv.org/abs/2601.20379

[h] Back to Home