Skip to content

CluWords: Exploiting Semantic Word Clustering Representation for Enhanced Topic Modeling

Notifications You must be signed in to change notification settings

feliperviegas/cluwords

Repository files navigation

CluWords: Exploiting Semantic Word Clustering Representation for Enhanced Topic Modeling

This is the code for the paper:

Viegas, Felipe and Canuto, Sérgio and Gomes, Christian and Luiz, Washington and Rosa, Thierson and Ribas, Sabir and Rocha, Leonardo and Gonçalves, Marcos André. CluWords: Exploiting SemanticWord Clustering Representation for Enhanced Topic Modeling.The Twelfth ACM International Conference on Web Search and Data Mining (WSDM ’19)

To run this code, you need to install/download :

  • scipy
  • numpy
  • gensim
  • scikit-learn
  • FastText (Pre-trained Word Embedding)

Once installed, setup the paths in the startup file :

main.py

To run the code:

python3 main.py

Cite

If you find this code useful in your research, please, consider citing our paper:

title={CluWords: Exploiting SemanticWord Clustering Representation for Enhanced Topic Modeling},
author={Viegas, Felipe and Canuto, Sérgio and Gomes, Christian and Luiz, Washington and Rosa, 
Thierson and Ribas, Sabir and Rocha, Leonardo and Gonçalves, Marcos André},
booktitle={The Twelfth ACM International Conference on Web Search and Data Mining (WSDM ’19)},
year={2019},
organization={ACM}
}```

About

CluWords: Exploiting Semantic Word Clustering Representation for Enhanced Topic Modeling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages