task_type
stringclasses 1
value | dataset
stringclasses 1
value | input
list | output
stringlengths 28
294
| situation
stringclasses 1
value | label
stringclasses 1
value | extra
stringclasses 1
value | instruction
stringclasses 1
value |
---|---|---|---|---|---|---|---|
generation
|
aste-data-v2
|
[
"The food is very good for it 's price , better than most fried dumplings I 've had ."
] |
[['food', 'good', 'positive'], ['food', 'better', 'positive'], ['fried dumplings', 'better', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Obv caviar is top of the line but the rest of the menu is so diverse it gives you a chance to taste so manydifferent varietys ."
] |
[['Obv caviar', 'top of the line', 'positive'], ['menu', 'diverse', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I ate here a week ago and found most dishes average at best and too expensive ."
] |
[['dishes', 'average', 'negative'], ['dishes', 'too expensive', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Still , try it once , since if you end up loving the food , it could be one of your best dining experiences ."
] |
[['food', 'loving', 'neutral'], ['dining experiences', 'best', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Other guests enjoyed pizza , santa fe chopped salad and fish and chips ."
] |
[['pizza', 'enjoyed', 'positive'], ['santa fe chopped salad', 'enjoyed', 'positive'], ['fish and chips', 'enjoyed', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"not only does make the best pizza in NY , maybe anywhere ."
] |
[['pizza', 'best', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The spicy Tuna roll is huge and probably the best that I 've had at this price range ."
] |
[['Tuna roll', 'huge', 'positive'], ['price range', 'best', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Our waiter and all of the people helping him were attentive and genuine ."
] |
[['waiter', 'attentive', 'positive'], ['waiter', 'genuine', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The place is a BISTRO which means : simple dishes and wine served efficiently in a bustling atmosphere ."
] |
[['place', 'BISTRO', 'positive'], ['dishes', 'simple', 'positive'], ['wine', 'served efficiently', 'positive'], ['atmosphere', 'bustling', 'positive'], ['served', 'efficiently', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"This is one of the best comfort food places in the city ."
] |
[['comfort food', 'best', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I had a huge pastrami sandwich on a roll ."
] |
[['pastrami sandwich', 'huge', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Though you will undoubtedly be seated at a table with what seems like barely enough room ( no matter what the size of your party ) , the warm atomosphere is worth the cramped quarters- you 'll have fun and forgot about the tight spot you 're in ."
] |
[['table', 'enough', 'negative'], ['atomosphere', 'warm', 'positive'], ['room', 'enough', 'negative'], ['spot', 'tight', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The fish was not fresh and the rice tasted old and stale ."
] |
[['fish', 'not fresh', 'negative'], ['rice', 'old', 'negative'], ['rice', 'stale', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Besides , when you have bad service , that 's less money you have to tip ."
] |
[['service', 'bad', 'negative'], ['money', 'less', 'negative'], ['tip', 'bad', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The wine list is also really nice ."
] |
[['wine list', 'nice', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Service was devine , oysters where a sensual as they come , and the price ca n't be beat ! ! !"
] |
[['Service', 'devine', 'positive'], ['oysters', 'sensual', 'positive'], ['price', "ca n't be beat", 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Compared to Ess-a , Tal offers a less doughy bagel !"
] |
[['bagel', 'less doughy', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Ballato 's is consistently delicious authentic italian food ."
] |
[['italian food', 'delicious authentic', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The service was attentive , yet discreet ."
] |
[['service', 'attentive', 'positive'], ['service', 'discreet', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"They offer the same menu but have creative drinks that are loaded with alcohol and cheeky names -- but they do cost you ."
] |
[['menu', 'same', 'neutral'], ['drinks', 'creative', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"We went to eat at the Jekyll and Hyde restaurant on Friday night and really enjoyed the fun atmosphere and good food ."
] |
[['atmosphere', 'enjoyed', 'positive'], ['atmosphere', 'fun', 'positive'], ['food', 'enjoyed', 'positive'], ['food', 'good', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Unless you are eating in the Pizzeria side of this place , and are not in a rush , this place is a bad idea ."
] |
[['place', 'bad', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Ambiance is barely romantic but management tries ."
] |
[['Ambiance', 'barely romantic', 'negative'], ['management', 'tries', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I must warn the reader that the portions sizes are very small ( especially the appetizers ) , so if you plan to eat until you are full and do not intend to order the chef 's special tasting menu , prepare to order and pay for an appetizer ( 1 dish for each person because the portions are not for sharing ) , a main entree , and the cold udon at the end of the meal ."
] |
[['portions', 'small', 'negative'], ['appetizers', 'small', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"After we got our sashimi order , I could not believe how small the portions were !"
] |
[['sashimi', 'small', 'neutral'], ['portions', 'small', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Nothing better than buying a snapple for $ 3.25 too ."
] |
[['snapple', 'better', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The dosas are skimpy , unattractive and drip with grease , and personally I 'd drink popcorn topping before I 'd eat another one of these ."
] |
[['dosas', 'skimpy', 'negative'], ['dosas', 'unattractive', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The service was excellent and the food was delicious ."
] |
[['service', 'excellent', 'positive'], ['food', 'delicious', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"If I wanted to deal with a crappy scene and annoying customers I 'd go out in Manhattan ."
] |
[['scene', 'crappy', 'negative'], ['customers', 'annoying', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Until you realize that their five minutes is meaningless and your wait may be anywhere from two to twenty minutes it may be frustrating ."
] |
[['wait', 'frustrating', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Thalia is a beautiful restaurant with beautiful people serving you , but the food does n't quite match up ."
] |
[['people serving', 'beautiful', 'positive'], ['food', "does n't quite match up", 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The fillings may be unconventional but the dosa batter is definitely authentic and the combinations very tasty ."
] |
[['fillings', 'unconventional', 'neutral'], ['dosa batter', 'authentic', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"This is the perfect spot for meeting friends , having lunch , dinner , pre-theatre or after-theatre drinks !"
] |
[['spot', 'perfect', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The mussaman curry that I ordered was as thin as water and aside from the poorly fried tofu that I ordered in it , they graciously provided me with ONE piece of poorly cooked potato ."
] |
[['mussaman curry', 'thin', 'negative'], ['fried tofu', 'poorly', 'negative'], ['potato', 'poorly cooked', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Well , this place is so Ghetto its not even funny ."
] |
[['place', 'Ghetto', 'negative'], ['place', 'not even funny', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"We would like to thank Marcelo and Grace for a wonderful dining experience ! ! !"
] |
[['dining', 'wonderful', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Found service above average , but that could be because we were 13 of us ."
] |
[['service', 'above average', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Bagels are ok , but be sure not to make any special requests !"
] |
[['Bagels', 'ok', 'neutral']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"fine dining restaurant quality ."
] |
[['quality', 'fine', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Overall a disappointing experience for that price category ."
] |
[['price', 'disappointing', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The food was exceptional ."
] |
[['food', 'exceptional', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The portions are small but being that the food was so good makes up for that ."
] |
[['portions', 'small', 'negative'], ['food', 'good', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"( and I have eaten my share ) Which impresses me for having such a large amount of people to serve ."
] |
[['serve', 'impresses', 'positive'], ['serve', 'large', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Sure , the setting is nice ."
] |
[['setting', 'nice', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Slightly above average wines start at $ 70+ with only one selection listed at $ 30+ ."
] |
[['wines', 'above average', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Their whitefish salad is excellent -- all whitefish with a little mayo ."
] |
[['whitefish salad', 'excellent', 'positive'], ['whitefish', 'all', 'positive'], ['mayo', 'little', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The chicken parm was edible but had canned tomato sauce and boxed pasta and the chicken with portobello mushrooms consisted of dry , inedible chicken with terrible sauce ."
] |
[['chicken', 'edible', 'negative'], ['chicken', 'dry', 'negative'], ['tomato sauce', 'edible', 'negative'], ['pasta', 'edible', 'negative'], ['sauce', 'terrible', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I recommend this place to everyone who asks me where to go for a good meal ."
] |
[['meal', 'good', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The waitresses are nice -- also you can just get counter service sit ."
] |
[['waitresses', 'nice', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The only friendly staff member was the guy at the bar ."
] |
[['staff member', 'friendly', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"You can certainly find restaurants that offer a superior fine dining experience , but for superb food at reasonable prices , La Villa ca n't be beat ."
] |
[['food', 'superb', 'positive'], ['prices', 'reasonable', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I can not imagine a friendlier staff working in a restaurant ."
] |
[['staff', 'friendlier', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I do suggest to ask to be seated upstairs if you are looking to be a little cozy ."
] |
[['upstairs', 'cozy', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The red curry is weak and tasteless , the pad thai is stuck together and lumpy , the rice is often overcooked , and the seafood is pretty sketchy ."
] |
[['red curry', 'weak', 'negative'], ['red curry', 'tasteless', 'negative'], ['pad thai', 'stuck', 'negative'], ['pad thai', 'lumpy', 'negative'], ['rice', 'overcooked', 'negative'], ['seafood', 'sketchy', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The wine list is extensive and can easily hike up an otherwise reasonably priced meal ."
] |
[['wine list', 'extensive', 'positive'], ['meal', 'reasonably priced', 'positive'], ['priced', 'reasonably', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Saul is pretty good , but definitely not great ."
] |
[['Saul', 'good', 'neutral'], ['Saul', 'not great', 'neutral']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I would recommend Roxy 's for that , but not for their food ."
] |
[['food', 'recommend', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"It is nearly impossible to get a table , so if you ever have the chance to go here for dinner , DO NOT pass it up ."
] |
[['table', 'impossible', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Their pad penang is delicious and everything else is fantastic ."
] |
[['pad penang', 'delicious', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The puke green walls leave a lot to be desired , but the food is very good ."
] |
[['food', 'good', 'positive'], ['walls', 'desired', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The flavors are very fresh and pretty unobtrusive , nothing flashy ."
] |
[['flavors', 'fresh', 'positive'], ['flavors', 'unobtrusive', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I like Cafe Noir dont get me wrong , it is jsut that the people who work there are evil and incompetent ! !"
] |
[['people', 'evil', 'negative'], ['people', 'incompetent', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The hanger steak was like rubber and the tuna was flavorless not to mention it tasted like it had just been thawed ."
] |
[['hanger steak', 'rubber', 'negative'], ['tuna', 'flavorless', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Our son loves pizza and we have a certified Neapolitan pizzaria in our home city ( Seattle ) , we liked this nearly as much - and the differences were more about personal preference than any reflection on either restaurant ."
] |
[['pizza', 'loves', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"big and soft as well as good lunch food ."
] |
[['lunch food', 'big', 'positive'], ['lunch food', 'soft', 'positive'], ['lunch food', 'good', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"No food snobs allowed , this place is for people who appreciate good food ."
] |
[['food', 'good', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I liked the food at this quasi-thai restaurant ."
] |
[['food', 'liked', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"As for the bar , this is another bad idea ."
] |
[['bar', 'bad', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The barebecued salmon is elegantly spiced and not at all dry ."
] |
[['barebecued salmon', 'elegantly spiced', 'positive'], ['barebecued salmon', 'not at all dry', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The highly spiced chai tea was great too ."
] |
[['chai tea', 'highly spiced', 'positive'], ['chai tea', 'great', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Seriously , this is the best all you can eat in town- As everyone says , the Spicy Tuna hand rolls are the best- have 4 of these , and you 've broken even ."
] |
[['Spicy Tuna hand rolls', 'best', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"While Sapphire is certainly not lacking in ambiance , and probably has the best decor of any Indian restaurant I have been to in New York City , the food was not what I had hoped for ."
] |
[['food', 'best', 'negative'], ['ambiance', 'lacking', 'positive'], ['decor', 'best', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I would highly recommend this place to anyone looking for a casual atmosphere that whisks you away to the left bank of the river Seine ."
] |
[['atmosphere', 'casual', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"His wife Tanya , the hostess , completes the comforting atmosphere by being delightfully warm and gracious ."
] |
[['hostess', 'delightfully warm', 'positive'], ['hostess', 'gracious', 'positive'], ['atmosphere', 'comforting', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I have been a longtime fan of Holy Basil in the East Village , and while I do believe their food has slightly slipped in quality , I have been hesitant to be disloyal ."
] |
[['quality', 'slipped', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"But the best part about LS is the late night atmosphere , delightfully free of the BTs ."
] |
[['atmosphere', 'delightfully', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The staff there is very attentive and down to earth ."
] |
[['staff', 'attentive', 'positive'], ['staff', 'down to earth', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"You do n't go to Mizu for excellent service , you go for the large amounts of food , the amiable atmosphere , and the hole-in-the-wall feeling of the place ."
] |
[['service', 'excellent', 'negative'], ['food', 'large', 'positive'], ['atmosphere', 'amiable', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The service is decent even when this small place is packed ."
] |
[['service', 'decent', 'positive'], ['place', 'small', 'negative'], ['place', 'packed', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"This is the best sushi in new york city - hands down ."
] |
[['sushi', 'best', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Great value for the quality ingredients ."
] |
[['ingredients', 'quality', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The Thali was small , thoroughly unremarkable , and $ 14.95 ."
] |
[['Thali', 'small', 'negative'], ['Thali', 'unremarkable', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Truly the mark of an attentive waiter ."
] |
[['waiter', 'attentive', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The food here is rather good , but only if you like to wait for it ."
] |
[['food', 'good', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"I got an excellent piece of cheesecake and we had several other nice pastries ."
] |
[['cheesecake', 'excellent', 'positive'], ['pastries', 'nice', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The staff is very kind and well trained , they 're fast , they are always prompt to jump behind the bar and fix drinks , they know details of every item in the menu and make excellent recomendations ."
] |
[['staff', 'kind', 'positive'], ['staff', 'well trained', 'positive'], ['staff', 'fast', 'positive'], ['staff', 'prompt', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The food is inventive but still keeps traditional indian flavoring ."
] |
[['food', 'inventive', 'positive'], ['food', 'traditional', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The decor in this place is very diner-ish and the kind of place you expect in the East Village - not romantic , just simple , small and sparse ."
] |
[['decor', 'diner-ish', 'positive'], ['place', 'simple', 'positive'], ['place', 'small', 'positive'], ['place', 'sparse', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"This is a cute place and could be good but they need to get their act together ."
] |
[['place', 'cute', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The lox is always fresh too ."
] |
[['lox', 'fresh', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"So all I 'm trying to say is this restaurant is by far the best thai food restaurant I 've ever been to ."
] |
[['thai food', 'best', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Food was OK - fish was cooked well ."
] |
[['Food', 'OK', 'neutral'], ['fish', 'cooked well', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The duck confit is always amazing and the foie gras terrine with figs was out of this world ."
] |
[['foie gras terrine with figs', 'out of this world', 'positive'], ['duck confit', 'amazing', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The whole set up is truly unprofessional and I wish Cafe Noir would get some good staff , because despite the current one this is a great place ."
] |
[['staff', 'good', 'negative']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The staff offers impeccable service ."
] |
[['staff', 'impeccable', 'positive'], ['service', 'impeccable', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"We ended our great experience by having Gulab Jamun ( dessert ) recommended by the waiter ."
] |
[['Gulab Jamun ( dessert )', 'great', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The place is sleek , modern and playful and i will return again frequently ."
] |
[['place', 'sleek', 'positive'], ['place', 'modern', 'positive'], ['place', 'playful', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The brioche and lollies as party favors is a cute and sweet touch to a most memorable meal ."
] |
[['brioche and lollies', 'cute', 'positive'], ['brioche and lollies', 'sweet', 'positive'], ['meal', 'memorable', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"The service was attentive , yet unimposing , the food was far better than many notorious restaurants in Midtown and the wine list is extensive and well priced ."
] |
[['food', 'better', 'positive'], ['wine list', 'extensive', 'positive'], ['wine list', 'well priced', 'positive'], ['priced', 'well', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
||
generation
|
aste-data-v2
|
[
"Salads were fantastic ."
] |
[['Salads', 'fantastic', 'positive']]
|
none
|
Task: Extracting aspect terms ,their opinion words and their corresponding sentiment polarities. Input: A sentence. Output: A list of 3-tuples, where each tuple contains the extracted aspect term ,their opinion words and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It has so much more speed and the screen is very sharp ." Output: [['speed', 'much more', 'positive'], ['screen', 'sharp', 'positive']]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.