MaartenGr / MaartenGr/BERTopic

Merging topic models

Open
#1,471 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
7.8k
Forks
920
Avg merge
22h 24m
Merged PRs (30d)
5

Description

Hi,

Thank you so much for this amazing package. This is a question and not an issue, I hope it's appropriate to post here.

In my use case, I re-train BERTopic daily to capture new topics that arise continuously. I tried online learning methods using the River library but the results were significantly worse than one-off training with UMAP and HDBSCAN, so I'm re-training for now. Naturally some of the topics that arise in a given day are similar or equivalent to topics from yesterday.

I have two questions regarding this. First, are there recommended ways to identify that a topic is similar to a topic from a previous topic model (using c-TF-IDF distribution, vector for centroid, etc)? And second, having identified similarities in topics between two topic models, is it possible to merge the models to get one large topic model incorporating both?

Thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by reviewing BERTopic's model-training and topic-representation APIs, then compare them with the described River, UMAP, and HDBSCAN workflow. Define how topic similarity would be measured and what merging two trained models should produce; the issue is done only when both behaviors have a clear supported design.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.