An end-to-end Neural Network Framework for Text Clustering
Jie Zhou, Xingyi Cheng, Jinchao Zhang

TL;DR
This paper introduces an end-to-end neural network framework for text clustering that jointly learns text representations and clustering, outperforming traditional multi-step methods on benchmark datasets.
Contribution
The proposed neural framework unifies text representation learning and clustering into a single end-to-end model, improving clustering performance in NLP tasks.
Findings
Outperforms previous clustering methods significantly
Effective on multiple benchmark datasets
Works well with large corpora
Abstract
The unsupervised text clustering is one of the major tasks in natural language processing (NLP) and remains a difficult and complex problem. Conventional \mbox{methods} generally treat this task using separated steps, including text representation learning and clustering the representations. As an improvement, neural methods have also been introduced for continuous representation learning to address the sparsity problem. However, the multi-step process still deviates from the unified optimization target. Especially the second step of cluster is generally performed with conventional methods such as k-Means. We propose a pure neural framework for text clustering in an end-to-end manner. It jointly learns the text representation and the clustering model. Our model works well when the context can be obtained, which is nearly always the case in the field of NLP. We have our method…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
