Replies: 1 comment 7 replies
-
A couple of things first. OpenAI is not the model itself, so it highly depends on which underlying LLM you are actually choosing. Second, if you are using an LLM, you are generally generating labels and not keywords. Calculating traditional coherence (e.g., "c_v") is therefore not possible since it requires keywords instead. That said, if you are generating keywords with an LLM and/or you use a coherence metric that can compare keywords with labels, then you cannot be sure the LLM will always be higher. There are so many factors related to this, such as the data, language, size/quality of the LLM, coherence metric, etc. that you cannot expect these things beforehand. |
Beta Was this translation helpful? Give feedback.
-
@MaartenGr I have a question and would like to know your opinion. In a BERTopic model, if we want to compare the coherence of different representations while accepting the other parts as default, is it logical for the coherence of a model like KeyBERT to be higher than that of an OpenAI model? Should we expect the coherence score of OpenAI to always be higher?
Beta Was this translation helpful? Give feedback.
All reactions