View on GitHub

NLP-progress

Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.

Dialogue

Dialogue is notoriously hard to evaluate. Past approaches have used human evaluation.

Dialogue act classification

Dialogue act classification is the task of classifying an utterance with respect to the function it serves in a dialogue, i.e. the act the speaker is performing. Dialogue acts are a type of speech acts (for Speech Act Theory, see Austin (1975) and Searle (1969)).

Switchboard corpus

The Switchboard-1 corpus is a telephone speech corpus, consisting of about 2,400 two-sided telephone conversation among 543 speakers with about 70 provided conversation topics. The dataset includes the audio files and the transcription files, as well as information about the speakers and the calls.

The Switchboard Dialogue Act Corpus (SwDA) [download] extends the Switchboard-1 corpus with tags from the SWBD-DAMSL tagset, which is an augmentation to the Discourse Annotation and Markup System of Labeling (DAMSL) tagset. The 220 tags were reduced to 42 tags by clustering in order to improve the language model on the Switchboard corpus. A subset of the Switchboard-1 corpus consisting of 1155 conversations was used. The resulting tags include dialogue acts like statement-non-opinion, acknowledge, statement-opinion, agree/accept, etc.
Annotated example:
Speaker: A, Dialogue Act: Yes-No-Question, Utterance: So do you go to college right now?

Model Accuracy Paper / Source Code
SGNN (Ravi et al., 2018) 83.1 Self-Governing Neural Networks for On-Device Short Text Classification Link
CASA (Raheja et al., 2019) 82.9 Dialogue Act Classification with Context-Aware Self-Attention Link
DAH-CRF (Li et al., 2019) 82.3 A Dual-Attention Hierarchical Recurrent Neural Network for Dialogue Act Classification  
ALDMN (Wan et al., 2018) 81.5 Improved Dynamic Memory Network for Dialogue Act Classification with Adversarial Training  
CRF-ASN (Chen et al., 2018) 81.3 Dialogue Act Recognition via CRF-Attentive Structured Network  
Bi-LSTM-CRF (Kumar et al., 2017) 79.2 Dialogue Act Sequence Labeling using Hierarchical encoder with CRF Link
RNN with 3 utterances in context (Bothe et al., 2018) 77.34 A Context-based Approach for Dialogue Act Recognition using Simple Recurrent Neural Networks  

ICSI Meeting Recorder Dialog Act (MRDA) corpus

The MRDA corpus [download] consists of about 75 hours of speech from 75 naturally-occurring meetings among 53 speakers. The tagset used for labeling is a modified version of the SWBD-DAMSL tagset. It is annotated with three types of information: marking of the dialogue act segment boundaries, marking of the dialogue acts and marking of correspondences between dialogue acts.
Annotated example:
Time: 2804-2810, Speaker: c6, Dialogue Act: s^bd, Transcript: i mean these are just discriminative.
Multiple dialogue acts are separated by “^”.

Model Accuracy Paper / Source Code
DAH-CRF (Li et al., 2019) 92.2 A Dual-Attention Hierarchical Recurrent Neural Network for Dialogue Act Classification  
CRF-ASN (Chen et al., 2018) 91.7 Dialogue Act Recognition via CRF-Attentive Structured Network  
CASA (Raheja et al., 2019) 91.1 Dialogue Act Classification with Context-Aware Self-Attention  
Bi-LSTM-CRF (Kumar et al., 2017) 90.9 Dialogue Act Sequence Labeling using Hierarchical encoder with CRF Link
SGNN (Ravi et al., 2018) 86.7 Self-Governing Neural Networks for On-Device Short Text Classification  

Dialogue state tracking

Dialogue state tacking consists of determining at each turn of a dialogue the full representation of what the user wants at that point in the dialogue, which contains a goal constraint, a set of requested slots, and the user’s dialogue act.

Second dialogue state tracking challenge

For goal-oriented dialogue, the dataset of the second Dialogue Systems Technology Challenges (DSTC2) is a common evaluation dataset. The DSTC2 focuses on the restaurant search domain. Models are evaluated based on accuracy on both individual and joint slot tracking.

Model Request Area Food Price Joint Paper / Source
Zhong et al. (2018) 97.5 - - - 74.5 Global-locally Self-attentive Dialogue State Tracker
Liu et al. (2018) - 90 84 92 72 Dialogue Learning with Human Teaching and Feedback in End-to-End Trainable Task-Oriented Dialogue Systems
Neural belief tracker (Mrkšić et al., 2017) 96.5 90 84 94 73.4 Neural Belief Tracker: Data-Driven Dialogue State Tracking
RNN (Henderson et al., 2014) 95.7 92 86 86 69 Robust dialog state tracking using delexicalised recurrent neural networks and unsupervised gate

Wizard-of-Oz

The WoZ 2.0 dataset is a newer dialogue state tracking dataset whose evaluation is detached from the noisy output of speech recognition systems. Similar to DSTC2, it covers the restaurant search domain and has identical evaluation.

Model Request Joint Paper / Source
BERT-based tracker (Lai et al., 2020) 97.6 90.5 A Simple but Effective BERT Model for Dialog State Tracking on Resource-Limited Systems
GCE (Nouri et al., 2018) 97.4 88.5 Toward Scalable Neural Dialogue State Tracking Model
Zhong et al. (2018) 97.1 88.1 Global-locally Self-attentive Dialogue State Tracker
Neural belief tracker (Mrkšić et al., 2017) 96.5 84.4 Neural Belief Tracker: Data-Driven Dialogue State Tracking
RNN (Henderson et al., 2014) 87.1 70.8 Robust dialog state tracking using delexicalised recurrent neural networks and unsupervised gate

MultiWOZ

The MultiWOZ dataset is 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 dialogue are set between a tourist and a clerk in the information. It spans over 7 domains.

Belief Tracking

MultiWOZ 2.0MultiWOZ 2.1
ModelJoint AccuracySlotJoint AccuracySlot
MDBT (Ramadan et al., 2018) 15.57 89.53
GLAD (Zhong et al., 2018)35.5795.44
GCE (Nouri and Hosseini-Asl, 2018)36.2798.42
Neural Reading (Gao et al, 2019)41.10
HyST (Goel et al, 2019)44.24
SUMBT (Lee et al, 2019)46.6596.44
TRADE (Wu et al, 2019)48.6296.9245.60
COMER (Ren et al, 2019)48.79
DSTQA (Zhou et al, 2019)51.4497.2451.1797.21
DST-Picklist (Zhang et al, 2019)53.3
SST (Chen et al. 2020)55.23
TripPy (Heck et al. 2020)55.3
SimpleTOD (Hosseini-Asl et al. 2020)55.72

Policy Optimization

(INFORM + SUCCESS)*0.5 + BLEUMultiWOZ 2.0MultiWOZ 2.1
ModelINFORMSUCCESSBLEUINFORMSUCCESSBLEU
TokenMoE (Pei et al. 2019)75.30 59.70 16.81
Baseline (Budzianowski et al. 2018)71.29 60.96 18.8
Structured Fusion (Mehri et al. 2019)82.7072.10 16.34
LaRL (Zhao et al. 2019)82.879.2 12.8
SimpleTOD (Hosseini-Asl et al. 2020)88.967.1 16.9
MoGNet (Pei et al. 2019)85.373.30 20.13
HDSA (Chen et al. 2019)82.968.9 23.6
ARDM (Wu et al. 2019)87.472.8 20.6
DAMD (Zhang et al. 2019)89.277.9 18.6
SOLOIST (Peng et al. 2020)89.60 79.30 18.3
MarCo (Wang et al. 2020)92.30 78.60 20.02 92.50 77.80 19.54

Natural Language Generation

ModelSERBLEU
Baseline (Budzianowski et al. 2018)2.99 0.632

End-to-End Modelling

(INFORM + SUCCESS)*0.5 + BLEUMultiWOZ 2.0MultiWOZ 2.1
ModelINFORMSUCCESSBLEUINFORMSUCCESSBLEU
DAMD (Zhang et al. 2019)76.360.4 18.6
SimpleTOD (Hosseini-Asl et al. 2020)84.470.1 15.01
SOLOIST (Peng et al. 2020)85.5072.90 16.54

Retrieval-based Chatbots

These systems take as input a context and a list of possible responses and rank the responses, returning the highest ranking one.

Ubuntu IRC Data

There are several corpra based on the Ubuntu IRC Channel Logs:

Each version of the dataset contains a set of dialogues from the IRC channel, extracted by automatically disentangling conversations occurring simultaneously. See below for results on the disentanglement process.

The exact tasks used vary slightly, but all consider variations of Recall_N@K, which means how often the true answer is in the top K options when there are N total candidates.

Data Model R_100@1 R_100@10 R_100@50 MRR Paper / Source
DSTC 8 (main) Wu et. al., (2020) 76.1 97.9 - 84.8 Enhancing Response Selection with Advanced Context Modeling and Post-training
DSTC 8 (subtask 2) Wu et. al., (2020) 70.6 95.7 - 79.9 Enhancing Response Selection with Advanced Context Modeling and Post-training
DSTC 7 Seq-Att-Network (Chen and Wang, 2019) 64.5 90.2 99.4 73.5 Sequential Attention-based Network for Noetic End-to-End Response Selection
Data Model R_2@1 R_10@1 Paper / Source
UDC v2 DAM (Zhou et al. 2018) 93.8 76.7 Multi-Turn Response Selection for Chatbots with Deep Attention Matching Network
UDC v2 SMN (Wu et al. 2017) 92.3 72.3 Sequential Matching Network: A New Architecture for Multi-turn Response Selection in Retrieval-Based Chatbots
UDC v2 Multi-View (Zhou et al. 2017) 90.8 66.2 Multi-view Response Selection for Human-Computer Conversation
UDC v2 Bi-LSTM (Kadlec et al. 2015) 89.5 63.0 Improved Deep Learning Baselines for Ubuntu Corpus Dialogs

Additional results can be found in the DSTC task reports linked above.

Reddit Corpus

The Reddit Corpus contains 726 million multi-turn dialogues from the Reddit board. Reddit is an American social news aggregation website, where users can post links, and take partin discussions on these post. The task of Reddit Corpus is to select the correct response from 100 candidates (others are negatively sampled) by considering previous conversation history. Models are evaluated with the Recall 1 at 100 metric (the 1-of-100 ranking accuracy). You can find more details at here.

Model R_1@100 Paper / Source
PolyAI Encoder (Henderson et al. 2019) 61.3 A Repository of Conversational Dataset
USE (Cer et al. 2018) 47.7 Universal Sentence Encoder
BERT (Devlin et al. 2017) 24.0 BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
ELMO (Peters et al. 2018) 19.3 Deep contextualized word representations

Advising Corpus

The Advising Corpus, available here, contains a collection of conversations between a student and an advisor at the University of Michigan. They were released as part of DSTC 7 track 1 and used again in DSTC 8 track 2.

Model R_100@1 R_100@10 R_100@50 MRR Paper / Source
Yang et. al., (2020) 56.4 87.8 - 67.7 Transformer-based Semantic Matching Model for Noetic Response Selection
Seq-Att-Network (Chen and Wang, 2019) 21.4 63.0 94.8 33.9 Sequential Attention-based Network for Noetic End-to-End Response Selection

Generative-based Chatbots

The main task of generative-based chatbot is to generate consistent and engaging response given the context.

Personalized Chit-chat

The task of persinalized chit-chat dialogue generation is first proposed by PersonaChat. The motivation is to enhance the engagingness and consistency of chit-chat bots via endowing explicit personas to agents. Here the persona is defined as several profile natural language sentences like “I weight 300 pounds.”. NIPS 2018 has hold a competition The Conversational Intelligence Challenge 2 (ConvAI2) based on the dataset. The Evaluation metric is F1, Hits@1 and ppl. F1 evaluates on the word-level, and Hits@1 represents the probability of the real next utterance ranking the highest according to the model, while ppl is perplexity for language modeling. The following results are reported on dev set (test set is still hidden), almost of them are borrowed from ConvAI2 Leaderboard.

Model F1 Hits@1 ppl Paper / Source Code
P^2 Bot (Liu et al. 2020) 19.77 81.9 15.12 You Impress Me: Dialogue Generation via Mutual Persona Perception Code
TransferTransfo (Thomas et al. 2019) 19.09 82.1 17.51 TransferTransfo: A Transfer Learning Approach for Neural Network Based Conversational Agents Code
Lost In Conversation 17.79 - 17.3 NIPS 2018 Workshop Presentation Code
Seq2Seq + Attention (Dzmitry et al. 2014) 16.18 12.6 29.8 Neural Machine Translation by Jointly Learning to Align and Translate Code
KV Profile Memory (Zhang et al. 2018) 11.9 55.2 - Personalizing Dialogue Agents: I have a dog, do you have pets too? Code

Disentanglement

As noted for the Ubuntu data above, sometimes multiple conversations are mixed together in a single channel. Work on conversation disentanglement aims to separate out conversations. There are two main resources for the task.

This can be formultated as a clustering problem, with no clear best metric. Several metrics are considered:

Ubuntu IRC

Manually labeled by Kummerfeld et al. (2019), this data is available here.

Model VI 1-1 Precision Recall F-Score Paper / Source Code
BERT + BiLSTM 93.3 - 44.3 49.6 46.8 Pre-Trained and Attention-Based Neural Networks for Building Noetic Task-Oriented Dialogue Systems -
FF ensemble: Vote (Kummerfeld et al., 2019) 91.5 76.0 36.3 39.7 38.0 A Large-Scale Corpus for Conversation Disentanglement Code
Feedforward (Kummerfeld et al., 2019) 91.3 75.6 34.6 38.0 36.2 A Large-Scale Corpus for Conversation Disentanglement Code
FF ensemble: Intersect (Kummerfeld et al., 2019) 69.3 26.6 67.0 21.1 32.1 A Large-Scale Corpus for Conversation Disentanglement Code
Linear (Elsner and Charniak, 2008) 82.1 51.4 12.1 21.5 15.5 You Talking to Me? A Corpus and Algorithm for Conversation Disentanglement Code
Heuristic (Lowe et al., 2015) 80.6 53.7 10.8 7.6 8.9 Training End-to-End Dialogue Systems with the Ubuntu Dialogue Corpus Code

Linux IRC

This data has been manually annotated three times:

Data Model 1-1 Local Shen F-1 Paper / Source Code
Kummerfeld Linear (Elsner and Charniak, 2008) 59.7 80.8 63.0 You Talking to Me? A Corpus and Algorithm for Conversation Disentanglement Code
Kummerfeld Feedforward (Kummerfeld et al., 2019) 57.7 80.3 59.8 A Large-Scale Corpus for Conversation Disentanglement Code
Kummerfeld Heuristic (Lowe et al., 2015) 43.4 67.9 50.7 Training End-to-End Dialogue Systems with the Ubuntu Dialogue Corpus Code
Elsner Linear (Elsner and Charniak, 2008) 53.1 81.9 55.1 You Talking to Me? A Corpus and Algorithm for Conversation Disentanglement Code
Elsner Feedforward (Kummerfeld et al., 2019) 52.1 77.8 53.8 A Large-Scale Corpus for Conversation Disentanglement Code
Elsner Wang and Oard (2009) 47.0 75.1 52.8 Context-based Message Expansion for Disentanglement of Interleaved Text Conversations -
Elsner Heuristic (Lowe et al., 2015) 45.1 73.8 51.8 Training End-to-End Dialogue Systems with the Ubuntu Dialogue Corpus Code