paper-with-me

Papers

Converse: A Tree-Based Modular Task-Oriented Dialogue System

2022-03-23 · Tian Xie, Xinyi Yang, Angela S. Lin, Feihong Wu, Kazuma Hashimoto, Jin Qu, Young Mo Kang, Wenpeng Yin, Huan Wang, Semih Yavuz, Gang Wu, Michael Jones, Richard Socher, Yingbo Zhou, Wenhao Liu, Caiming Xiong

Creating a system that can have meaningful conversations with humans to help accomplish tasks is one of the ultimate goals of Artificial Intelligence (AI). It has defined the meaning of AI since the beginning. A lot has been accomplished in this area recently, with voice assistant products entering our daily lives and chat bot systems becoming commonplace in customer service. At first glance there seems to be no shortage of options for dialogue systems. However, the frequently deployed dialogue systems today seem to all struggle with a critical weakness - they are hard to build and harder to maintain. At the core of the struggle is the need to script every single turn of interactions between the bot and the human user. This makes the dialogue systems more difficult to maintain as the tasks become more complex and more tasks are added to the system. In this paper, we propose Converse, a flexible tree-based modular task-oriented dialogue system. Converse uses an and-or tree structure to represent tasks and offers powerful multi-task dialogue management. Converse supports task dependency and task switching, which are unique features compared to other open-source dialogue frameworks. At the same time, Converse aims to make the bot building process easy and simple, for both professional and non-professional software developers. The code is available at https://github.com/salesforce/Converse.

📄 PDF Abstract BibTeX arXiv:2203.12187

Code (1)

salesforce/converse 공식 구현

Tasks

Dialogue ManagementManagementTask-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

KETOD: Knowledge-Enriched Task-Oriented Dialogue

2022-05-11 · Findings (NAACL) 2022 7 · Zhiyu Chen, Bing Liu, Seungwhan Moon, Chinnadhurai Sankar 외

Existing studies in dialogue system research mostly treat task-oriented dialogue and chit-chat as separate domains. Towards building a human-like assistant that can converse naturally and seamlessly with users, it is imp…

Response Generation

KETOD: Knowledge-Enriched Task-Oriented Dialogue

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

Existing studies in dialogue system research mostly treat task-oriented dialogue and chit-chat separately. Towards building a human-like assistant that can converse naturally and seamlessly with users, the system needs t…

Response Generation

Sequence-to-Sequence Learning for Task-oriented Dialogue with Dialogue State Representation

2018-06-12 · COLING 2018 8 · Haoyang Wen, Yijia Liu, Wanxiang Che, Libo Qin 외

Classic pipeline models for task-oriented dialogue system require explicit modeling the dialogue states and hand-crafted action spaces to query a domain-specific knowledge base. Conversely, sequence-to-sequence models le…

Task-Oriented Dialogue Systems

A Network-based End-to-End Trainable Task-oriented Dialogue System

2016-04-15 · EACL 2017 4 · Tsung-Hsien Wen, David Vandyke, Nikola Mrksic, Milica Gasic 외

Teaching machines to accomplish tasks by conversing naturally with humans is challenging. Currently, developing task-oriented dialogue systems requires creating multiple components and typically this involves either a la…

Task-Oriented Dialogue Systems

Task-oriented Dialogue System for Automatic Diagnosis

2018-07-01 · ACL 2018 7 · Zhongyu Wei, Qianlong Liu, Baolin Peng, Huaixiao Tou 외

In this paper, we make a move to build a dialogue system for automatic diagnosis. We first build a dataset collected from an online medical forum by extracting symptoms from both patients{'} self-reports and conversation…