CLOct 6, 2023

A Process for Topic Modelling Via Word Embeddings

arXiv:2312.03705v11 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This provides a viable method for unsupervised text classification, but it is incremental as it combines existing techniques.

The authors tackled the problem of topic modeling from unlabeled texts by combining BERT word embeddings, UMAP dimensionality reduction, and K-Means clustering, resulting in good evaluation scores for topic diversity and coherence.

This work combines algorithms based on word embeddings, dimensionality reduction, and clustering. The objective is to obtain topics from a set of unclassified texts. The algorithm to obtain the word embeddings is the BERT model, a neural network architecture widely used in NLP tasks. Due to the high dimensionality, a dimensionality reduction technique called UMAP is used. This method manages to reduce the dimensions while preserving part of the local and global information of the original data. K-Means is used as the clustering algorithm to obtain the topics. Then, the topics are evaluated using the TF-IDF statistics, Topic Diversity, and Topic Coherence to get the meaning of the words on the clusters. The results of the process show good values, so the topic modeling of this process is a viable option for classifying or clustering texts without labels.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes