Akash092003 commited on
Commit
355f391
1 Parent(s): 1244786

Upload 6 files

Browse files
laptops/test.json ADDED
The diff for this file is too large to render. See raw diff
 
laptops/train.json ADDED
The diff for this file is too large to render. See raw diff
 
laptops/trial.json ADDED
@@ -0,0 +1,502 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "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 \"[]\".",
4
+ "input": "I liked the aluminum body.",
5
+ "output": "[\"aluminum body\", \"positive\"]"
6
+ },
7
+ {
8
+ "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 \"[]\".",
9
+ "input": "Lightweight and the screen is beautiful!",
10
+ "output": "[\"screen\", \"positive\"]"
11
+ },
12
+ {
13
+ "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 \"[]\".",
14
+ "input": "Buy it, love it, and I promise you won't regret it.",
15
+ "output": "[]"
16
+ },
17
+ {
18
+ "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 \"[]\".",
19
+ "input": "From the build quality to the performance, everything about it has been sub-par from what I would have expected from Apple.",
20
+ "output": "[\"build quality\", \"negative\"] \n[\"performance\", \"negative\"]"
21
+ },
22
+ {
23
+ "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 \"[]\".",
24
+ "input": "pretty much everything else about the computer is good it just stops working out of no were.",
25
+ "output": "[]"
26
+ },
27
+ {
28
+ "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 \"[]\".",
29
+ "input": "Originally bought it for my wife.",
30
+ "output": "[]"
31
+ },
32
+ {
33
+ "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 \"[]\".",
34
+ "input": "It was truly a great computer costing less than one thousand bucks before tax.",
35
+ "output": "[\"costing\", \"positive\"]"
36
+ },
37
+ {
38
+ "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 \"[]\".",
39
+ "input": "I bought this laptop on Saturday and am completely in love with it!",
40
+ "output": "[]"
41
+ },
42
+ {
43
+ "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 \"[]\".",
44
+ "input": "If you don't like fingerprints, this might not be the laptop for you.",
45
+ "output": "[]"
46
+ },
47
+ {
48
+ "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 \"[]\".",
49
+ "input": "Boots up fast and runs great!",
50
+ "output": "[\"Boots up\", \"positive\"] \n[\"runs\", \"positive\"]"
51
+ },
52
+ {
53
+ "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 \"[]\".",
54
+ "input": "Call tech support, standard email the form and fax it back in to us.",
55
+ "output": "[\"tech support\", \"neutral\"]"
56
+ },
57
+ {
58
+ "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 \"[]\".",
59
+ "input": "I did contact HP and share how unhappy I am.",
60
+ "output": "[]"
61
+ },
62
+ {
63
+ "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 \"[]\".",
64
+ "input": "This is my second MacBook.",
65
+ "output": "[]"
66
+ },
67
+ {
68
+ "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 \"[]\".",
69
+ "input": "The service I received from Toshiba went above and beyond the call of duty.",
70
+ "output": "[\"service\", \"positive\"]"
71
+ },
72
+ {
73
+ "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 \"[]\".",
74
+ "input": "I would recommend it just because of the internet speed probably because thats the only thing i really care about.",
75
+ "output": "[\"internet speed\", \"positive\"]"
76
+ },
77
+ {
78
+ "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 \"[]\".",
79
+ "input": "This is my 3rd Apple Laptop and first MacBook Pro.",
80
+ "output": "[]"
81
+ },
82
+ {
83
+ "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 \"[]\".",
84
+ "input": "I have had this laptop for a few months now and i would say im pretty satisfied.",
85
+ "output": "[]"
86
+ },
87
+ {
88
+ "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 \"[]\".",
89
+ "input": "The love part of my relationship with this laptop doesn't take very long.",
90
+ "output": "[]"
91
+ },
92
+ {
93
+ "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 \"[]\".",
94
+ "input": "The screen shows great colors.",
95
+ "output": "[\"screen\", \"positive\"]"
96
+ },
97
+ {
98
+ "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 \"[]\".",
99
+ "input": "Dells are ok, HPs aren't that good, but Macs or Fantastic.",
100
+ "output": "[]"
101
+ },
102
+ {
103
+ "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 \"[]\".",
104
+ "input": "The battery life has not decreased since I bought it, so i'm thrilled with that.",
105
+ "output": "[\"battery life\", \"positive\"]"
106
+ },
107
+ {
108
+ "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 \"[]\".",
109
+ "input": "The price and features more than met my needs.",
110
+ "output": "[\"price\", \"positive\"] \n[\"features\", \"positive\"]"
111
+ },
112
+ {
113
+ "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 \"[]\".",
114
+ "input": "the mouse buttons are hard to push.",
115
+ "output": "[\"mouse buttons\", \"negative\"]"
116
+ },
117
+ {
118
+ "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 \"[]\".",
119
+ "input": "Just don't waste your time and money on this.",
120
+ "output": "[]"
121
+ },
122
+ {
123
+ "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 \"[]\".",
124
+ "input": "And I'm still paying the bloody financing, for a product which didn't last me at least three years!",
125
+ "output": "[]"
126
+ },
127
+ {
128
+ "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 \"[]\".",
129
+ "input": "Bought it to use mostly for oline classes.",
130
+ "output": "[]"
131
+ },
132
+ {
133
+ "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 \"[]\".",
134
+ "input": "I purchased an HP right after my high school graduation.",
135
+ "output": "[]"
136
+ },
137
+ {
138
+ "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 \"[]\".",
139
+ "input": "Me and my boyfriend bought the Gateway NV78 in nov of 09.",
140
+ "output": "[]"
141
+ },
142
+ {
143
+ "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 \"[]\".",
144
+ "input": "This is the complete opposite to an ergonomic design.",
145
+ "output": "[\"design\", \"negative\"]"
146
+ },
147
+ {
148
+ "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 \"[]\".",
149
+ "input": "The technical service for dell is so 3rd world it might as well not even bother.",
150
+ "output": "[\"technical service\", \"negative\"]"
151
+ },
152
+ {
153
+ "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 \"[]\".",
154
+ "input": "The built in camera is very useful when chatting with other techs in remote buildings on our campus.",
155
+ "output": "[\"built in camera\", \"positive\"]"
156
+ },
157
+ {
158
+ "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 \"[]\".",
159
+ "input": "Not super fancy, but not super expensive either.",
160
+ "output": "[]"
161
+ },
162
+ {
163
+ "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 \"[]\".",
164
+ "input": "Keyboard good sized and wasy to use.",
165
+ "output": "[\"Keyboard\", \"positive\"]"
166
+ },
167
+ {
168
+ "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 \"[]\".",
169
+ "input": "Great wifi too.",
170
+ "output": "[\"wifi\", \"positive\"]"
171
+ },
172
+ {
173
+ "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 \"[]\".",
174
+ "input": "The Dell mini was the first Dell product that I had ever purchased.",
175
+ "output": "[]"
176
+ },
177
+ {
178
+ "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 \"[]\".",
179
+ "input": "My Mac has gone from being a trusted friend to an adversary.",
180
+ "output": "[]"
181
+ },
182
+ {
183
+ "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 \"[]\".",
184
+ "input": "I have been a mac user since the mid 90s.",
185
+ "output": "[]"
186
+ },
187
+ {
188
+ "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 \"[]\".",
189
+ "input": "My HP is very heavy.",
190
+ "output": "[]"
191
+ },
192
+ {
193
+ "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 \"[]\".",
194
+ "input": "big mistake!",
195
+ "output": "[]"
196
+ },
197
+ {
198
+ "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 \"[]\".",
199
+ "input": "Best Buy was great as always and accepted the return and gave me another model 1764.",
200
+ "output": "[]"
201
+ },
202
+ {
203
+ "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 \"[]\".",
204
+ "input": "I would buy this lap top over and over again!",
205
+ "output": "[]"
206
+ },
207
+ {
208
+ "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 \"[]\".",
209
+ "input": "Games being the main issue.",
210
+ "output": "[\"Games\", \"negative\"]"
211
+ },
212
+ {
213
+ "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 \"[]\".",
214
+ "input": "My previous purchases were with Dell and HP.",
215
+ "output": "[]"
216
+ },
217
+ {
218
+ "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 \"[]\".",
219
+ "input": "The price is another driving influence that made me purchase this laptop.",
220
+ "output": "[\"price\", \"positive\"]"
221
+ },
222
+ {
223
+ "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 \"[]\".",
224
+ "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.",
225
+ "output": "[\"price tag\", \"negative\"] \n[\"software\", \"positive\"] \n[\"updates\", \"positive\"]"
226
+ },
227
+ {
228
+ "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 \"[]\".",
229
+ "input": "It's a great product for a great price!",
230
+ "output": "[\"price\", \"positive\"]"
231
+ },
232
+ {
233
+ "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 \"[]\".",
234
+ "input": "Excellent speed for processing data.",
235
+ "output": "[\"speed\", \"positive\"]"
236
+ },
237
+ {
238
+ "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 \"[]\".",
239
+ "input": "All in all, I'm incredibly dissatisfied with this laptop, and with HP as a whole.",
240
+ "output": "[]"
241
+ },
242
+ {
243
+ "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 \"[]\".",
244
+ "input": "In my opinion it was not as user friendly as I expected either.",
245
+ "output": "[]"
246
+ },
247
+ {
248
+ "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 \"[]\".",
249
+ "input": "The Macbook arrived in a nice twin packing and sealed in the box, all the functions works great.",
250
+ "output": "[\"twin packing\", \"positive\"] \n[\"functions\", \"positive\"]"
251
+ },
252
+ {
253
+ "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 \"[]\".",
254
+ "input": "The switchable graphic card is pretty sweet when you want gaming on the laptop.",
255
+ "output": "[\"switchable graphic card\", \"positive\"] \n[\"gaming\", \"neutral\"]"
256
+ },
257
+ {
258
+ "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 \"[]\".",
259
+ "input": "I would like at least a 4 hr. battery life.",
260
+ "output": "[\"battery life\", \"neutral\"]"
261
+ },
262
+ {
263
+ "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 \"[]\".",
264
+ "input": "Looking online, many people are having the same problem.",
265
+ "output": "[]"
266
+ },
267
+ {
268
+ "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 \"[]\".",
269
+ "input": "It has good speed and plenty of hard drive space.",
270
+ "output": "[\"speed\", \"positive\"] \n[\"hard drive space\", \"positive\"]"
271
+ },
272
+ {
273
+ "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 \"[]\".",
274
+ "input": "The driver updates don't fix the issue, very frustrating.",
275
+ "output": "[\"driver updates\", \"negative\"]"
276
+ },
277
+ {
278
+ "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 \"[]\".",
279
+ "input": "Dell wanted to charge us for everything everytime I called them with a problem.",
280
+ "output": "[]"
281
+ },
282
+ {
283
+ "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 \"[]\".",
284
+ "input": "THIS HAS BEEN NOTHING BUT A HEADACHE SINCE WE PURCHASED IT.",
285
+ "output": "[]"
286
+ },
287
+ {
288
+ "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 \"[]\".",
289
+ "input": "Im glad that it has such great features in it.",
290
+ "output": "[\"features\", \"positive\"]"
291
+ },
292
+ {
293
+ "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 \"[]\".",
294
+ "input": "it's just a great toy to have around.",
295
+ "output": "[]"
296
+ },
297
+ {
298
+ "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 \"[]\".",
299
+ "input": "When this happened I would have to completely power off my computer and restart it.",
300
+ "output": "[]"
301
+ },
302
+ {
303
+ "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 \"[]\".",
304
+ "input": "I always have used a tower home PC and jumped to the laptop and have been very satisfied with its performance.",
305
+ "output": "[\"performance\", \"positive\"]"
306
+ },
307
+ {
308
+ "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 \"[]\".",
309
+ "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.",
310
+ "output": "[]"
311
+ },
312
+ {
313
+ "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 \"[]\".",
314
+ "input": "I had finally reached my limit and broke down.",
315
+ "output": "[]"
316
+ },
317
+ {
318
+ "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 \"[]\".",
319
+ "input": "and dell and best buy both refused to take it back after i only had it for 1 hour....",
320
+ "output": "[]"
321
+ },
322
+ {
323
+ "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 \"[]\".",
324
+ "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.",
325
+ "output": "[]"
326
+ },
327
+ {
328
+ "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 \"[]\".",
329
+ "input": "and its really cheap and you wont regret buying it.",
330
+ "output": "[]"
331
+ },
332
+ {
333
+ "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 \"[]\".",
334
+ "input": "It was over rated!",
335
+ "output": "[]"
336
+ },
337
+ {
338
+ "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 \"[]\".",
339
+ "input": "I dont understand how anyone can think this is a great product worth purchasing.",
340
+ "output": "[]"
341
+ },
342
+ {
343
+ "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 \"[]\".",
344
+ "input": "My sister has the same Mac as me and she is in a band and uses GarageBand to record and edit.",
345
+ "output": "[\"GarageBand\", \"neutral\"]"
346
+ },
347
+ {
348
+ "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 \"[]\".",
349
+ "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.",
350
+ "output": "[\"price\", \"negative\"]"
351
+ },
352
+ {
353
+ "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 \"[]\".",
354
+ "input": "They definitely have a superior product!",
355
+ "output": "[]"
356
+ },
357
+ {
358
+ "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 \"[]\".",
359
+ "input": "This is a great laptop and I would recommend it to anyone.",
360
+ "output": "[]"
361
+ },
362
+ {
363
+ "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 \"[]\".",
364
+ "input": "It is very user friendly and not hard to figure out at all.",
365
+ "output": "[]"
366
+ },
367
+ {
368
+ "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 \"[]\".",
369
+ "input": "They are wonderful, but very dangerous when it comes to emitting heat.",
370
+ "output": "[]"
371
+ },
372
+ {
373
+ "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 \"[]\".",
374
+ "input": "Came fully loaded -good.",
375
+ "output": "[]"
376
+ },
377
+ {
378
+ "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 \"[]\".",
379
+ "input": "It super shiny, so you can see the fingerprints easily.",
380
+ "output": "[]"
381
+ },
382
+ {
383
+ "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 \"[]\".",
384
+ "input": "It's a great prodcut to handle basic computing needs.",
385
+ "output": "[]"
386
+ },
387
+ {
388
+ "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 \"[]\".",
389
+ "input": "the laptop was really good and it goes really fast just the way i thought it would of run.",
390
+ "output": "[]"
391
+ },
392
+ {
393
+ "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 \"[]\".",
394
+ "input": "It doesnt work worth a damn.",
395
+ "output": "[]"
396
+ },
397
+ {
398
+ "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 \"[]\".",
399
+ "input": "It was definelty a smart move.",
400
+ "output": "[]"
401
+ },
402
+ {
403
+ "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 \"[]\".",
404
+ "input": "Overall though, for the money spent it's a great deal.",
405
+ "output": "[]"
406
+ },
407
+ {
408
+ "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 \"[]\".",
409
+ "input": "A little pricey but it is well, well worth it.",
410
+ "output": "[]"
411
+ },
412
+ {
413
+ "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 \"[]\".",
414
+ "input": "It is meant to be PORTABLE.",
415
+ "output": "[]"
416
+ },
417
+ {
418
+ "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 \"[]\".",
419
+ "input": "I am totally satisfied with my little toshie!",
420
+ "output": "[]"
421
+ },
422
+ {
423
+ "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 \"[]\".",
424
+ "input": "Also, the extended warranty was a problem.",
425
+ "output": "[\"extended warranty\", \"negative\"]"
426
+ },
427
+ {
428
+ "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 \"[]\".",
429
+ "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.",
430
+ "output": "[\"support\", \"negative\"]"
431
+ },
432
+ {
433
+ "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 \"[]\".",
434
+ "input": "I waited and waited and no laptop.",
435
+ "output": "[]"
436
+ },
437
+ {
438
+ "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 \"[]\".",
439
+ "input": "Everything is falling apart internally and externally.",
440
+ "output": "[]"
441
+ },
442
+ {
443
+ "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 \"[]\".",
444
+ "input": "I also liked the glass screen.",
445
+ "output": "[\"glass screen\", \"positive\"]"
446
+ },
447
+ {
448
+ "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 \"[]\".",
449
+ "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.",
450
+ "output": "[\"technical support\", \"negative\"]"
451
+ },
452
+ {
453
+ "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 \"[]\".",
454
+ "input": "I can actually get work done with this MAC, and not fight with it like my tired old PC laptop.",
455
+ "output": "[]"
456
+ },
457
+ {
458
+ "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 \"[]\".",
459
+ "input": "If you're not wanting to be mobile, this is a good laptop to sit on a desk.",
460
+ "output": "[]"
461
+ },
462
+ {
463
+ "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 \"[]\".",
464
+ "input": "I also travel with it and it never gives me any problems.",
465
+ "output": "[]"
466
+ },
467
+ {
468
+ "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 \"[]\".",
469
+ "input": "(Beware, their staff could send you back making you feel that only they know what a computer is.",
470
+ "output": "[\"staff\", \"negative\"]"
471
+ },
472
+ {
473
+ "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 \"[]\".",
474
+ "input": "Other Thoughts: Do not purchase this product.",
475
+ "output": "[]"
476
+ },
477
+ {
478
+ "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 \"[]\".",
479
+ "input": "The computer was delivered as promised.",
480
+ "output": "[]"
481
+ },
482
+ {
483
+ "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 \"[]\".",
484
+ "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.",
485
+ "output": "[\"programs\", \"negative\"]"
486
+ },
487
+ {
488
+ "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 \"[]\".",
489
+ "input": "Wireless has not been a issue for me, like some others have meantioned.",
490
+ "output": "[\"Wireless\", \"positive\"]"
491
+ },
492
+ {
493
+ "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 \"[]\".",
494
+ "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.",
495
+ "output": "[\"battery life\", \"negative\"] \n[\"background programs\", \"negative\"]"
496
+ },
497
+ {
498
+ "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 \"[]\".",
499
+ "input": "All for such a great price.",
500
+ "output": "[\"price\", \"positive\"]"
501
+ }
502
+ ]
restaurants/test.json ADDED
The diff for this file is too large to render. See raw diff
 
restaurants/train.json ADDED
The diff for this file is too large to render. See raw diff
 
restaurants/trial.json ADDED
@@ -0,0 +1,502 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "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 \"[]\".",
4
+ "input": "All the appetizers and salads were fabulous, the steak was mouth watering and the pasta was delicious!!!",
5
+ "output": "[\"appetizers\", \"positive\"] \n[\"salads\", \"positive\"] \n[\"steak\", \"positive\"] \n[\"pasta\", \"positive\"]"
6
+ },
7
+ {
8
+ "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 \"[]\".",
9
+ "input": "And really large portions.",
10
+ "output": "[\"portions\", \"positive\"]"
11
+ },
12
+ {
13
+ "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 \"[]\".",
14
+ "input": "Go inside and you won't want to leave.",
15
+ "output": "[]"
16
+ },
17
+ {
18
+ "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 \"[]\".",
19
+ "input": "Save yourself the time and trouble and skip this one!",
20
+ "output": "[]"
21
+ },
22
+ {
23
+ "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 \"[]\".",
24
+ "input": "The sweet lassi was excellent as was the lamb chettinad and the garlic naan but the rasamalai was forgettable.",
25
+ "output": "[\"sweet lassi\", \"positive\"] \n[\"lamb chettinad\", \"positive\"] \n[\"garlic naan\", \"positive\"] \n[\"rasamalai\", \"negative\"]"
26
+ },
27
+ {
28
+ "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 \"[]\".",
29
+ "input": "Service was quick.",
30
+ "output": "[\"Service\", \"positive\"]"
31
+ },
32
+ {
33
+ "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 \"[]\".",
34
+ "input": "Oh, don't even let me start with how expensive the bills were!",
35
+ "output": "[\"bills\", \"negative\"]"
36
+ },
37
+ {
38
+ "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 \"[]\".",
39
+ "input": "Service is top notch.",
40
+ "output": "[\"Service\", \"positive\"]"
41
+ },
42
+ {
43
+ "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 \"[]\".",
44
+ "input": "The best thing I tasted were the lambc hops.",
45
+ "output": "[\"lambc hops\", \"positive\"]"
46
+ },
47
+ {
48
+ "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 \"[]\".",
49
+ "input": "Overall I would recommend it and go back again.",
50
+ "output": "[]"
51
+ },
52
+ {
53
+ "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 \"[]\".",
54
+ "input": "I've been here a couple of times and have not been impressed.",
55
+ "output": "[]"
56
+ },
57
+ {
58
+ "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 \"[]\".",
59
+ "input": "Even though its good seafood, the prices are too high.",
60
+ "output": "[\"seafood\", \"positive\"] \n[\"prices\", \"negative\"]"
61
+ },
62
+ {
63
+ "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 \"[]\".",
64
+ "input": "In addition, the food is very good and the prices are reasonable.",
65
+ "output": "[\"food\", \"positive\"] \n[\"prices\", \"positive\"]"
66
+ },
67
+ {
68
+ "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 \"[]\".",
69
+ "input": "The food is great and authentic.",
70
+ "output": "[\"food\", \"positive\"]"
71
+ },
72
+ {
73
+ "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 \"[]\".",
74
+ "input": "I was at Rao's last Wed.",
75
+ "output": "[]"
76
+ },
77
+ {
78
+ "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 \"[]\".",
79
+ "input": "I recommend the garlic shrimp, okra (bindi), and anything with lamb.",
80
+ "output": "[\"garlic shrimp\", \"positive\"] \n[\"okra (bindi)\", \"positive\"] \n[\"lamb\", \"positive\"]"
81
+ },
82
+ {
83
+ "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 \"[]\".",
84
+ "input": "The menu was impressive with selections ranging from a burger, to steak, to escargot.",
85
+ "output": "[\"menu\", \"positive\"] \n[\"burger\", \"neutral\"] \n[\"steak\", \"neutral\"] \n[\"escargot\", \"neutral\"]"
86
+ },
87
+ {
88
+ "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 \"[]\".",
89
+ "input": "very good breads as well.",
90
+ "output": "[\"breads\", \"positive\"]"
91
+ },
92
+ {
93
+ "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 \"[]\".",
94
+ "input": "Anyway, the food is good, the price is right and they have a decent wine list.",
95
+ "output": "[\"food\", \"positive\"] \n[\"price\", \"positive\"] \n[\"wine list\", \"positive\"]"
96
+ },
97
+ {
98
+ "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 \"[]\".",
99
+ "input": "The food was lousy -too sweet or too salty and the portions tiny.",
100
+ "output": "[\"food\", \"negative\"] \n[\"portions\", \"negative\"]"
101
+ },
102
+ {
103
+ "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 \"[]\".",
104
+ "input": "But the coconut rice was good.",
105
+ "output": "[\"coconut rice\", \"positive\"]"
106
+ },
107
+ {
108
+ "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 \"[]\".",
109
+ "input": "And the Tom Kha soup was pathetic.",
110
+ "output": "[\"Tom Kha soup\", \"negative\"]"
111
+ },
112
+ {
113
+ "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 \"[]\".",
114
+ "input": "The food now is inconsistent.",
115
+ "output": "[\"food\", \"negative\"]"
116
+ },
117
+ {
118
+ "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 \"[]\".",
119
+ "input": "Try the crunchy tuna, it is to die for.",
120
+ "output": "[\"crunchy tuna\", \"positive\"]"
121
+ },
122
+ {
123
+ "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 \"[]\".",
124
+ "input": "Reasonable prices.",
125
+ "output": "[\"prices\", \"positive\"]"
126
+ },
127
+ {
128
+ "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 \"[]\".",
129
+ "input": "Everything at Sala Thai is tasty and well-portioned.",
130
+ "output": "[]"
131
+ },
132
+ {
133
+ "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 \"[]\".",
134
+ "input": "Add to that great service and great food at a reasonable price and you have yourself the beginning of a great evening.",
135
+ "output": "[\"service\", \"positive\"] \n[\"food\", \"positive\"] \n[\"price\", \"positive\"]"
136
+ },
137
+ {
138
+ "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 \"[]\".",
139
+ "input": "Unfortunately, the food was NOT something to get worked up about.",
140
+ "output": "[\"food\", \"negative\"]"
141
+ },
142
+ {
143
+ "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 \"[]\".",
144
+ "input": "The food is great and reasonably priced.",
145
+ "output": "[\"food\", \"positive\"] \n[\"priced\", \"positive\"]"
146
+ },
147
+ {
148
+ "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 \"[]\".",
149
+ "input": "I got enough reasons to keep coming back!!!",
150
+ "output": "[]"
151
+ },
152
+ {
153
+ "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 \"[]\".",
154
+ "input": "Their calzones are horrific, bad, vomit-inducing, YUCK.",
155
+ "output": "[\"calzones\", \"negative\"]"
156
+ },
157
+ {
158
+ "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 \"[]\".",
159
+ "input": "A few tips: skip the turnip cake, roast pork buns and egg custards.",
160
+ "output": "[\"turnip cake\", \"negative\"] \n[\"roast pork buns\", \"negative\"] \n[\"egg custards\", \"negative\"]"
161
+ },
162
+ {
163
+ "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 \"[]\".",
164
+ "input": "The bagels are fabulous.",
165
+ "output": "[\"bagels\", \"positive\"]"
166
+ },
167
+ {
168
+ "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 \"[]\".",
169
+ "input": "I never had anything I didn't like here.",
170
+ "output": "[]"
171
+ },
172
+ {
173
+ "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 \"[]\".",
174
+ "input": "I definitely wouldn't go back.",
175
+ "output": "[]"
176
+ },
177
+ {
178
+ "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 \"[]\".",
179
+ "input": "While the ambiance and atmosphere were great, the food and service could have been a lot better.",
180
+ "output": "[\"ambiance\", \"positive\"] \n[\"atmosphere\", \"positive\"] \n[\"food\", \"negative\"] \n[\"service\", \"negative\"]"
181
+ },
182
+ {
183
+ "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 \"[]\".",
184
+ "input": "Our waitress was sweet and accomodating, not overbearing.",
185
+ "output": "[\"waitress\", \"positive\"]"
186
+ },
187
+ {
188
+ "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 \"[]\".",
189
+ "input": "I have tried literally every restaurant on curry row.",
190
+ "output": "[]"
191
+ },
192
+ {
193
+ "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 \"[]\".",
194
+ "input": "My goodness, everything from the fish to the rice to the seaweed was absolutely amazing.",
195
+ "output": "[\"fish\", \"positive\"] \n[\"rice\", \"positive\"] \n[\"seaweed\", \"positive\"]"
196
+ },
197
+ {
198
+ "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 \"[]\".",
199
+ "input": "I went to this restaurant with a woman that I met recently.",
200
+ "output": "[]"
201
+ },
202
+ {
203
+ "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 \"[]\".",
204
+ "input": "Good spreads, great beverage selections and bagels really tasty.",
205
+ "output": "[\"spreads\", \"positive\"] \n[\"beverage selections\", \"positive\"] \n[\"bagels\", \"positive\"]"
206
+ },
207
+ {
208
+ "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 \"[]\".",
209
+ "input": "The food options rule.",
210
+ "output": "[\"food options\", \"positive\"]"
211
+ },
212
+ {
213
+ "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 \"[]\".",
214
+ "input": "Consistently good Japanese Tapas.",
215
+ "output": "[\"Japanese Tapas\", \"positive\"]"
216
+ },
217
+ {
218
+ "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 \"[]\".",
219
+ "input": "I went to Ruby Foo's after work with a group of 6.",
220
+ "output": "[]"
221
+ },
222
+ {
223
+ "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 \"[]\".",
224
+ "input": "The sushi was awful!",
225
+ "output": "[\"sushi\", \"negative\"]"
226
+ },
227
+ {
228
+ "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 \"[]\".",
229
+ "input": "My boyfriend and I went there to celebrate my birthday the other night and all I can say is that it was magnificent.",
230
+ "output": "[]"
231
+ },
232
+ {
233
+ "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 \"[]\".",
234
+ "input": "Now it's so crowded and loud you can't even talk to the person next to you.",
235
+ "output": "[]"
236
+ },
237
+ {
238
+ "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 \"[]\".",
239
+ "input": "Go, go, hurry, before everyone finds out about it.",
240
+ "output": "[]"
241
+ },
242
+ {
243
+ "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 \"[]\".",
244
+ "input": "I've been many time and have never been disappointed.",
245
+ "output": "[]"
246
+ },
247
+ {
248
+ "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 \"[]\".",
249
+ "input": "The food was great.",
250
+ "output": "[\"food\", \"positive\"]"
251
+ },
252
+ {
253
+ "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 \"[]\".",
254
+ "input": "Don't leave without trying One Night in Tokyo.",
255
+ "output": "[]"
256
+ },
257
+ {
258
+ "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 \"[]\".",
259
+ "input": "I would go back tho.",
260
+ "output": "[]"
261
+ },
262
+ {
263
+ "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 \"[]\".",
264
+ "input": "Definately check it out!!!",
265
+ "output": "[]"
266
+ },
267
+ {
268
+ "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 \"[]\".",
269
+ "input": "You cannot go wrong with this place.",
270
+ "output": "[]"
271
+ },
272
+ {
273
+ "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 \"[]\".",
274
+ "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.",
275
+ "output": "[]"
276
+ },
277
+ {
278
+ "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 \"[]\".",
279
+ "input": "I loving bringing friends here -and I do so every chance I get.",
280
+ "output": "[]"
281
+ },
282
+ {
283
+ "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 \"[]\".",
284
+ "input": "With the theater 2 blocks away we had a delicious meal in a beautiful room.",
285
+ "output": "[\"meal\", \"positive\"] \n[\"room\", \"positive\"]"
286
+ },
287
+ {
288
+ "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 \"[]\".",
289
+ "input": "Even my Indian friend couldn't believe how good and tasty everything was.",
290
+ "output": "[]"
291
+ },
292
+ {
293
+ "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 \"[]\".",
294
+ "input": "We were not dissappointed in the least bit by this little gem.",
295
+ "output": "[]"
296
+ },
297
+ {
298
+ "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 \"[]\".",
299
+ "input": "A pleasant surprise.",
300
+ "output": "[]"
301
+ },
302
+ {
303
+ "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 \"[]\".",
304
+ "input": "This was a repeat visit and we'll definitely be back again.",
305
+ "output": "[]"
306
+ },
307
+ {
308
+ "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 \"[]\".",
309
+ "input": "I love the fact that the pizza tastes so good and is so cheap.",
310
+ "output": "[\"pizza\", \"positive\"]"
311
+ },
312
+ {
313
+ "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 \"[]\".",
314
+ "input": "Service was prompt, friendly and great.",
315
+ "output": "[\"Service\", \"positive\"]"
316
+ },
317
+ {
318
+ "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 \"[]\".",
319
+ "input": "OU MUST TRY THIS RESTAURANT.",
320
+ "output": "[]"
321
+ },
322
+ {
323
+ "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 \"[]\".",
324
+ "input": "All pretty good.",
325
+ "output": "[]"
326
+ },
327
+ {
328
+ "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 \"[]\".",
329
+ "input": "Have eaten at Ginger House several times, and it's always good.",
330
+ "output": "[]"
331
+ },
332
+ {
333
+ "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 \"[]\".",
334
+ "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.",
335
+ "output": "[\"lamb chop\", \"positive\"] \n[\"salads\", \"positive\"]"
336
+ },
337
+ {
338
+ "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 \"[]\".",
339
+ "input": "Drawbacks: service is slow and they don't toast!",
340
+ "output": "[\"service\", \"negative\"]"
341
+ },
342
+ {
343
+ "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 \"[]\".",
344
+ "input": "It is by far my favorite restaurant in Brooklyn.",
345
+ "output": "[]"
346
+ },
347
+ {
348
+ "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 \"[]\".",
349
+ "input": "I've been to Joya twice and I will never go again.",
350
+ "output": "[]"
351
+ },
352
+ {
353
+ "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 \"[]\".",
354
+ "input": "A hearty two thumbs up!",
355
+ "output": "[]"
356
+ },
357
+ {
358
+ "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 \"[]\".",
359
+ "input": "Great find!!!",
360
+ "output": "[]"
361
+ },
362
+ {
363
+ "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 \"[]\".",
364
+ "input": "If only they delivered, they'd make a mint!",
365
+ "output": "[]"
366
+ },
367
+ {
368
+ "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 \"[]\".",
369
+ "input": "Was surprisingly disappointed.",
370
+ "output": "[]"
371
+ },
372
+ {
373
+ "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 \"[]\".",
374
+ "input": "The prices were fantastic.",
375
+ "output": "[\"prices\", \"positive\"]"
376
+ },
377
+ {
378
+ "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 \"[]\".",
379
+ "input": "I'm told that it is open 24hrs which is good.",
380
+ "output": "[]"
381
+ },
382
+ {
383
+ "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 \"[]\".",
384
+ "input": "What more could you want?",
385
+ "output": "[]"
386
+ },
387
+ {
388
+ "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 \"[]\".",
389
+ "input": "Excellent experience.",
390
+ "output": "[]"
391
+ },
392
+ {
393
+ "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 \"[]\".",
394
+ "input": "Definitely a neighborhood favorite.",
395
+ "output": "[]"
396
+ },
397
+ {
398
+ "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 \"[]\".",
399
+ "input": "The food is terrible and overall, I would have to say avoid at all costs.",
400
+ "output": "[\"food\", \"negative\"]"
401
+ },
402
+ {
403
+ "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 \"[]\".",
404
+ "input": "The food is prepared quickly and efficiently.",
405
+ "output": "[\"food\", \"positive\"]"
406
+ },
407
+ {
408
+ "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 \"[]\".",
409
+ "input": "The food is fresh, delicious, and reasonably priced.",
410
+ "output": "[\"food\", \"positive\"] \n[\"priced\", \"positive\"]"
411
+ },
412
+ {
413
+ "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 \"[]\".",
414
+ "input": "This is my favorite Italian restaurant in all of New York City.",
415
+ "output": "[]"
416
+ },
417
+ {
418
+ "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 \"[]\".",
419
+ "input": "Anyway, this is the last time I cross the williamsburg.",
420
+ "output": "[]"
421
+ },
422
+ {
423
+ "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 \"[]\".",
424
+ "input": "I am bringing my whole family back next time.",
425
+ "output": "[]"
426
+ },
427
+ {
428
+ "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 \"[]\".",
429
+ "input": "Love YUKA.",
430
+ "output": "[]"
431
+ },
432
+ {
433
+ "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 \"[]\".",
434
+ "input": "As we were leaving, the couple standing by the door said to another waiter, we're not in a hurry.",
435
+ "output": "[\"waiter\", \"neutral\"]"
436
+ },
437
+ {
438
+ "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 \"[]\".",
439
+ "input": "I have been coming to this neighborhood spot for years.",
440
+ "output": "[]"
441
+ },
442
+ {
443
+ "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 \"[]\".",
444
+ "input": "We will be back.",
445
+ "output": "[]"
446
+ },
447
+ {
448
+ "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 \"[]\".",
449
+ "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.",
450
+ "output": "[\"outdoor atmosphere\", \"positive\"]"
451
+ },
452
+ {
453
+ "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 \"[]\".",
454
+ "input": "A large is $20, and toppings are about $3 each.",
455
+ "output": "[\"toppings\", \"neutral\"]"
456
+ },
457
+ {
458
+ "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 \"[]\".",
459
+ "input": "The spicy tuna and salmon are the best we've ever had.",
460
+ "output": "[\"spicy tuna\", \"positive\"] \n[\"salmon\", \"positive\"]"
461
+ },
462
+ {
463
+ "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 \"[]\".",
464
+ "input": "A guaranteeed delight!",
465
+ "output": "[]"
466
+ },
467
+ {
468
+ "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 \"[]\".",
469
+ "input": "The food was very good, a great deal, and the place its self was great.",
470
+ "output": "[\"food\", \"positive\"] \n[\"place\", \"positive\"]"
471
+ },
472
+ {
473
+ "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 \"[]\".",
474
+ "input": "The food is usually good but it certainly isn't a relaxing place to go.",
475
+ "output": "[\"food\", \"positive\"] \n[\"place\", \"negative\"]"
476
+ },
477
+ {
478
+ "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 \"[]\".",
479
+ "input": "After dinner, take your date to the HUGE dance floor, probably one of the biggest you'll see in NY.",
480
+ "output": "[\"dinner\", \"neutral\"] \n[\"dance floor\", \"positive\"]"
481
+ },
482
+ {
483
+ "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 \"[]\".",
484
+ "input": "The server was really cool and served us our food and drinks with a smile.",
485
+ "output": "[\"server\", \"positive\"] \n[\"served\", \"positive\"] \n[\"food\", \"neutral\"] \n[\"drinks\", \"neutral\"]"
486
+ },
487
+ {
488
+ "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 \"[]\".",
489
+ "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).",
490
+ "output": "[\"dishes\", \"positive\"] \n[\"lamb sausages\", \"positive\"] \n[\"sardines with biscuits\", \"positive\"] \n[\"large whole shrimp\", \"positive\"] \n[\"pistachio ice cream\", \"positive\"]"
491
+ },
492
+ {
493
+ "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 \"[]\".",
494
+ "input": "Went there for an office lunch.",
495
+ "output": "[\"office lunch\", \"neutral\"]"
496
+ },
497
+ {
498
+ "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 \"[]\".",
499
+ "input": "We've only eaten in the restaurant once, but we have ordered many times for dinner.",
500
+ "output": "[\"dinner\", \"neutral\"]"
501
+ }
502
+ ]