openweb-ai / thematic

Apache License 2.0
1 stars 0 forks source link

[FEATURE] Temporal topic tracking and detection #4

Open marc-chan opened 2 years ago

marc-chan commented 2 years ago

Description

In many practical applications of topic modelling / thematic detection, there is a need to be able to handle incremental data, which involves being able to detect new topics, while still tracking the evolution of existing ones. At each new time window, one or more of the following could happen.

  1. Tag new data to a existing topic
  2. Form a new topic with new data
  3. Split up an existing topic
  4. Merge two existing topics

We want to develop a technique that allows stable modelling of topics of an evolving corpora over a series of (user-defined) time windows.