paper-with-me

Papers

Task-Oriented Dialog Systems that Consider Multiple Appropriate Responses under the Same Context

2019-11-24 · Yichi Zhang, Zhijian Ou, Zhou Yu

Conversations have an intrinsic one-to-many property, which means that multiple responses can be appropriate for the same dialog context. In task-oriented dialogs, this property leads to different valid dialog policies towards task completion. However, none of the existing task-oriented dialog generation approaches takes this property into account. We propose a Multi-Action Data Augmentation (MADA) framework to utilize the one-to-many property to generate diverse appropriate dialog responses. Specifically, we first use dialog states to summarize the dialog history, and then discover all possible mappings from every dialog state to its different valid system actions. During dialog system training, we enable the current dialog state to map to all valid system actions discovered in the previous process to create additional state-action pairs. By incorporating these additional pairs, the dialog policy learns a balanced action distribution, which further guides the dialog model to generate diverse responses. Experimental results show that the proposed framework consistently improves dialog policy diversity, and results in improved response diversity and appropriateness. Our model obtains state-of-the-art results on MultiWOZ.

📄 PDF Abstract BibTeX arXiv:1911.10484

Code (6)

https://gitlab.com/ucdavisnlp/damd-multiwoz 공식 구현 pytorch
TonyNemo/UBAR-MultiWOZ pytorch
bepoetree/mttod pytorch
jasonyux/krls pytorch
whatissimondoing/his-dialog pytorch
yunhaoli1995/MAMD-TOD pytorch

Tasks

Data AugmentationDiversityEnd-To-End Dialogue Modellingvalid

Similar Papers 제목 키워드 기반

Generative Dialog Policy for Task-oriented Dialog Systems

2019-09-17 · Tian Lan, Xian-Ling Mao, He-Yan Huang

There is an increasing demand for task-oriented dialogue systems which can assist users in various activities such as booking tickets and restaurant reservations. In order to complete dialogues effectively, dialogue poli…

General ClassificationTask-Oriented Dialogue Systems

Multi-User MultiWOZ: Task-Oriented Dialogues among Multiple Users

2023-10-31 · Yohan Jo, Xinyan Zhao, Arijit Biswas, Nikoletta Basiou 외

While most task-oriented dialogues assume conversations between the agent and one user at a time, dialogue systems are increasingly expected to communicate with multiple users simultaneously who make decisions collaborat…

Decision MakingDialogue State Tracking

Towards Universal Dialogue Act Tagging for Task-Oriented Dialogues

2019-07-05 · Shachi Paul, Rahul Goel, Dilek Hakkani-Tür

Machine learning approaches for building task-oriented dialogue systems require large conversational datasets with labels to train on. We are interested in building task-oriented dialogue systems from human-human convers…

Task-Oriented Dialogue Systems

Gaining Insights into Unrecognized User Utterances in Task-Oriented Dialog Systems

2022-04-11 · Ella Rabinovich, Matan Vetzler, David Boaz, Vineet Kumar 외

The rapidly growing market demand for automatic dialogue agents capable of goal-oriented behavior has caused many tech-industry leaders to invest considerable efforts into task-oriented dialog systems. The success of the…

AttributeGoal-Oriented Dialog

DialogueScore: Evaluating Responses in Task-Oriented Dialogue

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Task-Oriented Dialogue systems have been widely deployed in real-world applications in the last few years.Yet, evaluations of task-oriented dialogue systems are relatively limited.The informative and success score only c…

Natural Language InferenceTask-Oriented Dialogue Systems