magicpieh28 / Paper-Summary

1 stars 0 forks source link

An Unsupervised Neural Attention Model for Aspect Extraction(2017) #1

Open magicpieh28 opened 6 years ago

magicpieh28 commented 6 years ago

about this paper

Author: Ruidan He, Wee Sun Lee, Hwee Tou Ng, Daniel Dahlmeier Link: https://www.comp.nus.edu.sg/~leews/publications/acl17.pdf

アテンションメカニズムを用いた初めての教師なしaspect抽出モデル。

ベースラインモデルは:

what are problems they want to solve?

problems

今までのaspect抽出の研究は下記の三つのアプローチでやってきた。それぞれの問題点としては:

how to solve

あらゆる情報を与える手法より、アテンションメカニズムの方がより適切な情報を抽出してくれる。 よって、教師なしニューラルモデルにアテンションをかける手法を提案する。

model architecture

モデルの名前はABAE。 エンベディング空間で、最も近い単語(代表単語)を観察することで、各aspectがわかるaspectのエンベディングセットを学習することが目標。

下の二段階はattentionのため、上の二段階はreconstruction(線型結合)のため。流れは以下の様。 インプット:レビュー文中の単語インデクスのリスト

       image

experiment

dataset

Citysearch corpus:レストランのレビュー BeerAdvocate:ビールのレビュー

setting

image

result

抽出されたaspect単語

image

ベースラインモデルとの比較(レストラン)

     image

ベースラインとの比較(ビール)

     image

アテンション適用したモデル(ABAE)とアテンション適用していないモデル(ABAE-)の比較

     image

→ アテンションの力がわかる

conclusion

LDAと比べて優れた性能を見せた。 ABAEは単純にクオリティの高いaspectを抽出しただけでなく、従来の手法より効率よく抽出できるということが証明できた。

what’s next

Coupled Multi-Layer Attentions for Co-Extraction of Aspect and Opinion Terms http://www.aaai.org/Conferences/AAAI/2017/PreliminaryPapers/15-Wang-W-14441.pdf

code

https://github.com/ruidan/Unsupervised-Aspect-Extraction