SOTAVerified

Double Embeddings and CNN-based Sequence Labeling for Aspect Extraction

2018-05-11ACL 2018Code Available0· sign in to hype

Hu Xu, Bing Liu, Lei Shu, Philip S. Yu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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

DatasetModelMetricClaimedVerifiedStatus
SemEval-2014 Task-4DE-CNNRestaurant (F1)85.2Unverified
SemEval 2014 Task 4 Sub Task 1DE-CNNLaptop (F1)81.59Unverified
SemEval 2015 Task 12DE-CNNRestaurant (F1)68.28Unverified
SemEval 2016 Task 5 Sub Task 1 Slot 2DE-CNNRestaurant (F1)74.37Unverified

Reproductions