paper-with-me

홈 › Papers

Semi-supervised Clustering for Short Text via Deep Representation Learning

2016-02-22 · CONLL 2016 8 · Zhiguo Wang, Haitao Mi, Abraham Ittycheriah

In this work, we propose a semi-supervised method for short text clustering, where we represent texts as distributed vectors with neural networks, and use a small amount of labeled data to specify our intention for clustering. We design a novel objective to combine the representation learning process and the k-means clustering process together, and optimize the objective with both labeled data and unlabeled data iteratively until convergence through three steps: (1) assign each short text to its nearest centroid based on its representation from the current neural networks; (2) re-estimate the cluster centroids based on cluster assignments from step (1); (3) update neural networks according to the objective by keeping centroids and cluster assignments fixed. Experimental results on four datasets show that our method works significantly better than several other text clustering methods.

📄 PDF Abstract BibTeX arXiv:1602.06797

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringRepresentation LearningShort Text ClusteringText Clustering

Similar Papers 제목 키워드 기반

Deep Clustering with Measure Propagation

2021-04-18 · Minhua Chen, Badrinath Jayakumar, Padmasundari Gopalakrishnan, Qiming Huang 외

Deep models have improved state-of-the-art for both supervised and unsupervised learning. For example, deep embedded clustering (DEC) has greatly improved the unsupervised clustering performance, by using stacked autoenc…

ClusteringDeep ClusteringRepresentation LearningShort Text Clustering+2

A Framework for Authorial Clustering of Shorter Texts in Latent Semantic Spaces

2020-11-30 · Rafi Trad, Myra Spiliopoulou

Authorial clustering involves the grouping of documents written by the same author or team of authors without any prior positive examples of an author's writing style or thematic preferences. For authorial clustering on …

Clusteringfeature selection

Semi-Supervised Clustering for Short Answer Scoring

2018-05-01 · LREC 2018 5 · Andrea Horbach, Manfred Pinkal
ClusteringMetric LearningNatural Language InferenceReading Comprehension

A Clustering Framework for Unsupervised and Semi-supervised New Intent Discovery

2023-04-16 · Hanlei Zhang, Hua Xu, Xin Wang, Fei Long 외

New intent discovery is of great value to natural language processing, allowing for a better understanding of user needs and providing friendly services. However, most existing methods struggle to capture the complicated…

ClusteringIntent DiscoveryRepresentation LearningSemantic Similarity+1

Semi-Supervised Clustering with Contrastive Learning for Discovering New Intents

2022-01-07 · Feng Wei, Zhenbo Chen, Zhenghong Hao, Fengxin Yang 외

Most dialogue systems in real world rely on predefined intents and answers for QA service, so discovering potential intents from large corpus previously is really important for building such dialogue services. Considerin…

ClusteringContrastive LearningText Clustering