Simulating Task-Oriented Dialogues with State Transition Graphs and Large Language Models
Chris Samarinas, Pracha Promthaw, Atharva Nijasure, Hansi Zeng, Julian, Killingback, Hamed Zamani

TL;DR
This paper introduces SynTOD, a synthetic data generation method using state transition graphs and large language models to develop and evaluate task-oriented dialogue systems without real data.
Contribution
It presents a novel synthetic data generation approach with graph-guided response simulation, improving dialogue system training and evaluation.
Findings
Graph-guided response simulation improves intent classification and slot filling.
Synthetic conversations enhance end-to-end TOD system performance.
LLMs can effectively evaluate dialogue responses correlating with human judgments.
Abstract
This paper explores SynTOD, a new synthetic data generation approach for developing end-to-end Task-Oriented Dialogue (TOD) Systems capable of handling complex tasks such as intent classification, slot filling, conversational question-answering, and retrieval-augmented response generation, without relying on crowdsourcing or real-world data. SynTOD utilizes a state transition graph to define the desired behavior of a TOD system and generates diverse, structured conversations through random walks and response simulation using large language models (LLMs). In our experiments, using graph-guided response simulations leads to significant improvements in intent classification, slot filling and response relevance compared to naive single-prompt simulated conversations. We also investigate the end-to-end TOD effectiveness of different base and instruction-tuned LLMs, with and without the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech and dialogue systems · Topic Modeling
MethodsBalanced Selection
