paper-with-me

Papers

End-to-End Task-Oriented Dialog Modeling with Semi-Structured Knowledge Management

2021-06-22 · Silin Gao, Ryuichi Takanobu, Antoine Bosselut, Minlie Huang

Current task-oriented dialog (TOD) systems mostly manage structured knowledge (e.g. databases and tables) to guide the goal-oriented conversations. However, they fall short of handling dialogs which also involve unstructured knowledge (e.g. reviews and documents). In this paper, we formulate a task of modeling TOD grounded on a fusion of structured and unstructured knowledge. To address this task, we propose a TOD system with semi-structured knowledge management, SeKnow, which extends the belief state to manage knowledge with both structured and unstructured contents. Furthermore, we introduce two implementations of SeKnow based on a non-pretrained sequence-to-sequence model and a pretrained language model, respectively. Both implementations use the end-to-end manner to jointly optimize dialog modeling grounded on structured and unstructured knowledge. We conduct experiments on a modified version of MultiWOZ 2.1 dataset, Mod-MultiWOZ 2.1, where dialogs are processed to involve semi-structured knowledge. Experimental results show that SeKnow has strong performances in both end-to-end dialog and intermediate knowledge management, compared to existing TOD systems and their extensions with pipeline knowledge management schemes.

📄 PDF Abstract BibTeX arXiv:2106.11796

Code (1)

silin159/seknow 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingManagement

Similar Papers 제목 키워드 기반

A Probabilistic End-To-End Task-Oriented Dialog Model with Latent Belief States towards Semi-Supervised Learning

2020-09-17 · EMNLP 2020 11 · Yichi Zhang, Zhijian Ou, Huixin Wang, Junlan Feng

Structured belief states are crucial for user goal tracking and database query in task-oriented dialog systems. However, training belief trackers often requires expensive turn-level annotations of every user utterance. I…

End-To-End Dialogue Modelling

HyKnow: End-to-End Task-Oriented Dialog Modeling with Hybrid Knowledge Management

2021-05-13 · Findings (ACL) 2021 8 · Silin Gao, Ryuichi Takanobu, Wei Peng, Qun Liu 외

Task-oriented dialog (TOD) systems typically manage structured knowledge (e.g. ontologies and databases) to guide the goal-oriented conversations. However, they fall short of handling dialog turns grounded on unstructure…

ManagementRetrieval

SPACE-3: Unified Dialog Model Pre-training for Task-Oriented Dialog Understanding and Generation

2022-09-14 · Wanwei He, Yinpei Dai, Min Yang, Jian Sun 외

Recently, pre-training methods have shown remarkable success in task-oriented dialog (TOD) systems. However, most existing pre-trained models for TOD focus on either dialog understanding or dialog generation, but not bot…

Contrastive Learningdialog state trackingLanguage ModelingLanguage Modelling

Overview of the Ninth Dialog System Technology Challenge: DSTC9

2020-11-12 · Chulaka Gunasekara, Seokhwan Kim, Luis Fernando D'Haro, Abhinav Rastogi 외

This paper introduces the Ninth Dialog System Technology Challenge (DSTC-9). This edition of the DSTC focuses on applying end-to-end dialog technologies for four distinct tasks in dialog systems, namely, 1. Task-oriented…

Interactive Evaluation of Dialog

Variational Hierarchical Dialog Autoencoder for Dialog State Tracking Data Augmentation

2020-01-23 · EMNLP 2020 11 · Kang Min Yoo, Hanbit Lee, Franck Dernoncourt, Trung Bui 외

Recent works have shown that generative data augmentation, where synthetic samples generated from deep generative models complement the training dataset, benefit NLP tasks. In this work, we extend this approach to the ta…

Data Augmentationdialog state trackingDialogue State TrackingResponse Generation+2