Turning Conversations into Workflows: A Framework to Extract and Evaluate Dialog Workflows for Service AI Agents
Prafulla Kumar Choubey, Xiangyu Peng, Shilpa Bhagavath, Caiming Xiong, Shiva Kumar Pentyala, Chien-Sheng Wu
TL;DR
This work tackles the challenge of extracting structured dialog workflows from historical customer–agent conversations to improve service AI consistency. It introduces a two-stage framework that first retrieves conversations using procedural content and then applies a QA-CoT prompting strategy to generate comprehensive workflows, evaluated via an end-to-end simulation framework with agent and customer bots. The approach yields notable macro-accuracy gains across ABCD and SynthABCD datasets, with QA-CoT outperforming various prompting baselines and aligning closely with human assessments. By combining robust retrieval, structured reasoning, and scalable evaluation, the paper provides a practical foundation for building and validating dialog workflows in automated service contexts.
Abstract
Automated service agents require well-structured workflows to provide consistent and accurate responses to customer queries. However, these workflows are often undocumented, and their automatic extraction from conversations remains unexplored. In this work, we present a novel framework for extracting and evaluating dialog workflows from historical interactions. Our extraction process consists of two key stages: (1) a retrieval step to select relevant conversations based on key procedural elements, and (2) a structured workflow generation process using a question-answer-based chain-of-thought (QA-CoT) prompting. To comprehensively assess the quality of extracted workflows, we introduce an automated agent and customer bots simulation framework that measures their effectiveness in resolving customer issues. Extensive experiments on the ABCD and SynthABCD datasets demonstrate that our QA-CoT technique improves workflow extraction by 12.16\% in average macro accuracy over the baseline. Moreover, our evaluation method closely aligns with human assessments, providing a reliable and scalable framework for future research.
