Jayshen0 / Unsupervised-Deep-Keyphrase-Generation

Main code for "unsupervised deep keyphrase generation"
37 stars 8 forks source link

Several questions on implementing the codes #5

Open doyooni303 opened 7 months ago

doyooni303 commented 7 months ago

Hi, I'd like to ask few questions on implementing the codes.

  1. Did you use other datasets including KP20k from here ?

  2. In which order should I execute given codes? For example, 1) create_vocabulary.py, 2) Train.py etc

  3. In Extract.py, it seems that 'phrase_dic.npy', 'document.npy' are needed. How can I get or make those files?

Thank you for sharing your work.