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

bug: TREC 2020 qrel_binary.json, score 1 should be treated as negative instead of positive #63

Open
zhiyuanpeng opened this issue Apr 18, 2024 · 0 comments

Comments

@zhiyuanpeng
Copy link

zhiyuanpeng commented Apr 18, 2024

Hi,

For TREC, 0,1 are negative, 2,3 are positive. However, in qrel_binary.json, 1 is mapped to positive (1). For instance, in qrel.json:

{"23849": {"1020327": 2, "1034183": 3, "1120730": 0, "1139571": 1

in qrel_binary.json:

{"23849": {"1020327": 1, "1034183": 1, "1120730": 0, "1139571": 1,

doc 1139571 should be mapped to 0 in qrel_binary.json.

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

1 participant