yumeng5 / CatE

[WWW 2020] Discriminative Topic Mining via Category-Name Guided Text Embedding
Apache License 2.0
50 stars 15 forks source link

outputs #5

Closed argideritzalpea closed 3 years ago

argideritzalpea commented 4 years ago

The outputs of the scripts are not apparent from the readme of the repo. What is the set of things that may be returned from running the code?

yumeng5 commented 4 years ago

Hi,

The CatE algorithm trains word and topic embeddings which will be saved in files specified by command line arguments -word-emb and -topic-emb, respectively. Also, the topic mining results (lists of terms retrieved for each topic) will be saved in the file specified by -res. You can refer to run.sh for examples.

Best, Yu