paper-with-me

Papers

MetaCogAgent: A Metacognitive Multi-Agent LLM Framework with Self-Aware Task Delegation

2026-05-17 · Chenyu Wang, Yang Shu arxiv

Multi-agent large language model (LLM) systems have shown promise for solving complex tasks through agent collaboration. However, existing frameworks assign tasks based on predefined roles without considering whether an agent can accurately assess its own competence boundaries, leading to overconfident execution on tasks beyond its expertise. Inspired by metacognition theory from cognitive science, we propose MetaCogAgent, a multi-agent LLM framework where each agent is equipped with a Metacognitive Self-Assessment Unit that evaluates task-capability alignment before execution. The framework introduces three contributions: (1) a self-assessment mechanism that estimates per-task confidence by combining verbalized uncertainty with historical capability profiles; (2) an adaptive delegation protocol that routes low-confidence tasks to better-suited agents through cross-agent evaluation; and (3) a capability boundary learning module that iteratively refines each agent's competence model via cybernetic feedback. Experiments on our constructed MetaCog-Eval benchmark (700 tasks across 5 cognitive dimensions) demonstrate that MetaCogAgent achieves 82.4% task accuracy -- 8.7% above the best routing baseline -- while using 5% fewer API calls than AutoGen and 34% fewer than ensemble voting. Ablation studies confirm that each metacognitive component contributes to overall system performance.

📄 PDF Abstract BibTeX arXiv:2605.17292

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Truly Self-Improving Agents Require Intrinsic Metacognitive Learning

2025-06-05 · Tennison Liu, Mihaela van der Schaar

Self-improving agents aim to continuously acquire new capabilities with minimal supervision. However, current approaches face two key limitations: their self-improvement processes are often rigid, fail to generalize acro…

Metacognitive Self-Correction for Multi-Agent System via Prototype-Guided Next-Execution Reconstruction

2025-10-16 · Xu Shen, Qi Zhang, Song Wang, Zhen Tan 외 arxiv

Large Language Model based multi-agent systems (MAS) excel at collaborative problem solving but remain brittle to cascading errors: a single faulty step can propagate across agents and disrupt the trajectory. In this pap…

Think, Reflect, Create: Metacognitive Learning for Zero-Shot Robotic Planning with LLMs

2025-05-20 · Wenjie Lin, Jin Wei-Kocsis

While large language models (LLMs) have shown great potential across various domains, their applications in robotics remain largely limited to static, prompt-based behaviors and still face challenges in handling complex …

MetaMind: General and Cognitive World Models in Multi-Agent Systems by Meta-Theory of Mind

2026-02-28 · Lingyi Wang, Rashed Shelim, Walid Saad, Naren Ramakrishna arxiv

A major challenge for world models in multi-agent systems is to understand interdependent agent dynamics, predict interactive multi-agent trajectories, and plan over long horizons with collective awareness, without centr…

Emotion-Gradient Metacognitive RSI (Part I): Theoretical Foundations and Single-Agent Architecture

2025-05-12 · Rintaro Ando

We present the Emotion-Gradient Metacognitive Recursive Self-Improvement (EG-MRSI) framework, a novel architecture that integrates introspective metacognition, emotion-based intrinsic motivation, and recursive self-modif…

Informativeness