Interpreting LogLikelihood For LDA Topic Modeling

Hi RM Community,
Based on the attached picture, how should I interpret Loglikelihood values changing with number of topics. Is higher better or lower better. Does it needs to be squared to be positive?
Thanks!
Best Answer
-
1
Answers
-
Hi,
it's the negative LLH. The lower the better.
BR,
Martin0 -
Thanks for prompt reply, so in this case -230000 is better than -240000 or vice versa?
0 -
1
-
Thanks so much Martin!
0 -
By the way, @svtorykh,
one of the next updates will have more performance measures for LDA. Just need to find time to implement it. LLH by itself is always tricky, because it naturally falls down for more topics.
BR,
Martin
1 -
That would be very nice to have! Please keep us posted Martin!
0 -
Hello. I want to find the optimal K-number for KMEANS with the LDA Loglikelihood value
For me, using alpha and beta as heuristics for the top 5 is the highest. Now, how to use K optimally. Does anyone know how to help? Thanks a lot I searched a lot, but I did not find anything:smileysad:0 -
Hey @jozeftomas_2020,
i am fairly confused. KMeans and LDA are fairly different models. Why and how do you want to mix them?
~Martin
0 -
In the articles I have seen using the LDA to find optimal k, but I do not know how?
And how can I understand which LDA has a better result? Alpha and beta need to be adjusted a little or too high to get a better result?
I'm so sorry
Thanks a lot0 -
i've added Perplexity as the default to the performance of LDA. Perplexity is defined as
exp(-LLH/tokens)
and should be minimized. That's somewhat what you see in common blog posts on LDA.
It's not yet on the marketplace. Let's see when we have enough features to publish.
Cheers,
Martin
0 -
Thanks much!
0 -
Always happy to help! Will it be possible that you present your use case at RM Wisdom in October?
0 -
Hi Aya,Optimize Parameters (Grid) can create the log for it.Best,Martin0