paper-with-me

Papers

Conditioned Query Generation for Task-Oriented Dialogue Systems

2019-11-09 · Stéphane d'Ascoli, Alice Coucke, Francesco Caltagirone, Alexandre Caulier, Marc Lelarge

Scarcity of training data for task-oriented dialogue systems is a well known problem that is usually tackled with costly and time-consuming manual data annotation. An alternative solution is to rely on automatic text generation which, although less accurate than human supervision, has the advantage of being cheap and fast. In this paper we propose a novel controlled data generation method that could be used as a training augmentation framework for closed-domain dialogue. Our contribution is twofold. First we show how to optimally train and control the generation of intent-specific sentences using a conditional variational autoencoder. Then we introduce a novel protocol called query transfer that allows to leverage a broad, unlabelled dataset to extract relevant information. Comparison with two different baselines shows that our method, in the appropriate regime, consistently improves the diversity of the generated queries without compromising their quality.

📄 PDF Abstract BibTeX arXiv:1911.03698

Code (1)

snipsco/automatic-data-generation 공식 구현 pytorch

Tasks

DiversityTask-Oriented Dialogue SystemsText Generation

Similar Papers 제목 키워드 기반

Q-TOD: A Query-driven Task-oriented Dialogue System

2022-10-14 · Xin Tian, Yingzhan Lin, Mengfei Song, Siqi Bao 외

Existing pipelined task-oriented dialogue systems usually have difficulties adapting to unseen domains, whereas end-to-end systems are plagued by large-scale knowledge bases in practice. In this paper, we introduce a nov…

Domain AdaptationResponse GenerationRetrievalTask-Oriented Dialogue Systems

Conditioned Text Generation with Transfer for Closed-Domain Dialogue Systems

2020-11-03 · Stéphane d'Ascoli, Alice Coucke, Francesco Caltagirone, Alexandre Caulier 외

Scarcity of training data for task-oriented dialogue systems is a well known problem that is usually tackled with costly and time-consuming manual data annotation. An alternative solution is to rely on automatic text gen…

Data AugmentationDiversityLanguage ModellingTask-Oriented Dialogue Systems+1

Sequence-to-Sequence Learning for Task-oriented Dialogue with Dialogue State Representation

2018-06-12 · COLING 2018 8 · Haoyang Wen, Yijia Liu, Wanxiang Che, Libo Qin 외

Classic pipeline models for task-oriented dialogue system require explicit modeling the dialogue states and hand-crafted action spaces to query a domain-specific knowledge base. Conversely, sequence-to-sequence models le…

Task-Oriented Dialogue Systems

Entity-Consistent End-to-end Task-Oriented Dialogue System with KB Retriever

2019-09-15 · IJCNLP 2019 11 · Libo Qin, Yijia Liu, Wanxiang Che, Haoyang Wen 외

Querying the knowledge base (KB) has long been a challenge in the end-to-end task-oriented dialogue system. Previous sequence-to-sequence (Seq2Seq) dialogue generation work treats the KB query as an attention over the en…

Dialogue GenerationResponse GenerationRetrievalTask-Oriented Dialogue Systems

Multi-User MultiWOZ: Task-Oriented Dialogues among Multiple Users

2023-10-31 · Yohan Jo, Xinyan Zhao, Arijit Biswas, Nikoletta Basiou 외

While most task-oriented dialogues assume conversations between the agent and one user at a time, dialogue systems are increasingly expected to communicate with multiple users simultaneously who make decisions collaborat…

Decision MakingDialogue State Tracking