memray / seq2seq-keyphrase-pytorch

Apache License 2.0
119 stars 38 forks source link

Does this code achieve the performance in the paper? #29

Closed AmethystineAlpaca closed 5 years ago

AmethystineAlpaca commented 5 years ago

Does this code achieve the performance mentioned in the paper 'Deep Keyphrase Generation'?

memray commented 5 years ago

Yes it can reproduce similar performance. But I recommend you refer to this new repo where the CopyRNN model is also implemented.