albertvillanova HF Staff commited on
Commit
deb30c3
·
verified ·
1 Parent(s): 6ceba91

Add feature metadata to dataset card

Browse files
Files changed (1) hide show
  1. README.md +191 -1
README.md CHANGED
@@ -19,6 +19,197 @@ task_ids: []
19
  pretty_name: CrossWOZ
20
  tags:
21
  - dialog-response-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for GEM/CrossWOZ
@@ -1516,4 +1707,3 @@ Model may not handle unknown values in the dialog
1516
  <!-- scope: microscope -->
1517
  Responses can be diverse, which is not captured by BLEU
1518
 
1519
-
 
19
  pretty_name: CrossWOZ
20
  tags:
21
  - dialog-response-generation
22
+ dataset_info:
23
+ features:
24
+ - name: gem_id
25
+ dtype: string
26
+ - name: dialog_id
27
+ dtype: string
28
+ - name: sys_id
29
+ dtype: int32
30
+ - name: usr_id
31
+ dtype: int32
32
+ - name: goal
33
+ sequence: string
34
+ - name: task description
35
+ sequence: string
36
+ - name: type
37
+ dtype: string
38
+ - name: messages
39
+ sequence:
40
+ - name: content
41
+ dtype: string
42
+ - name: role
43
+ dtype: string
44
+ - name: dialog_act
45
+ sequence: string
46
+ - name: user_state
47
+ sequence: string
48
+ - name: sys_state
49
+ struct:
50
+ - name: 景点
51
+ struct:
52
+ - name: 名称
53
+ dtype: string
54
+ - name: 门票
55
+ dtype: string
56
+ - name: 游玩时间
57
+ dtype: string
58
+ - name: 评分
59
+ dtype: string
60
+ - name: 周边景点
61
+ dtype: string
62
+ - name: 周边餐馆
63
+ dtype: string
64
+ - name: 周边酒店
65
+ dtype: string
66
+ - name: selectedResults
67
+ sequence: string
68
+ - name: 餐馆
69
+ struct:
70
+ - name: 名称
71
+ dtype: string
72
+ - name: 推荐菜
73
+ dtype: string
74
+ - name: 人均消费
75
+ dtype: string
76
+ - name: 评分
77
+ dtype: string
78
+ - name: 周边景点
79
+ dtype: string
80
+ - name: 周边餐馆
81
+ dtype: string
82
+ - name: 周边酒店
83
+ dtype: string
84
+ - name: selectedResults
85
+ sequence: string
86
+ - name: 酒店
87
+ struct:
88
+ - name: 名称
89
+ dtype: string
90
+ - name: 酒店类型
91
+ dtype: string
92
+ - name: 酒店设施
93
+ dtype: string
94
+ - name: 价格
95
+ dtype: string
96
+ - name: 评分
97
+ dtype: string
98
+ - name: 周边景点
99
+ dtype: string
100
+ - name: 周边餐馆
101
+ dtype: string
102
+ - name: 周边酒店
103
+ dtype: string
104
+ - name: selectedResults
105
+ sequence: string
106
+ - name: 地铁
107
+ struct:
108
+ - name: 出发地
109
+ dtype: string
110
+ - name: 目的地
111
+ dtype: string
112
+ - name: selectedResults
113
+ sequence: string
114
+ - name: 出租
115
+ struct:
116
+ - name: 出发地
117
+ dtype: string
118
+ - name: 目的地
119
+ dtype: string
120
+ - name: selectedResults
121
+ sequence: string
122
+ - name: sys_state_init
123
+ struct:
124
+ - name: 景点
125
+ struct:
126
+ - name: 名称
127
+ dtype: string
128
+ - name: 门票
129
+ dtype: string
130
+ - name: 游玩时间
131
+ dtype: string
132
+ - name: 评分
133
+ dtype: string
134
+ - name: 周边景点
135
+ dtype: string
136
+ - name: 周边餐馆
137
+ dtype: string
138
+ - name: 周边酒店
139
+ dtype: string
140
+ - name: selectedResults
141
+ sequence: string
142
+ - name: 餐馆
143
+ struct:
144
+ - name: 名称
145
+ dtype: string
146
+ - name: 推荐菜
147
+ dtype: string
148
+ - name: 人均消费
149
+ dtype: string
150
+ - name: 评分
151
+ dtype: string
152
+ - name: 周边景点
153
+ dtype: string
154
+ - name: 周边餐馆
155
+ dtype: string
156
+ - name: 周边酒店
157
+ dtype: string
158
+ - name: selectedResults
159
+ sequence: string
160
+ - name: 酒店
161
+ struct:
162
+ - name: 名称
163
+ dtype: string
164
+ - name: 酒店类型
165
+ dtype: string
166
+ - name: 酒店设施
167
+ dtype: string
168
+ - name: 价格
169
+ dtype: string
170
+ - name: 评分
171
+ dtype: string
172
+ - name: 周边景点
173
+ dtype: string
174
+ - name: 周边餐馆
175
+ dtype: string
176
+ - name: 周边酒店
177
+ dtype: string
178
+ - name: selectedResults
179
+ sequence: string
180
+ - name: 地铁
181
+ struct:
182
+ - name: 出发地
183
+ dtype: string
184
+ - name: 目的地
185
+ dtype: string
186
+ - name: selectedResults
187
+ sequence: string
188
+ - name: 出租
189
+ struct:
190
+ - name: 出发地
191
+ dtype: string
192
+ - name: 目的地
193
+ dtype: string
194
+ - name: selectedResults
195
+ sequence: string
196
+ - name: final_goal
197
+ sequence: string
198
+ splits:
199
+ - name: train
200
+ num_bytes: 95331516
201
+ num_examples: 5012
202
+ - name: test
203
+ num_bytes: 9558009
204
+ num_examples: 500
205
+ - name: validation
206
+ num_bytes: 9499418
207
+ num_examples: 500
208
+ - name: challenge_CMT
209
+ num_bytes: 1620484
210
+ num_examples: 58
211
+ download_size: 16338148
212
+ dataset_size: 116009427
213
  ---
214
 
215
  # Dataset Card for GEM/CrossWOZ
 
1707
  <!-- scope: microscope -->
1708
  Responses can be diverse, which is not captured by BLEU
1709