Chia-Hsuan-Lee / DST-as-Prompting

Source code for Dialogue State Tracking with a Language Model using Schema-Driven Prompting
61 stars 12 forks source link

Is there custom `Schema.json` for MultiWOZ? #8

Closed 0ys closed 1 year ago

0ys commented 2 years ago

Hi,

I am trying to use eval.py, but I am experiencing an error that the file cannot be found. (example below) FileNotFoundError: [Errno 2] No such file or directory: 'multiwoz/data/MultiWOZ_2.2/test/schema.json'

MultiWOZ official git does not have the schema.json in _data/MultiWOZ2.2/test, _data/MultiWOZ2.2/train So I wonder if you use a customized Schema.json files for test and train dataset.

If So, could you share the customized schema file? Or just brief Schema information will help.

I am grateful for your great work. I look forward to hearing from you

Regards, Yeseul

Chia-Hsuan-Lee commented 1 year ago

Hi Sorry for the late response! No there is no "customed" schema file. It's the file in MWOZ official repo and it is used in every subset (training, testing...) https://github.com/budzianowski/multiwoz/blob/master/data/MultiWOZ_2.2/schema.json