🤖 AI Summary
This work addresses the limited adaptability and absence of lifelong learning capabilities in conventional task-oriented dialogue (TOD) systems, which struggle to evolve or generalize to new domains after deployment. To overcome this, the authors propose DarwinTOD, a novel framework that integrates evolutionary computation with large language model (LLM)-driven self-improvement. DarwinTOD employs a dual-loop mechanism: an online phase featuring multi-agent dialogues and peer review, and an offline phase performing structured evolutionary operations—enabling continuous, human-intervention-free policy optimization. The framework maintains a lifelong-evolving policy repository and demonstrates superior performance over state-of-the-art methods across multiple tasks, while consistently improving throughout the evolutionary process, thereby validating its effectiveness and scalability.
📝 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.