-
Notifications
You must be signed in to change notification settings - Fork 256
[DOCS] Adds ELSER benchmark info #2472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Documentation preview: |
=== Qualitative benchmarks | ||
|
||
The metric that is used to evaluate ELSER's ranking ability is the Normalized | ||
Discounted Cumulative Gain (NDCG), which is the most complete metric as it can |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would replace "the most complete metric" by "an interesting metric". There might be some obscure metric capturing something similar than NDCG and you could argue than NDCG is only looking at relevancy which is not a complete picture of information retrieval (you could add performance, index size, ...). But I'm being picky maybe !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the suggestion and the explanation, @qherreros. I addressed in c29b337. Eventually, I removed the adjective from the sentence and didn't replace it with another one. Let me know if you'd like to add or remove anything!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
(cherry picked from commit 171d1e8)
(cherry picked from commit 171d1e8)
(cherry picked from commit 171d1e8) Co-authored-by: István Zoltán Szabó <[email protected]>
(cherry picked from commit 171d1e8) Co-authored-by: István Zoltán Szabó <[email protected]>
Overview
This PR "harvests" the benchmark info from the ELSER blog post and adds it to the ELSER conceptual docs.
Preview
ELSER benchmarks