textClustering icon indicating copy to clipboard operation
textClustering copied to clipboard

A way to init sentence embedding for unsupervised text clustering, better than glove wordvec?

Open guotong1988 opened this issue 4 years ago • 0 comments

For unsupervised text clustering, the key thing is the init embedding for text.

If we want to use https://github.com/facebookresearch/deepcluster for text, the problem for text is how to get the init embedding from deep model.

BERT can not get good init embedding.

If we do not use deep model, is there better way to get embedding better than glove wordvec?

Thank you very much.

guotong1988 avatar Jul 17 '20 09:07 guotong1988