paper-with-me

Papers

ProSEA: Problem Solving via Exploration Agents

2025-10-08 · William Nguyen, Vinh Luong, Christopher Nguyen arxiv

Large language models (LLMs) have empowered AI agents to tackle increasingly complex tasks. However, most existing agents remain limited to static planning and brittle interactions, falling short of true collaboration or adaptive reasoning. We introduce ProSEA, a modular, general-purpose multi-agent framework designed for iterative problem solving through exploration and plan evolution. ProSEA features a hierarchical architecture in which a Manager Agent orchestrates domain-specialized Expert Agents, decomposes tasks, and adaptively replans based on structured feedback from failed attempts. Unlike prior systems, ProSEA agents report not only success or failure but also detailed reasons for failure and newly discovered constraints, enabling dynamic plan refinement informed by exploratory traces. The framework operates autonomously but supports seamless integration with human collaborators when needed. Experiments on the challenging FinanceBench benchmark demonstrate that ProSEA, even without human feedback, outperforms state-of-the-art baselines and achieves robust performance across reasoning-heavy tasks. These results underscore ProSEA's potential as a foundation for more transparent, adaptive, and human-aligned AI agents.

📄 PDF Abstract BibTeX arXiv:2510.07423

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Modified FOX Optimizer for Solving optimization problems

2025-02-27 · Dler O. Hasan, Hardi M. Mohammed, Zrar Khalid Abdul

The FOX optimizer, inspired by red fox hunting behavior, is a powerful algorithm for solving real-world and engineering problems. However, despite balancing exploration and exploitation, it can prematurely converge to lo…

Position

Exploration and Persuasion

2024-10-22 · Aleksandrs Slivkins

How to incentivize self-interested agents to explore when they prefer to exploit? Consider a population of self-interested agents that make decisions under uncertainty. They "explore" to acquire new information and "expl…

Collaborative Problem-Solving in an Optimization Game

2025-05-21 · Isidora Jeknic, Alex Duchnowski, Alexander Koller

Dialogue agents that support human users in solving complex tasks have received much attention recently. Many such tasks are NP-hard optimization problems that require careful collaborative exploration of the solution sp…

Traveling Salesman Problem

UneVEn: Universal Value Exploration for Multi-Agent Reinforcement Learning

2020-10-06 · Tarun Gupta, Anuj Mahajan, Bei Peng, Wendelin Böhmer 외

VDN and QMIX are two popular value-based algorithms for cooperative MARL that learn a centralized action value function as a monotonic mixing of per-agent utilities. While this enables easy decentralization of the learne…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

Exploration Based Language Learning for Text-Based Games

2020-01-24 · Andrea Madotto, Mahdi Namazifar, Joost Huizinga, Piero Molino 외

This work presents an exploration and imitation-learning-based agent capable of state-of-the-art performance in playing text-based computer games. Text-based computer games describe their world to the player through natu…

Imitation Learningtext-based gamesText Generation