Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Self-Taught Convolutional Neural Networks for Short Text Clustering

About

Short text clustering is a challenging problem due to its sparseness of text representation. Here we propose a flexible Self-Taught Convolutional neural network framework for Short Text Clustering (dubbed STC^2), which can flexibly and successfully incorporate more useful semantic features and learn non-biased deep text representation in an unsupervised manner. In our framework, the original raw text features are firstly embedded into compact binary codes by using one existing unsupervised dimensionality reduction methods. Then, word embeddings are explored and fed into convolutional neural networks to learn deep feature representations, meanwhile the output units are used to fit the pre-trained binary codes in the training process. Finally, we get the optimal clusters by employing K-means to cluster the learned representations. Extensive experimental results demonstrate that the proposed framework is effective, flexible and outperform several popular clustering methods when tested on three public short text datasets.

Jiaming Xu, Bo Xu, Peng Wang, Suncong Zheng, Guanhua Tian, Jun Zhao, Bo Xu• 2017

Related benchmarks

TaskDatasetResultRank
Short Text ClusteringSearchSnippets
Accuracy77.09
38
Short Text ClusteringStackOverflow
Accuracy51.14
38
Short Text ClusteringBiomedical
Accuracy0.4362
19
Short Text ClusteringBiomedical
NMI3.818
18
Short Text ClusteringBiomedical
Accuracy0.436
17
ClusteringBiomedical
NMI0.381
13
ClusteringStackOverflow
NMI49
13
Showing 7 of 7 rows

Other info

Code

Follow for update