scispace - formally typeset
Open AccessProceedings Article

DailyDialog: A Manually Labelled Multi-turn Dialogue Dataset

Reads0
Chats0
TLDR
This paper developed a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects, such as human-written and less noisy language, the dialogues in the dataset reflect our daily communication way and cover various topics about our daily life.
Abstract
We develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects. The language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way and cover various topics about our daily life. We also manually label the developed dataset with communication intention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it benefit the research field of dialog systems. The dataset is available on http://yanran.li/dailydialog

read more

Citations
More filters
Proceedings Article

Combining Curriculum Learning and Knowledge Distillation for Dialogue Generation

TL;DR: In this article, a combination of curriculum learning and knowledge distillation for efficient dialogue generation models is introduced, where curriculum learning can help knowledge dis-tillation from data and model aspects, and self-paced learning is used to assign weights for distillation.
Posted Content

Posterior-GAN: Towards Informative and Coherent Response Generation with Posterior Generative Adversarial Network

TL;DR: Zhang et al. as mentioned in this paper leverage the query-response-future turn triples to induce the generated responses that consider both the given context and the future conversations and further propose a novel encoder-decoder based generative adversarial learning framework, Posterior Generative Adversarial Network (Posterior-GAN), which consists of a forward and a backward generative discriminator to cooperatively encourage the generated response to be informative and coherent by two complementary assessment perspectives.
Posted Content

SideControl: Controlled Open-domain Dialogue Generation via Additive Side Networks

TL;DR: This paper proposed a side control framework to control the generation of Transformer-based pre-trained language models, which leverages a novel control attributes loss to incorporate useful control signals, and is shown to perform well with very limited training samples.
Proceedings ArticleDOI

EmoEM: Emotional Expression in a Multi-turn Dialogue Model

TL;DR: In this paper, an emotional expression model in multi-turn dialogue (EmoEM) is proposed, which combines emotion-semantic graph with multitask learning mechanism, applying the dialogue generator based on seq2seq network and graph convolution network (GCN) to generate more natural and personalized emotional responses in a structured manner.
References
More filters
Proceedings Article

Adam: A Method for Stochastic Optimization

TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
Proceedings Article

Neural Machine Translation by Jointly Learning to Align and Translate

TL;DR: It is conjecture that the use of a fixed-length vector is a bottleneck in improving the performance of this basic encoder-decoder architecture, and it is proposed to extend this by allowing a model to automatically (soft-)search for parts of a source sentence that are relevant to predicting a target word, without having to form these parts as a hard segment explicitly.
Proceedings ArticleDOI

Effective Approaches to Attention-based Neural Machine Translation

TL;DR: A global approach which always attends to all source words and a local one that only looks at a subset of source words at a time are examined, demonstrating the effectiveness of both approaches on the WMT translation tasks between English and German in both directions.
Journal ArticleDOI

An argument for basic emotions

TL;DR: This work has shown that not only the intensity of an emotion but also its direction may vary greatly both in the amygdala and in the brain during the course of emotion regulation.
Proceedings ArticleDOI

On the Properties of Neural Machine Translation: Encoder--Decoder Approaches

TL;DR: In this paper, a gated recursive convolutional neural network (GRNN) was proposed to learn a grammatical structure of a sentence automatically, which performed well on short sentences without unknown words, but its performance degrades rapidly as the length of the sentence and the number of unknown words increase.