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
[ "Service is highly refined: our seating was delayed 35 minutes past our reservation and the maitre d' apologized and regularly kept us apprised of progress." ]
{'aspect_term': [['Service', 'positive'], ['maitre', 'positive'], ['reservation', 'negative']], 'aspect_category': [[None, 'positive'], [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
[ "On the other hand, if you are not fooled easily, you will find hundreds of restaurants that will give you service and ambiance that is on par with Alain Ducasse, and food that will outshine in presentaion, taste, choice, quality and quantity." ]
{'aspect_term': [['service', 'neutral'], ['ambiance', 'neutral'], ['food', 'negative'], ['presentaion', 'negative'], ['taste', 'negative'], ['choice', 'negative'], ['quality', 'negative'], ['quantity', 'negative']], 'aspect_category': [[None, 'neutral'], [None, 'neutral'], [None, 'negative'], [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
[ "The portion sizes here are huge, and the sushi is good." ]
{'aspect_term': [['portion sizes', 'positive'], ['sushi', '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
[ "Also, the sandwiches (nearing $7) didn't come with anything like chips or a side." ]
{'aspect_term': [['sandwiches', 'negative'], ['chips', 'neutral'], ['side', 'neutral']], 'aspect_category': [[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
[ "Decor is nice and minimalist, food simple yet very well presented and cooked, and the wine list matches the food very well." ]
{'aspect_term': [['Decor', 'positive'], ['food', 'positive'], ['wine list', 'positive'], ['food', 'neutral']], 'aspect_category': [[None, 'positive'], [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
[ "The place's decor and hidden bathrooms made for a good laugh." ]
{'aspect_term': [['decor', 'positive'], ['bathrooms', '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
[ "He takes real pride in his food and his business." ]
{'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 have to say I have never had a disapointing meal here." ]
{'aspect_term': [['meal', '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
[ "Lunch came with pickels and slaw, no extra charge." ]
{'aspect_term': [['Lunch', 'positive'], ['pickels and slaw', '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
[ "Terrific menu full of unique rolls and special dishes." ]
{'aspect_term': [['menu', 'positive'], ['rolls', 'positive'], ['dishes', '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
[ "There was no ambiance." ]
{'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
[ "The only friendly staff member was the guy at the bar." ]
{'aspect_term': [['staff member', 'positive'], ['bar', 'neutral'], ['guy', 'positive']], 'aspect_category': [[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
[ "Only wine and beer are served, but the house varities are actually quite good." ]
{'aspect_term': [['wine', 'neutral'], ['beer', 'neutral'], ['house varities', 'positive'], ['served', 'negative']], 'aspect_category': [[None, 'neutral'], [None, 'neutral'], [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
[ "We got a little tipsy from the sake but isn't that what Saturday nights with the girlfriends are all about?" ]
{'aspect_term': [['sake', '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
[ "not the food ,not the ambiance , not the service, I agree with the previous reviews you wait and wait , the wait staff are very rude and when you get in they are looking to get you right out ." ]
{'aspect_term': [['food', 'neutral'], ['ambiance', 'neutral'], ['service', 'neutral'], ['wait staff', 'negative']], 'aspect_category': [[None, 'neutral'], [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
[ "The staff are attentive, and have smiles on their faces." ]
{'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
[ "Over time, the food quality has decreased substantially, it is a lot less crowded than it used to, and the service must definitely be part of the reason." ]
{'aspect_term': [['food quality', '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
[ "The takeout menu says to keep an eye out for an expanded menu offering more italian dishes, I can't wait!" ]
{'aspect_term': [['takeout menu', 'positive'], ['menu', 'positive'], ['italian dishes', '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
[ "fine dining restaurant quality." ]
{'aspect_term': [['quality', '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
[ "Its a go-to for dates as well as entertaining out of town guests." ]
{'aspect_term': [['entertaining', '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
[ "Had a late night dinner on a Saturday night." ]
{'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
[ "Also, top the meal with a delicious and perfect slice of tiramisu." ]
{'aspect_term': [['tiramisu', 'positive'], ['meal', '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
[ "After really enjoying ourselves at the bar we sat down at a table and had dinner." ]
{'aspect_term': [['bar', 'positive'], ['table', 'neutral'], ['dinner', '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
[ "The service was excellent and the food was delicious." ]
{'aspect_term': [['service', '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
[ "Interesting other dishes for a change include chicken in curry sauce and salmon caserole." ]
{'aspect_term': [['dishes', 'positive'], ['chicken in curry sauce', 'positive'], ['salmon caserole', '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
[ "I had never had Edamame pureed before but I thought it was innovative and tasty (could've used a bit more salt)." ]
{'aspect_term': [['Edamame pureed', '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
[ "Right off the major deegan you get ladies from all over the city." ]
{'aspect_term': [['ladies', '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'm no food critic, but I'd like to think I have a tiny bit of experience under my belt having lived in NY for the last 11 years." ]
{'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
[ "As always we had a great glass of wine while we waited." ]
{'aspect_term': [['glass of wine', '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
[ "20 minutes for our reservation but it gave us time to have a few cocktails and enjoy our surroundings and each other." ]
{'aspect_term': [['reservation', 'negative'], ['cocktails', 'positive'], ['surroundings', '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
[ "Both times I was extremely dissappointed by the service, which was boarderline rude." ]
{'aspect_term': [['service', '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
[ "Try the tandoori salmon!" ]
{'aspect_term': [['tandoori salmon', '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 octopus eaters were floored by the Octopus salad." ]
{'aspect_term': [['Octopus salad', '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
[ "Food was very good as well, considering that we tried the budget selection (though I wish the pork belly that I ordered was roasted a bit longer, so that fat was more of a melt-in-your-mouth experience)." ]
{'aspect_term': [['Food', 'positive'], ['pork belly', 'negative'], ['fat', 'negative']], 'aspect_category': [[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
[ "This place is a great stop for great food." ]
{'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
[ "No food snobs allowed, this place is for people who appreciate good food." ]
{'aspect_term': [['food', 'neutral'], ['food', '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
[ "This place must have cost the owners afortune to build." ]
{'aspect_term': [['owners', 'neutral'], ['cost', 'negative']], 'aspect_category': [[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
[ "Haru serves very fresh fish, has a trendy, modern ambiance, prime location on Park Avenue South and friendly service." ]
{'aspect_term': [['fish', 'positive'], ['service', 'positive'], ['ambiance', 'positive'], ['location', '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
[ "After passing by this restaurant for sometime I finally decided to go in and have dinner." ]
{'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
[ "Too bad the food wasn't of the same heritage." ]
{'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
[ "However, in the summer of 2003, it seems the management has changed and the great big door has been replaced for a glass front ridding itself of the dark romantic getup." ]
{'aspect_term': [['management', 'neutral'], ['door', 'positive'], ['glass front', 'negative']], 'aspect_category': [[None, 'neutral'], [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
[ "No free drink." ]
{'aspect_term': [['drink', '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
[ "Edible but really a ripoff at those prices given whats in the area." ]
{'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
[ "It's a place for people who pay a lot for mediocre food, noise and a chance to be with their fellow bridge and tunnel folks." ]
{'aspect_term': [['food', 'neutral'], ['noise', 'negative']], 'aspect_category': [[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
[ "Worse of all, $60 was erroneously added to our $80 bill." ]
{'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
[ "A glass of Leaping Lizard, a glass of prosecco, and the mussels had everything happy." ]
{'aspect_term': [['glass of prosecco', 'positive'], ['mussels', 'positive'], ['glass of Leaping Lizard', '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 owner truly caters to all your needs." ]
{'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
[ "Otherwise, this place has great service and prices and a nice friendly atmosphere." ]
{'aspect_term': [['service', 'positive'], ['prices', '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
[ "Two words: Free wine." ]
{'aspect_term': [['wine', '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 complete the total bagel experience by having it lightly toasted." ]
{'aspect_term': [['bagel', '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 were a group of 8 and well seved." ]
{'aspect_term': [['seved', '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 crust is thin, the ingredients are fresh and the staff is friendly." ]
{'aspect_term': [['crust', 'positive'], ['staff', 'positive'], ['ingredients', '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
[ "You can get an excellent meal at most of the many Indian restaurants on nearby Lexington Avenue for the cost of one the dainty dishes here." ]
{'aspect_term': [['meal', 'positive'], ['cost', 'conflict'], ['dishes', '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
[ "For dinner I had the chicken tikka-masala and some garlic naan." ]
{'aspect_term': [['chicken tikka-masala', 'neutral'], ['garlic naan', 'neutral'], ['dinner', 'neutral']], 'aspect_category': [[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
[ "The food was really good, I had the onion soup and it was one of the best ever." ]
{'aspect_term': [['food', 'positive'], ['onion soup', '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
[ "It is about FOOD and Ambiance, and imagine how dreadful it will be it we only had to listen to an idle engine." ]
{'aspect_term': [['FOOD', 'negative'], ['Ambiance', '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
[ "Great food, great prices, great service." ]
{'aspect_term': [['food', 'positive'], ['prices', '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 wine list is extensive and impressive." ]
{'aspect_term': [['wine list', '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
[ "Although be warned their dinner menu to sit and take out prices are different." ]
{'aspect_term': [['prices', 'neutral'], ['dinner menu to sit', 'neutral'], ['take out', 'neutral']], 'aspect_category': [[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
[ "The food was just OK, at least for what food was available." ]
{'aspect_term': [['food', 'neutral'], ['food', 'negative']], 'aspect_category': [[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
[ "I've eaten thai many times, and am very familiar with the cuisine." ]
{'aspect_term': [['cuisine', '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
[ "The dim sum is delectable while the prices are quite easy on the wallet." ]
{'aspect_term': [['dim sum', '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
[ "Metrazur has a beautiful spot overlooking the main terminal." ]
{'aspect_term': [['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
[ "When I lived upstate for a while I would buy freeze the bagels and they would still be better than any else." ]
{'aspect_term': [['bagels', '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
[ "Fresh ingredients and everything is made to order." ]
{'aspect_term': [['ingredients', '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
[ "Ambiance and music funky, which I enjoy." ]
{'aspect_term': [['Ambiance', 'positive'], ['music', '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 price very reasonable." ]
{'aspect_term': [['price', '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 like to return and try some of the other menu items when I don't have to rush off to a show." ]
{'aspect_term': [['menu items', '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
[ "Even though I made the reservation at 3pm for the same night through Dinnerbroker, we were seated at a table with one of the best view!" ]
{'aspect_term': [['table', 'positive'], ['reservation', 'positive'], ['seated', '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
[ "I've had the chicken with garlic sauce, chicken with black bean sauce, and hunan chicken." ]
{'aspect_term': [['chicken with garlic sauce', 'neutral'], ['chicken with black bean sauce', 'neutral'], ['hunan chicken', 'neutral']], 'aspect_category': [[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
[ "The red curry is weak and tasteless, the pad thai is stuck together and lumpy, the rice is often overcooked, and the seafood is pretty sketchy." ]
{'aspect_term': [['red curry', 'negative'], ['pad thai', 'negative'], ['rice', 'negative'], ['seafood', 'negative']], 'aspect_category': [[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
[ "Volare virgins or weekly regulars, everyone gets treated the same and you can't ask for more than that when the service is this 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
[ "The bagels are also reasonably priced for NYC." ]
{'aspect_term': [['bagels', 'positive'], ['priced', '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 thing the waiters don't do for you is wipe your chin when you leave." ]
{'aspect_term': [['waiters', '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
[ "Our tiny table for two (dinner plates hung over edge) was right in the middle of one of the lanes of waiter traffic." ]
{'aspect_term': [['table', 'negative'], ['waiter traffic', 'negative'], ['dinner plates', '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
[ "Oh yes, and if you are a fan of Indian oldies film stars, there are plenty of portraits of Indian actors and actresses in classic black white that adorn the walls, some of which, I would love to know where they obtained." ]
{'aspect_term': [['portraits', '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
[ "Although the tables may be closely situated, the candle-light, food-quality and service overcompensate." ]
{'aspect_term': [['candle-light', 'positive'], ['food-quality', 'positive'], ['service', 'positive'], ['tables', 'negative']], 'aspect_category': [[None, 'positive'], [None, 'positive'], [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
[ "Try the sea bass." ]
{'aspect_term': [['sea bass', '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
[ "Apparently, the good cook works then." ]
{'aspect_term': [['cook', '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 back garden sitting area is very pleasant, where you can see their personal herb garden." ]
{'aspect_term': [['back garden sitting area', 'positive'], ['personal herb garden', '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
[ "So if you want a nice, enjoyable meal at Montparnasse, go early for the pre-theater prix-fixe." ]
{'aspect_term': [['meal', 'positive'], ['pre-theater prix-fixe', '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 service is excellent, the decor is great, and the food is delicious and comes in large portions." ]
{'aspect_term': [['service', 'positive'], ['decor', 'positive'], ['food', 'positive'], ['portions', '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
[ "Until you realize that their five minutes is meaningless and your wait may be anywhere from two to twenty minutes it may be frustrating." ]
{'aspect_term': [['wait', '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
[ "Just bring someone who speaks Cantonese because waiter may not understand you." ]
{'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
[ "Try the cheesecake!" ]
{'aspect_term': [['cheesecake', '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
[ "Best Taiwanese food in NY!" ]
{'aspect_term': [['Taiwanese 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
[ "Unique apppetizers." ]
{'aspect_term': [['apppetizers', '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 all had the tasting menu and unlike some of the other reviews, I felt there was more than enough food." ]
{'aspect_term': [['menu', '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
[ "The bar has various selections and the mixed drink special is a catcher! 2 for 1's." ]
{'aspect_term': [['bar', 'positive'], ['mixed drink special', '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 was very impressed by this low-key upper eastsider and their authentically 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
[ "Tried the pad see ew on the recommendation of the last reviewer since it's one of my favorite dishes." ]
{'aspect_term': [['pad see ew', 'neutral'], ['dishes', '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
[ "We ended our great experience by having Gulab Jamun (dessert) recommended by the waiter." ]
{'aspect_term': [['Gulab Jamun (dessert)', 'positive'], ['waiter', '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
[ "It took them 15 minutes to put water in our glasses." ]
{'aspect_term': [['water', '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
[ "Good bagels and good cream cheese." ]
{'aspect_term': [['bagels', 'positive'], ['cream cheese', '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
[ "From the moment we walked in they were more than accomodating even though the place was packed." ]
{'aspect_term': [['place', '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 food was pretty good, but a little flavorless and the portions very small, including dessert." ]
{'aspect_term': [['food', 'conflict'], ['dessert', 'negative'], ['portions', 'negative']], 'aspect_category': [[None, 'conflict'], [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 are in a big group, this place is perfect because it recomends sharing - they have lazy susans on most tables - even families can feel comfortable here." ]
{'aspect_term': [['lazy susans', 'positive'], ['tables', '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
[ "Ummm...the beer was cold." ]
{'aspect_term': [['beer', '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
[ "Highly recommend this as great value for excellent sushi and service." ]
{'aspect_term': [['sushi', 'positive'], ['service', 'positive'], ['value', '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 wait here is long for dim sum, but if you don't like sharing tables or if the typical raucous dim sum atmosphere is not your gig, this is a sleek (for Chinatown) alternative." ]
{'aspect_term': [['wait', 'negative'], ['dim sum', 'neutral'], ['dim sum atmosphere', 'neutral'], ['tables', 'positive']], 'aspect_category': [[None, 'negative'], [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']]}