INSIGHT-1 at SemEval-2016 Task 5: Deep Learning for Multilingual Aspect-based Sentiment Analysis
Sebastian Ruder, Parsa Ghaffari, and John G. Breslin

TL;DR
This paper presents a deep learning approach using CNNs for multilingual aspect-based sentiment analysis, achieving competitive results across multiple languages and domains in SemEval 2016.
Contribution
It introduces a CNN-based method for aspect extraction and sentiment analysis, framing aspect extraction as multi-label classification and demonstrating effectiveness across languages.
Findings
Achieved top or second place in 12 out of 22 language-domain pairs.
Effective multi-label aspect extraction with CNNs.
Viability of deep learning for multilingual sentiment analysis.
Abstract
This paper describes our deep learning-based approach to multilingual aspect-based sentiment analysis as part of SemEval 2016 Task 5. We use a convolutional neural network (CNN) for both aspect extraction and aspect-based sentiment analysis. We cast aspect extraction as a multi-label classification problem, outputting probabilities over aspects parameterized by a threshold. To determine the sentiment towards an aspect, we concatenate an aspect vector with every word embedding and apply a convolution over it. Our constrained system (unconstrained for English) achieves competitive results across all languages and domains, placing first or second in 5 and 7 out of 11 language-domain pairs for aspect category detection (slot 1) and sentiment polarity (slot 3) respectively, thereby demonstrating the viability of a deep learning-based approach for multilingual aspect-based sentiment analysis.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution
