File size: 60,920 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": "I liked the aluminum body.",
        "output": "[\"aluminum body\", \"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": "Lightweight and the screen is beautiful!",
        "output": "[\"screen\", \"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": "Buy it, love it, and I promise you won't regret 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": "From the build quality to the performance, everything about it has been sub-par from what I would have expected from Apple.",
        "output": "[\"build quality\", \"negative\"] \n[\"performance\", \"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": "pretty much everything else about the computer is good it just stops working out of no were.",
        "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": "Originally bought it for my wife.",
        "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": "It was truly a great computer costing less than one thousand bucks before tax.",
        "output": "[\"costing\", \"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 bought this laptop on Saturday and am completely in love with 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": "If you don't like fingerprints, this might not be the laptop for 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": "Boots up fast and runs great!",
        "output": "[\"Boots up\", \"positive\"] \n[\"runs\", \"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": "Call tech support, standard email the form and fax it back in to us.",
        "output": "[\"tech support\", \"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 did contact HP and share how unhappy I am.",
        "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 is my second MacBook.",
        "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 service I received from Toshiba went above and beyond the call of duty.",
        "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": "I would recommend it just because of the internet speed probably because thats the only thing i really care about.",
        "output": "[\"internet speed\", \"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 3rd Apple Laptop and first MacBook Pro.",
        "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 have had this laptop for a few months now and i would say im pretty satisfied.",
        "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 love part of my relationship with this laptop doesn't take very long.",
        "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 screen shows great colors.",
        "output": "[\"screen\", \"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": "Dells are ok, HPs aren't that good, but Macs or Fantastic.",
        "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 battery life has not decreased since I bought it, so i'm thrilled with that.",
        "output": "[\"battery life\", \"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 price and features more than met my needs.",
        "output": "[\"price\", \"positive\"] \n[\"features\", \"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 mouse buttons are hard to push.",
        "output": "[\"mouse buttons\", \"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": "Just don't waste your time and money on this.",
        "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": "And I'm still paying the bloody financing, for a product which didn't last me at least three 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": "Bought it to use mostly for oline classes.",
        "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 purchased an HP right after my high school graduation.",
        "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": "Me and my boyfriend bought the Gateway NV78 in nov of 09.",
        "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 is the complete opposite to an ergonomic design.",
        "output": "[\"design\", \"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 technical service for dell is so 3rd world it might as well not even bother.",
        "output": "[\"technical 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": "The built in camera is very useful when chatting with other techs in remote buildings on our campus.",
        "output": "[\"built in camera\", \"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": "Not super fancy, but not super expensive either.",
        "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": "Keyboard good sized and wasy to use.",
        "output": "[\"Keyboard\", \"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": "Great wifi too.",
        "output": "[\"wifi\", \"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 Dell mini was the first Dell product that I had ever purchased.",
        "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 Mac has gone from being a trusted friend to an adversary.",
        "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 have been a mac user since the mid 90s.",
        "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 HP is very heavy.",
        "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": "big mistake!",
        "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": "Best Buy was great as always and accepted the return and gave me another model 1764.",
        "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 buy this lap top over and over 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": "Games being the main issue.",
        "output": "[\"Games\", \"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 previous purchases were with Dell and HP.",
        "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 price is another driving influence that made me purchase this laptop.",
        "output": "[\"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": "But see the macbook pro is different because it may have a huge price tag but it comes with the full software that you would actually need and most of it has free future updates.",
        "output": "[\"price tag\", \"negative\"] \n[\"software\", \"positive\"] \n[\"updates\", \"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": "It's a great product for a great price!",
        "output": "[\"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": "Excellent speed for processing data.",
        "output": "[\"speed\", \"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": "All in all, I'm incredibly dissatisfied with this laptop, and with HP as a whole.",
        "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": "In my opinion it was not as user friendly as I expected either.",
        "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 Macbook arrived in a nice twin packing and sealed in the box, all the functions works great.",
        "output": "[\"twin packing\", \"positive\"] \n[\"functions\", \"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 switchable graphic card is pretty sweet when you want gaming on the laptop.",
        "output": "[\"switchable graphic card\", \"positive\"] \n[\"gaming\", \"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 would like at least a 4 hr. battery life.",
        "output": "[\"battery life\", \"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": "Looking online, many people are having the same problem.",
        "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": "It has good speed and plenty of hard drive space.",
        "output": "[\"speed\", \"positive\"] \n[\"hard drive space\", \"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 driver updates don't fix the issue, very frustrating.",
        "output": "[\"driver updates\", \"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": "Dell wanted to charge us for everything everytime I called them with a problem.",
        "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 HAS BEEN NOTHING BUT A HEADACHE SINCE WE PURCHASED 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": "Im glad that it has such great features in it.",
        "output": "[\"features\", \"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": "it's just a great toy to have around.",
        "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": "When this happened I would have to completely power off my computer and restart 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 always have used a tower home PC and jumped to the laptop and have been very satisfied with its performance.",
        "output": "[\"performance\", \"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 asked how they would determine that since there are no scratches, dents or other signs of damage and was told that was the only way this type of damage could happen.",
        "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 had finally reached my limit and broke down.",
        "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": "and dell and best buy both refused to take it back after i only had it for 1 hour....",
        "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 burned my leg, after lifting it from my desk, and for less than 5 second putting it on my lap to clean my coffee table, so I can place it there.",
        "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": "and its really cheap and you wont regret buying 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": "It was over rated!",
        "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 dont understand how anyone can think this is a great product worth purchasing.",
        "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 sister has the same Mac as me and she is in a band and uses GarageBand to record and edit.",
        "output": "[\"GarageBand\", \"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": "and looks very sexyy:D really the mac book pro is the best laptop specially for students in college if you are not caring about price.",
        "output": "[\"price\", \"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": "They definitely have a superior product!",
        "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 is a great laptop and I would recommend it to anyone.",
        "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": "It is very user friendly and not hard to figure out at all.",
        "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": "They are wonderful, but very dangerous when it comes to emitting heat.",
        "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": "Came fully loaded -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": "It super shiny, so you can see the fingerprints easily.",
        "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": "It's a great prodcut to handle basic computing needs.",
        "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 laptop was really good and it goes really fast just the way i thought it would of run.",
        "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": "It doesnt work worth a damn.",
        "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": "It was definelty a smart move.",
        "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": "Overall though, for the money spent it's a great deal.",
        "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 little pricey but it is well, well worth 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": "It is meant to be PORTABLE.",
        "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 totally satisfied with my little toshie!",
        "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": "Also, the extended warranty was a problem.",
        "output": "[\"extended warranty\", \"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 opinion of Sony has been dropping as fast as the stock market, given their horrible support, but this machine just caused another plunge.",
        "output": "[\"support\", \"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": "I waited and waited and no laptop.",
        "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": "Everything is falling apart internally and externally.",
        "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 also liked the glass screen.",
        "output": "[\"glass screen\", \"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": "When I called Toshiba, they would not do anything and even tried to charge me $35 for the phone call, even though they didn't offer any technical support.",
        "output": "[\"technical support\", \"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": "I can actually get work done with this MAC, and not fight with it like my tired old PC laptop.",
        "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 you're not wanting to be mobile, this is a good laptop to sit on a desk.",
        "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 also travel with it and it never gives me any problems.",
        "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": "(Beware, their staff could send you back making you feel that only they know what a computer is.",
        "output": "[\"staff\", \"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": "Other Thoughts: Do not purchase this product.",
        "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 computer was delivered as promised.",
        "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 only thing that I don't like about my mac is that sometimes there are programs that I want to be able to run and I am not able to.",
        "output": "[\"programs\", \"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": "Wireless has not been a issue for me, like some others have meantioned.",
        "output": "[\"Wireless\", \"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": "MacBook Notebooks quickly die out because of their short battery life, as well as the many background programs that run without the user's knowlede.",
        "output": "[\"battery life\", \"negative\"] \n[\"background programs\", \"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": "All for such a great price.",
        "output": "[\"price\", \"positive\"]"
    }
]