task_type
stringclasses 1
value | dataset
stringclasses 1
value | input
sequence | output
stringlengths 40
314
| situation
stringclasses 1
value | label
stringclasses 1
value | extra
stringclasses 1
value | instruction
stringclasses 2
values |
---|---|---|---|---|---|---|---|
generation | mams | [
"I just had dinner there with my girlfriend and we had the best time."
] | [['dinner', 'neutral'], ['time', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The wait was much shorter than the hostess quoted, which was great."
] | [['wait', 'positive'], ['hostess', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"One waitress was downright rude when we asked for the check."
] | [['waitress', 'negative'], ['check', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The food was good I had the ground beef over rice."
] | [['food', 'positive'], ['ground beef', 'neutral'], ['rice', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Come in the evening, sip a glass of wine, or two, and enjoy the great live jazz along with your dinner."
] | [['live jazz', 'positive'], ['dinner', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"not only did we not get our 'bombay' fries until after the entire meal, but we then had to wait nearly an hour for our inattentive waiter to bring our check, and only after we flagged him down."
] | [['meal', 'neutral'], ['waiter', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"My husband and I sat at the bar, and service was excellent."
] | [['bar', 'neutral'], ['service', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The hostess failed to inform us of that the restuarnt was hosting a private company party when we made the reservation."
] | [['hostess', 'negative'], ['reservation', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"For dessert the pecan pie, comes warm with whip cream."
] | [['dessert', 'positive'], ['pecan pie', 'positive'], ['cream', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"One friend had the steak which he didn't care for, but after waiting so long to be seated he was hungry."
] | [['steak', 'neutral'], ['waiting', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"although I don't think there is any beef on the menu (but there is plenty of fish and chicken)."
] | [['menu', 'neutral'], ['fish', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The new fall menu has a black cod with miso broth so good I thought I was at Nobu."
] | [['new fall menu', 'neutral'], ['black cod with miso broth', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Be prepared to make friends with the people sitting next to you, tight seating."
] | [['people', 'neutral'], ['seating', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I drank beer, but I tried her apple martini, It was great not sour at all."
] | [['beer', 'neutral'], ['apple martini', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Despite the fact that I had called earlier in the day and was told that the place didn't take reservations and there were several empty tables for two on both floors, we were told that there would be a 30 minute wait."
] | [['reservations', 'neutral'], ['tables', 'negative'], ['wait', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The menu has many dishes that one can't find anywhere in the city."
] | [['menu', 'neutral'], ['dishes', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The rolls are tiny so you have to order more anyway and they will often get your order wrong if you stray from the menu."
] | [['rolls', 'negative'], ['menu', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"After scrunching into the tiny bar area and ordering a drink, I was annoyed but couldn't help but notice the handsome bartender having a tete-a-tete with another French-speaking cutie."
] | [['drink', 'neutral'], ['bartender', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Overall, the quality of the food won us over, but if there's one thing the management needs to work on, it's service."
] | [['management', 'negative'], ['service', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I would definitely recommend getting reservations as the wait can be very long."
] | [['reservations', 'neutral'], ['wait', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Service was fine and the food delivered in reasonable time given the crowd, but for the price I was disappointed."
] | [['Service', 'positive'], ['food', 'positive'], ['crowd', 'neutral'], ['price', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Once in the oven (electric, mind you), he shifts pies every few seconds to attain nicely-charred, chewy crust perfection."
] | [['pies', 'neutral'], ['perfection', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I've never been during the dinner rush, whence I think most of the service complaints originate."
] | [['dinner', 'neutral'], ['service', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"In addition, the manager refused to come over to apologize - but told the waitress to offer us TWO desserts on the house- when there were FOUR people dining."
] | [['manager', 'negative'], ['waitress', 'negative'], ['desserts', 'neutral'], ['dining', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"It took the waiter over 30 minutes to get our food because the order was misplaced."
] | [['waiter', 'negative'], ['food', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"So maybe I'm naive to the latest trends in dining, but I really didn't like it."
] | [['trends', 'negative'], ['dining', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The retaurant is know for the long wait but they do take reservation for group of 5-8 people, so it was just perfect for my friend BD dinner for 3 couples."
] | [['wait', 'negative'], ['reservation', 'neutral'], ['dinner', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The food is fantastic, Gourmet comfort food and has gotten progressively better over the past year, as did the service."
] | [['Gourmet comfort food', 'neutral'], ['service', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The chorizo was a memory and sounded better on the menu."
] | [['chorizo', 'positive'], ['menu', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"At one point, I spilled my water glass--when I informed the waiter of this he said he would clean it up--he never got around to it."
] | [['water glass', 'neutral'], ['waiter', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The service is great - they are very attentive and fast, however, they do make faces and comments when you order alot of the ALL YOU CAN EAT food."
] | [['service', 'positive'], ['food', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"the waitress was slow and forgot our drinks about 3 times."
] | [['waitress', 'negative'], ['drinks', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"the duck is not freshly roasted, it has been sitting under the IR lamp for hours, skin is not crispy."
] | [['duck', 'negative'], ['lamp', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"After the wonderful anipasto tray came, it was 60 minutes before our plates were removed and dinner was brought."
] | [['anipasto', 'positive'], ['plates', 'neutral'], ['dinner', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"5 minutes later the same waitress came back to have us move to the next table so she could seat a party of 4."
] | [['waitress', 'negative'], ['table', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The wasabi mashed potatoes were delicious while the chicken was dry."
] | [['wasabi mashed potatoes', 'positive'], ['chicken', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Arriba Arriba has much better food, margs, and atmosphere with slightly higher prices, but well worth it."
] | [['food', 'positive'], ['prices', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I agree with the many posters addressing an oppressively aggressive waitstaff, and I'm in particular support of the review directed at Franny's bizarrely adamant refusal to cut pizza (or provide adaquate knives/plates for us to do it ourselves)."
] | [['waitstaff', 'negative'], ['pizza', 'neutral'], ['adaquate', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The tables are a little too close together, but when the food is this good it's difficult to be distracted."
] | [['tables', 'negative'], ['food', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The ambiance is nice, but the wait staff was rude and unattentive."
] | [['ambiance', 'positive'], ['wait staff', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The clean, sunny interior looks nothing like Jerry and the gang's dingy haunt, but it showcases fun ephemera like Seinfeld cast autographs and press clips on how the diner inspired the musical ode by Suzanne Vega."
] | [['interior', 'positive'], ['Seinfeld', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I've heard such wonderful things about Pluck U and had the pleasure of trying their infamous chicken while having learned a few things: 1) rushed service 2) limited menu 3) semi-reasonable 4) overly popular."
] | [['infamous chicken', 'positive'], ['menu', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Serving things like Chicken Kiev with a garlic mashed potato egg roll for $$ with the snooty attitude to match!"
] | [['Chicken Kiev', 'neutral'], ['attitude', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I tried the Crab Croquettes (delicious, and yes, the sauce IS hot) and the Salade Jumelle (a good, basic mesculen salad)."
] | [['Crab Croquettes', 'positive'], ['sauce', 'positive'], ['Salade', 'neutral'], ['Salad', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"service is quick, not overly friendly, but hey it's a small place and the servers are constantly busy."
] | [['service', 'positive'], ['servers', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Their service can use a little assistance, but their food is great."
] | [['service', 'negative'], ['food', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Food was at best, mediocre and when the bill finally came they had nerve to add on 20% gratuity even though there was nothing stated on the menu or anywhere that gratuity was included for a party of 5 (usually a party of 6 is gratuity inclusive)."
] | [['bill', 'neutral'], ['menu', 'neutral'], ['Food', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Costs could be better - expect to be upsold by the hovering wait staff - and come for the authentic tastes, not the interior decor (looked a littel like Cheers!"
] | [['hovering wait staff', 'positive'], ['interior decor', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The price was right too--I spent under $30 for my entree and two drinks."
] | [['price', 'positive'], ['drinks', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I don't think the menu is particularly creative, but I've gotten solidly tasty sushi here and it's always enormous."
] | [['menu', 'negative'], ['sushi', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I STRONGLY recommend to try something other than typical menu items and go for the short ribs over rice, black cod, sea bass, or duck (there are two dishes that are great)."
] | [['menu', 'neutral'], ['ribs', 'neutral'], ['rice', 'neutral'], ['black cod', 'neutral'], ['sea bass', 'neutral'], ['duck', 'neutral'], ['dishes', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"As we attempted to digest our meal and browse the dessert menu, the same staff members approached us to move along our order."
] | [['meal', 'neutral'], ['dessert menu', 'neutral'], ['staff members', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"While we were trying to have dinner, all of the waiters spent their time playing with spilled milk at the counter, not paying any attention to the diners."
] | [['dinner', 'neutral'], ['waiters', 'negative'], ['counter', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Our waiter took his sweet time bringing the menus and telling us the specials and it wasn't until almost 10:15 that we put our order in."
] | [['waiter', 'positive'], ['menus', 'neutral'], ['specials', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"great decor, unfortunately the worst service possible."
] | [['decor', 'positive'], ['service possible', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The upside of Zen Palate is the open kitchen, which allows you to watch the cooks at work and removes fears of who only knows what the chefs are doing in the back."
] | [['Zen', 'neutral'], ['open kitchen', 'neutral'], ['cooks', 'positive'], ['chefs', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I chose Guastavinos for my wedding reception dinner (for 19 of us) and planned it through their private dining staff."
] | [['reception dinner', 'neutral'], ['dining staff', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"No bar only a waiting area with about 10 tables where you can have drinks prior to dinner."
] | [['bar', 'negative'], ['waiting area', 'neutral'], ['tables', 'neutral'], ['drinks', 'neutral'], ['dinner', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"We organized a party at this bar and have gotten very poor service."
] | [['bar', 'neutral'], ['service', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"They always greet me and my friends warmly, deliver food promptly, are happy to answer questions about the menu, and they almost always throw in a free dessert at the end of the meal!"
] | [['food', 'positive'], ['menu', 'neutral'], ['dessert', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"90 for a porterhouse steak for 2 (ordered medium-rare, delivered well-done, dry and tasteless) and I'm not even full."
] | [['steak', 'neutral'], ['delivered', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Fusion-inspired tapas, such as wasabi-honey poached garlic shrimp, show off the talents of the San Sebastian-trained chefs."
] | [['tapas', 'positive'], ['wasabi-honey poached garlic shrimp', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The seafood is out of this world and priced accordingly."
] | [['seafood', 'positive'], ['accordingly', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The spinach was the best thing on the menu, the shrooms were soaked in reduction, and the goose fat potatoes were very decent."
] | [['spinach', 'positive'], ['goose fat potatoes', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Basically, all the food on the menu is a half-ass'd attempt at vietnamese food, followed by a innappropriate heap of MSG to make up for the lack of any flavor."
] | [['menu', 'neutral'], ['flavor', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Had a terrible time making a reservation and when we arrived they still had the table count wrong, and that was after 5 phone calls!"
] | [['reservation', 'neutral'], ['table', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I had a nice time, place was crowded but the food was very good."
] | [['time', 'positive'], ['food', 'positive'], ['place', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Ive personally tried almost everything on the menu and been amazed at the quality and presentation."
] | [['menu', 'neutral'], ['presentation', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Lunch (a chicken sandwich on baguette with fries) was decent, brunch (dry, hard pancakes) was pretty bad."
] | [['Lunch', 'positive'], ['a chicken sandwich on baguette', 'neutral'], ['brunch', 'positive'], ['pancakes', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"We got there before our reservation and the seated us quickly."
] | [['reservation', 'neutral'], ['seated', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"They offer a sushi bar with very fresh fish, and the side dishes are excellent."
] | [['sushi bar', 'neutral'], ['fish', 'positive'], ['side dishes', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Great deal for lunch; came to something like $11 with tip and tax!"
] | [['lunch', 'negative'], ['tip', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The atmosphere couldn't be better, and the service was outstanding -- at the time there were only two people working the entire bar, and we still got taken care of like it was a five star restaurant."
] | [['atmosphere', 'positive'], ['service', 'positive'], ['bar', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Our waiter was ever so helpful as he stood back and watched my sister and I physically move our table."
] | [['waiter', 'positive'], ['table', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I was back-to-back with the diner at the table behind me and wait staff had to hoist trays over our heads as they squeezed past us again and again."
] | [['diner', 'neutral'], ['staff', 'negative'], ['trays', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"We hung out by the bar mostly to ourselves, not an overwelming social crowd, but there were some georgous groups of hipsters looking like it was their meeting up before going out to the clubs (a few of the girls looked like top models), but the vibe was real chill."
] | [['bar', 'neutral'], ['crowd', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"(food was delivered by a busboy, not waiter) We got no cheese offered for the pasta, our water and wine glasses remained EMPTY our entire meal, when we would have easily spent another $20 on wine."
] | [['food', 'neutral'], ['busboy', 'neutral'], ['cheese', 'negative'], ['water and wine glasses', 'negative'], ['meal', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"While admitably, the seating is a bit cramped, and the menu a tad pricey, the staff does its best to remedy concerns."
] | [['seating', 'negative'], ['staff', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"It was practically impossible to get the waitstaff's attention to order another bottle of wine."
] | [['waitstaff', 'negative'], ['wine', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"It's very cheap, food is great you can bring your own bottle of wine (saves sooo much money) The waiters will uncork it bring you glasses too !"
] | [['food', 'positive'], ['bottle of wine', 'neutral'], ['waiters', 'positive'], ['glasses', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Menu had several fish selections (snapper, salmon, cod) but all were around $30 despite the fact that the portions would hardly fill a child's belly and the sides were 3 pieces of lettuce (literally)."
] | [['Menu', 'neutral'], ['fish selections', 'positive'], ['salmon', 'neutral'], ['cod', 'negative'], ['portions', 'negative'], ['sides', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I'm a serious sucker for the buns listed in the appetizer section: big, fluffy, feels like true sustenance."
] | [['buns', 'negative'], ['appetizer', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Although I usually go out mid-week for lunch, I now make it a habit to stop out Thursday or Friday evening to enjoy the live Jazz band."
] | [['lunch', 'neutral'], ['live Jazz band', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Space is teeny tiny so waiting at the bar meant getting poked and bumped repeatedly, but hostesses were nice and wine selection was ample."
] | [['Space', 'negative'], ['waiting', 'neutral'], ['bar', 'neutral'], ['wine selection', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"We went inside to the lounge and found that there were several empty tables (which never ended up being occupied)."
] | [['lounge', 'neutral'], ['tables', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The quality of the food used to be worth the long waits but not anymore."
] | [['quality', 'negative'], ['food', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"even when they informed us they were out of the port we chose to accompany our dessert, the manager made sure that we were offered an even better bottle that wasn't even featured on the menu."
] | [['dessert', 'neutral'], ['manager', 'neutral'], ['bottle', 'positive'], ['menu', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The caesar salad was a huge bowl of iceberg lettuce, a dressing that wasn't ceasar, 1 crouton and a few slices of thin chicken -- for $12."
] | [['caesar salad', 'neutral'], ['bowl of iceberg lettuce', 'positive'], ['dressing', 'neutral'], ['thin chicken', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I asked the waiter about the vintages of the wines, to which he replied, I don't know, probably 2003/2004."
] | [['waiter', 'negative'], ['vintages', 'neutral'], ['the wines', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"In Short Despite the tacky Hellenic decor, replete with faux columns and signs of the zodiac carved into plaster walls, this Greek restaurant and bar bursts with authenticity when it comes to menu and atmosphere."
] | [['decor', 'negative'], ['bar', 'neutral'], ['atmosphere', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The only thing whihc i (and my partner) never heard before was: the waitress mentioned the price of the specials (?"
] | [['waitress', 'negative'], ['price', 'neutral'], ['specials', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"small portions, average food 6) we ask for the check, the waiter says, ok, and 5 minutes later asks if we want coffee or dessert."
] | [['food', 'neutral'], ['check', 'neutral'], ['waiter', 'negative'], ['dessert', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"On your way out, pick up a bar of their Swiss chocolate."
] | [['bar', 'neutral'], ['chocolate', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"We were a bit chatty so it took us a while to decide what to order, but when we made it abundantly clear we were ready (closed the menu, looked around for our waiter) he was slammed from the recent filling of the space."
] | [['menu', 'neutral'], ['waiter', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"The parade of carbs--do we need tepid yuca firees and regular fires and mashed potatoes is superfluous; better to put some of these on the salad bar."
] | [['fires', 'neutral'], ['mashed potatoes', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"To be fair, my husband's cheeseburger was quite good, but the waitress never apologized for the long wait or attempted to explain."
] | [['cheeseburger', 'positive'], ['waitress', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"I had the Brazailian steak and the spinach and cheese crepe for dinner - the steak was tender accompanied with mashed potatoes and salad, but salty!"
] | [['dinner', 'neutral'], ['mashed potatoes and salad', 'positive']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Because of the delicate thin crust, take-out pies get soggy in their boxes."
] | [['crust', 'positive'], ['take-out pies', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"Server Sean Toussaint suggested specials and specialties worth the $$$ price."
] | [['Server', 'positive'], ['specials', 'neutral']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |
||
generation | mams | [
"the food is still awesome - the twist on mexican is perfect - but the service is terrible - from the apathetic hosts to the unbelievably slow servers."
] | [['food', 'positive'], ['hosts', 'negative'], ['servers', 'negative']] | none | Task: Extracting aspect terms and their corresponding sentiment polarities. Input: A sentence. Output: A list of 2-tuples, where each tuple contains the extracted aspect term and their corresponding sentiment polarity. Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "The decor is not special at all but their food and amazing prices make up for it." Output: [['decor', 'negative'], ['food', 'positive'], ['prices', 'positive']] |