paper-with-me

홈 › Papers

Alita-G: Self-Evolving Generative Agent for Agent Generation

2025-10-27 · Jiahao Qiu, Xuan Qi, Hongru Wang, Xinzhe Juan, Yimin Wang, Zelin Zhao, Jiayi Geng, Jiacheng Guo, Peihang Li, Jingzhe Shi, Shilong Liu, Mengdi Wang arxiv

Large language models (LLMs) have been shown to perform better when scaffolded into agents with memory, tools, and feedback. Beyond this, self-evolving agents have emerged, but current work largely limits adaptation to prompt rewriting or failure retries. Therefore, we present ALITA-G, a self-evolution framework that transforms a general-purpose agent into a domain expert by systematically generating, abstracting, and curating Model Context Protocol (MCP) tools. In this framework, a generalist agent executes a curated suite of target-domain tasks and synthesizes candidate MCPs from successful trajectories. These are then abstracted to parameterized primitives and consolidated into an MCP Box. At inference time, ALITA-G performs retrieval-augmented MCP selection with the help of each tool's descriptions and use cases, before executing an agent equipped with the MCP Executor. Across several benchmarks GAIA, PathVQA, and Humanity's Last Exam, ALITA-G attains strong gains while reducing computation costs. On GAIA validation, it achieves 83.03% pass@1 and 89.09% pass@3, establishing a new state-of-the-art result while reducing mean tokens per example by approximately 15% relative to a strong baseline agent. ALITA-G thus provides a principled pathway from generalist capability to reusable, domain-specific competence, improving both accuracy and efficiency on complex reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2510.23601

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SEVerA: Verified Synthesis of Self-Evolving Agents

2026-03-26 · Debangshu Banerjee, Changming Xu, Eugene Ie, Ming Zhang 외 arxiv

Recent advances have shown the effectiveness of self-evolving LLM agents on tasks such as program repair and scientific discovery. In this paradigm, a planner LLM synthesizes an agent program that invokes parametric mode…

Code GenerationProgram Repair

From Economic Agents to Agentic Economies: A Systems Blueprint for Economic World Models

2026-08-06 · Jiale Han, Xiang Li, Jing Qian, Wenyuan Gu 외 arxiv

Economic World Models (EWMs) are generative economic models that simulate how economies evolve from within by modeling heterogeneous agents, their beliefs and actions, and the market and institutional mechanisms through …

AgenticGEO: A Self-Evolving Agentic System for Generative Engine Optimization

2026-03-02 · Jiaqi Yuan, Jialu Wang, Zihan Wang, Qingyun Sun 외 arxiv

Generative search engines represent a transition from traditional ranking-based retrieval to Large Language Model (LLM)-based synthesis, transforming optimization goals from ranking prominence towards content inclusion. …

The Devil Behind Moltbook: Anthropic Safety is Always Vanishing in Self-Evolving AI Societies

2026-02-10 · Chenxu Wang, Chaozhuo Li, Songyang Liu, Zejian Chen 외 arxiv

The emergence of multi-agent systems built from large language models (LLMs) offers a promising paradigm for scalable collective intelligence and self-evolution. Ideally, such systems would achieve continuous self-improv…

Swarm Skills: A Portable, Self-Evolving Multi-Agent System Specification for Coordination Engineering

2026-05-11 · Xinyu Zhang, Zhicheng Dou, Deyang Li, Jianjun Tao 외 arxiv

As artificial intelligence engineering paradigms shift from single-agent Prompt and Context Engineering toward multi-agent \textbf{Coordination Engineering}, the ability to codify and systematically improve how multiple …