Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Task-Optimized Adapters for an End-to-End Task-Oriented Dialogue System

About

Task-Oriented Dialogue (TOD) systems are designed to carry out specific tasks by tracking dialogue states and generating appropriate responses to help users achieve defined goals. Recently, end-to-end dialogue models pre-trained based on large datasets have shown promising performance in the conversational system. However, they share the same parameters to train tasks of the dialogue system (NLU, DST, NLG), so debugging each task is challenging. Also, they require a lot of effort to fine-tune large parameters to create a task-oriented chatbot, making it difficult for non-experts to handle. Therefore, we intend to train relatively lightweight and fast models compared to PLM. In this paper, we propose an End-to-end TOD system with Task-Optimized Adapters which learn independently per task, adding only small number of parameters after fixed layers of pre-trained network. We also enhance the performance of the DST and NLG modules through reinforcement learning, overcoming the learning curve that has lacked at the adapter learning and enabling the natural and consistent response generation that is appropriate for the goal. Our method is a model-agnostic approach and does not require prompt-tuning as only input data without a prompt. As results of the experiment, our method shows competitive performance on the MultiWOZ benchmark compared to the existing end-to-end models. In particular, we attain state-of-the-art performance on the DST task of 2.2 dataset.

Namo Bang, Jeehyun Lee, Myoung-Wan Koo• 2023

Related benchmarks

TaskDatasetResultRank
Dialogue State TrackingMultiWOZ 2.1 (test)
Joint Goal Accuracy54.97
85
Dialogue State TrackingMultiWOZ 2.2 (test)
Joint Goal Accuracy63.79
80
Intent ClassificationBanking77
Accuracy92.4
24
Task-oriented DialogueMultiWOZ 2.2 (test)
Inform Rate90
23
Task-oriented Dialogue Response GenerationMulti-WOZ 2.1 (test)
BLEU18.29
22
Task-oriented DialogueMultiWOZ 2.0
Inform Rate10.59
13
Task-oriented DialogueMultiWOZ 2.1 (test)
Inform Rate97
11
Natural language generationMultiWOZ 2.2 (test)
Inform90
10
Intent ClassificationCLINC150
Accuracy98.45
9
Intent ClassificationHWU64
Accuracy90.79
9
Showing 10 of 10 rows

Other info

Code

Follow for update