paper-with-me

홈 › Papers

MPO: Boosting LLM Agents with Meta Plan Optimization

2025-03-04 · Weimin Xiong, YiFan Song, Qingxiu Dong, Bingchan Zhao, Feifan Song, Xun Wang, Sujian Li

Recent advancements in large language models (LLMs) have enabled LLM-based agents to successfully tackle interactive planning tasks. However, despite their successes, existing approaches often suffer from planning hallucinations and require retraining for each new agent. To address these challenges, we propose the Meta Plan Optimization (MPO) framework, which enhances agent planning capabilities by directly incorporating explicit guidance. Unlike previous methods that rely on complex knowledge, which either require significant human effort or lack quality assurance, MPO leverages high-level general guidance through meta plans to assist agent planning and enables continuous optimization of the meta plans based on feedback from the agent's task execution. Our experiments conducted on two representative tasks demonstrate that MPO significantly outperforms existing baselines. Moreover, our analysis indicates that MPO provides a plug-and-play solution that enhances both task completion efficiency and generalization capabilities in previous unseen scenarios.

📄 PDF Abstract BibTeX arXiv:2503.02682

Code (1)

weiminxiong/mpo 공식 구현

Similar Papers 제목 키워드 기반

CaPo: Cooperative Plan Optimization for Efficient Embodied Multi-Agent Cooperation

2024-11-07 · Jie Liu, Pan Zhou, Yingjun Du, Ah-Hwee Tan 외

In this work, we address the cooperation problem among large language model (LLM) based embodied agents, where agents must cooperate to achieve a common goal. Previous methods often execute actions extemporaneously and i…

Large Language Model

Hierarchical LLM-Based Multi-Agent Framework with Prompt Optimization for Multi-Robot Task Planning

2026-02-25 · Tomoya Kawabe, Rin Takano arxiv

Multi-robot task planning requires decomposing natural-language instructions into executable actions for heterogeneous robot teams. Conventional Planning Domain Definition Language (PDDL) planners provide rigorous guaran…

Robot Task Planning

Meta Gradient Boosting Neural Networks

2021-01-01 · Manqing Dong, Lina Yao, Xianzhi Wang, Xiwei Xu 외

Meta-optimization is an effective approach that learns a shared set of parameters across tasks for parameter initialization in meta-learning. A key challenge for meta-optimization based approaches is to determine whether…

Meta-Learningregression

Regularized boosting with an increasing coefficient magnitude stop criterion as meta-learner in hyperparameter optimization stacking ensemble

2024-02-02 · Laura Fdez-Díaz, José Ramón Quevedo, Elena Montañés

In Hyperparameter Optimization (HPO), only the hyperparameter configuration with the best performance is chosen after performing several trials, then, discarding the effort of training all the models with every hyperpara…

Ensemble LearningHyperparameter Optimization

Investigating performance of neural networks and gradient boosting models approximating microscopic traffic simulations in traffic optimization tasks

2018-12-02 · Paweł Gora, Maciej Brzeski, Marcin Możejko, Arkadiusz Klemenko 외

We analyze the accuracy of traffic simulations metamodels based on neural networks and gradient boosting models (LightGBM), applied to traffic optimization as fitness functions of genetic algorithms. Our metamodels appro…