paper-with-me

Papers

A Modular Task-oriented Dialogue System Using a Neural Mixture-of-Experts

2019-07-10 · Jiahuan Pei, Pengjie Ren, Maarten de Rijke

End-to-end Task-oriented Dialogue Systems (TDSs) have attracted a lot of attention for their superiority (e.g., in terms of global optimization) over pipeline modularized TDSs. Previous studies on end-to-end TDSs use a single-module model to generate responses for complex dialogue contexts. However, no model consistently outperforms the others in all cases. We propose a neural Modular Task-oriented Dialogue System(MTDS) framework, in which a few expert bots are combined to generate the response for a given dialogue context. MTDS consists of a chair bot and several expert bots. Each expert bot is specialized for a particular situation, e.g., one domain, one type of action of a system, etc. The chair bot coordinates multiple expert bots and adaptively selects an expert bot to generate the appropriate response. We further propose a Token-level Mixture-of-Expert (TokenMoE) model to implement MTDS, where the expert bots predict multiple tokens at each timestamp and the chair bot determines the final generated token by fully taking into consideration the outputs of all expert bots. Both the chair bot and the expert bots are jointly trained in an end-to-end fashion. To verify the effectiveness of TokenMoE, we carry out extensive experiments on a benchmark dataset. Compared with the baseline using a single-module model, our TokenMoE improves the performance by 8.1% of inform rate and 0.8% of success rate.

📄 PDF Abstract BibTeX arXiv:1907.05346

Code (1)

budzianowski/multiwoz 공식 구현 pytorch

Tasks

global-optimizationMixture-of-ExpertsTask-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

Many Hands Make Light Work: Task-Oriented Dialogue System with Module-Based Mixture-of-Experts

2024-05-16 · Ruolin Su, Biing-Hwang Juang

Task-oriented dialogue systems are broadly used in virtual assistants and other automated services, providing interfaces between users and machines to facilitate specific tasks. Nowadays, task-oriented dialogue systems h…

Dialogue State TrackingMixture-of-ExpertsResponse GenerationTask-Oriented Dialogue Systems

Learning Knowledge Bases with Parameters for Task-Oriented Dialogue Systems

2020-09-28 · Findings of the Association for Computational Linguistics 2020 · Andrea Madotto, Samuel Cahyawijaya, Genta Indra Winata, Yan Xu 외

Task-oriented dialogue systems are either modularized with separate dialogue state tracking (DST) and management steps or end-to-end trainable. In either case, the knowledge base (KB) plays an essential role in fulfillin…

Dialogue State TrackingManagementTask-Oriented Dialogue Systems

Learning Knowledge Bases with Parameters for Task-Oriented Dialogue Systems

2020-06-08 · Anonymous

Task-oriented dialogue systems are either modularized with separate dialogue state tracking (DST) and management steps or end-to-end trainable. In either case, the knowledge base (KB) plays an essential role in fulfillin…

Dialogue State TrackingManagementTask-Oriented Dialogue Systems

ViWOZ: A Multi-Domain Task-Oriented Dialogue Systems Dataset For Low-resource Language

2022-03-15 · Phi Nguyen Van, Tung Cao Hoang, Dung Nguyen Manh, Quan Nguyen Minh 외

Most of the current task-oriented dialogue systems (ToD), despite having interesting results, are designed for a handful of languages like Chinese and English. Therefore, their performance in low-resource languages is st…

Task-Oriented Dialogue Systems

Text-to-SQL Task-oriented Dialogue Ontology Construction

2025-07-31 · Renato Vukovic, Carel van Niekerk, Michael Heck, Benjamin Ruppik 외 arxiv

Large language models (LLMs) are widely used as general-purpose knowledge sources, but they rely on parametric knowledge, limiting explainability and trustworthiness. In task-oriented dialogue (TOD) systems, this separat…

Dialogue State TrackingTransfer Learning