task_type
stringclasses 1
value | dataset
stringclasses 1
value | input
list | output
stringlengths 43
597
| situation
stringclasses 1
value | label
stringclasses 1
value | extra
stringclasses 1
value | instruction
stringclasses 1
value |
---|---|---|---|---|---|---|---|
generation
|
acos
|
[
"however , our main course was wonderful ."
] |
[['main course', 'food quality', 'positive', 'wonderful']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i had fish and my husband had the filet - both of which exceeded our expectations ."
] |
[['fish', 'food quality', 'positive', 'exceeded our expectations'], ['filet', 'food quality', 'positive', 'exceeded our expectations']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the dessert ( we had a pear torte ) was good - but , once again , the staff was unable to provide appropriate drink suggestions ."
] |
[['pear torte', 'food quality', 'positive', 'good'], ['staff', 'service general', 'negative', 'unable to provide']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"when we inquired about ports - the waitress listed off several but did not know taste variations or cost ."
] |
[['waitress', 'service general', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"all in all , i would return - as it was a beautiful restaurant - but i hope the staff pays more attention to the little details in the future ."
] |
[['restaurant', 'restaurant general', 'positive', 'beautiful'], ['restaurant', 'ambience general', 'positive', 'beautiful'], ['staff', 'service general', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"short and sweet – seating is great : it ' s romantic , cozy and private ."
] |
[['seating', 'ambience general', 'positive', 'short'], ['seating', 'ambience general', 'positive', 'sweet'], ['seating', 'ambience general', 'positive', 'great'], ['seating', 'ambience general', 'positive', 'romantic'], ['seating', 'ambience general', 'positive', 'cozy'], ['seating', 'ambience general', 'positive', 'private']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the boths are not as small as some of the reviews make them out to look they ' re perfect for 2 people ."
] |
[['boths', 'ambience general', 'positive', 'not as small'], ['boths', 'ambience general', 'positive', 'perfect']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the service was extremely fast and attentive ( thanks to the service button on your table ) but i barely understood 1 word when the waiter took our order ."
] |
[['service', 'service general', 'positive', 'fast'], ['service', 'service general', 'positive', 'attentive'], ['service button', 'service general', 'positive', 'thanks to'], ['waiter', 'service general', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"over all the looks of the place exceeds the actual meals ."
] |
[['looks', 'ambience general', 'positive', 'exceeds'], ['meals', 'food quality', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"so what you really end up paying for is the restaurant not the food ."
] |
[['restaurant', 'restaurant prices', 'negative', 'NULL'], ['restaurant', 'ambience general', 'neutral', 'NULL'], ['food', 'food quality', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"will prob . not return but it is a great dinning experience to try at least once ."
] |
[['NULL', 'restaurant general', 'negative', 'NULL'], ['NULL', 'restaurant general', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"noodle pudding is exactly the type of service and food i enjoy ."
] |
[['service', 'service general', 'positive', 'enjoy'], ['food', 'food quality', 'positive', 'enjoy']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"servers are all different , greg is my favorite ."
] |
[['greg', 'service general', 'positive', 'favorite']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"sometimes tables do n ' t understand his sense of humor but it ' s refreshing to have a server who has personality , professionalism , and respects the privacy of your dinner ."
] |
[['server', 'service general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"this is the first place i ' ve been that a runner remembers my order . . . hope he likes his job because i have half a mind to steal him for my restaurant ."
] |
[['runner', 'service general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"prices are fair across the board for both food and bev ."
] |
[['food', 'food prices', 'positive', 'fair'], ['bev', 'drinks prices', 'positive', 'fair']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i go out to eat and like my courses , servers are patient and never rush courses or force another drink ."
] |
[['servers', 'service general', 'positive', 'patient']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"amazing fresh dogs but best of all endless toppings ! ! !"
] |
[['dogs', 'food quality', 'positive', 'amazing'], ['dogs', 'food quality', 'positive', 'fresh'], ['toppings', 'food style_options', 'positive', 'best'], ['toppings', 'food style_options', 'positive', 'endless']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"this place had all the trimmings and i mean all ."
] |
[['trimmings', 'food style_options', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"peppers , onions , relish , chilli , cheeses , you name it ."
] |
[['NULL', 'food style_options', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"amazing fun for hot dog lovers of all ages please do yourself a favor and check this place out ! ! ! !"
] |
[['hot dog', 'food quality', 'positive', 'amazing fun'], ['place', 'restaurant general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"best dining experience in the west village !"
] |
[['NULL', 'restaurant general', 'positive', 'best']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"stepping into casa la femme last night was a true experience unlike any other in new york !"
] |
[['casa la femme', 'restaurant general', 'positive', 'true']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"highly impressed from the decor to the food to the hospitality to the great night i had !"
] |
[['decor', 'ambience general', 'positive', 'impressed'], ['food', 'food quality', 'positive', 'impressed'], ['NULL', 'service general', 'positive', 'hospitality'], ['NULL', 'restaurant general', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the have a great cocktail with citrus vodka and lemon and lime juice and mint leaves that is to die for !"
] |
[['cocktail with citrus vodka and lemon and lime juice and mint leaves', 'drinks quality', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"we were drawn into the belly dancing show that captivated the crowd ."
] |
[['belly dancing show', 'ambience general', 'positive', 'captivated']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i never write on these sites but this restaurant is def worth commending !"
] |
[['restaurant', 'restaurant general', 'positive', 'worth']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"maggot in the food !"
] |
[['food', 'food quality', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the menu looked great , and the waiter was very nice , but when the food came , it was average ."
] |
[['menu', 'food style_options', 'positive', 'great'], ['waiter', 'service general', 'positive', 'nice'], ['food', 'food quality', 'neutral', 'average']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"nevertheless , i finished my plate , and that ' s when i found a maggot in mushroom sauce at the bottom ."
] |
[['mushroom sauce', 'food quality', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i showed it to the manager , and he smilingly apologized and brought us two free desserts ( but did not ask us what we wanted and so brought the last two desserts we would have asked for ) ."
] |
[['manager', 'service general', 'negative', 'NULL'], ['manager', 'service general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the manager finally said he would com # # p the two glasses of wine ( which cost less than the food ) , and made it seem like a big concession ."
] |
[['manager', 'service general', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"we paid and left because we did n ' t feel like arguing any more ."
] |
[['NULL', 'service general', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i have worked in restaurants and cook a lot , and there is no way a maggot should be able to get into well prepared food ."
] |
[['food', 'food quality', 'negative', 'well prepared']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"for a restaurant with such a good reputation and that is usually so packed , there was no reason for such a lack of intelligent customer service ."
] |
[['restaurant', 'restaurant miscellaneous', 'positive', 'good reputation'], ['customer service', 'service general', 'negative', 'intelligent']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"unhygienic"
] |
[['NULL', 'food quality', 'negative', 'unhygienic']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i do not recommend ."
] |
[['NULL', 'restaurant general', 'negative', 'not recommend']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i got hair in my food 2 times of then !"
] |
[['food', 'food quality', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"great place , great value ."
] |
[['place', 'restaurant general', 'positive', 'great'], ['place', 'restaurant prices', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the food is flavorful , plentiful and reasonably priced ."
] |
[['food', 'food quality', 'positive', 'flavorful'], ['food', 'food style_options', 'positive', 'plentiful'], ['food', 'food prices', 'positive', 'reasonably']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the atmosphere is relaxed and casual ."
] |
[['atmosphere', 'ambience general', 'positive', 'relaxed'], ['atmosphere', 'ambience general', 'positive', 'casual']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"it ' s a great place to order from or sit - in ."
] |
[['place', 'restaurant miscellaneous', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"awesome"
] |
[['NULL', 'restaurant general', 'positive', 'awesome']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"inexpensive , unassuming , great time !"
] |
[['NULL', 'restaurant prices', 'positive', 'inexpensive'], ['NULL', 'ambience general', 'positive', 'unassuming'], ['NULL', 'restaurant general', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"sushi experience was unbelievable with my fiance ."
] |
[['sushi', 'food quality', 'positive', 'unbelievable']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"try it !"
] |
[['NULL', 'restaurant general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"very pleased"
] |
[['NULL', 'restaurant general', 'positive', 'pleased']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"good creative rolls !"
] |
[['rolls', 'food quality', 'positive', 'good'], ['rolls', 'food style_options', 'positive', 'creative']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"yamato is an excellent place to go if youre not into sashimi , or if you have friends who doesnt like sushi much ."
] |
[['yamato', 'restaurant miscellaneous', 'positive', 'excellent']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"they have great rolls , the triple color and norwegetan rolls , are awesome and filling ."
] |
[['rolls', 'food quality', 'positive', 'great'], ['triple color and norwegetan rolls', 'food quality', 'positive', 'awesome'], ['triple color and norwegetan rolls', 'food style_options', 'positive', 'filling']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"one special roll and one regular roll is enough to fill you up , but save room for dessert !"
] |
[['dessert', 'food quality', 'positive', 'save room'], ['special roll', 'food style_options', 'positive', 'enough'], ['regular roll', 'food style_options', 'positive', 'enough']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"they have a delicious banana chocolate dessert , as well as a great green tea tempura ."
] |
[['banana chocolate dessert', 'food quality', 'positive', 'delicious'], ['green tea tempura', 'food quality', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the appetizers are also delicious !"
] |
[['appetizers', 'food quality', 'positive', 'delicious']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"mazing interior ."
] |
[['interior', 'ambience general', 'negative', 'mazing']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"great food !"
] |
[['food', 'food quality', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i ' ve had my fair share of modern japanese and this spot delivers ."
] |
[['modern japanese', 'food quality', 'positive', 'delivers']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the atmosphere was pretty nice but had a bit lacking , which it tries to make up for with a crazy scheme of mirrors ."
] |
[['atmosphere', 'ambience general', 'positive', 'nice'], ['atmosphere', 'ambience general', 'negative', 'lacking'], ['scheme of mirrors', 'ambience general', 'negative', 'crazy']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"if you ' re into being lost when you ' re just five feet from your table then hey , that ' s a good thing ."
] |
[['NULL', 'ambience general', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"despite the confusing mirrors this will likely be my go - to for modern japanese food for the foreseeable future ."
] |
[['modern japanese food', 'food quality', 'positive', 'go - to for'], ['mirrors', 'ambience general', 'negative', 'confusing']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"indo chinese food , pretty good . . ."
] |
[['indo chinese food', 'food quality', 'positive', 'good']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"not a very fancy place but very good chinese style indian food ."
] |
[['place', 'ambience general', 'neutral', 'fancy'], ['chinese style indian food', 'food quality', 'positive', 'good']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the chicken lollipop is my favorite , most of the dishes ( i have to agree with a previous reviewer ) are quite oily and very spicy , espeically the chilli chicken ."
] |
[['chicken lollipop', 'food quality', 'positive', 'favorite'], ['dishes', 'food quality', 'negative', 'oily'], ['dishes', 'food quality', 'negative', 'spicy'], ['chilli chicken', 'food quality', 'negative', 'oily'], ['chilli chicken', 'food quality', 'negative', 'spicy']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"my mom originally introduced me to this place , but even she ( being indian ) feels the food can be somewhat over the top spicy and far too oily ."
] |
[['food', 'food quality', 'negative', 'spicy'], ['food', 'food quality', 'negative', 'oily']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"still we keep going back : )"
] |
[['NULL', 'restaurant general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i was speechless by the horrible food ."
] |
[['food', 'food quality', 'negative', 'horrible']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i attended a holiday dinner at the restaurant , and the food was majorly disappointing ."
] |
[['food', 'food quality', 'negative', 'disappointing']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i was so stunned , and i left the dinner hungry and majorly disappointing ."
] |
[['NULL', 'restaurant general', 'negative', 'disappointing']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"this place survives on reputation alone ."
] |
[['place', 'restaurant miscellaneous', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i will never return ."
] |
[['NULL', 'restaurant general', 'negative', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"best in all of nyc"
] |
[['NULL', 'restaurant general', 'positive', 'best']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"this is the most wonderful restaurant in all of new york city , not just brooklyn . . ."
] |
[['restaurant', 'restaurant general', 'positive', 'wonderful']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"for 7 years they have put out the most tasty , most delicious food and kept it that way . . ."
] |
[['food', 'food quality', 'positive', 'tasty'], ['food', 'food quality', 'positive', 'delicious']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"never swaying , never a bad meal , never bad service . . ."
] |
[['meal', 'food quality', 'positive', 'never a bad'], ['service', 'service general', 'positive', 'never bad'], ['NULL', 'restaurant general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"you should travel from the bronx to try it . . ."
] |
[['NULL', 'restaurant general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"great food , great wine list , great service in a great neighborhood . . ."
] |
[['food', 'food quality', 'positive', 'great'], ['wine list', 'drinks style_options', 'positive', 'great'], ['service', 'service general', 'positive', 'great'], ['neighborhood', 'location general', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"so delicious ! ! ! ! ! !"
] |
[['NULL', 'food quality', 'positive', 'delicious']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"patsy ' s pizza = true love"
] |
[["patsy ' s pizza", 'restaurant general', 'positive', 'true love']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"hands down the best pizza on the planet ."
] |
[['pizza', 'food quality', 'positive', 'best']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"in about 12 minutes , the thing is gone ."
] |
[['NULL', 'food quality', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the hot dogs were juicy and tender inside and had plenty of crunch and snap on the outside ."
] |
[['hot dogs', 'food quality', 'positive', 'juicy'], ['hot dogs', 'food quality', 'positive', 'tender']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"great toppings definitely a place you need to check out for late night munchies or a mid day boost !"
] |
[['toppings', 'food quality', 'positive', 'great'], ['place', 'restaurant miscellaneous', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"great taste"
] |
[['NULL', 'food quality', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"great , original taste ."
] |
[['NULL', 'food quality', 'positive', 'great'], ['NULL', 'food quality', 'positive', 'original']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"for me dishes a little oily , but overall dining experience good ."
] |
[['dishes', 'food quality', 'negative', 'oily'], ['NULL', 'restaurant general', 'positive', 'good']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"helpful service and average price per dish $ 10 ."
] |
[['service', 'service general', 'positive', 'helpful'], ['dish', 'food prices', 'neutral', 'average']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"great food"
] |
[['food', 'food quality', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"this place has great indian chinese food ."
] |
[['indian chinese food', 'food quality', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the flavors are amazing and the value is phenomenal ."
] |
[['NULL', 'food quality', 'positive', 'amazing'], ['NULL', 'food prices', 'positive', 'phenomenal']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"be prepared to wait , because the place is pretty tiny ."
] |
[['place', 'restaurant miscellaneous', 'negative', 'tiny'], ['place', 'ambience general', 'negative', 'tiny']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"also , they do not take credit card so come with cash !"
] |
[['NULL', 'restaurant miscellaneous', 'neutral', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"even though the place is not beautiful , the food speaks for itself ."
] |
[['place', 'ambience general', 'negative', 'not beautiful'], ['food', 'food quality', 'positive', 'speaks for itself']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"best indian chinese in the city , by far !"
] |
[['indian chinese', 'food quality', 'positive', 'best']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"amazing my favorite ! ! !"
] |
[['NULL', 'restaurant general', 'positive', 'favorite'], ['NULL', 'restaurant general', 'positive', 'amazing']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"i came across village underground by accident , now i go there all the time ."
] |
[['village underground', 'restaurant general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the service is amazing , i ' ve had different waiters and they were all nice , which is a rare thing in nyc ."
] |
[['service', 'service general', 'positive', 'amazing'], ['waiters', 'service general', 'positive', 'nice']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"the dj is awesome , i have been there for my birthday and a bunch of other times with friends and i keep going back ."
] |
[['dj', 'ambience general', 'positive', 'awesome'], ['NULL', 'restaurant general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"you can get a table without a reservation if you get there early i they do n ' t make you by bottles ."
] |
[['NULL', 'service general', 'positive', 'NULL']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"which lets face it . . . . at times it ' s a good thing ."
] |
[['NULL', 'service general', 'positive', 'good']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"in the end you end up with a fair tab and nothing but a great time ! ! !"
] |
[['NULL', 'restaurant prices', 'positive', 'fair'], ['NULL', 'restaurant general', 'positive', 'great']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
||
generation
|
acos
|
[
"highly recommended !"
] |
[['NULL', 'restaurant general', 'positive', 'recommended']]
|
none
|
Task: Extracting aspect terms and their corresponding aspect categories, sentiment polarities, and opinion words. Input: A sentence. Output: A list of 4-tuples, where each tuple contains the extracted aspect term, its aspect category, sentiment polarity, and opinion words (if any). Supplement: "Null" means that there is no occurrence in the sentence. Example: Sentence: "Also it's not a true SSD drive in there but eMMC, which makes a difference. " Output: [['SSD drive', 'hard_disc operation_performance', 'negative', 'NULL']] '
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.