Skip to content

MultiWOZ 2.4: A Multi-Domain Task-Oriented Dialogue Dataset

License

Notifications You must be signed in to change notification settings

smartyfh/MultiWOZ2.4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiWOZ 2.4

This is the dataset described in the paper: MultiWOZ 2.4: A Multi-Domain Task-Oriented Dialogue Dataset with Essential Annotation Corrections to Improve State Tracking Evaluation. Fanghua Ye, Jarana Manotumruksa, Emine Yilmaz. SIGDIAL 2022. [paper]

MultiWOZ 2.4 is a refined version of MultiWOZ 2.1. Specifically, we carefully rectified (almost) all the annotation errors in the validation set and test set. We keep the training set intact.

MultiWOZ 2.4 shares exactly the same format as MultiWOZ 2.1, thus it is pretty easy for us to run existing models that are built upon MultiWOZ 2.1 on MultiWOZ 2.4.

Data Preprocessing

MultiWOZ 2.4 can be preprocessed by the script create_data.py

❱❱❱ python3 create_data.py

or simply by the script split.py

❱❱❱ python3 split.py

Benchmark Results

We test the performance of nine SOTA dialogue state tracking models on MultiWOZ 2.4. All the chosen models demonstrate much higher performance (joint goal accuracy), benefiting from the improved test set.

Model MultiWOZ 2.1 MultiWOZ 2.4
SUMBT 49.01% 61.86%
CHAN 53.38% 68.25%
STAR 56.36% 73.62%
TRADE 45.60% 55.05%
PIN 48.40% 58.92%
SOM-DST 51.24% 66.78%
SimpleTOD 51.75% 57.18%
SAVN 54.86% 60.55%
TripPy 55.18% 64.75%
IC-DST (GPT3) 50.65% 62.43%
Seq2Seq 54.4% 67.10%
TripPy-R 55.99% 69.87%
D3ST (XXL) 57.8% 75.90%
ASSIST (STAR) - 79.41%
MetaASSIST (STAR) - 80.10%

About

MultiWOZ 2.4: A Multi-Domain Task-Oriented Dialogue Dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages