Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task Definition #1

Open
jurukode opened this issue May 10, 2017 · 5 comments
Open

Task Definition #1

jurukode opened this issue May 10, 2017 · 5 comments

Comments

@jurukode
Copy link

Hi @vanzytay,

just want to make sure. So given a text review, it should return the aspect with its term, right? Thank you!

@vanzytay
Copy link
Owner

hi @dyngts

Given the review and term (a sequence of words existing in the review), the model will return the sentiment. (is this what you mean by aspect?).

@jurukode
Copy link
Author

hi @vanzytay,

Do you mean the model will return overall sentiment polarity for specific review? i thought at first, it will return the aspects (what i mean by aspect is like food, service, ambience in restaurant aspect) with its polarity instead only overall sentiment.

What do you think about that?

Thank you

@vanzytay
Copy link
Owner

No, we only return sentiments and assume the aspect is given.

This is in concert with works like https://aclweb.org/anthology/D16-1058 which doesn't consider the extraction of aspects and assume they are given.

@jurukode
Copy link
Author

Hi @vanzytay,

Thanks for the clarification. My concern is the model cannot be used for production when there's always new reviews that don't have any pre-defined annotate review.

@vanzytay
Copy link
Owner

You can always use an off-the-shelf entity extractor for the aspect terms. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants