Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WOZ instructions aka "message" in MultiWOZ2.2 #119

Open
oplatek opened this issue Feb 9, 2023 · 1 comment
Open

WOZ instructions aka "message" in MultiWOZ2.2 #119

oplatek opened this issue Feb 9, 2023 · 1 comment

Comments

@oplatek
Copy link

oplatek commented Feb 9, 2023

Hi!
Where I can find the "message" field from the MultiWOZ2.1 format in the MultiWOZ2.2. Ie. where I can find instructions for crowdsource workers in MultiWOZ2.2 format?

This is a snippet from multiwoz/data/MultiWOZ_2.1/data.json

{   
  "SNG01856.json": {
            "goal": {...},
            
             ...

            "attraction": {},
            "train": {},
            "LOOKING FOR THE EQUIVALENT OF THE message FIELD BELOW IN MULTIWOZ 2.2": "404 not found at the moment :)",
            "message": [                                                                                                                                      
                "You are looking for a <span class='emphasis'>place to stay</span>. The hotel should be in the <span class='emphasis'>cheap</span> price range and should be in the type of <span class='emphasis'>hotel</span>",                                                                                           
                "The hotel should <span class='emphasis'>include free parking</span> and should <span class='emphasis'>include free wifi</span>",             
                "Once you find the <span class='emphasis'>hotel</span> you want to book it for <span class='emphasis'>6 people</span> and <span class='emphasis'>3 nights</span> starting from <span class='emphasis'>tuesday</span>",                                                                                      
                "If the booking fails how about <span class='emphasis'>2 nights</span>",                                                                      
                "Make sure you get the <span class='emphasis'>reference number</span>"                                                                        
            ],
           
            ...
  },
 ...
}           
@oplatek
Copy link
Author

oplatek commented Feb 9, 2023

I have found https://ytlin.s3.ap-northeast-1.amazonaws.com/data/huggingface_datasets/multiwoz/gcn_data_2.2.json see https://huggingface.co/datasets/adamlin/multiwoz_dst/blob/main/multiwoz_dst.py

which uses this function to generate task for the users:
https://huggingface.co/datasets/adamlin/multiwoz_dst/blob/main/multiwoz_dst.py#L52

Is there an official version for the script generating the user instructions which matches exactly the original release/procedure how to conversations were collected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant