Skip to content

Instantly share code, notes, and snippets.

View ivmarkp's full-sized avatar

Vivek Pal ivmarkp

  • New Delhi, India
View GitHub Profile
@ivmarkp
ivmarkp / adhoceval_bm25plus.txt
Created July 25, 2016 11:10
Evaluation results of BM25+ weighting scheme with config file attached to see what parameters are in use.
Result for the run: xapianbm25plus
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.0251299
-----------------------------------------------------
Precision of Query: 127 is : 0.000690923
-----------------------------------------------------
Precision of Query: 128 is : 0.000126502
-----------------------------------------------------
@ivmarkp
ivmarkp / adhoceval_bm25.txt
Last active July 26, 2016 06:20
Evaluation run results of BM25 with config file attached to have a better idea of what parameters are used and with what values.
Result for the run: xapianbm25
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.0251299
-----------------------------------------------------
Precision of Query: 127 is : 0.00105375
-----------------------------------------------------
Precision of Query: 128 is : 0
-----------------------------------------------------