paper-with-me

Papers

Fusing task-oriented and open-domain dialogues in conversational agents

2021-09-09 · Tom Young, Frank Xing, Vlad Pandelea, Jinjie Ni, Erik Cambria

The goal of building intelligent dialogue systems has largely been separately pursued under two paradigms: task-oriented dialogue (TOD) systems, which perform goal-oriented functions, and open-domain dialogue (ODD) systems, which focus on non-goal-oriented chitchat. The two dialogue modes can potentially be intertwined together seamlessly in the same conversation, as easily done by a friendly human assistant. Such ability is desirable in conversational agents, as the integration makes them more accessible and useful. Our paper addresses this problem of fusing TODs and ODDs in multi-turn dialogues. Based on the popular TOD dataset MultiWOZ, we build a new dataset FusedChat, by rewriting the existing TOD turns and adding new ODD turns. This procedure constructs conversation sessions containing exchanges from both dialogue modes. It features inter-mode contextual dependency, i.e., the dialogue turns from the two modes depend on each other. Rich dependency patterns including co-reference and ellipsis are features. The new dataset, with 60k new human-written ODD turns and 5k re-written TOD turns, offers a benchmark to test a dialogue model's ability to perform inter-mode conversations. This is a more challenging task since the model has to determine the appropriate dialogue mode and generate the response based on the inter-mode context. But such models would better mimic human-level conversation capabilities. We evaluate baseline models on this task, including classification-based two-stage models and two-in-one fused models. We publicly release FusedChat and the baselines to propel future work on inter-mode dialogue systems https://github.com/tomyoung903/FusedChat.

📄 PDF Abstract BibTeX arXiv:2109.04137

Code (1)

tomyoung903/fusedchat 공식 구현 pytorch

Tasks

Dialogue Generation

Similar Papers 제목 키워드 기반

EmoWOZ: A Large-Scale Corpus and Labelling Scheme for Emotion Recognition in Task-Oriented Dialogue Systems

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

The ability to recognise emotions lends a conversational artificial intelligence a human touch. While emotions in chit-chat dialogues have received substantial attention, emotions in task-oriented dialogues have been lar…

Emotion RecognitionTask-Oriented Dialogue Systems

EmoWOZ: A Large-Scale Corpus and Labelling Scheme for Emotion Recognition in Task-Oriented Dialogue Systems

2021-09-10 · LREC 2022 6 · Shutong Feng, Nurul Lubis, Christian Geishauser, Hsien-Chin Lin 외

The ability to recognise emotions lends a conversational artificial intelligence a human touch. While emotions in chit-chat dialogues have received substantial attention, emotions in task-oriented dialogues remain largel…

Emotion RecognitionEmotion Recognition in ConversationTask-Oriented Dialogue Systems

A Chit-Chats Enhanced Task-Oriented Dialogue Corpora for Fuse-Motive Conversation Systems

2022-05-12 · Changhong Yu, Chunhong Zhang, Qi Sun

The goal of building intelligent dialogue systems has largely been separately pursued under two motives: task-oriented dialogue (TOD) systems, and open-domain systems for chit-chat (CC). Although previous TOD dialogue sy…

Diversity

Searching for Snippets of Open-Domain Dialogue in Task-Oriented Dialogue Datasets

2023-11-23 · Armand Stricker, Patrick Paroubek

Most existing dialogue corpora and models have been designed to fit into 2 predominant categories : task-oriented dialogues portray functional goals, such as making a restaurant reservation or booking a plane ticket, whi…

SalesBot: Transitioning from Chit-Chat to Task-Oriented Dialogues

2022-04-22 · ACL 2022 5 · Ssu Chiu, Maolin Li, Yen-Ting Lin, Yun-Nung Chen

Dialogue systems are usually categorized into two types, open-domain and task-oriented. The first one focuses on chatting with users and making them engage in the conversations, where selecting a proper topic to fit the …

Dialogue Generation