paper-with-me

홈 › Papers

From Image to Text Classification: A Novel Approach based on Clustering Word Embeddings

2017-07-25 · Andrei M. Butnaru, Radu Tudor Ionescu

In this paper, we propose a novel approach for text classification based on clustering word embeddings, inspired by the bag of visual words model, which is widely used in computer vision. After each word in a collection of documents is represented as word vector using a pre-trained word embeddings model, a k-means algorithm is applied on the word vectors in order to obtain a fixed-size set of clusters. The centroid of each cluster is interpreted as a super word embedding that embodies all the semantically related word vectors in a certain region of the embedding space. Every embedded word in the collection of documents is then assigned to the nearest cluster centroid. In the end, each document is represented as a bag of super word embeddings by computing the frequency of each super word embedding in the respective document. We also diverge from the idea of building a single vocabulary for the entire collection of documents, and propose to build class-specific vocabularies for better performance. Using this kind of representation, we report results on two text mining tasks, namely text categorization by topic and polarity classification. On both tasks, our model yields better performance than the standard bag of words.

📄 PDF Abstract BibTeX arXiv:1707.08098

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGeneral ClassificationImage to textText Categorizationtext-classificationText ClassificationWord Embeddings

Similar Papers 제목 키워드 기반

Neural Text Classification by Jointly Learning to Cluster and Align

2020-11-24 · Yekun Chai, Haidong Zhang, Shuo Jin

Distributional text clustering delivers semantically informative representations and captures the relevance between each word and semantic clustering centroids. We extend the neural text clustering approach to text class…

ClassificationClusteringGeneral Classificationtext-classification+3

Clustering Word Embeddings with Self-Organizing Maps. Application on LaRoSeDa - A Large Romanian Sentiment Data Set

2021-04-01 · EACL 2021 2 · Anca Tache, Gaman Mihaela, Radu Tudor Ionescu

Romanian is one of the understudied languages in computational linguistics, with few resources available for the development of natural language processing tools. In this paper, we introduce LaRoSeDa, a Large Romanian Se…

ClusteringSentiment AnalysisSentiment ClassificationText Categorization+1

Clustering Word Embeddings with Self-Organizing Maps. Application on LaRoSeDa -- A Large Romanian Sentiment Data Set

2021-01-11 · Anca Maria Tache, Mihaela Gaman, Radu Tudor Ionescu

Romanian is one of the understudied languages in computational linguistics, with few resources available for the development of natural language processing tools. In this paper, we introduce LaRoSeDa, a Large Romanian Se…

ClusteringSentiment AnalysisSentiment ClassificationText Categorization+1

Classification and Clustering of Arguments with Contextualized Word Embeddings

2019-06-24 · ACL 2019 7 · Nils Reimers, Benjamin Schiller, Tilman Beck, Johannes Daxenberger 외

We experiment with two recent contextualized word embedding methods (ELMo and BERT) in the context of open-domain argument search. For the first time, we show how to leverage the power of contextualized word embeddings t…

Argument MiningClassificationClusteringGeneral Classification+1

Graph-based Clustering for Detecting Semantic Change Across Time and Languages

2024-02-01 · Xianghe Ma, Michael Strube, Wei Zhao

Despite the predominance of contextualized embeddings in NLP, approaches to detect semantic change relying on these embeddings and clustering methods underperform simpler counterparts based on static word embeddings. Thi…

Binary ClassificationClusteringWord Embeddings