Top2Vec VS contextualized-topic-models

Compare Top2Vec vs contextualized-topic-models and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Top2Vec contextualized-topic-models
13 7
2,847 1,164
- 0.9%
7.0 5.0
6 months ago 4 months ago
Python Python
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Top2Vec

Posts with mentions or reviews of Top2Vec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-30.

contextualized-topic-models

Posts with mentions or reviews of contextualized-topic-models. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-14.
  • [Project]Topic modelling of tweets from the same user
    2 projects | /r/MachineLearning | 14 Apr 2023
    In our experiments, CTM works well with tweets: https://github.com/MilaNLProc/contextualized-topic-models (I'm one of the authors)
  • Extract words from large data set of reviews by sentiment
    1 project | /r/MLQuestions | 23 May 2022
    Use CTM https://github.com/MilaNLProc/contextualized-topic-models with sentiment labels to built distribution of words over labels
  • Using Transformer for Topic Modeling - what are the options?
    2 projects | /r/LanguageTechnology | 15 Feb 2022
    This library from MILA seems quite neat! I haven’t had the change to play with it though : https://github.com/MilaNLProc/contextualized-topic-models
  • Catogorize the Data- Topic Modelling algorithm
    1 project | /r/LanguageTechnology | 1 Oct 2021
    a bit of shameless self-promotion, but we developed a topic model (https://github.com/MilaNLProc/contextualized-topic-models) that actually supports that use case!
  • (NLP) Best practices for topic modeling and generating interesting topics?
    3 projects | /r/MLQuestions | 31 May 2021
    If you use CTM, you can provide the topic model two inputs: the preprocessed texts (that will be used by the topic model to generate the topical words) and the unpreprocessed texts (to generate the contextualized representations that will be later concatenated to the document bag-of-word representation). We saw that this slightly improves the performance instead of providing BERT the already-preprocessed text. This feature is supported in the original implementation of CTM, not in OCTIS. See here: https://github.com/MilaNLProc/contextualized-topic-models#combined-topic-model
  • Latest trends in topic modelling?
    3 projects | /r/LanguageTechnology | 24 Apr 2021
    Cross-lingual Contextualized Topic Models with Zero-shot Learning from a team at MilaNLP which uses bag of words representations in combination with multi lingual embeddings from SBERT and works like a VAE (encode the input, use the encoded representation to decode back to a bag of words as close to the input as possible). Using SBERT embeddings makes their model generalise for other languages which may be useful. One major shortfall of this model as I understand is that it can't deal with long documents very elegantly - only up to BERT'S word limit (the workaround is to truncate and use the first words)

What are some alternatives?

When comparing Top2Vec and contextualized-topic-models you can also consider the following projects:

BERTopic - Leveraging BERT and c-TF-IDF to create easily interpretable topics.

sentence-transformers - Multilingual Sentence & Image Embeddings with BERT

OCTIS - OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)

faiss - A library for efficient similarity search and clustering of dense vectors.

PolyFuzz - Fuzzy string matching, grouping, and evaluation.

Milvus - A cloud-native vector database, storage for next generation AI applications

tika-python - Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community.

hdbscan - A high performance implementation of HDBSCAN clustering.

transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

GuidedLDA - semi supervised guided topic model with custom guidedLDA

Sentimentanalysis - Language independent sentiment analysis