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_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
-----------------------------------------------------
@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_pl2.txt
Last active July 26, 2016 06:19
Evaluation results of PL2 weighting scheme with config file attached to see what parameters are in use.
Result for the run: xapianpl2
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.00917974
-----------------------------------------------------
Precision of Query: 127 is : 0.000275786
-----------------------------------------------------
Precision of Query: 128 is : 0
-----------------------------------------------------
@ivmarkp
ivmarkp / adhoceval_pl2plus.txt
Created July 25, 2016 11:18
Evaluation results of PL2+ weighting scheme with config file attached to see what parameters are in use.
Result for the run: xapianpl2plus
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.00232665
-----------------------------------------------------
Precision of Query: 127 is : 0.000345901
-----------------------------------------------------
Precision of Query: 128 is : 0
-----------------------------------------------------
@ivmarkp
ivmarkp / adhoceval_lmweight_dir.txt
Created July 25, 2016 11:22
Evaluation results of Dirichlet (Dir) smoothing of LMWeight scheme with config file attached to see what parameters are in use.
Result for the run: xapianlmweight_dir
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.026204
-----------------------------------------------------
Precision of Query: 127 is : 0.0001523
-----------------------------------------------------
Precision of Query: 128 is : 0
-----------------------------------------------------
@ivmarkp
ivmarkp / adhoceval_lmweight_dirplus.txt
Created July 25, 2016 11:23
Evaluation results of Dirichlet (Dir+) smoothing of LMWeight scheme with config file attached to see what parameters are in use.
Result for the run: xapianlmweight_dirplus
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.026204
-----------------------------------------------------
Precision of Query: 127 is : 0.0001523
-----------------------------------------------------
Precision of Query: 128 is : 0
-----------------------------------------------------
@ivmarkp
ivmarkp / adhoceval_tfidf_PPP.txt
Last active August 7, 2016 13:44
Evaluation results of Pivoted normalization ("PPP") of TfIdfWeight scheme with config file attached to see what parameters are in use.
Result for the run: xapiantfidf_PPP
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.00371954
-----------------------------------------------------
Precision of Query: 127 is : 0.000664624
-----------------------------------------------------
Precision of Query: 128 is : 0
-----------------------------------------------------
@ivmarkp
ivmarkp / adhoceval_tfidf_ntn.txt
Created August 7, 2016 11:28
Evaluation results of default normalization ("ntn") of TfIdfWeight Scheme with config file attached.
Result for the run: xapiantfidf_ntn
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.0169687
-----------------------------------------------------
Precision of Query: 127 is : 0.00039929
-----------------------------------------------------
Precision of Query: 128 is : 0
-----------------------------------------------------
@ivmarkp
ivmarkp / adhoceval_tfidf_ntP.txt
Last active August 7, 2016 13:43
Evaluation results of "'ntP" normalization of TfIdfWeight which basically represents "xxP" normalization string.
Result for the run: xapiantfidf_ntP
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.0361212
-----------------------------------------------------
Precision of Query: 127 is : 0.00127373
-----------------------------------------------------
Precision of Query: 128 is : 0
-----------------------------------------------------
@ivmarkp
ivmarkp / adhoceval_tfidf_nPn.txt
Created August 7, 2016 13:42
Evaluation results of "'nPn" normalization of TfIdfWeight which basically represents "xPx" normalization string.
Result for the run: xapiantfidf_nPn
-----------------------------------------------------
Query wise Precision:
_______________________________________________________
50Precision of Query: 126 is : 0.02873
-----------------------------------------------------
Precision of Query: 127 is : 0.000656867
-----------------------------------------------------
Precision of Query: 128 is : 0.000151999
-----------------------------------------------------