paper-with-me

Papers

Data-Efficient Goal-Oriented Conversation with Dialogue Knowledge Transfer Networks

2019-10-03 · IJCNLP 2019 11 · Igor Shalyminov, Sungjin Lee, Arash Eshghi, Oliver Lemon

Goal-oriented dialogue systems are now being widely adopted in industry where it is of key importance to maintain a rapid prototyping cycle for new products and domains. Data-driven dialogue system development has to be adapted to meet this requirement --- therefore, reducing the amount of data and annotations necessary for training such systems is a central research problem. In this paper, we present the Dialogue Knowledge Transfer Network (DiKTNet), a state-of-the-art approach to goal-oriented dialogue generation which only uses a few example dialogues (i.e. few-shot learning), none of which has to be annotated. We achieve this by performing a 2-stage training. Firstly, we perform unsupervised dialogue representation pre-training on a large source of goal-oriented dialogues in multiple domains, the MetaLWOz corpus. Secondly, at the transfer stage, we train DiKTNet using this representation together with 2 other textual knowledge sources with different levels of generality: ELMo encoder and the main dataset's source domains. Our main dataset is the Stanford Multi-Domain dialogue corpus. We evaluate our model on it in terms of BLEU and Entity F1 scores, and show that our approach significantly and consistently improves upon a series of baseline models as well as over the previous state-of-the-art dialogue generation model, ZSDG. The improvement upon the latter --- up to 10% in Entity F1 and the average of 3% in BLEU score --- is achieved using only the equivalent of 10% of ZSDG's in-domain training data.

📄 PDF Abstract BibTeX arXiv:1910.01302

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationFew-Shot LearningGoal-Oriented Dialogue SystemsTransfer Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Adding Chit-Chat to Enhance Task-Oriented Dialogues

2020-10-24 · NAACL 2021 4 · Kai Sun, Seungwhan Moon, Paul Crook, Stephen Roller 외

Existing dialogue corpora and models are typically designed under two disjoint motives: while task-oriented systems focus on achieving functional goals (e.g., booking hotels), open-domain chatbots aim at making socially …

Dialogue GenerationDialogue UnderstandingTask-Oriented Dialogue Systems

What Should I Ask? Using Conversationally Informative Rewards for Goal-Oriented Visual Dialog

2019-07-28 · Pushkar Shukla, Carlos Elmadjian, Richika Sharan, Vivek Kulkarni 외

The ability to engage in goal-oriented conversations has allowed humans to gain knowledge, reduce uncertainty, and perform tasks more efficiently. Artificial agents, however, are still far behind humans in having goal-dr…

Reinforcement LearningVisual Dialog

What Should I Ask? Using Conversationally Informative Rewards for Goal-oriented Visual Dialog.

2019-07-01 · ACL 2019 7 · Pushkar Shukla, Carlos Elmadjian, Richika Sharan, Vivek Kulkarni 외

The ability to engage in goal-oriented conversations has allowed humans to gain knowledge, reduce uncertainty, and perform tasks more efficiently. Artificial agents, however, are still far behind humans in having goal-dr…

Reinforcement LearningVisual Dialog

Goal-Embedded Dual Hierarchical Model for Task-Oriented Dialogue Generation

2019-09-19 · CONLL 2019 11 · Yi-An Lai, Arshit Gupta, Yi Zhang

Hierarchical neural networks are often used to model inherent structures within dialogues. For goal-oriented dialogues, these models miss a mechanism adhering to the goals and neglect the distinct conversational patterns…

Data AugmentationDecoderDialogue GenerationResponse Generation

Fusing task-oriented and open-domain dialogues in conversational agents

2021-09-09 · Tom Young, Frank Xing, Vlad Pandelea, Jinjie Ni 외

The goal of building intelligent dialogue systems has largely been separately pursued under two paradigms: task-oriented dialogue (TOD) systems, which perform goal-oriented functions, and open-domain dialogue (ODD) syste…

Dialogue Generation