Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Simple Unsupervised Keyphrase Extraction using Sentence Embedding #26

Open
tm4roon opened this issue Oct 14, 2019 · 0 comments
Open

Simple Unsupervised Keyphrase Extraction using Sentence Embedding #26

tm4roon opened this issue Oct 14, 2019 · 0 comments
Labels
Keyphrase Extraction Keyphrase Extraction

Comments

@tm4roon
Copy link
Owner

tm4roon commented Oct 14, 2019

Simple Unsupervised Keyphrase Extraction using Sentence Embedding

教師なしのキーフレーズ抽出手法を提案。文書ベクトルとフレーズベクトルを同じベクトル空間上にマップし、以下の2つの方法でキーフレーズ候補をランキングする。

  • 文書ベクトルとフレーズベクトルのコサイン類似度 (EmbedRank)
  • EmbedRank + 抽出されたキーフレーズ中の多様性を考慮 (EmbedRank++)

多様性を考慮することにより、ユーザによる評価において、高いスコアを獲得。

文献情報

  • 著者: Kamil Bennani-Smires, Claudiu Musat, Andreaa Hossmann, Michael Baeriswyl, and Martin Jaggi
  • リンク: https://arxiv.org/abs/1801.04470
  • 学会: CoNLL2018
@tm4roon tm4roon added the Keyphrase Extraction Keyphrase Extraction label Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Keyphrase Extraction Keyphrase Extraction
Projects
None yet
Development

No branches or pull requests

1 participant