-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
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?). |
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 |
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. |
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. |
You can always use an off-the-shelf entity extractor for the aspect terms. :) |
Hi @vanzytay,
just want to make sure. So given a text review, it should return the aspect with its term, right? Thank you!
The text was updated successfully, but these errors were encountered: