yumeng5 / CatE

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

For help #8

Closed perveil closed 2 years ago

perveil commented 2 years ago

hi yumeng: i am a new researcher in this field,i want to know after this model,how to do a classification task!in the paper,did you use the model of WeSTClass to classify the type of document?

BEST

a student from PKU.

yumeng5 commented 2 years ago

Hi @perveil ,

For document classification, we directly used the learned word embedding by CatE as the input word representation to WeSTClass (i.e., replacing the word2vec embedding in WeSTClass with the CatE embedding learned on the same corpus).

Best, Yu