santhedan commited on
Commit
cac7815
1 Parent(s): e20c7a2

Upload trainingdata.json

Browse files
Files changed (1) hide show
  1. trainingdata.json +386 -0
trainingdata.json ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "question": "What is the nutritional value of SKU ABCD1234?",
4
+ "category": "structured"
5
+ },
6
+ {
7
+ "question": "Can you provide customer reviews for product EFGH5678?",
8
+ "category": "unstructured"
9
+ },
10
+ {
11
+ "question": "What is the sales revenue for the last quarter and the feedback from customers during that period?",
12
+ "category": "structured_then_unstructured"
13
+ },
14
+ {
15
+ "question": "Based on the recent sales data, what are the common issues faced by customers?",
16
+ "category": "structured_then_unstructured"
17
+ },
18
+ {
19
+ "question": "List the ingredients and their proportions in product IJKL9101.",
20
+ "category": "structured"
21
+ },
22
+ {
23
+ "question": "What are the latest comments on our new marketing campaign?",
24
+ "category": "unstructured"
25
+ },
26
+ {
27
+ "question": "Summarize the quarterly sales and the most common customer complaints.",
28
+ "category": "structured_then_unstructured"
29
+ },
30
+ {
31
+ "question": "Using the sales data, identify trends and provide related customer feedback.",
32
+ "category": "structured_then_unstructured"
33
+ },
34
+ {
35
+ "question": "What is the inventory status of item MNOP2345?",
36
+ "category": "structured"
37
+ },
38
+ {
39
+ "question": "Provide recent testimonials for our flagship product.",
40
+ "category": "unstructured"
41
+ },
42
+ {
43
+ "question": "Analyze the sales performance and summarize customer feedback for Q1.",
44
+ "category": "structured_then_unstructured"
45
+ },
46
+ {
47
+ "question": "Find the sales data and corresponding user reviews for the past month.",
48
+ "category": "structured_then_unstructured"
49
+ },
50
+ {
51
+ "question": "What are the top selling products in the last month?",
52
+ "category": "structured"
53
+ },
54
+ {
55
+ "question": "Show me the user feedback for the new feature released last week.",
56
+ "category": "unstructured"
57
+ },
58
+ {
59
+ "question": "Get the latest sales figures and user feedback for the new product line.",
60
+ "category": "structured_then_unstructured"
61
+ },
62
+ {
63
+ "question": "What are the sales metrics and customer comments for the holiday season?",
64
+ "category": "structured_then_unstructured"
65
+ },
66
+ {
67
+ "question": "What is the nutritional value of SKU QRST3456?",
68
+ "category": "structured"
69
+ },
70
+ {
71
+ "question": "Can you provide customer reviews for product UVWX7890?",
72
+ "category": "unstructured"
73
+ },
74
+ {
75
+ "question": "What is the sales revenue for the last quarter and the feedback from customers during that period?",
76
+ "category": "structured_then_unstructured"
77
+ },
78
+ {
79
+ "question": "Based on the recent sales data, what are the common issues faced by customers?",
80
+ "category": "structured_then_unstructured"
81
+ },
82
+ {
83
+ "question": "List the ingredients and their proportions in product YZAB1122.",
84
+ "category": "structured"
85
+ },
86
+ {
87
+ "question": "What are the latest comments on our new marketing campaign?",
88
+ "category": "unstructured"
89
+ },
90
+ {
91
+ "question": "Summarize the quarterly sales and the most common customer complaints.",
92
+ "category": "structured_then_unstructured"
93
+ },
94
+ {
95
+ "question": "Using the sales data, identify trends and provide related customer feedback.",
96
+ "category": "structured_then_unstructured"
97
+ },
98
+ {
99
+ "question": "What is the inventory status of item CDEF3345?",
100
+ "category": "structured"
101
+ },
102
+ {
103
+ "question": "Provide recent testimonials for our flagship product.",
104
+ "category": "unstructured"
105
+ },
106
+ {
107
+ "question": "Analyze the sales performance and summarize customer feedback for Q1.",
108
+ "category": "structured_then_unstructured"
109
+ },
110
+ {
111
+ "question": "Find the sales data and corresponding user reviews for the past month.",
112
+ "category": "structured_then_unstructured"
113
+ },
114
+ {
115
+ "question": "What are the top selling products in the last month?",
116
+ "category": "structured"
117
+ },
118
+ {
119
+ "question": "Show me the user feedback for the new feature released last week.",
120
+ "category": "unstructured"
121
+ },
122
+ {
123
+ "question": "Get the latest sales figures and user feedback for the new product line.",
124
+ "category": "structured_then_unstructured"
125
+ },
126
+ {
127
+ "question": "What are the sales metrics and customer comments for the holiday season?",
128
+ "category": "structured_then_unstructured"
129
+ },
130
+ {
131
+ "question": "What is the nutritional value of SKU GHIJ4567?",
132
+ "category": "structured"
133
+ },
134
+ {
135
+ "question": "Can you provide customer reviews for product KLMN8901?",
136
+ "category": "unstructured"
137
+ },
138
+ {
139
+ "question": "What is the sales revenue for the last quarter and the feedback from customers during that period?",
140
+ "category": "structured_then_unstructured"
141
+ },
142
+ {
143
+ "question": "Based on the recent sales data, what are the common issues faced by customers?",
144
+ "category": "structured_then_unstructured"
145
+ },
146
+ {
147
+ "question": "List the ingredients and their proportions in product OPQR2233.",
148
+ "category": "structured"
149
+ },
150
+ {
151
+ "question": "What are the latest comments on our new marketing campaign?",
152
+ "category": "unstructured"
153
+ },
154
+ {
155
+ "question": "Summarize the quarterly sales and the most common customer complaints.",
156
+ "category": "structured_then_unstructured"
157
+ },
158
+ {
159
+ "question": "Using the sales data, identify trends and provide related customer feedback.",
160
+ "category": "structured_then_unstructured"
161
+ },
162
+ {
163
+ "question": "What is the inventory status of item STUV4455?",
164
+ "category": "structured"
165
+ },
166
+ {
167
+ "question": "Provide recent testimonials for our flagship product.",
168
+ "category": "unstructured"
169
+ },
170
+ {
171
+ "question": "Analyze the sales performance and summarize customer feedback for Q1.",
172
+ "category": "structured_then_unstructured"
173
+ },
174
+ {
175
+ "question": "Find the sales data and corresponding user reviews for the past month.",
176
+ "category": "structured_then_unstructured"
177
+ },
178
+ {
179
+ "question": "What are the top selling products in the last month?",
180
+ "category": "structured"
181
+ },
182
+ {
183
+ "question": "Show me the user feedback for the new feature released last week.",
184
+ "category": "unstructured"
185
+ },
186
+ {
187
+ "question": "Get the latest sales figures and user feedback for the new product line.",
188
+ "category": "structured_then_unstructured"
189
+ },
190
+ {
191
+ "question": "What are the sales metrics and customer comments for the holiday season?",
192
+ "category": "structured_then_unstructured"
193
+ },
194
+ {
195
+ "question": "What is the nutritional value of SKU WXYZ5678?",
196
+ "category": "structured"
197
+ },
198
+ {
199
+ "question": "Can you provide customer reviews for product ABCD9102?",
200
+ "category": "unstructured"
201
+ },
202
+ {
203
+ "question": "What is the sales revenue for the last quarter and the feedback from customers during that period?",
204
+ "category": "structured_then_unstructured"
205
+ },
206
+ {
207
+ "question": "Based on the recent sales data, what are the common issues faced by customers?",
208
+ "category": "structured_then_unstructured"
209
+ },
210
+ {
211
+ "question": "List the ingredients and their proportions in product EFGH3344.",
212
+ "category": "structured"
213
+ },
214
+ {
215
+ "question": "What are the latest comments on our new marketing campaign?",
216
+ "category": "unstructured"
217
+ },
218
+ {
219
+ "question": "Summarize the quarterly sales and the most common customer complaints.",
220
+ "category": "structured_then_unstructured"
221
+ },
222
+ {
223
+ "question": "Using the sales data, identify trends and provide related customer feedback.",
224
+ "category": "structured_then_unstructured"
225
+ },
226
+ {
227
+ "question": "What is the inventory status of item IJKL5566?",
228
+ "category": "structured"
229
+ },
230
+ {
231
+ "question": "Provide recent testimonials for our flagship product.",
232
+ "category": "unstructured"
233
+ },
234
+ {
235
+ "question": "Analyze the sales performance and summarize customer feedback for Q1.",
236
+ "category": "structured_then_unstructured"
237
+ },
238
+ {
239
+ "question": "Find the sales data and corresponding user reviews for the past month.",
240
+ "category": "structured_then_unstructured"
241
+ },
242
+ {
243
+ "question": "What are the top selling products in the last month?",
244
+ "category": "structured"
245
+ },
246
+ {
247
+ "question": "Show me the user feedback for the new feature released last week.",
248
+ "category": "unstructured"
249
+ },
250
+ {
251
+ "question": "Get the latest sales figures and user feedback for the new product line.",
252
+ "category": "structured_then_unstructured"
253
+ },
254
+ {
255
+ "question": "What are the sales metrics and customer comments for the holiday season?",
256
+ "category": "structured_then_unstructured"
257
+ },
258
+ {
259
+ "question": "What is the nutritional value of SKU MNOP6789?",
260
+ "category": "structured"
261
+ },
262
+ {
263
+ "question": "Can you provide customer reviews for product QRST1123?",
264
+ "category": "unstructured"
265
+ },
266
+ {
267
+ "question": "What is the sales revenue for the last quarter and the feedback from customers during that period?",
268
+ "category": "structured_then_unstructured"
269
+ },
270
+ {
271
+ "question": "Based on the recent sales data, what are the common issues faced by customers?",
272
+ "category": "structured_then_unstructured"
273
+ },
274
+ {
275
+ "question": "List the ingredients and their proportions in product UVWX4455.",
276
+ "category": "structured"
277
+ },
278
+ {
279
+ "question": "What are the latest comments on our new marketing campaign?",
280
+ "category": "unstructured"
281
+ },
282
+ {
283
+ "question": "Summarize the quarterly sales and the most common customer complaints.",
284
+ "category": "structured_then_unstructured"
285
+ },
286
+ {
287
+ "question": "Using the sales data, identify trends and provide related customer feedback.",
288
+ "category": "structured_then_unstructured"
289
+ },
290
+ {
291
+ "question": "What is the inventory status of item YZAB6677?",
292
+ "category": "structured"
293
+ },
294
+ {
295
+ "question": "Provide recent testimonials for our flagship product.",
296
+ "category": "unstructured"
297
+ },
298
+ {
299
+ "question": "Analyze the sales performance and summarize customer feedback for Q1.",
300
+ "category": "structured_then_unstructured"
301
+ },
302
+ {
303
+ "question": "Find the sales data and corresponding user reviews for the past month.",
304
+ "category": "structured_then_unstructured"
305
+ },
306
+ {
307
+ "question": "What are the top selling products in the last month?",
308
+ "category": "structured"
309
+ },
310
+ {
311
+ "question": "Show me the user feedback for the new feature released last week.",
312
+ "category": "unstructured"
313
+ },
314
+ {
315
+ "question": "Get the latest sales figures and user feedback for the new product line.",
316
+ "category": "structured_then_unstructured"
317
+ },
318
+ {
319
+ "question": "What are the sales metrics and customer comments for the holiday season?",
320
+ "category": "structured_then_unstructured"
321
+ },
322
+ {
323
+ "question": "What is the nutritional value of SKU CDEF7890?",
324
+ "category": "structured"
325
+ },
326
+ {
327
+ "question": "Can you provide customer reviews for product GHIJ2233?",
328
+ "category": "unstructured"
329
+ },
330
+ {
331
+ "question": "What is the sales revenue for the last quarter and the feedback from customers during that period?",
332
+ "category": "structured_then_unstructured"
333
+ },
334
+ {
335
+ "question": "Based on the recent sales data, what are the common issues faced by customers?",
336
+ "category": "structured_then_unstructured"
337
+ },
338
+ {
339
+ "question": "List the ingredients and their proportions in product KLMN5566.",
340
+ "category": "structured"
341
+ },
342
+ {
343
+ "question": "What are the latest comments on our new marketing campaign?",
344
+ "category": "unstructured"
345
+ },
346
+ {
347
+ "question": "Summarize the quarterly sales and the most common customer complaints.",
348
+ "category": "structured_then_unstructured"
349
+ },
350
+ {
351
+ "question": "Using the sales data, identify trends and provide related customer feedback.",
352
+ "category": "structured_then_unstructured"
353
+ },
354
+ {
355
+ "question": "What is the inventory status of item OPQR7788?",
356
+ "category": "structured"
357
+ },
358
+ {
359
+ "question": "Provide recent testimonials for our flagship product.",
360
+ "category": "unstructured"
361
+ },
362
+ {
363
+ "question": "Analyze the sales performance and summarize customer feedback for Q1.",
364
+ "category": "structured_then_unstructured"
365
+ },
366
+ {
367
+ "question": "Find the sales data and corresponding user reviews for the past month.",
368
+ "category": "structured_then_unstructured"
369
+ },
370
+ {
371
+ "question": "What are the top selling products in the last month?",
372
+ "category": "structured"
373
+ },
374
+ {
375
+ "question": "Show me the user feedback for the new feature released last week.",
376
+ "category": "unstructured"
377
+ },
378
+ {
379
+ "question": "Get the latest sales figures and user feedback for the new product line.",
380
+ "category": "structured_then_unstructured"
381
+ },
382
+ {
383
+ "question": "What are the sales metrics and customer comments for the holiday season?",
384
+ "category": "structured_then_unstructured"
385
+ }
386
+ ]