Double Embeddings and CNN-based Sequence Labeling for Aspect Extraction
Hu Xu, Bing Liu, Lei Shu, Philip S. Yu
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/madehong/Seq2Seq4ATEpytorch★ 0
- github.com/howardhsu/DE-CNNpytorch★ 0
Abstract
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.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| SemEval-2014 Task-4 | DE-CNN | Restaurant (F1) | 85.2 | — | Unverified |
| SemEval 2014 Task 4 Sub Task 1 | DE-CNN | Laptop (F1) | 81.59 | — | Unverified |
| SemEval 2015 Task 12 | DE-CNN | Restaurant (F1) | 68.28 | — | Unverified |
| SemEval 2016 Task 5 Sub Task 1 Slot 2 | DE-CNN | Restaurant (F1) | 74.37 | — | Unverified |