DarwinTOD: LLM Driven Lifelong Self Evolution for Task Oriented Dialog Systems
Shuyu Zhang, Yujie Liu, Xinru Wang, Cheng Zhang, Yanmin Zhu, Bin Li
TL;DR
DarwinTOD addresses the static nature of deployed task-oriented dialog systems by introducing lifelong autonomous self-evolution. It couples an Evolvable Strategy Bank with a dual-loop architecture that combines online multi-agent dialog execution and offline evolutionary learning. The framework is formalized as a POMDP for dialog management and a Markov-chain population model for strategy evolution, with Boltzmann selection, Genesis/Mutation/Consolidation/Pruning operators, and a structured critique mechanism. Empirical results on MultiWOZ and SGD show state-of-the-art performance with sustained improvements, demonstrating that the system can bootstrap from minimal prior knowledge and autonomously specialize across domains while maintaining safety and interpretability.
Abstract
Traditional task-oriented dialog systems are unable to evolve from ongoing interactions or adapt to new domains after deployment, that is a critical limitation in real-world dynamic environments. Continual learning approaches depend on episodic retraining with human curated data, failing to achieve autonomy lifelong improvement. While evolutionary computation and LLM driven self improvement offer promising mechanisms for dialog optimization, they lack a unified framework for holistic, iterative strategy refinement. To bridge this gap, we propose DarwinTOD, a lifelong self evolving dialog framework that systematically integrates these two paradigms, enabling continuous strategy optimization from a zero-shot base without task specific fine-tuning. DarwinTOD maintains an Evolvable Strategy Bank and operates through a dual-loop process: online multi-agent dialog execution with peer critique, and offline structured evolutionary operations that refine the strategy bank using accumulated feedback. This closed-loop design enables autonomous continuous improvement without human intervention. Extensive experiments show that DarwinTOD surpasses previous state-of-the-art methods and exhibits continuous performance gains throughout evolution. Our work provides a novel framework for building dialog systems with lifelong self evolution capabilities.
