paper-with-me

Papers

PhGPO: Pheromone-Guided Policy Optimization for Long-Horizon Tool Planning

2026-02-14 · Yu Li, Guangfeng Cai, Shengtian Yang, Han Luo, Shuo Han, Xu He, Dong Li, Lei Feng arxiv

Recent advancements in Large Language Model (LLM) agents have demonstrated strong capabilities in executing complex tasks through tool use. However, long-horizon multi-step tool planning is challenging, because the exploration space suffers from a combinatorial explosion. In this scenario, even when a correct tool-use path is found, it is usually considered an immediate reward for current training, which would not provide any reusable information for subsequent training. In this paper, we argue that historically successful trajectories contain reusable tool-transition patterns, which can be leveraged throughout the whole training process. Inspired by ant colony optimization where historically successful paths can be reflected by the pheromone, we propose Pheromone-Guided Policy Optimization (PhGPO), which learns a trajectory-based transition pattern (i.e., pheromone) from historical trajectories and then uses the learned pheromone to guide policy optimization. This learned pheromone provides explicit and reusable guidance that steers policy optimization toward historically successful tool transitions, thereby improving long-horizon tool planning. Comprehensive experimental results demonstrate the effectiveness of our proposed PhGPO.

📄 PDF Abstract BibTeX arXiv:2602.13691

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Trajectory-Level Attribution: Graph-Based Credit Assignment for Agentic Reinforcement Learning

2026-05-26 · Xin Cheng, Shuo He, Lang Feng, HaiYang Xu 외 arxiv

Group-based reinforcement learning (RL) methods have achieved remarkable success in improving the performance of large language models (LLMs) and have been rapidly extended to agentic tasks. However, their credit assignm…

Reinforcement Learning

Beyond Static Priors: Dynamic Neural Guidance for Large-Scale Ant Colony Optimization

2026-06-02 · Dat Thanh Tran, Van Khu Vu, Yining Ma arxiv

Neural-guided Ant Colony Optimization (ACO) suffers from a fundamental training-inference misalignment: policies are typically trained to generate static priors (e.g., heatmaps), yet deployed to guide iterative, long-hor…

Pheromone-based Learning of Optimal Reasoning Paths

2025-01-31 · Anirudh Chari, Aditya Tiwari, Richard Lian, Suraj Reddy 외

Large Language Models (LLMs) have demonstrated remarkable reasoning capabilities through chain-of-thought prompting, yet discovering effective reasoning methods for complex problems remains challenging due to the vast sp…

ARCGSM8KMathMixture-of-Experts

Pheromone-Focused Ant Colony Optimization algorithm for path planning

2026-01-12 · Yi Liu, Hongda Zhang, Zhongxue Gan, Yuning Chen 외 arxiv

Ant Colony Optimization (ACO) is a prominent swarm intelligence algorithm extensively applied to path planning. However, traditional ACO methods often exhibit shortcomings, such as blind search behavior and slow converge…

The Impact of Network Structure on Ant Colony Optimization

2024-09-27 · Taiyo Shimizu, Shintaro Mori

Ant Colony Optimization (ACO) is a swarm intelligence methodology utilized for solving optimization problems through information transmission mediated by pheromones. As ants sequentially secrete pheromones that subsequen…