EyeofBeholder-NLeSC / orange3-argument

Argument analysis, mining, and visualization add-on for Orange3.
https://research-software-directory.org/software/orange3-argument-add-on
Apache License 2.0
1 stars 1 forks source link

refactor the chunker module and rewrite unit tests #53

Closed jiqicn closed 1 year ago

jiqicn commented 1 year ago

Performance of the topic modeling function is not ideal.

With the sample dataset containing around 370 reviews (nearly 1200 chunks), I got this:

Image

jiqicn commented 1 year ago

Regarding the official document of BERTopic (here), it seems that no more efforts could be done from the topic modeling package part, except using GPU for calculating the embeddings.