Commit
·
a82b1c5
1
Parent(s):
a1f9faa
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,18 @@ dataset_info:
|
|
19 |
num_examples: 16321
|
20 |
download_size: 5759885
|
21 |
dataset_size: 12066050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
# Dataset Card for "dnd_style_intents"
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
19 |
num_examples: 16321
|
20 |
download_size: 5759885
|
21 |
dataset_size: 12066050
|
22 |
+
task_categories:
|
23 |
+
- text-classification
|
24 |
+
language:
|
25 |
+
- en
|
26 |
+
tags:
|
27 |
+
- art
|
28 |
+
size_categories:
|
29 |
+
- 100K<n<1M
|
30 |
---
|
31 |
# Dataset Card for "dnd_style_intents"
|
32 |
|
33 |
+
This dataset was designed for intent classification module in dialogue system for game developers.
|
34 |
+
There are about 163k examples over 17 intents in dataset.
|
35 |
+
All intents belong to one of two group: intents for interaction with game mechanics and intents for more correctly dialogue understanding.
|
36 |
+
Data was generated artificially. All examples are in dnd style.
|