Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,90 @@ task_ids:
|
|
20 |
- multi-class-classification
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: NLU Evaluation Data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for NLU Evaluation Data
|
@@ -254,4 +338,4 @@ Creative Commons Attribution 4.0 International License (CC BY 4.0)
|
|
254 |
```
|
255 |
### Contributions
|
256 |
|
257 |
-
Thanks to [@dkajtoch](https://github.com/dkajtoch) for adding this dataset.
|
|
|
20 |
- multi-class-classification
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: NLU Evaluation Data
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: scenario
|
28 |
+
dtype: string
|
29 |
+
- name: label
|
30 |
+
dtype:
|
31 |
+
class_label:
|
32 |
+
names:
|
33 |
+
0: alarm_query
|
34 |
+
1: alarm_remove
|
35 |
+
2: alarm_set
|
36 |
+
3: audio_volume_down
|
37 |
+
4: audio_volume_mute
|
38 |
+
5: audio_volume_other
|
39 |
+
6: audio_volume_up
|
40 |
+
7: calendar_query
|
41 |
+
8: calendar_remove
|
42 |
+
9: calendar_set
|
43 |
+
10: cooking_query
|
44 |
+
11: cooking_recipe
|
45 |
+
12: datetime_convert
|
46 |
+
13: datetime_query
|
47 |
+
14: email_addcontact
|
48 |
+
15: email_query
|
49 |
+
16: email_querycontact
|
50 |
+
17: email_sendemail
|
51 |
+
18: general_affirm
|
52 |
+
19: general_commandstop
|
53 |
+
20: general_confirm
|
54 |
+
21: general_dontcare
|
55 |
+
22: general_explain
|
56 |
+
23: general_greet
|
57 |
+
24: general_joke
|
58 |
+
25: general_negate
|
59 |
+
26: general_praise
|
60 |
+
27: general_quirky
|
61 |
+
28: general_repeat
|
62 |
+
29: iot_cleaning
|
63 |
+
30: iot_coffee
|
64 |
+
31: iot_hue_lightchange
|
65 |
+
32: iot_hue_lightdim
|
66 |
+
33: iot_hue_lightoff
|
67 |
+
34: iot_hue_lighton
|
68 |
+
35: iot_hue_lightup
|
69 |
+
36: iot_wemo_off
|
70 |
+
37: iot_wemo_on
|
71 |
+
38: lists_createoradd
|
72 |
+
39: lists_query
|
73 |
+
40: lists_remove
|
74 |
+
41: music_dislikeness
|
75 |
+
42: music_likeness
|
76 |
+
43: music_query
|
77 |
+
44: music_settings
|
78 |
+
45: news_query
|
79 |
+
46: play_audiobook
|
80 |
+
47: play_game
|
81 |
+
48: play_music
|
82 |
+
49: play_podcasts
|
83 |
+
50: play_radio
|
84 |
+
51: qa_currency
|
85 |
+
52: qa_definition
|
86 |
+
53: qa_factoid
|
87 |
+
54: qa_maths
|
88 |
+
55: qa_stock
|
89 |
+
56: recommendation_events
|
90 |
+
57: recommendation_locations
|
91 |
+
58: recommendation_movies
|
92 |
+
59: social_post
|
93 |
+
60: social_query
|
94 |
+
61: takeaway_order
|
95 |
+
62: takeaway_query
|
96 |
+
63: transport_query
|
97 |
+
64: transport_taxi
|
98 |
+
65: transport_ticket
|
99 |
+
66: transport_traffic
|
100 |
+
67: weather_query
|
101 |
+
splits:
|
102 |
+
- name: train
|
103 |
+
num_bytes: 1447941
|
104 |
+
num_examples: 25715
|
105 |
+
download_size: 5867439
|
106 |
+
dataset_size: 1447941
|
107 |
---
|
108 |
|
109 |
# Dataset Card for NLU Evaluation Data
|
|
|
338 |
```
|
339 |
### Contributions
|
340 |
|
341 |
+
Thanks to [@dkajtoch](https://github.com/dkajtoch) for adding this dataset.
|