paper-with-me

Papers

A Copy-Augmented Sequence-to-Sequence Architecture Gives Good Performance on Task-Oriented Dialogue

2017-01-15 · EACL 2017 4 · Mihail Eric, Christopher D. Manning

Task-oriented dialogue focuses on conversational agents that participate in user-initiated dialogues on domain-specific topics. In contrast to chatbots, which simply seek to sustain open-ended meaningful discourse, existing task-oriented agents usually explicitly model user intent and belief states. This paper examines bypassing such an explicit representation by depending on a latent neural embedding of state and learning selective attention to dialogue history together with copying to incorporate relevant prior context. We complement recent work by showing the effectiveness of simple sequence-to-sequence neural architectures with a copy mechanism. Our model outperforms more complex memory-augmented models by 7% in per-response generation and is on par with the current state-of-the-art on DSTC2.

📄 PDF Abstract BibTeX arXiv:1701.04024

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generation

Similar Papers 제목 키워드 기반

Improving Grammatical Error Correction via Pre-Training a Copy-Augmented Architecture with Unlabeled Data

2019-03-01 · NAACL 2019 6 · Wei Zhao, Liang Wang, Kewei Shen, Ruoyu Jia 외

Neural machine translation systems have become state-of-the-art approaches for Grammatical Error Correction (GEC) task. In this paper, we propose a copy-augmented architecture for the GEC task by copying the unchanged wo…

DenoisingGrammatical Error CorrectionMachine TranslationMulti-Task Learning+2

Flexibly-Structured Model for Task-Oriented Dialogues

2019-08-06 · WS 2019 9 · Lei Shu, Piero Molino, Mahdi Namazifar, Hu Xu 외

This paper proposes a novel end-to-end architecture for task-oriented dialogue systems. It is based on a simple and practical yet very effective sequence-to-sequence approach, where language understanding and state track…

DecodermodelTask-Oriented Dialogue SystemsText Generation

Neural Turing Machines: Convergence of Copy Tasks

2016-12-07 · Janez Aleš

The architecture of neural Turing machines is differentiable end to end and is trainable with gradient descent methods. Due to their large unfolded depth Neural Turing Machines are hard to train and because of their line…

An All-MLP Sequence Modeling Architecture That Excels at Copying

2024-06-23 · Chenwei Cui, Zehao Yan, Gedeon Muhawenayo, Hannah Kerner

Recent work demonstrated Transformers' ability to efficiently copy strings of exponential sizes, distinguishing them from other architectures. We present the Causal Relation Network (CausalRN), an all-MLP sequence modeli…

AllRelationRelation NetworkRetrieval

Improving Sequence-to-Sequence Semantic Parser for Task Oriented Dialog

2020-11-01 · EMNLP (intexsempar) 2020 11 · Chaoting Xuan

Task Oriented Parsing (TOP) attempts to map utterances to compositional requests, including multiple intents and their slots. Previous work focus on a tree-based hierarchical meaning representation, and applying constitu…

Constituency Parsing