Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
splevine commited on
Commit
8b933a8
1 Parent(s): f56219f

Update README.md

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