Text-to-SQL Task-oriented Dialogue Ontology Construction
By: Renato Vukovic , Carel van Niekerk , Michael Heck and more
Potential Business Impact:
Lets computers build smart knowledge maps automatically.
Large language models (LLMs) are widely used as general-purpose knowledge sources, but they rely on parametric knowledge, limiting explainability and trustworthiness. In task-oriented dialogue (TOD) systems, this separation is explicit, using an external database structured by an explicit ontology to ensure explainability and controllability. However, building such ontologies requires manual labels or supervised training. We introduce TeQoDO: a Text-to-SQL task-oriented Dialogue Ontology construction method. Here, an LLM autonomously builds a TOD ontology from scratch without supervision using its inherent SQL programming capabilities combined with dialogue theory provided in the prompt. We show that TeQoDO outperforms transfer learning approaches, and its constructed ontology is competitive on a downstream dialogue state tracking task. Ablation studies demonstrate the key role of dialogue theory. TeQoDO also scales to allow construction of much larger ontologies, which we investigate on a Wikipedia and ArXiv dataset. We view this as a step towards broader application of ontologies to increase LLM explainability.
Similar Papers
Leveraging Graph Structures and Large Language Models for End-to-End Synthetic Task-Oriented Dialogues
Computation and Language
Builds talking robots with less work.
Emotionally Intelligent Task-oriented Dialogue Systems: Architecture, Representation, and Optimisation
Computation and Language
Makes chatbots understand feelings and finish tasks.
PyTOD: Programmable Task-Oriented Dialogue with Execution Feedback
Computation and Language
Helps computers understand conversations better.