File size: 61,104 Bytes
355f391
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
[
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "All the appetizers and salads were fabulous, the steak was mouth watering and the pasta was delicious!!!",
        "output": "[\"appetizers\", \"positive\"] \n[\"salads\", \"positive\"] \n[\"steak\", \"positive\"] \n[\"pasta\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "And really large portions.",
        "output": "[\"portions\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Go inside and you won't want to leave.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Save yourself the time and trouble and skip this one!",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The sweet lassi was excellent as was the lamb chettinad and the garlic naan but the rasamalai was forgettable.",
        "output": "[\"sweet lassi\", \"positive\"] \n[\"lamb chettinad\", \"positive\"] \n[\"garlic naan\", \"positive\"] \n[\"rasamalai\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Service was quick.",
        "output": "[\"Service\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Oh, don't even let me start with how expensive the bills were!",
        "output": "[\"bills\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Service is top notch.",
        "output": "[\"Service\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The best thing I tasted were the lambc hops.",
        "output": "[\"lambc hops\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Overall I would recommend it and go back again.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I've been here a couple of times and have not been impressed.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Even though its good seafood, the prices are too high.",
        "output": "[\"seafood\", \"positive\"] \n[\"prices\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "In addition, the food is very good and the prices are reasonable.",
        "output": "[\"food\", \"positive\"] \n[\"prices\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food is great and authentic.",
        "output": "[\"food\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I was at Rao's last Wed.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I recommend the garlic shrimp, okra (bindi), and anything with lamb.",
        "output": "[\"garlic shrimp\", \"positive\"] \n[\"okra (bindi)\", \"positive\"] \n[\"lamb\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The menu was impressive with selections ranging from a burger, to steak, to escargot.",
        "output": "[\"menu\", \"positive\"] \n[\"burger\", \"neutral\"] \n[\"steak\", \"neutral\"] \n[\"escargot\", \"neutral\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "very good breads as well.",
        "output": "[\"breads\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Anyway, the food is good, the price is right and they have a decent wine list.",
        "output": "[\"food\", \"positive\"] \n[\"price\", \"positive\"] \n[\"wine list\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food was lousy -too sweet or too salty and the portions tiny.",
        "output": "[\"food\", \"negative\"] \n[\"portions\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "But the coconut rice was good.",
        "output": "[\"coconut rice\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "And the Tom Kha soup was pathetic.",
        "output": "[\"Tom Kha soup\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food now is inconsistent.",
        "output": "[\"food\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Try the crunchy tuna, it is to die for.",
        "output": "[\"crunchy tuna\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Reasonable prices.",
        "output": "[\"prices\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Everything at Sala Thai is tasty and well-portioned.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Add to that great service and great food at a reasonable price and you have yourself the beginning of a great evening.",
        "output": "[\"service\", \"positive\"] \n[\"food\", \"positive\"] \n[\"price\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Unfortunately, the food was NOT something to get worked up about.",
        "output": "[\"food\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food is great and reasonably priced.",
        "output": "[\"food\", \"positive\"] \n[\"priced\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I got enough reasons to keep coming back!!!",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Their calzones are horrific, bad, vomit-inducing, YUCK.",
        "output": "[\"calzones\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "A few tips: skip the turnip cake, roast pork buns and egg custards.",
        "output": "[\"turnip cake\", \"negative\"] \n[\"roast pork buns\", \"negative\"] \n[\"egg custards\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The bagels are fabulous.",
        "output": "[\"bagels\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I never had anything I didn't like here.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I definitely wouldn't go back.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "While the ambiance and atmosphere were great, the food and service could have been a lot better.",
        "output": "[\"ambiance\", \"positive\"] \n[\"atmosphere\", \"positive\"] \n[\"food\", \"negative\"] \n[\"service\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Our waitress was sweet and accomodating, not overbearing.",
        "output": "[\"waitress\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I have tried literally every restaurant on curry row.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "My goodness, everything from the fish to the rice to the seaweed was absolutely amazing.",
        "output": "[\"fish\", \"positive\"] \n[\"rice\", \"positive\"] \n[\"seaweed\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I went to this restaurant with a woman that I met recently.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Good spreads, great beverage selections and bagels really tasty.",
        "output": "[\"spreads\", \"positive\"] \n[\"beverage selections\", \"positive\"] \n[\"bagels\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food options rule.",
        "output": "[\"food options\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Consistently good Japanese Tapas.",
        "output": "[\"Japanese Tapas\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I went to Ruby Foo's after work with a group of 6.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The sushi was awful!",
        "output": "[\"sushi\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "My boyfriend and I went there to celebrate my birthday the other night and all I can say is that it was magnificent.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Now it's so crowded and loud you can't even talk to the person next to you.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Go, go, hurry, before everyone finds out about it.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I've been many time and have never been disappointed.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food was great.",
        "output": "[\"food\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Don't leave without trying One Night in Tokyo.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I would go back tho.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Definately check it out!!!",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "You cannot go wrong with this place.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "As a Japanese native, I've lived in the Tristate area for over 8 years, but I was just so amazed at this place.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I loving bringing friends here -and I do so every chance I get.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "With the theater 2 blocks away we had a delicious meal in a beautiful room.",
        "output": "[\"meal\", \"positive\"] \n[\"room\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Even my Indian friend couldn't believe how good and tasty everything was.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "We were not dissappointed in the least bit by this little gem.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "A pleasant surprise.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "This was a repeat visit and we'll definitely be back again.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I love the fact that the pizza tastes so good and is so cheap.",
        "output": "[\"pizza\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Service was prompt, friendly and great.",
        "output": "[\"Service\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "OU MUST TRY THIS RESTAURANT.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "All pretty good.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Have eaten at Ginger House several times, and it's always good.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I haven't eat a lamb chop as delicious as that, the salads are really nice dressed with lemon and extra virgnin olive oil.",
        "output": "[\"lamb chop\", \"positive\"] \n[\"salads\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Drawbacks: service is slow and they don't toast!",
        "output": "[\"service\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "It is by far my favorite restaurant in Brooklyn.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I've been to Joya twice and I will never go again.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "A hearty two thumbs up!",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Great find!!!",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "If only they delivered, they'd make a mint!",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Was surprisingly disappointed.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The prices were fantastic.",
        "output": "[\"prices\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I'm told that it is open 24hrs which is good.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "What more could you want?",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Excellent experience.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Definitely a neighborhood favorite.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food is terrible and overall, I would have to say avoid at all costs.",
        "output": "[\"food\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food is prepared quickly and efficiently.",
        "output": "[\"food\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food is fresh, delicious, and reasonably priced.",
        "output": "[\"food\", \"positive\"] \n[\"priced\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "This is my favorite Italian restaurant in all of New York City.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Anyway, this is the last time I cross the williamsburg.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I am bringing my whole family back next time.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Love YUKA.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "As we were leaving, the couple standing by the door said to another waiter, we're not in a hurry.",
        "output": "[\"waiter\", \"neutral\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "I have been coming to this neighborhood spot for years.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "We will be back.",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The outdoor atmosphere of sitting on the sidewalk watching the world go by 50 feet away on 6th avenue on a cool evening was wonderful.",
        "output": "[\"outdoor atmosphere\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "A large is $20, and toppings are about $3 each.",
        "output": "[\"toppings\", \"neutral\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The spicy tuna and salmon are the best we've ever had.",
        "output": "[\"spicy tuna\", \"positive\"] \n[\"salmon\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "A guaranteeed delight!",
        "output": "[]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food was very good, a great deal, and the place its self was great.",
        "output": "[\"food\", \"positive\"] \n[\"place\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The food is usually good but it certainly isn't a relaxing place to go.",
        "output": "[\"food\", \"positive\"] \n[\"place\", \"negative\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "After dinner, take your date to the HUGE dance floor, probably one of the biggest you'll see in NY.",
        "output": "[\"dinner\", \"neutral\"] \n[\"dance floor\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The server was really cool and served us our food and drinks with a smile.",
        "output": "[\"server\", \"positive\"] \n[\"served\", \"positive\"] \n[\"food\", \"neutral\"] \n[\"drinks\", \"neutral\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "The dishes offered were unique, very tasty and fresh from the lamb sausages, sardines with biscuits, large whole shrimp to the amazing pistachio ice cream (the best and freshest I've ever had).",
        "output": "[\"dishes\", \"positive\"] \n[\"lamb sausages\", \"positive\"] \n[\"sardines with biscuits\", \"positive\"] \n[\"large whole shrimp\", \"positive\"] \n[\"pistachio ice cream\", \"positive\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "Went there for an office lunch.",
        "output": "[\"office lunch\", \"neutral\"]"
    },
    {
        "instruction": "Recognize all aspect terms with their corresponding sentiment polarity in the given review as input. The aspect terms are nouns or phrases appearing in the review that indicate specific aspects or features of the product/service. Determine the sentiment polarity from the options [\"positive\", \"negative\", \"neutral\"]. Answer in the format [\"aspect\", \"sentiment\"] without any explanation. If no aspect term exists, then only answer \"[]\".",
        "input": "We've only eaten in the restaurant once, but we have ordered many times for dinner.",
        "output": "[\"dinner\", \"neutral\"]"
    }
]