castorini / pyserini

Pyserini is a Python toolkit for reproducible information retrieval research with sparse and dense representations.
http://pyserini.io/
Apache License 2.0
1.57k stars 349 forks source link

Does pyserini.search include deep learning 2023 (dl23) track of the TREC dataset? #1878

Closed sina-nabavi closed 2 months ago

sina-nabavi commented 2 months ago

I can only retrieve up to dl20 with get_topics and get_qrels. Could you please resolve this?

lintool commented 2 months ago

I do see later topics: https://github.com/castorini/pyserini/blob/master/pyserini/search/_base.py#L84

And qrels: https://github.com/castorini/pyserini/blob/master/pyserini/search/_base.py#L416

What version of the code are you running?

sina-nabavi commented 2 months ago

I was using pyserini==0.24.0. I will update it. Thank you!