CLAILGMar 21, 2022

A Slot Is Not Built in One Utterance: Spoken Language Dialogs with Sub-Slots

arXiv:2203.10759v1648 citationsh-index: 27Has Code
Originality Synthesis-oriented
AI Analysis

This addresses a common real-world issue in task-oriented dialogs for applications like customer service, but it is incremental as it focuses on a specific linguistic phenomenon and dataset creation.

The paper tackles the problem of slot values being provided incrementally across multiple dialog turns, defining a new task called Sub-Slot based Task-Oriented Dialog (SSTOD) and creating a Chinese dataset with 40K dialogs and 500K utterances across four domains. They found that three state-of-the-art dialog models perform poorly on this task, highlighting significant challenges for building effective agents.

A slot value might be provided segment by segment over multiple-turn interactions in a dialog, especially for some important information such as phone numbers and names. It is a common phenomenon in daily life, but little attention has been paid to it in previous work. To fill the gap, this paper defines a new task named Sub-Slot based Task-Oriented Dialog (SSTOD) and builds a Chinese dialog dataset SSD for boosting research on SSTOD. The dataset includes a total of 40K dialogs and 500K utterances from four different domains: Chinese names, phone numbers, ID numbers and license plate numbers. The data is well annotated with sub-slot values, slot values, dialog states and actions. We find some new linguistic phenomena and interactive manners in SSTOD which raise critical challenges of building dialog agents for the task. We test three state-of-the-art dialog models on SSTOD and find they cannot handle the task well on any of the four domains. We also investigate an improved model by involving slot knowledge in a plug-in manner. More work should be done to meet the new challenges raised from SSTOD which widely exists in real-life applications. The dataset and code are publicly available via https://github.com/shunjiu/SSTOD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes