Skip to content
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

Qrel Relevance scores between 1 to 5 #4

Closed
amirj opened this issue Oct 26, 2018 · 1 comment
Closed

Qrel Relevance scores between 1 to 5 #4

amirj opened this issue Oct 26, 2018 · 1 comment

Comments

@amirj
Copy link

amirj commented Oct 26, 2018

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

@cvangysel
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants