File size: 436 Bytes
cde2403 c686af1 cde2403 fd0ddab cde2403 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
language: "en"
tags:
- dstc9
widget:
- text: "i want to book the hilton hotel near china town."
---
Only restaurant, hotel, and attraction names are tagged based on the following data and knowledge base.
Data link: https://github.com/alexa/alexa-with-dstc9-track1-dataset
Label map:
"O": 0
"B-hotel": 1
"I-hotel": 2
"B-restaurant": 3
"I-restaurant": 4
"B-attraction": 5
"I-attraction": 6
Credit: Jia-Chen Jason Gu, Wilson Tam
|