File size: 1,275 Bytes
f56219f 8b933a8 f56219f 8b933a8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
license: apache-2.0
task_categories:
- text-classification
language:
- en
size_categories:
- 1K<n<10K
---
This dataset is a subset of the data contained in https://github.com/amazon-science/dstc11-track2-intent-induction/tree/main
The data is filtered by speaker_role as customer and number of intents is 1.
This is an open-source dataset that can be used for demos and explorations.
---
license: apache-2.0
This project is licensed under the Apache-2.0 License.
Please cite the following papers if using the tasks, code, or data from this track in your work:
```
@misc{gung2023natcs,
title={NatCS: Eliciting Natural Customer Support Dialogues},
author={James Gung and Emily Moeng and Wesley Rose and Arshit Gupta and Yi Zhang and Saab Mansour},
year={2023},
eprint={2305.03007},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
@misc{gung2023intent,
title={Intent Induction from Conversations for Task-Oriented Dialogue Track at DSTC 11},
author={James Gung and Raphael Shu and Emily Moeng and Wesley Rose and Salvatore Romeo and Yassine Benajiba and Arshit Gupta and Saab Mansour and Yi Zhang},
year={2023},
eprint={2304.12982},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
--- |