HLTCHKUST / BiToD

A Bilingual Multi-Domain Dataset For Task-Oriented Dialogue Modeling
Apache License 2.0
23 stars 1 forks source link

how to identify domain information for each dialogue #6

Closed Charles-ux-bit closed 2 years ago

Charles-ux-bit commented 2 years ago

Thanks for your valuable work, and I I would like to know how to identify domain information for each dialogue from the json file. Thanks!

zlinao commented 2 years ago

Hi, you can find the domain in the active intent. It follows the pattern like _en_US_XX. E.g., if the active intent is restaurants_en_US_search, then the domain is restaurant.

Charles-ux-bit commented 2 years ago

thx, but the active intent is in all the conversational turns, and there are multiple domains for most conversations. I believe that each conversation should have its main topic, so its corresponding domains should be as few as possible, right?