Running LLM as a judge on single experiments #15282
Replies: 2 comments
|
The current LLM-as-a-Judge UI for experiments targets datasets and their run items rather than individual experiment runs. (1) This means you cannot directly filter to evaluate only a specific experiment run's results after the fact through the standard evaluator setup flow. Workaround options:
The workflow you're describing—running LLM-as-a-Judge only on experiment runs that pass deterministic checks—isn't directly supported in the current UI. You may want to open a feature request in GitHub Discussions to request the ability to filter evaluators to specific experiment runs. 📚 Sources: Have another question? Just tag @inkeep. |
|
Hi @matthew-giglio, this is not currently possible from the UI but should be possible programmatically via our API Endpoints. I have noted this as a request. |
Uh oh!
There was an error while loading. Please reload this page.
Describe your question
Hi all, is it possible to run LLM as a judge evaluators on the result of a given experiment after you've run a given experiment on a dataset? I see that you can wire up evaluators to experiments and have an experiment run the evaluators itself, but I have deterministic scoring in my experiment that does a pretty good first pass at telling me whether the agent performed well, so I only want to think about running LLM as a judge provided the deterministic scoring goes well. However, when I go to the LLM as a judge page, it only lets me choose the whole entire dataset and all its experiment runs rather than just a given experiment to which I want to compare it. It's wasteful to run the LLM as a judge evaluator on a bunch of duplicate experiment runs, so I would love to know if there is a different workflow or upcoming feature that would simplify this UX. Thanks in advance!
Langfuse Cloud or Self-Hosted?
Self-Hosted
If Self-Hosted
v3.223.0
If Langfuse Cloud
No response
SDK and integration versions
No response
Pre-Submission Checklist
All reactions