Add an evaluator for semantic similarity? #3162
GabrielBianconi
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In static evaluations, we have built-in evaluators for exact match and LLM judge.
Does it make sense to add semantic similarity (instead of using an LLM judge)?
The evaluator would specify an embedding model and a cutoff, then ensure similarity is within that cutoff.
How do we handle things like the hubness problem, different manifold topology for different embedding models, etc.?
Beta Was this translation helpful? Give feedback.
All reactions