@@ -74,6 +74,11 @@ def test_queries(self):
7474 9 : GenericQuery ('2001686' , 'good food and bad food for high cholesterol' ),
7575 699 : GenericQuery ('3100949' , 'How do birth control and hormone levels affect menstrual cycle variations?' ),
7676 })
77+ self ._test_queries ('msmarco-document-v2/trec-dl-2023/judged' , count = 82 , items = {
78+ 0 : GenericQuery ('2001010' , 'cost comparison of funerals in australia' ),
79+ 9 : GenericQuery ('2003787' , 'how to make linkedin private' ),
80+ 81 : GenericQuery ('3100922' , 'What is the meaning and origin of the name Corrin?' ),
81+ })
7782
7883 def test_qrels (self ):
7984 self ._test_qrels ('msmarco-document-v2/train' , count = 331956 , items = {
@@ -131,6 +136,16 @@ def test_qrels(self):
131136 9 : TrecQrel ('2000511' , 'msmarco_doc_00_928870217' , 0 , '0' ),
132137 369637 : TrecQrel ('2056323' , 'msmarco_doc_59_419476385' , 1 , '0' ),
133138 })
139+ self ._test_qrels ('msmarco-document-v2/trec-dl-2023' , count = 18034 , items = {
140+ 0 : TrecQrel ('2001010' , 'msmarco_doc_00_1413647782' , 0 , '0' ),
141+ 9 : TrecQrel ('2001010' , 'msmarco_doc_01_710280219' , 0 , '0' ),
142+ 18033 : TrecQrel ('3100922' , 'msmarco_doc_58_1542021309' , 0 , '0' ),
143+ })
144+ self ._test_qrels ('msmarco-document-v2/trec-dl-2023/judged' , count = 18034 , items = {
145+ 0 : TrecQrel ('2001010' , 'msmarco_doc_00_1413647782' , 0 , '0' ),
146+ 9 : TrecQrel ('2001010' , 'msmarco_doc_01_710280219' , 0 , '0' ),
147+ 18033 : TrecQrel ('3100922' , 'msmarco_doc_58_1542021309' , 0 , '0' ),
148+ })
134149
135150 def test_scoreddocs (self ):
136151 self ._test_scoreddocs ('msmarco-document-v2/train' , count = 32218809 , items = {
@@ -168,6 +183,11 @@ def test_scoreddocs(self):
168183 9 : GenericScoredDoc ('2000138' , 'msmarco_doc_50_2209372409' , 13.6826 ),
169184 69999 : GenericScoredDoc ('3100949' , 'msmarco_doc_42_771008717' , 18.752998 ),
170185 })
186+ self ._test_scoreddocs ('msmarco-document-v2/trec-dl-2023/judged' , count = 8200 , items = {
187+ 0 : GenericScoredDoc ('2001010' , 'msmarco_doc_40_566250732' , 11.2369 ),
188+ 9 : GenericScoredDoc ('2001010' , 'msmarco_doc_41_285574609' , 9.2133 ),
189+ 8199 : GenericScoredDoc ('3100922' , 'msmarco_doc_19_2622779171' , 9.289 ),
190+ })
171191
172192 def test_anchor_text (self ):
173193 self ._test_docs ("msmarco-document-v2/anchor-text" , count = 4821244 , items = {
0 commit comments