AI 비교하기AI 사용하기AI 최신정보AI 커뮤니티
Our VisionTermsPrivacyContact

New APPO Framework Improves AI Agent Tool-Use

New APPO Framework Improves AI Agent Tool-Use

HuggingFace
Tuesday, June 16, 2026
  • •Researchers introduced APPO to enhance multi-turn tool-use in large language model agents.
  • •APPO improves agentic reinforcement learning baselines by nearly 4 points across 13 benchmarks.
  • •The method uses fine-grained branching scores to optimize credit assignment during sequential decision-making.
  • •Researchers introduced APPO to enhance multi-turn tool-use in large language model agents.
  • •APPO improves agentic reinforcement learning baselines by nearly 4 points across 13 benchmarks.
  • •The method uses fine-grained branching scores to optimize credit assignment during sequential decision-making.

Researchers introduced Agentic Procedural Policy Optimization (APPO) on June 11, a new reinforcement learning method designed to enhance the multi-turn tool-use capabilities of large language model agents. The authors, led by Xucong Wang, developed the framework to address limitations in current credit assignment strategies, which often rely on coarse heuristics like tool-call boundaries. By identifying that influential decision points are distributed throughout the generation sequence, the team created a system that shifts branching and credit assignment to fine-grained decision points.

APPO utilizes a Branching Score to determine where to create alternative sequences, integrating token uncertainty with policy-induced likelihood gains of subsequent tokens. This approach facilitates targeted exploration while filtering out non-impactful high-entropy positions. Additionally, the method employs procedure-level advantage scaling to improve the distribution of credit across branched rollouts. Tests conducted across 13 benchmarks demonstrate that APPO consistently outperforms strong agentic reinforcement learning baselines by nearly 4 points. The implementation maintains efficient tool-usage and keeps agent behavior interpretable. Code for the project is available on GitHub under the AMAP-ML repository.

Researchers introduced Agentic Procedural Policy Optimization (APPO) on June 11, a new reinforcement learning method designed to enhance the multi-turn tool-use capabilities of large language model agents. The authors, led by Xucong Wang, developed the framework to address limitations in current credit assignment strategies, which often rely on coarse heuristics like tool-call boundaries. By identifying that influential decision points are distributed throughout the generation sequence, the team created a system that shifts branching and credit assignment to fine-grained decision points.

APPO utilizes a Branching Score to determine where to create alternative sequences, integrating token uncertainty with policy-induced likelihood gains of subsequent tokens. This approach facilitates targeted exploration while filtering out non-impactful high-entropy positions. Additionally, the method employs procedure-level advantage scaling to improve the distribution of credit across branched rollouts. Tests conducted across 13 benchmarks demonstrate that APPO consistently outperforms strong agentic reinforcement learning baselines by nearly 4 points. The implementation maintains efficient tool-usage and keeps agent behavior interpretable. Code for the project is available on GitHub under the AMAP-ML repository.

Read original (English)·Jun 16, 2026
#appo#reinforcement learning#agentic ai#tool use#credit assignment#branching score