task_type
stringclasses 1
value | dataset
stringclasses 1
value | input
sequence | output
stringlengths 19
428
| situation
stringclasses 1
value | label
stringclasses 1
value | extra
stringclasses 1
value | instruction
stringclasses 2
values |
---|---|---|---|---|---|---|---|
generation | semeval-2014 | [
"Authentic food and they have REAL service, not just the rush you get sometimes when they try to push you out the door."
] | {'aspect_term': [['food', 'positive'], ['service', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I just wonder how you can have such a delicious meal for such little money."
] | {'aspect_term': [['meal', 'positive'], ['money', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Dahkin also offers prix fixe lunch and buffet."
] | {'aspect_term': [['prix fixe lunch', 'positive'], ['buffet', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The staff offers impeccable service."
] | {'aspect_term': [['staff', 'positive'], ['service', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The prices cannot be beat for the quality, quantity, freshness and taste."
] | {'aspect_term': [['prices', 'positive'], ['quality', 'positive'], ['quantity', 'positive'], ['freshness', 'positive'], ['taste', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"i would recommend reservations on weekends though."
] | {'aspect_term': [['reservations', 'neutral']], 'aspect_category': [[None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Here you get the zen feel without feeling rigid."
] | {'aspect_term': [['zen feel', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"A great choice at any cost and a great deal."
] | {'aspect_term': [['cost', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The outdoor atmosphere of sitting on the sidewalk watching the world go by 50 feet away on 6th avenue on a cool evening was wonderful."
] | {'aspect_term': [['outdoor atmosphere', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The portions are HUGE, so it might be good to order three things to split (rather than one appetizer and entree per person) for two people."
] | {'aspect_term': [['portions', 'positive'], ['appetizer', 'neutral'], ['entree', 'neutral']], 'aspect_category': [[None, 'positive'], [None, 'neutral'], [None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Next time, we wouldn't dare ordering anything else other than some simple Asian appetizers and drinks."
] | {'aspect_term': [['Asian appetizers', 'positive'], ['drinks', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The fish was not fresh and the rice tasted old and stale."
] | {'aspect_term': [['fish', 'negative'], ['rice', 'negative']], 'aspect_category': [[None, 'negative'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The appetizing is excellent - just as good as Zabars Barney Greengrass at a reasonable price (if bought by the pound)."
] | {'aspect_term': [['appetizing', 'positive'], ['price', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"With so many good restaurants on the UWS, I don't need overpriced food, absurdly arrogant wait-staff who don't recognize they work at a glorified diner, clumsy service, and management that doesn't care."
] | {'aspect_term': [['food', 'negative'], ['wait-staff', 'negative'], ['service', 'negative'], ['management', 'negative'], ['diner', 'negative']], 'aspect_category': [[None, 'negative'], [None, 'negative'], [None, 'negative'], [None, 'negative'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"They have authentic Indian at amazin prices."
] | {'aspect_term': [['Indian', 'positive'], ['prices', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"On a hot day it was fabulous to stop in and enjoy lunch."
] | {'aspect_term': [['lunch', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I plan to come here again and look forward to trying their assortment of bruschetta, panini's .."
] | {'aspect_term': [['bruschetta', 'positive'], ['panini', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I cannot imagine a friendlier staff working in a restaurant."
] | {'aspect_term': [['staff', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"They forgot a sandwich, didn't include plastic forks, and didn't include pita with the hummus platter."
] | {'aspect_term': [['sandwich', 'neutral'], ['plastic forks', 'neutral'], ['pita', 'neutral'], ['hummus platter', 'neutral']], 'aspect_category': [[None, 'neutral'], [None, 'neutral'], [None, 'neutral'], [None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Zero ambiance to boot."
] | {'aspect_term': [['ambiance', 'negative']], 'aspect_category': [[None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"If you go to Roth's try to be served by Mike, he is GREAT!!"
] | {'aspect_term': [['served', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The drinks are a saving grace, but service staff, please, get over yourselves."
] | {'aspect_term': [['drinks', 'positive'], ['service staff', 'negative']], 'aspect_category': [[None, 'positive'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Their sushi, Kamikaze and other Rolls are fresh and well presented."
] | {'aspect_term': [['sushi', 'positive'], ['Kamikaze', 'positive'], ['Rolls', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"We had a party in their private room and they made it truly memorable and were very helpful in the planning."
] | {'aspect_term': [['private room', 'neutral']], 'aspect_category': [[None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"His drinks are very inventive, delicious and classy."
] | {'aspect_term': [['drinks', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"This is a consistently great place to dine for lunch or dinner."
] | {'aspect_term': [['lunch', 'neutral'], ['dinner', 'neutral'], ['dine', 'positive']], 'aspect_category': [[None, 'neutral'], [None, 'neutral'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The dinner menu is diverse and top-notch as well."
] | {'aspect_term': [['dinner menu', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"To celebrate a birthday, three of us went to Mare anticipating great food."
] | {'aspect_term': [['food', 'neutral']], 'aspect_category': [[None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"If it's just a quick martini at the bar (which I recommend Jeffery's) or a mind blowing Roast Chicken, go to Village!"
] | {'aspect_term': [['martini', 'neutral'], ['bar', 'neutral'], ['Roast Chicken', 'positive']], 'aspect_category': [[None, 'neutral'], [None, 'neutral'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Plus, when our entrees were held up in the kitchen on a busy Saturday night, the owner sent over complimentary summer rolls to hold us over!"
] | {'aspect_term': [['entrees', 'negative'], ['summer rolls', 'positive'], ['owner', 'positive']], 'aspect_category': [[None, 'negative'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Most importantly, food is excellent."
] | {'aspect_term': [['food', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Threw my fiance's surprise 30th birthday dinner here couldn't be happier."
] | {'aspect_term': [['dinner', 'neutral']], 'aspect_category': [[None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Great food, great decor, great service."
] | {'aspect_term': [['food', 'positive'], ['decor', 'positive'], ['service', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Overall, I'm still impressed that the place even exists and the prices are quite decent but then again, its Chinatown."
] | {'aspect_term': [['prices', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"and yes Dal Bukhara is so dam good and so are all the kababs."
] | {'aspect_term': [['kababs', 'positive'], ['Dal Bukhara', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Kenny the owner is always there and he treats my family like we are part of his family."
] | {'aspect_term': [['owner', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Try the lobster teriyaki and the rose special roll."
] | {'aspect_term': [['lobster teriyaki', 'positive'], ['rose special roll', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Ive been here a bunch of times now and the service is always outstanding."
] | {'aspect_term': [['service', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"They have some great entrees here as well."
] | {'aspect_term': [['entrees', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Waitstaff is great, very attentive."
] | {'aspect_term': [['Waitstaff', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I would recommend putting your name down and then getting a drink at a local bar first though because of the wait time."
] | {'aspect_term': [['drink', 'neutral'], ['bar', 'neutral'], ['wait time', 'negative']], 'aspect_category': [[None, 'neutral'], [None, 'neutral'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Here's to the fake fish tanks too..."
] | {'aspect_term': [['fish tanks', 'negative']], 'aspect_category': [[None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Small servings for main entree, i had salmon (wasnt impressed) girlfriend had chicken, it was good."
] | {'aspect_term': [['salmon', 'negative'], ['chicken', 'positive'], ['servings', 'negative'], ['entree', 'negative']], 'aspect_category': [[None, 'negative'], [None, 'positive'], [None, 'negative'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"And the bill was outragous."
] | {'aspect_term': [['bill', 'negative']], 'aspect_category': [[None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The one vegetarian entree (Abby's treasure) was actually quite a surprise - it was delicious and had wintermelon covering an assortment of fresh mushrooms and vegetables."
] | {'aspect_term': [['vegetarian entree', 'positive'], ["Abby's treasure", 'positive'], ['wintermelon', 'positive'], ['assortment of fresh mushrooms and vegetables', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"One would think we'd get an apology or complimentary drinks - instead, we got a snobby waiter wouldn't even take our order for 15 minutes and gave us lip when we asked him to do so."
] | {'aspect_term': [['waiter', 'negative'], ['drinks', 'neutral']], 'aspect_category': [[None, 'negative'], [None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Went for a late weekday lunch."
] | {'aspect_term': [['lunch', 'neutral']], 'aspect_category': [[None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"service is friendly, and never had a problem walking in and getting a table."
] | {'aspect_term': [['service', 'positive'], ['getting a table', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The blond wood decor is very soothing, the premium sake is excellent and the service is great."
] | {'aspect_term': [['blond wood decor', 'positive'], ['sake', 'positive'], ['service', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The food was good too."
] | {'aspect_term': [['food', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I would definitely recommend SEA if you like thai cuisine!"
] | {'aspect_term': [['thai cuisine', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The prices are exceptionally reasonable for food of this caliber."
] | {'aspect_term': [['prices', 'positive'], ['food', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"try the spicy shrimp appetizer (again, not the greatest value in the world but worth the price) and the lamb vindaloo is great."
] | {'aspect_term': [['shrimp appetizer', 'positive'], ['price', 'conflict'], ['lamb vindaloo', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'conflict'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The restaraurant is very small so reservations are a must."
] | {'aspect_term': [['reservations', 'neutral']], 'aspect_category': [[None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"For appetizers, I recommend the shrimp fritters and dumplings."
] | {'aspect_term': [['appetizers', 'neutral'], ['shrimp fritters', 'positive'], ['dumplings', 'positive']], 'aspect_category': [[None, 'neutral'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I loved everythig about it-especially the shows and actors."
] | {'aspect_term': [['shows', 'positive'], ['actors', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The only fallback on this restaurant is the prices."
] | {'aspect_term': [['prices', 'negative']], 'aspect_category': [[None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"A restaurant that doesn't try to do anything except serve great food with great service in a pleasant atmosphere."
] | {'aspect_term': [['food', 'positive'], ['service', 'positive'], ['atmosphere', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The food was pretty tradional but it was hot and good with large portions."
] | {'aspect_term': [['food', 'positive'], ['portions', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The staff there is very attentive and down to earth."
] | {'aspect_term': [['staff', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The food is great and they have a good selecion of wines at reasonable prices."
] | {'aspect_term': [['food', 'positive'], ['selecion of wines', 'positive'], ['prices', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"An oasis of refinement: Food, though somewhat uneven, often reaches the pinnacles of new American fine cuisine - chef's passion (and kitchen's precise execution) is most evident in the fish dishes and soups."
] | {'aspect_term': [['Food', 'conflict'], ['chef', 'positive'], ['fish dishes', 'positive'], ['soups', 'positive'], ['kitchen', 'positive'], ['cuisine', 'positive']], 'aspect_category': [[None, 'conflict'], [None, 'positive'], [None, 'positive'], [None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I couldn't reccommend their Godmother pizza any higher."
] | {'aspect_term': [['Godmother pizza', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Very popular style Izakaya (Sake and small portion of sake-friendly dishes )."
] | {'aspect_term': [['Sake', 'positive'], ['dishes', 'positive'], ['portion', 'neutral']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Food and service was okay."
] | {'aspect_term': [['Food', 'neutral'], ['service', 'neutral']], 'aspect_category': [[None, 'neutral'], [None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"As a long-time patron of Mamoun's, I always figured that I had found the best late night food spot in the city."
] | {'aspect_term': [['food spot', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The food is very good too but for the most part, it's just regular food, nothing special."
] | {'aspect_term': [['food', 'positive'], ['food', 'neutral']], 'aspect_category': [[None, 'positive'], [None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I went there in late afternoon for some bite size food and refleshment with my date."
] | {'aspect_term': [['food', 'neutral'], ['refleshment', 'neutral']], 'aspect_category': [[None, 'neutral'], [None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The entree was bland and small, dessert was not inspired."
] | {'aspect_term': [['entree', 'negative'], ['dessert', 'negative']], 'aspect_category': [[None, 'negative'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"We had a great tiem watching the shows and characters and ar food was just what we were looking for."
] | {'aspect_term': [['shows', 'positive'], ['food', 'positive'], ['characters', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The service was great as well."
] | {'aspect_term': [['service', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The food was average or above including some surprising tasty dishes."
] | {'aspect_term': [['food', 'positive'], ['dishes', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Good to find a restaurant where the owners have some imagination and they have actually pulled it off, like in this case."
] | {'aspect_term': [['owners', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"This is some really good, inexpensive sushi."
] | {'aspect_term': [['sushi', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"It won't break the bank but I also wouldnt come back for the food."
] | {'aspect_term': [['food', 'negative']], 'aspect_category': [[None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"While certain staples are excellent (the burger, some of the pastas), the food is not really the point."
] | {'aspect_term': [['burger', 'positive'], ['pastas', 'positive'], ['food', 'neutral'], ['staples', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'neutral'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The food was below average, the service was pathetic, there was no ambience at all."
] | {'aspect_term': [['food', 'negative'], ['service', 'negative'], ['ambience', 'negative']], 'aspect_category': [[None, 'negative'], [None, 'negative'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The exotic food is beautifully presented and is a delight in delicious combinations."
] | {'aspect_term': [['exotic food', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"You must try the shrimp appetizers."
] | {'aspect_term': [['shrimp appetizers', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"We thought that this place is using too much of MSG cooking in the foods."
] | {'aspect_term': [['foods', 'negative'], ['MSG cooking', 'negative']], 'aspect_category': [[None, 'negative'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Immediately after we paid, the waiter took the money and said, okay, you guys are outta here."
] | {'aspect_term': [['waiter', 'negative']], 'aspect_category': [[None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Service was very friendly."
] | {'aspect_term': [['Service', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I must say the view of NYC is so beautiful!"
] | {'aspect_term': [['view', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I have never before eaten 40 pieces of relatively good nigiri."
] | {'aspect_term': [['nigiri', 'neutral']], 'aspect_category': [[None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Great food at REASONABLE prices, makes for an evening that can't be beat!"
] | {'aspect_term': [['food', 'positive'], ['prices', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The hostess is rude to the point of being offensive."
] | {'aspect_term': [['hostess', 'negative']], 'aspect_category': [[None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"I had the cod with paella (spicy and very filling, I'm a big eater and could only eat half) while my boyfriend had the classic fish and chips (again, a big serving - at least 5 pieces of fish and a basketful of fries)."
] | {'aspect_term': [['cod with paella', 'negative'], ['fish and chips', 'negative'], ['serving', 'negative'], ['fish', 'neutral'], ['fries', 'neutral']], 'aspect_category': [[None, 'negative'], [None, 'negative'], [None, 'negative'], [None, 'neutral'], [None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"This is such a lovely, peaceful place to eat outside."
] | {'aspect_term': [['place', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Warm and friendly in the winter and terrific outdoor seating in the warmer months."
] | {'aspect_term': [['outdoor seating', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"The prices and ambience are especially great considering it's in the West Village."
] | {'aspect_term': [['prices', 'positive'], ['ambience', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Because of the delicate thin crust, take-out pies get soggy in their boxes."
] | {'aspect_term': [['take-out pies', 'negative'], ['crust', 'negative']], 'aspect_category': [[None, 'negative'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"If you love seafood, you would love this place!"
] | {'aspect_term': [['seafood', 'positive'], ['place', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Love the Jazz bands on Fri and Sat."
] | {'aspect_term': [['Jazz bands', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Try ordering from the regular menu, then you would not regret!"
] | {'aspect_term': [['menu', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Disappointing food, lousy service."
] | {'aspect_term': [['food', 'negative'], ['service', 'negative']], 'aspect_category': [[None, 'negative'], [None, 'negative']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Nice ambiance, nice little bar, good bartender, Francois, and good service."
] | {'aspect_term': [['bar', 'positive'], ['bartender', 'positive'], ['service', 'positive'], ['ambiance', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'positive'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"My suggestion is to eat family style because you'll want to try the other dishes."
] | {'aspect_term': [['dishes', 'neutral'], ['eat family style', 'positive']], 'aspect_category': [[None, 'neutral'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Of course the reason its so packed is because the food is so delicious!"
] | {'aspect_term': [['food', 'positive']], 'aspect_category': [[None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"A great way to make some money is to buy a case of snapple from Costco and sell it right outside for only $2.50."
] | {'aspect_term': [['case of snapple', 'neutral']], 'aspect_category': [[None, 'neutral']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |
||
generation | semeval-2014 | [
"Guacamole+shrimp appetizer was really great, we both had the filet, very good, didn't much like the frites that came with, but the filet was so good, neither of us cared."
] | {'aspect_term': [['Guacamole+shrimp appetizer', 'positive'], ['filet', 'positive'], ['frites', 'negative'], ['filet', 'positive']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [None, 'negative'], [None, 'positive']]} | none | Task: Extracting aspect terms , their aspect categories and their corresponding sentiment polarities in a dict. Input: A sentence. Output: a dict with keys: aspect_term and aspect_category , separate extraction a list of 2-tuples(aspect term , its corresponding sentiment polarity) and a list of 2-tuples(aspect category, its corresponding sentiment polarity). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The Pad Thai is excellent here, as well." Output: {'aspect_term': [['Pad Thai', 'positive']], 'aspect_category': [[None, 'positive']]} |