paper-with-me

Papers

GCDST: A Graph-based and Copy-augmented Multi-domain Dialogue State Tracking

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Peng Wu, Bowei Zou, Ridong Jiang, AiTi Aw

As an essential component of task-oriented dialogue systems, Dialogue State Tracking (DST) takes charge of estimating user intentions and requests in dialogue contexts and extracting substantial goals (states) from user utterances to help the downstream modules to determine the next actions of dialogue systems. For practical usages, a major challenge to constructing a robust DST model is to process a conversation with multi-domain states. However, most existing approaches trained DST on a single domain independently, ignoring the information across domains. To tackle the multi-domain DST task, we first construct a dialogue state graph to transfer structured features among related domain-slot pairs across domains. Then, we encode the graph information of dialogue states by graph convolutional networks and utilize a hard copy mechanism to directly copy historical states from the previous conversation. Experimental results show that our model improves the performances of the multi-domain DST baseline (TRADE) with the absolute joint accuracy of 2.0{\%} and 1.0{\%} on the MultiWOZ 2.0 and 2.1 dialogue datasets, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.
Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Incorporating Legal Structure in Retrieval-Augmented Generation: A Case Study on Copyright Fair Use

2025-05-04 · Justin Ho, Alexandra Colby, William Fisher

This paper presents a domain-specific implementation of Retrieval-Augmented Generation (RAG) tailored to the Fair Use Doctrine in U.S. copyright law. Motivated by the increasing prevalence of DMCA takedowns and the lack …

Knowledge GraphsLegal ReasoningRAGRetrieval+1

A Copy-Augmented Generative Model for Open-Domain Question Answering

2022-05-01 · ACL 2022 5 · Shuang Liu, Dong Wang, Xiaoguang Li, Minghui Huang 외

Open-domain question answering is a challenging task with a wide variety of practical applications. Existing modern approaches mostly follow a standard two-stage paradigm: retriever then reader. In this article, we focus…

Natural QuestionsOpen-Domain Question AnsweringQuestion AnsweringTriviaQA

A Copy-Augmented Generative Model for Open-Domain Question Answering

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Open-domain question answering is a challenging task with a wide variety of practical applications. Existing modern approaches mostly follow a standard two-stage paradigm: retriever then reader. In this article, we focus…

Natural QuestionsOpen-Domain Question AnsweringQuestion AnsweringTriviaQA

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, exist…

Response Generation

Learning to Memorize in Neural Task-Oriented Dialogue Systems

2019-05-19 · Chien-Sheng Wu

In this thesis, we leverage the neural copy mechanism and memory-augmented neural networks (MANNs) to address existing challenge of neural task-oriented dialogue learning. We show the effectiveness of our strategy by ach…

Dialogue State TrackingMulti-domain Dialogue State TrackingRetrievalTask-Oriented Dialogue Systems