SOTAVerified

Open-Domain Targeted Sentiment Analysis via Span-Based Extraction and Classification

2019-06-10ACL 2019Code Available0· sign in to hype

Minghao Hu, Yuxing Peng, Zhen Huang, Dongsheng Li, Yiwei Lv

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Open-domain targeted sentiment analysis aims to detect opinion targets along with their sentiment polarities from a sentence. Prior work typically formulates this task as a sequence tagging problem. However, such formulation suffers from problems such as huge search space and sentiment inconsistency. To address these problems, we propose a span-based extract-then-classify framework, where multiple opinion targets are directly extracted from the sentence under the supervision of target span boundaries, and corresponding polarities are then classified using their span representations. We further investigate three approaches under this framework, namely the pipeline, joint, and collapsed models. Experiments on three benchmark datasets show that our approach consistently outperforms the sequence tagging baseline. Moreover, we find that the pipeline model achieves the best performance compared with the other two models.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SemEval 2014 Task 4 LaptopSPANF168.06Unverified

Reproductions