paper-with-me

Papers

DLGNet-Task: An End-to-end Neural Network Framework for Modeling Multi-turn Multi-domain Task-Oriented Dialogue

2020-10-04 · Oluwatobi O. Olabiyi, Prarthana Bhattarai, C. Bayan Bruss, Zachary Kulis

Task oriented dialogue (TOD) requires the complex interleaving of a number of individually controllable components with strong guarantees for explainability and verifiability. This has made it difficult to adopt the multi-turn multi-domain dialogue generation capabilities of streamlined end-to-end open-domain dialogue systems. In this paper, we present a new framework, DLGNet-Task, a unified task-oriented dialogue system which employs autoregressive transformer networks such as DLGNet and GPT-2/3 to complete user tasks in multi-turn multi-domain conversations. Our framework enjoys the controllable, verifiable, and explainable outputs of modular approaches, and the low development, deployment and maintenance cost of end-to-end systems. Treating open-domain system components as additional TOD system modules allows DLGNet-Task to learn the joint distribution of the inputs and outputs of all the functional blocks of existing modular approaches such as, natural language understanding (NLU), state tracking, action policy, as well as natural language generation (NLG). Rather than training the modules individually, as is common in real-world systems, we trained them jointly with appropriate module separations. When evaluated on the MultiWOZ2.1 dataset, DLGNet-Task shows comparable performance to the existing state-of-the-art approaches. Furthermore, using DLGNet-Task in conversational AI systems reduces the level of effort required for developing, deploying, and maintaining intelligent assistants at scale.

📄 PDF Abstract BibTeX arXiv:2010.01693

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationNatural Language UnderstandingText Generation

Similar Papers 제목 키워드 기반

DLGNet: A Transformer-based Model for Dialogue Response Generation

2019-07-26 · WS 2020 7 · Oluwatobi Olabiyi, Erik T. Mueller

Neural dialogue models, despite their successes, still suffer from lack of relevance, diversity, and in many cases coherence in their generated responses. These issues can attributed to reasons including (1) short-range …

Language ModelingLanguage ModellingResponse Generation

DLGNet: Hyperedge Classification through Directed Line Graphs for Chemical Reactions

2024-10-09 · Stefano Fiorini, Giulia M. Bovolenta, Stefano Coniglio, Michele Ciavotta 외

Graphs and hypergraphs provide powerful abstractions for modeling interactions among a set of entities of interest and have been attracting a growing interest in the literature thanks to many successful applications in s…

Drug DiscoveryGraph Neural Networkhyperedge classification

Inducing Global and Local Knowledge Attention in Multi-turn Dialog Understanding

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In multi-turn dialog understanding, semantic frames are constructed by detecting intents and slots within each user utterance. However, recent works lack the capability of modeling multi-turn dynamics within a dialog whe…

Response GenerationSpoken Language Understanding

ConsistentChat: Building Skeleton-Guided Consistent Dialogues for Large Language Models from Scratch

2025-06-04 · Jiawei Chen, Xinyan Guan, Qianhao Yuan, Guozhao Mo 외

Current instruction data synthesis methods primarily focus on single-turn instructions and often neglect cross-turn coherence, resulting in context drift and reduced task completion rates in extended conversations. To ad…

Dialogue Generation

Unsupervised Context Rewriting for Open Domain Conversation

2019-10-18 · IJCNLP 2019 11 · Kun Zhou, Kai Zhang, Yu Wu, Shujie Liu 외

Context modeling has a pivotal role in open domain conversation. Existing works either use heuristic methods or jointly learn context modeling and response generation with an encoder-decoder framework. This paper propose…

DecoderReinforcement LearningReinforcement Learning (RL)Response Generation+1