-
Notifications
You must be signed in to change notification settings - Fork 6
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
2019-ACL-Context-aware Embedding for Targeted Aspect-based Sentiment Analysis #20
Comments
Main problemThis paper's main problem is the automation of the analysis of customers' reviews and understanding the reviewers' attitudes to different aspects of a product, such as "price," "service," or "safety." The authors propose a novel embedding refinement method to obtain context-aware embeddings for Targeted aspect-based sentiment analysis (TABSA). This is because of a need for context awareness in previous works, which led to having the same embeddings for words even when the context changes. Existing workAttention-based neural networks have demonstrated remarkable progress in the TABSA task, but the authors of the current paper note that the existing approaches usually utilize context-independent or randomly initialized vectors for representing targets and aspects. Therefore, the semantic information is lost, and the interdependence among specific targets, corresponding aspects, and context, is not considered. Inputs
Outputs
ExampleThe goal of TABSA is that, given an input sentence, we want to extract the sentiment of the aspect that belongs to a target. Proposed MethodThey present a novel embedding refinement approach to obtain context-aware embeddings for the TABSA task rather than context-independent or randomly initialized embeddings:
The model framework has the following steps, which are provided as a schema in the figure after the steps:
Experimental SetupDataset
They use Glove to initialize the word embeddings in experiments. Evaluation and Metrics They use the metrics below:
Baselines
ResultsThe experimental results show that incorporating context-aware embeddings of targets and aspects into the neural models improves:
Codehttps://github.com/BinLiang-NLP/CAER-TABSA (Official) PresentationNo presentation was provided. CriticismNot considering latent or implicit aspects. |
@farinamhz nice summary. thanks. |
Context-aware Embedding for Targeted Aspect-based Sentiment Analysis
This issue is for the summary of the paper above.
The text was updated successfully, but these errors were encountered: