One use case for toponymy is to have the LLM perform cluster-level classification with respect to some fixed label ontology. However since multiple clusters may be given the same label, this is in conflict with the disambiguation step.
The disambiguation step could be run conditional on a disambiguate_topic_names: Optional[bool] = True flag added to name_topics (and optionally to the methods that call it).
Does this sound like a use case toponymy should support?
One use case for toponymy is to have the LLM perform cluster-level classification with respect to some fixed label ontology. However since multiple clusters may be given the same label, this is in conflict with the disambiguation step.
The disambiguation step could be run conditional on a
disambiguate_topic_names: Optional[bool] = Trueflag added toname_topics(and optionally to the methods that call it).Does this sound like a use case toponymy should support?