AkihikoWatanabe / paper_notes

たまに追加される論文メモ
https://AkihikoWatanabe.github.io/paper_notes
17 stars 0 forks source link

Personalized Review Generation by Expanding Phrases and Attending on Aspect-Aware Representations, Ni+, ACL'18 #306

Open AkihikoWatanabe opened 5 years ago

AkihikoWatanabe commented 5 years ago

https://cseweb.ucsd.edu/~jmcauley/pdfs/acl18.pdf

AkihikoWatanabe commented 5 years ago

image

Personalized Review Generationタスクを、user, item, short phraseがgivenな時に、それを考慮して完全なレビューを生成するタスクとして定義。 short phraseとしては、item titleやreview summaryなどを利用している。 アイテムのaspectを考慮してレビューを生成できる点が新しい。 モデルとしては、aspect-awareなrepresentationを学習することによって、ユーザ・アイテムのaspectに関する嗜好(e.g. どの部分について言及したいか、など)を捉えたレビューを生成できるようにしている。 各aspectには代表的な単語が紐づいており、aspectに紐づく単語の生成確率をaspect-aware representationから求めたattentionによって制御し、生成時に下駄を履かせている。

AkihikoWatanabe commented 5 years ago

PyTorch実装:https://github.com/nijianmo/textExpansion/tree/master/expansionNet