AdaKP Improves LLM Reasoning in RL with Adaptive Knowledge Selection

Zibin Meng, Zhenyu Zhao, Chunqiang Run· July 29, 2026 View original

Summary

AdaKP is a new online selector that dynamically chooses subsets of knowledge points (KPs) during reinforcement learning (RL) training to improve large language models' reasoning, especially in complex mathematics. It uses an entropy proxy for efficient KP scoring and incorporates mechanisms like momentum smoothing and adaptive scheduling to enhance performance over static selection methods.

Reinforcement learning (RL) is a powerful paradigm for enhancing the reasoning capabilities of large language models (LLMs), particularly in challenging domains like competition-level mathematics. However, these tasks often suffer from severe reward sparsity, making effective training difficult. A common mitigation involves injecting "knowledge points" (KPs)—short natural-language hints derived from expert solutions—into the LLM's prompt. Current methods either fix these KPs offline or simply scale the total amount of injected text, missing the opportunity to dynamically select the most informative subset. AdaKP introduces an online adaptive selector that re-chooses the optimal subset of KPs for each problem throughout the RL training process. Its core innovation is an entropy proxy, which efficiently scores a KP by measuring the reduction in next-token entropy it induces, requiring only a single, inexpensive forward pass. This proxy offers a provable bound on its truncation bias, making it a reliable alternative to costly rollout-based estimations. The system integrates several lightweight mechanisms to make this signal practical for online use: a momentum smoother to reduce noise, a retirement-and-revival manager for pruning weak KPs while maintaining exploration, and an adaptive scheduler that prioritizes re-evaluations early in training. AdaKP also includes a pre-flight validation gate to certify the proxy's effectiveness before expensive runs. Implemented as an additive fork to standard RL trainers, AdaKP significantly outperforms static KP selection baselines across eight competition-mathematics benchmarks with negligible added computational cost, highlighting the untapped potential of online, validated KP-subset selection for reasoning-oriented RL.

Why it matters

This research offers a significant advancement for developing more intelligent and efficient AI systems capable of complex reasoning, particularly valuable for applications requiring high-stakes problem-solving like advanced scientific research or automated theorem proving.

How to implement this in your domain

  1. 1Evaluate the AdaKP framework for improving reasoning performance in your existing reinforcement learning pipelines.
  2. 2Implement the entropy proxy mechanism for efficient knowledge point scoring in LLM-based RL agents.
  3. 3Integrate momentum smoothing and adaptive scheduling into your online knowledge selection strategies.
  4. 4Develop a pre-flight validation gate to ensure the effectiveness of knowledge selection proxies before full training runs.
  5. 5Experiment with dynamic knowledge injection methods to enhance LLM performance on complex, reward-sparse tasks.

Who benefits

AI ResearchEdTechSoftware DevelopmentScientific ComputingRobotics

Key takeaways

  • Reward sparsity hinders LLM reasoning in complex RL tasks like mathematics.
  • AdaKP dynamically selects optimal knowledge points (KPs) during RL training.
  • An efficient entropy proxy scores KPs, replacing expensive rollout estimations.
  • AdaKP significantly improves LLM reasoning performance with minimal overhead.

Original post by Zibin Meng, Zhenyu Zhao, Chunqiang Run

"arXiv:2607.24833v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards is a powerful paradigm for eliciting reasoning in large language models, yet it suffers from severe reward sparsity on competition-level mathematics. A common remedy injects atomic know…"

View on X

Originally posted by Zibin Meng, Zhenyu Zhao, Chunqiang Run on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses