We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it right to set qrel relevance scores to sometimg between 1 to 5? 1 means less relevant and 5 means high relevant. I’m going to use ndcg measure
The text was updated successfully, but these errors were encountered:
Yep, that's generally how it works.
The value of the relevance level gets used in NDCG as the input to an exponential function (https://en.wikipedia.org/wiki/Discounted_cumulative_gain#Normalized_DCG). Be sure to take that into account when designing your experiments.
Sorry, something went wrong.
No branches or pull requests
Is it right to set qrel relevance scores to sometimg between 1 to 5?
1 means less relevant and 5 means high relevant.
I’m going to use ndcg measure
The text was updated successfully, but these errors were encountered: