English

Embarrassingly Simple Unsupervised Aspect Extraction

Computation and Language 2020-04-29 v1

Abstract

We present a simple but effective method for aspect identification in sentiment analysis. Our unsupervised method only requires word embeddings and a POS tagger, and is therefore straightforward to apply to new domains and languages. We introduce Contrastive Attention (CAt), a novel single-head attention mechanism based on an RBF kernel, which gives a considerable boost in performance and makes the model interpretable. Previous work relied on syntactic features and complex neural models. We show that given the simplicity of current benchmark datasets for aspect extraction, such complex models are not needed. The code to reproduce the experiments reported in this paper is available at https://github.com/clips/cat

Keywords

Cite

@article{arxiv.2004.13580,
  title  = {Embarrassingly Simple Unsupervised Aspect Extraction},
  author = {Stéphan Tulkens and Andreas van Cranenburgh},
  journal= {arXiv preprint arXiv:2004.13580},
  year   = {2020}
}

Comments

Accepted as ACL 2020 short paper

R2 v1 2026-06-23T15:09:21.282Z