allenai / ir_datasets

Provides a common interface to many IR ranking datasets.
https://ir-datasets.com/
Apache License 2.0
314 stars 42 forks source link

fix wrong qrel path for tripclick/train/head/dctr #118

Closed thongnt99 closed 2 years ago

thongnt99 commented 2 years ago

fix wrong qrel path for tripclick/train/head/dctr

seanmacavaney commented 2 years ago

Thanks @thongnt99! I also pushed up corresponding changes to the integration tests.

Perhaps I should add a test for all datasets that ensures query ids in the query set and qrels overlap to avoid problems like this in the future.