paper-with-me

Papers

CLEANER: Self-Purified Trajectories Boost Agentic Reinforcement Learning

2026-01-21 · Tianshi Xu, Yuteng Chen, Meng Li arxiv

Agentic Reinforcement Learning (RL) has empowered Large Language Models (LLMs) to utilize tools like Python interpreters for complex problem-solving. However, for parameter-constrained models (e.g., 4B--7B), the exploration phase is often plagued by frequent execution failures, creating noisy trajectories that hinder policy optimization. Under standard outcome-based reward settings, this noise leads to a critical credit assignment issue, where erroneous actions are inadvertently reinforced alongside successful outcomes. Existing mitigations face a dilemma: dense rewards often trigger reward hacking, while supersampling incurs prohibitive computational costs. To address these challenges, we propose CLEANER. Distinct from external filtering methods, CLEANER exploits the model's intrinsic self-correction capabilities to eliminate error-contaminated context directly during data collection. At its core, the Similarity-Aware Adaptive Rollback (SAAR) mechanism autonomously constructs clean, purified trajectories by retrospectively replacing failures with successful self-corrections. Based on semantic similarity, SAAR adaptively regulates replacement granularity from shallow execution repairs to deep reasoning substitutions. By training on these self-purified paths, the model internalizes correct reasoning patterns rather than error-recovery loops. Empirical results on AIME24/25, GPQA, and LiveCodeBench show average accuracy gains of 6%, 3%, and 5% over baselines. Notably, CLEANER matches state-of-the-art performance using only one-third of the training steps, highlighting trajectory purification as a scalable solution for efficient agentic RL. Our models and code are available at GitHub

📄 PDF Abstract BibTeX arXiv:2601.15141

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningSemantic Similarity

Similar Papers 제목 키워드 기반

Skill-3D: Evolving Scene-Aware Skills for Agentic 3D Spatial Reasoning

2026-06-05 · Haoyuan Li, Zhengdong Hu, Jun Wang, Hehe Fan 외 arxiv

This paper explores agentic 3D spatial understanding, i.e., MLLM agents performing 3D reasoning through tool use. Existing methods often misuse tools and exhibit biased tool preferences under 3D scenarios, leaving the ag…

Spatial Reasoning

Waking Up Blind: Cold-Start Optimization of Supervision-Free Agentic Trajectories for Grounded Visual Perception

2026-04-19 · Ashutosh Bajpai, Tamal Majumder, Akshay Nambi, Tanmoy Chakraborty arxiv

Small Vision-Language Models (SVLMs) are efficient task controllers but often suffer from visual brittleness and poor tool orchestration. They typically require expensive supervised trajectory tuning to mitigate these de…

Reinforcement Learning

Detecting Silent Failures in Multi-Agentic AI Trajectories

2025-11-06 · Divya Pathak, Harshit Kumar, Anuska Roy, Felix George 외 arxiv

Multi-Agentic AI systems, powered by large language models (LLMs), are inherently non-deterministic and prone to silent failures such as drift, cycles, and missing details in outputs, which are difficult to detect. We in…

Anomaly Detection

Demystifying Reinforcement Learning in Agentic Reasoning

2025-10-13 · Zhaochen Yu, Ling Yang, Jiaru Zou, Shuicheng Yan 외 arxiv

Recently, the emergence of agentic RL has showcased that RL could also effectively improve the agentic reasoning ability of LLMs, yet the key design principles and optimal practices remain unclear. In this work, we condu…

Reinforcement Learning

From Final Artifacts to Trajectories: Retrospective Process Supervision for Evidence-Grounded Long-Form Generation

2026-08-31 · Junjie Huang, Jiarui Qin, Di Yin, Weiwen Liu 외 arxiv

Trajectory data is getting more vital for training large language models for boosting the agentic abilities. Unlike the verifiable domains such as coding or mathematics, scaling trajectory data for open-ended tasks is mu…