-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
Following the success by DNB-AI-Project (@mfakaehler & Lisa Kluge) at LLMs4Subjects using LLM to rank candidate subjects, we have been experimenting with a similar approach incorporated as an Annif backend. The code currently is in the branch experiment-llm-ensemble-backend. Edit: See the PR #859.
The name should maybe not be "LLM ensemble" as it is now, because the functionality does not necessitate multiple source projects: LLM could very well just score the subjects given by just one source project (which could be a simple ensemble). Possible name alternatives: "LLM ranker", "LLM scorer", "LLM grader".
The chosen name should allow the possible implementation of also other backends with similar ranking/scoring functionalities.
osma and mfakaehler