Replies: 1 comment
-
This seems like a solid approach to deduping topics by using the topic labels that were generated before. Did you also make sure that they are indeed duplicated topics by inspecting other representations, such as the representative documents or c-TF-IDF representations? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have found that when using TextGeneration, different topics/clusters can somehow end up with the exact same name (I don't think there's an easy way to prevent this from happening within the LLM itself). In this case I would like to merge the duplicate topic names.
Would the following snippet correctly merge those topics that have the same name? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions