CLAIDec 16, 2021

Hyperbolic Disentangled Representation for Fine-Grained Aspect Extraction

arXiv:2112.09215v19 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate aspect extraction in opinion analysis, offering incremental improvements over existing weakly supervised methods.

The paper tackles the problem of improving weakly supervised aspect extraction from user reviews by addressing the underutilization of latent word hierarchies and the lack of distinct semantics for seed words, resulting in average F1 performance gains of 18.2% and 24.1% on product and restaurant review datasets.

Automatic identification of salient aspects from user reviews is especially useful for opinion analysis. There has been significant progress in utilizing weakly supervised approaches, which require only a small set of seed words for training aspect classifiers. However, there is always room for improvement. First, no weakly supervised approaches fully utilize latent hierarchies between words. Second, each seed words representation should have different latent semantics and be distinct when it represents a different aspect. In this paper, we propose HDAE, a hyperbolic disentangled aspect extractor in which a hyperbolic aspect classifier captures words latent hierarchies, and aspect-disentangled representation models the distinct latent semantics of each seed word. Compared to previous baselines, HDAE achieves average F1 performance gains of 18.2% and 24.1% on Amazon product review and restaurant review datasets, respectively. In addition, the em-bedding visualization experience demonstrates that HDAE is a more effective approach to leveraging seed words. An ablation study and a case study further attest to the effectiveness of the proposed components

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