EvoFSM:基于有限状态机的可控自进化深度研究框架 / EvoFSM: Controllable Self-Evolution for Deep Research with Finite State Machines
1️⃣ 一句话总结
这篇论文提出了一个名为EvoFSM的新框架,它让AI智能体能够像进化一样,在一个结构化的有限状态机控制下,安全、稳定地自我改进其工作流程和技能,从而更好地解决复杂、开放式的深度研究问题。
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.
EvoFSM:基于有限状态机的可控自进化深度研究框架 / EvoFSM: Controllable Self-Evolution for Deep Research with Finite State Machines
这篇论文提出了一个名为EvoFSM的新框架,它让AI智能体能够像进化一样,在一个结构化的有限状态机控制下,安全、稳定地自我改进其工作流程和技能,从而更好地解决复杂、开放式的深度研究问题。
源自 arXiv: 2601.09465