paper-with-me

홈 › Papers

EvoFSM: Controllable Self-Evolution for Deep Research with Finite State Machines

2026-01-14 · Shuo Zhang, Chaofa Yuan, Ryan Guo, Xiaomin Yu, Rui Xu, Zhangquan Chen, Zinuo Li, Zhi Yang, Shuhao Guan, Zhenheng Tang, Sen Hu, Liwen Zhang, Ronghao Chen, Huacan Wang arxiv

While LLM-based agents have shown promise for deep research, most existing approaches rely on fixed workflows that struggle to adapt to real-world, open-ended queries. Recent work therefore explores self-evolution by allowing agents to rewrite their own code or prompts to improve problem-solving ability, but unconstrained optimization often triggers instability, hallucinations, and instruction drift. We propose EvoFSM, a structured self-evolving framework that achieves both adaptability and control by evolving an explicit Finite State Machine (FSM) instead of relying on free-form rewriting. EvoFSM decouples the optimization space into macroscopic Flow (state-transition logic) and microscopic Skill (state-specific behaviors), enabling targeted improvements under clear behavioral boundaries. Guided by a critic mechanism, EvoFSM refines the FSM through a small set of constrained operations, and further incorporates a self-evolving memory that distills successful trajectories as reusable priors and failure patterns as constraints for future queries. Extensive evaluations on five multi-hop QA benchmarks demonstrate the effectiveness of EvoFSM. In particular, EvoFSM reaches 58.0% accuracy on the DeepSearch benchmark. Additional results on interactive decision-making tasks further validate its generalization.

📄 PDF Abstract BibTeX arXiv:2601.09465

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ANCHOR: An External LLM-Driven Supervisory Module Facilitating Healthy Evolution in Self-Evolving Systems

2026-06-04 · Dianxing Shi, Bowen Wang, Junqi He, Junhao Chen 외 arxiv

Self-evolving agents improve through continual self-play and self-generated learning signals, but their internally generated tasks and verifier signals provide limited coverage of phase-level errors, allowing capability …

Mathematical Reasoning

Self-Improvements in Modern Agentic Systems: A Survey

2026-07-14 · Zhe Ren, Yimeng Chen, Dandan Guo, Guowei Rong 외 hf

Self-improving autonomous agents are moving from research prototypes to deployed systems. The primary goal is controllable evolution, or adaptation, from experience with minimal or even no human input. This survey frames…

Co-Evolution in Agentic Systems: Toward Self-Directed Evolution Beyond Human Design

2026-08-10 · Qing Zong, Jiayu Liu, Junhao Shen, Zecong Tang 외 hf

Agentic systems are increasingly expected to improve after deployment, yet single-entity self-evolution is often bounded by a static learning context, such as fixed tasks and feedback. This survey focuses on co-evolution…

Guided Self-Evolving LLMs with Minimal Human Supervision

2025-12-02 · Wenhao Yu, Zhenwen Liang, Chengsong Huang, Kishan Panaganti 외 arxiv

AI self-evolution has long been envisioned as a path toward superintelligence, where models autonomously acquire, refine, and internalize knowledge from their own learning experiences. Yet in practice, unguided self-evol…

Question Generation

Leveraging Evolutionary Search to Discover Self-Adaptive and Self-Organizing Cellular Automata

2014-05-16 · David B. Knoester, Heather J. Goldsby, Christoph Adami

Building self-adaptive and self-organizing (SASO) systems is a challenging problem, in part because SASO principles are not yet well understood and few platforms exist for exploring them. Cellular automata (CA) are a wel…

Evolutionary Algorithms