Double Embeddings and CNN-based Sequence Labeling for Aspect Extraction
About
One key task of fine-grained sentiment analysis of product reviews is to extract product aspects or features that users have expressed opinions on. This paper focuses on supervised aspect extraction using deep learning. Unlike other highly sophisticated supervised deep learning models, this paper proposes a novel and yet simple CNN model employing two types of pre-trained embeddings for aspect extraction: general-purpose embeddings and domain-specific embeddings. Without using any additional supervision, this model achieves surprisingly good results, outperforming state-of-the-art sophisticated existing methods. To our knowledge, this paper is the first to report such double embeddings based CNN model for aspect extraction and achieve very good results.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Aspect Extraction | Laptop (test) | F1 Score81.59 | 30 | |
| Aspect Extraction | LAPTOP SemEval 2014 (test) | F1 Score81.59 | 28 | |
| Aspect Extraction | Restaurant (test) | F1 Score74.37 | 24 | |
| Aspect Term Extraction (ATE) | SemEval Restaurant 2015 (test) | F1 Score0.7118 | 18 | |
| Aspect Term Extraction (ATE) | SemEval Restaurant 2016 (test) | F1 Score74.39 | 18 | |
| Aspect Term Extraction | Laptop 2014 (test) | F1 Score81.39 | 17 | |
| Aspect Term Extraction | Restaurant 2014 (test) | F1 Score86.04 | 14 | |
| Aspect Extraction | Rest SemEval 2016 (test) | F1 Score74.37 | 12 | |
| Inference Energy Consumption Estimation | Theoretical | FLOPs (Giga)0.258 | 11 | |
| Aspect Term Extraction | DR Restaurant SemEval 2014 (test) | F1 Score78.98 | 10 |