CLLGMLJul 7, 2019

Neural Aspect and Opinion Term Extraction with Mined Rules as Weak Supervision

arXiv:1907.03750v11114 citations
Originality Incremental advance
AI Analysis

This addresses data scarcity for aspect and opinion term extraction in product reviews, but is incremental as it builds on existing methods with rule-based weak supervision.

The paper tackles the problem of limited labeled data for neural aspect and opinion term extraction in product reviews by mining rules from existing examples to label auxiliary data, and shows that combining this with human-annotated data improves the neural model to achieve performance comparable to state-of-the-art.

Lack of labeled training data is a major bottleneck for neural network based aspect and opinion term extraction on product reviews. To alleviate this problem, we first propose an algorithm to automatically mine extraction rules from existing training examples based on dependency parsing results. The mined rules are then applied to label a large amount of auxiliary data. Finally, we study training procedures to train a neural model which can learn from both the data automatically labeled by the rules and a small amount of data accurately annotated by human. Experimental results show that although the mined rules themselves do not perform well due to their limited flexibility, the combination of human annotated data and rule labeled auxiliary data can improve the neural model and allow it to achieve performance better than or comparable with the current state-of-the-art.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes