paper-with-me

홈 › Papers

PATS: Policy-Aware Training Scaffolding for Agentic Reinforcement Learning

2026-07-23 · Yipeng Shi, Zhipeng Ma, Yue Wang, Qitai Tan, Yang Li, Peng Chen, Zhengzhou Zhu arxiv

In long-horizon LLM agent reinforcement learning, weak policies often repeat similar failures, producing uninformative rollout trajectories and limiting effective policy optimization. Existing skill-centric methods improve exploration by optimizing, filtering, or internalizing reusable skills. However, they remain centered on the skills themselves rather than being designed as adaptive training-time support for the evolving policy. To address this, we propose a policy-centric training paradigm that reframes skills as a dynamic training scaffold. Our framework, PATS, converts rollout groups from the latest policy into evidence cards and uses task-specific evaluation to adjust the context used in subsequent rollouts. Concrete guidance helps weak policies to complete challenging tasks. As policy improves, redundant context is revised or removed to reduce reliance on explicit guidance while preserving useful rollout variation. The policy is optimized with environmental rewards using standard RLVR, and the training scaffold is discarded at deployment. Across ALFWorld, WebShop, and seven search-augmented QA benchmarks, PATS achieves performance competitive with SOTA baselines while using 25%-50% fewer tokens.

📄 PDF Abstract BibTeX arXiv:2607.21419

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PATS: Sensitivity-aware Noisy Learning for Pretrained Language Models

2022-10-22 · Yupeng Zhang, Hongzhi Zhang, Sirui Wang, Wei Wu 외

A wide range of NLP tasks benefit from the fine-tuning of pretrained language models (PLMs). However, a number of redundant parameters which contribute less to the downstream task are observed in a directly fine-tuned mo…

Sensitivity

PATS: Proficiency-Aware Temporal Sampling for Multi-View Sports Skill Assessment

2025-06-05 · Edoardo Bianchi, Antonio Liotta

Automated sports skill assessment requires capturing fundamental movement patterns that distinguish expert from novice performance, yet current video sampling methods disrupt the temporal continuity essential for profici…

PATS: A New Neural Network Activation Function with Parameter

2020-06-16 · Baoyou Zheng, Zhiping Wang

Activation function is crucial to the recent successes of deep neural networks. In this paper, we propose a new activation function with parameters, named PATS. Specifically, PATS is a non-monotonic function which combin…

Architectural Constraints Alignment in AI-assisted, Platform-based Service Development

2026-05-06 · Julius Irion, Moritz Leugers, Paul Hartwig, Simon Kling 외 arxiv

AI-assisted development tools enable rapid prototyping of services but often lack awareness of architectural constraints, infrastructure dependencies, and organizational standards required in production environments. Con…

Code Generation

RAPO: Expanding Exploration for LLM Agents via Retrieval-Augmented Policy Optimization

2026-03-03 · Siwei Zhang, Yun Xiong, Xi Chen, Zi'an Jia 외 arxiv

Agentic Reinforcement Learning (Agentic RL) has shown remarkable potential in large language model-based (LLM) agents. These works can empower LLM agents to tackle complex tasks via multi-step, tool-integrated reasoning.…

Reinforcement Learning