File size: 3,494 Bytes
96270b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129d14d
96270b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ef75ce0
c38204f
96270b4
 
c38204f
96270b4
 
c38204f
96270b4
 
c38204f
96270b4
129d14d
c38204f
96270b4
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: locale
    dtype: string
  - name: partition
    dtype: string
  - name: scenario
    dtype:
      class_label:
        names:
          '0': social
          '1': transport
          '2': calendar
          '3': play
          '4': news
          '5': datetime
          '6': recommendation
          '7': email
          '8': iot
          '9': general
          '10': audio
          '11': lists
          '12': qa
          '13': cooking
          '14': takeaway
          '15': music
          '16': alarm
          '17': weather
  - name: intent
    dtype:
      class_label:
        names:
          '0': datetime_query
          '1': iot_hue_lightchange
          '2': transport_ticket
          '3': takeaway_query
          '4': qa_stock
          '5': general_greet
          '6': recommendation_events
          '7': music_dislikeness
          '8': iot_wemo_off
          '9': cooking_recipe
          '10': qa_currency
          '11': transport_traffic
          '12': general_quirky
          '13': weather_query
          '14': audio_volume_up
          '15': email_addcontact
          '16': takeaway_order
          '17': email_querycontact
          '18': iot_hue_lightup
          '19': recommendation_locations
          '20': play_audiobook
          '21': lists_createoradd
          '22': news_query
          '23': alarm_query
          '24': iot_wemo_on
          '25': general_joke
          '26': qa_definition
          '27': social_query
          '28': music_settings
          '29': audio_volume_other
          '30': calendar_remove
          '31': iot_hue_lightdim
          '32': calendar_query
          '33': email_sendemail
          '34': iot_cleaning
          '35': audio_volume_down
          '36': play_radio
          '37': cooking_query
          '38': datetime_convert
          '39': qa_maths
          '40': iot_hue_lightoff
          '41': iot_hue_lighton
          '42': transport_query
          '43': music_likeness
          '44': email_query
          '45': play_music
          '46': audio_volume_mute
          '47': social_post
          '48': alarm_set
          '49': qa_factoid
          '50': calendar_set
          '51': play_game
          '52': alarm_remove
          '53': lists_remove
          '54': transport_taxi
          '55': recommendation_movies
          '56': iot_coffee
          '57': music_query
          '58': play_podcasts
          '59': lists_query
  - name: text
    dtype: string
  - name: annot_utt
    dtype: string
  - name: worker_id
    dtype: string
  - name: slot_method
    sequence:
    - name: slot
      dtype: string
    - name: method
      dtype: string
  - name: judgments
    sequence:
    - name: worker_id
      dtype: string
    - name: intent_score
      dtype: int8
    - name: slots_score
      dtype: int8
    - name: grammar_score
      dtype: int8
    - name: spelling_score
      dtype: int8
    - name: language_identification
      dtype: string
  - name: category
    dtype: string
  splits:
  - name: train
    num_bytes: 2190824
    num_examples: 11514
  - name: validation
    num_bytes: 381745
    num_examples: 2033
  - name: test
    num_bytes: 558310
    num_examples: 2974
  download_size: 1029823
  dataset_size: 3130879
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---