Task-Oriented Dialogue Systems

121 papers with code • 4 benchmarks • 19 datasets

Achieving a pre-defined task through a dialog.

Libraries

Use these libraries to find Task-Oriented Dialogue Systems models and implementations

Subtasks


Most implemented papers

Sequicity: Simplifying Task-oriented Dialogue Systems with Single Sequence-to-Sequence Architectures

WING-NUS/sequicity ACL 2018

Existing solutions to task-oriented dialogue systems follow pipeline designs which introduces architectural complexity and fragility.

Knowledge Diffusion for Neural Dialogue Generation

liushuman/neural-knowledge-diffusion ACL 2018

Our empirical study on a real-world dataset prove that our model is capable of generating meaningful, diverse and natural responses for both factoid-questions and knowledge grounded chi-chats.

MultiWOZ - A Large-Scale Multi-Domain Wizard-of-Oz Dataset for Task-Oriented Dialogue Modelling

budzianowski/multiwoz EMNLP 2018

Even though machine learning has become the major scene in dialogue research community, the real breakthrough has been blocked by the scale of data available. To address this fundamental obstacle, we introduce the Multi-Domain Wizard-of-Oz dataset (MultiWOZ), a fully-labeled collection of human-human written conversations spanning over multiple domains and topics. At a size of 10k dialogues, it is at least one order of magnitude larger than all previous annotated task-oriented corpora. The contribution of this work apart from the open-sourced dataset is two-fold:firstly, a detailed description of the data collection procedure along with a summary of data structure and analysis is provided.

End-to-End Knowledge-Routed Relational Dialogue System for Automatic Diagnosis

HCPLab-SYSU/Medical_DS 30 Jan 2019

Besides the challenges for conversational dialogue systems (e. g. topic transition coherency and question understanding), automatic medical diagnosis further poses more critical requirements for the dialogue rationality in the context of medical knowledge and symptom-disease relations.

Training Neural Response Selection for Task-Oriented Dialogue Systems

avidale/arxivarius ACL 2019

Despite their popularity in the chatbot literature, retrieval-based models have had modest impact on task-oriented dialogue systems, with the main obstacle to their application being the low-data regime of most task-oriented dialogue tasks.

A Modular Task-oriented Dialogue System Using a Neural Mixture-of-Experts

budzianowski/multiwoz 10 Jul 2019

We propose a neural Modular Task-oriented Dialogue System(MTDS) framework, in which a few expert bots are combined to generate the response for a given dialogue context.

Hello, It's GPT-2 -- How Can I Help You? Towards the Use of Pretrained Language Models for Task-Oriented Dialogue Systems

ErikEkstedt/TurnGPT 12 Jul 2019

Data scarcity is a long-standing and crucial challenge that hinders quick development of task-oriented dialogue systems across multiple domains: task-oriented dialogue models are expected to learn grammar, syntax, dialogue reasoning, decision making, and language generation from absurdly small amounts of task-specific data.

Flexibly-Structured Model for Task-Oriented Dialogues

uber-research/FSDM WS 2019

It is based on a simple and practical yet very effective sequence-to-sequence approach, where language understanding and state tracking tasks are modeled jointly with a structured copy-augmented sequential decoder and a multi-label decoder for each slot.

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

yizhen20133868/Retriever-Dialogue IJCNLP 2019

Querying the knowledge base (KB) has long been a challenge in the end-to-end task-oriented dialogue system.