@@ -59,10 +59,10 @@ def test_msmarco_document_queries(self):
59
59
9 : GenericQuery ('1105792' , 'define: geon' ),
60
60
44 : GenericQuery ('997622' , 'where is the show shameless filmed' ),
61
61
})
62
- self ._test_queries ('msmarco-document/trec-dl-hard' , count = 49 , items = {
62
+ self ._test_queries ('msmarco-document/trec-dl-hard' , count = 50 , items = {
63
63
0 : GenericQuery ('1108939' , 'what slows down the flow of blood' ),
64
64
9 : GenericQuery ('451602' , "medicare's definition of mechanical ventilation" ),
65
- 48 : GenericQuery ('88495' , 'causes of stroke?' ),
65
+ 49 : GenericQuery ('88495' , 'causes of stroke?' ),
66
66
})
67
67
self ._test_queries ('msmarco-document/trec-dl-hard/fold1' , count = 10 , items = {
68
68
0 : GenericQuery ('966413' , 'where are the benefits of cinnamon as a supplement?' ),
@@ -80,9 +80,9 @@ def test_msmarco_document_queries(self):
80
80
0 : GenericQuery ('1108100' , 'what type of movement do bacteria exhibit?' ),
81
81
9 : GenericQuery ('88495' , 'causes of stroke?' ),
82
82
})
83
- self ._test_queries ('msmarco-document/trec-dl-hard/fold5' , count = 9 , items = {
83
+ self ._test_queries ('msmarco-document/trec-dl-hard/fold5' , count = 10 , items = {
84
84
0 : GenericQuery ('190044' , 'foods to detox liver naturally' ),
85
- 8 : GenericQuery ('877809' , 'what metal are hip replacements made of' ),
85
+ 9 : GenericQuery ('877809' , 'what metal are hip replacements made of' ),
86
86
})
87
87
88
88
@@ -122,10 +122,10 @@ def test_msmarco_document_qrels(self):
122
122
9 : TrecQrel ('42255' , 'D1168483' , 0 , '0' ),
123
123
9097 : TrecQrel ('1136962' , 'D96742' , 0 , '0' ),
124
124
})
125
- self ._test_qrels ('msmarco-document/trec-dl-hard' , count = 8540 , items = {
125
+ self ._test_qrels ('msmarco-document/trec-dl-hard' , count = 8544 , items = {
126
126
0 : TrecQrel ('1117817' , 'D192188' , 0 , 'Q0' ),
127
127
9 : TrecQrel ('801118' , 'D579461' , 1 , 'Q0' ),
128
- 8539 : TrecQrel ('315637 ' , 'D655701 ' , 3 , 'Q0' ),
128
+ 8543 : TrecQrel ('273695 ' , 'D736968 ' , 2 , 'Q0' ),
129
129
})
130
130
self ._test_qrels ('msmarco-document/trec-dl-hard/fold1' , count = 1557 , items = {
131
131
0 : TrecQrel ('1056204' , 'D1891649' , 1 , 'Q0' ),
@@ -147,10 +147,10 @@ def test_msmarco_document_qrels(self):
147
147
9 : TrecQrel ('87452' , 'D1000458' , 2 , 'Q0' ),
148
148
1053 : TrecQrel ('1108100' , 'D3318246' , 3 , 'Q0' ),
149
149
})
150
- self ._test_qrels ('msmarco-document/trec-dl-hard/fold5' , count = 4110 , items = {
150
+ self ._test_qrels ('msmarco-document/trec-dl-hard/fold5' , count = 4114 , items = {
151
151
0 : TrecQrel ('489204' , 'D1002646' , 0 , 'Q0' ),
152
152
9 : TrecQrel ('489204' , 'D1025842' , 1 , 'Q0' ),
153
- 4109 : TrecQrel ('190044 ' , 'D910793 ' , 3 , 'Q0' ),
153
+ 4113 : TrecQrel ('273695 ' , 'D736968 ' , 2 , 'Q0' ),
154
154
})
155
155
156
156
def test_msmarco_document_scoreddocs (self ):
0 commit comments