task_type
stringclasses 1
value | dataset
stringclasses 1
value | input
list | output
stringlengths 14
75
| situation
stringclasses 1
value | label
stringclasses 1
value | extra
stringclasses 1
value | instruct
stringclasses 1
value |
---|---|---|---|---|---|---|---|
generation
|
towe
|
[
"I was looking too closely at the other performance specs and while comparing , I took it for granted that these features were standard ."
] |
['features', ['standard']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I bought this last week , and the very next day had to return it because it over heated and the touch-mouse stopped responding ."
] |
['touch-mouse', ['stopped']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Oh yea , has no numeric pad on the side ."
] |
['numeric', ['no']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The cover for the DVD drive soon came off , too -- a mark of poor construction quality ."
] |
['cover', ['came', 'poor']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The cover for the DVD drive soon came off , too -- a mark of poor construction quality ."
] |
['construction', ['poor']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"But the arm velcro is torn after one use ."
] |
['arm', ['torn']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The software is amazing ."
] |
['software', ['amazing']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"We carry the netbook around here and there , hence it 's kinda of irritating when the LCD just `` slide '' downwards ."
] |
['LCD', ['irritating']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The 2 GB of RAM is plenty , able to run Windows 7 and at least 2 or 3 other programs with next to no slowdown ."
] |
['2', ['plenty']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The 2 GB of RAM is plenty , able to run Windows 7 and at least 2 or 3 other programs with next to no slowdown ."
] |
['Windows', ['able']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The 2 GB of RAM is plenty , able to run Windows 7 and at least 2 or 3 other programs with next to no slowdown ."
] |
['programs', ['able']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The battery life is amazing , the versitility is outstanding ."
] |
['battery', ['amazing']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The battery life is amazing , the versitility is outstanding ."
] |
['versitility', ['outstanding']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Vista is a nightmare ."
] |
['Vista', ['nightmare']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The program came with the computer and works beautifully ."
] |
['program', ['beautifully']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I was loving this Netbook because it had an amazing screen and display and was small and light , but after 1 week it stopped openning web pages for me ( even after installing new browsers ) then eventually it just started giving me a blue screen and crashing everytime I booted it ."
] |
['screen', ['amazing']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I was loving this Netbook because it had an amazing screen and display and was small and light , but after 1 week it stopped openning web pages for me ( even after installing new browsers ) then eventually it just started giving me a blue screen and crashing everytime I booted it ."
] |
['display', ['small', 'light']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I was loving this Netbook because it had an amazing screen and display and was small and light , but after 1 week it stopped openning web pages for me ( even after installing new browsers ) then eventually it just started giving me a blue screen and crashing everytime I booted it ."
] |
['browsers', ['new']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The So called laptop Runs to Slow and I hate it !"
] |
['Runs', ['Slow', 'hate']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Charger seems large for this class of computer ."
] |
['Charger', ['large']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I dislike the quality and the placement of the speakers ."
] |
['speakers', ['dislike']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The screen graphics and clarity , and sharpness are great ."
] |
['screen', ['great']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The screen graphics and clarity , and sharpness are great ."
] |
['clarity', ['great']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The screen graphics and clarity , and sharpness are great ."
] |
['sharpness', ['great']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"So I called customer support ( which is good too ) and they went through it and it is just a safety feature and it does not affect performance at all , I just chose to hide the message ."
] |
['customer', ['good']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"So I called customer support ( which is good too ) and they went through it and it is just a safety feature and it does not affect performance at all , I just chose to hide the message ."
] |
['performance', ['not']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The unibody design is edgy and durable ."
] |
['unibody', ['edgy', 'durable']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"STOPPED BOOTING UP less than a week after my one-year warranty was up ."
] |
['BOOTING', ['STOPPED']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"STOPPED BOOTING UP less than a week after my one-year warranty was up ."
] |
['one-year', ['up']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"But , for the cost this is a winner ."
] |
['cost', ['winner']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Also , the battery does not last very long at all ."
] |
['battery', ['long']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I bought it from HSN because it was `` bundled '' with extra software , but as it turns out , that software just crashes it more often ... .."
] |
['software', ['crashes']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I constantly had to send my laptop in for services every 3 months and it always seems to be the same problem that they said they had already fixed ."
] |
['services', ['problem']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Strong performance in this device makes use of fun and a strong sense of the era of speed This device serves all modern requirements is a very strong game and is very useful for designers ."
] |
['performance', ['strong']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I was sorely disapointed to discover that HP ( what I thought was a reputable company ) would n't honor the warrenty when the fan blade fell apart ."
] |
['warrenty', ['sorely']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I was sorely disapointed to discover that HP ( what I thought was a reputable company ) would n't honor the warrenty when the fan blade fell apart ."
] |
['fan', ['fell']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"More times that not the screen pops up saying I have a bad internet connection , or the page ca n't be displayed ."
] |
['internet', ['bad']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"While most people say that PCs hold functionality and value and Macs are just pretty to look at , I think there 's something to be said about the simplicity of Macs ."
] |
['look', ['pretty']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"My macbook is so much better looking and so thin !"
] |
['looking', ['better']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The ease of use is wonderful ."
] |
['use', ['ease', 'wonderful']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The battery gets so HOT it is scary ."
] |
['battery', ['HOT', 'scary']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Best thing is I can use existing 32 bit old programs ."
] |
['programs', ['Best']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It 's so nice to look at and the keys are easy to type with ."
] |
['keys', ['easy']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It 's so nice to look at and the keys are easy to type with ."
] |
['look', ['nice']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The only thing I would change about it is the mouse keys ."
] |
['mouse', ['change']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It is absolutely horrible to use , despite all its so called advanced features ."
] |
['features', ['advanced']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It is absolutely horrible to use , despite all its so called advanced features ."
] |
['use', ['horrible']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I have to keep turning it until it decides to lower and there is no mute ."
] |
['mute', ['no']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It 's still beautiful and has better color reproduction than I could ever expect from a notebook ."
] |
['color', ['better']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"After that I turned to email in my next vain help to get them to acknowledge that the warranty was still valid ."
] |
['warranty', ['valid']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"He loves it and it is easy to use and well the schools start teaching the kids early about computers so it was easy for him to get started ."
] |
['use', ['easy']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Also , macbooks come with much more features which are so cool !"
] |
['features', ['more', 'cool']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"They have developed excellent proprietary software for editing video and pictures and I 'm looking forward to utilizing these tools on the regular ."
] |
['proprietary', ['excellent']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Getting the Apple Care plan is a must ."
] |
['Apple', ['must']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"overall i would recomend this to anybody and tell them that if they want to burn their music or play there video games to buy the cd drive ."
] |
['cd', ['recomend']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The dv4 boasted a faster processor , more memory , and a bigger hard drive than my old computer , plus a better quality web cam , nicer screen , and many other features ."
] |
['processor', ['faster']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The dv4 boasted a faster processor , more memory , and a bigger hard drive than my old computer , plus a better quality web cam , nicer screen , and many other features ."
] |
['memory', ['more']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The dv4 boasted a faster processor , more memory , and a bigger hard drive than my old computer , plus a better quality web cam , nicer screen , and many other features ."
] |
['hard', ['bigger']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The dv4 boasted a faster processor , more memory , and a bigger hard drive than my old computer , plus a better quality web cam , nicer screen , and many other features ."
] |
['web', ['better']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The dv4 boasted a faster processor , more memory , and a bigger hard drive than my old computer , plus a better quality web cam , nicer screen , and many other features ."
] |
['screen', ['nicer']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The dv4 boasted a faster processor , more memory , and a bigger hard drive than my old computer , plus a better quality web cam , nicer screen , and many other features ."
] |
['features', ['many']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The only downfall is the battery only last 1.5-2.0 hrs when not plugged in ."
] |
['battery', ['downfall']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The graphics on this computer are also stellar - very clear and vivid ."
] |
['graphics', ['stellar', 'clear', 'vivid']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Aside from the trial software and the short battery life , lack of a webcam , its great ."
] |
['battery', ['short']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Aside from the trial software and the short battery life , lack of a webcam , its great ."
] |
['webcam', ['lack']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Graphics are clean and sharp , internet interfaces are seamless ."
] |
['Graphics', ['clean', 'sharp']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Graphics are clean and sharp , internet interfaces are seamless ."
] |
['internet', ['seamless']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The newer black keyboard took a little bit away from the previous gray one which looked really slick , but it is still a great notebook !"
] |
['black', ['newer', 'great']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Sony parts reliability and quality of service is recenlty the worst ."
] |
['service', ['worst']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"As with any laptop not purchased with software options , it comes with a lot of what I consider useless applications ."
] |
['applications', ['useless']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Its Office compatible , but the features and its functioning is all new again so you might as well save the money and just learn the pre installed mac programs ."
] |
['features', ['new']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Its Office compatible , but the features and its functioning is all new again so you might as well save the money and just learn the pre installed mac programs ."
] |
['functioning', ['new']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Its Office compatible , but the features and its functioning is all new again so you might as well save the money and just learn the pre installed mac programs ."
] |
['Office', ['compatible']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It just works flawlessly !"
] |
['works', ['flawlessly']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I 'm having the laptop returned unrepaired since paying $ 176 every 3 months just is n't worth it ( that 's about how long the port seems to last ) ."
] |
['port', ['worth']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"also the battery is completely shot ."
] |
['battery', ['completely']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"/ awesome cooling system / much better grafics card ( ATI 5870 ) / 8GB RAM / LED backlit screen ..."
] |
['cooling', ['awesome']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"/ awesome cooling system / much better grafics card ( ATI 5870 ) / 8GB RAM / LED backlit screen ..."
] |
['grafics', ['better']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"/ awesome cooling system / much better grafics card ( ATI 5870 ) / 8GB RAM / LED backlit screen ..."
] |
['LED', ['better']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"/ awesome cooling system / much better grafics card ( ATI 5870 ) / 8GB RAM / LED backlit screen ..."
] |
['8GB', ['better']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The biggest problem is that the box had no instructions in it ."
] |
['instructions', ['problem', 'no']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"But after using it a couple of weeks , the overall operation is poor ."
] |
['operation', ['poor']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Compared to similarly spec 'd PCs , this machine is good value , well built and works easily right out of the box ."
] |
['value', ['good']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Compared to similarly spec 'd PCs , this machine is good value , well built and works easily right out of the box ."
] |
['built', ['well']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Compared to similarly spec 'd PCs , this machine is good value , well built and works easily right out of the box ."
] |
['works', ['easily']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Screen is crystal clear and the system is very responsive ."
] |
['Screen', ['crystal']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Screen is crystal clear and the system is very responsive ."
] |
['system', ['responsive']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It is easy to operate and I have already ordered more software and gadgets for my new Rolls Royce of laptops ."
] |
['software', ['more']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It is easy to operate and I have already ordered more software and gadgets for my new Rolls Royce of laptops ."
] |
['operate', ['easy']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"It is easy to operate and I have already ordered more software and gadgets for my new Rolls Royce of laptops ."
] |
['gadgets', ['more']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"it might be something deep within Windows , for I was unable to create a disk image on my hard drive ."
] |
['Windows', ['unable']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"it might be something deep within Windows , for I was unable to create a disk image on my hard drive ."
] |
['hard', ['unable']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"it might be something deep within Windows , for I was unable to create a disk image on my hard drive ."
] |
['disk', ['unable']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"The track pad to me is what really stands out though , you can do several different things with it just depending on how many fingers you use on the track pad , awesome thinking Apple !"
] |
['track', ['stands']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Now I had not tried to use this since the disc drive had been replaced and after taking it back to the Geek Squad I found out they had accidently not used the right drive when they replaced the first one , so back it went to get the correct drive ."
] |
['disc', ['replaced']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"First , you ll discover that the word processing program known as Appleworks rarely translates perfectly on anyone else s computer , if it translates at all ."
] |
['Appleworks', ['rarely']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"First , you ll discover that the word processing program known as Appleworks rarely translates perfectly on anyone else s computer , if it translates at all ."
] |
['word', ['rarely']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"I already have a HP laptop I bought last year that 's standard size ."
] |
['size', ['standard']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"Battery is not upgradable to a longer life battery ."
] |
['Battery', ['not']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
||
generation
|
towe
|
[
"apple has a reputation and is well known for its easy usage ."
] |
['usage', ['easy']]
|
none
|
Task: Extracting aspect terms and their opinion words(in a list). Input: A sentence. Output: A list of 2-tuples where each tuple contains the extracted aspect term their opinion words(in a list). Supplement: "Null" means that there is no occurrence in the sentence. Example: Input: "It 's fast , light , and simple to use ." Output: ['use', ['fast', 'light', 'simple']]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.