swisscom / ai-research-keyphrase-extraction

EmbedRank: Unsupervised Keyphrase Extraction using Sentence Embeddings (official implementation)
Apache License 2.0
432 stars 88 forks source link

Inspec evaluation #24

Closed laurita closed 5 years ago

laurita commented 5 years ago

Hey, In the paper you mention that when evaluating the model on NUS dataset you union the keyphrases assigned by authors and annotators. Do you also union the controlled and uncontrolled keyphrases from Inspec dataset?

kamilbs commented 5 years ago

Hi, For the Inspec Dataset, we followed TopicRank paper (and original Hulth's paper (2003) ) and only used the uncontrolled keyphrases (and apply stemming).

laurita commented 5 years ago

Thank you for a quick response!