Skip to content

Instantly share code, notes, and snippets.

@ivmarkp
Created August 7, 2016 11:28
Show Gist options
  • Save ivmarkp/45254f83c3cba7ee2510987352d541fa to your computer and use it in GitHub Desktop.
Save ivmarkp/45254f83c3cba7ee2510987352d541fa to your computer and use it in GitHub Desktop.
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
-----------------------------------------------------
Precision of Query: 129 is : 0.341506
-----------------------------------------------------
Precision of Query: 130 is : 0.332718
-----------------------------------------------------
Precision of Query: 131 is : 0
-----------------------------------------------------
Precision of Query: 132 is : 0.0105124
-----------------------------------------------------
Precision of Query: 133 is : 0.324458
-----------------------------------------------------
Precision of Query: 134 is : 0
-----------------------------------------------------
Precision of Query: 135 is : 0
-----------------------------------------------------
Precision of Query: 136 is : 0
-----------------------------------------------------
Precision of Query: 137 is : 0.221815
-----------------------------------------------------
Precision of Query: 138 is : 0.0331245
-----------------------------------------------------
Precision of Query: 139 is : 0.0947795
-----------------------------------------------------
Precision of Query: 140 is : 0.0196433
-----------------------------------------------------
Precision of Query: 141 is : 0.25183
-----------------------------------------------------
Precision of Query: 142 is : 0
-----------------------------------------------------
Precision of Query: 143 is : 0
-----------------------------------------------------
Precision of Query: 144 is : 0
-----------------------------------------------------
Precision of Query: 145 is : 0.00569602
-----------------------------------------------------
Precision of Query: 146 is : 0.00374526
-----------------------------------------------------
Precision of Query: 147 is : 0
-----------------------------------------------------
Precision of Query: 148 is : 0.277745
-----------------------------------------------------
Precision of Query: 149 is : 0
-----------------------------------------------------
Precision of Query: 150 is : 0.0857247
-----------------------------------------------------
Precision of Query: 151 is : 0.0505965
-----------------------------------------------------
Precision of Query: 152 is : 0.225298
-----------------------------------------------------
Precision of Query: 153 is : 0.0058016
-----------------------------------------------------
Precision of Query: 154 is : 0.216217
-----------------------------------------------------
Precision of Query: 155 is : 0.0415824
-----------------------------------------------------
Precision of Query: 156 is : 0.605618
-----------------------------------------------------
Precision of Query: 157 is : 0
-----------------------------------------------------
Precision of Query: 158 is : 0
-----------------------------------------------------
Precision of Query: 159 is : 0.00336405
-----------------------------------------------------
Precision of Query: 160 is : 0
-----------------------------------------------------
Precision of Query: 161 is : 0.0035461
-----------------------------------------------------
Precision of Query: 162 is : 0
-----------------------------------------------------
Precision of Query: 163 is : 0.00484007
-----------------------------------------------------
Precision of Query: 164 is : 0.825186
-----------------------------------------------------
Precision of Query: 165 is : 0.113592
-----------------------------------------------------
Precision of Query: 166 is : 0.652493
-----------------------------------------------------
Precision of Query: 167 is : 0
-----------------------------------------------------
Precision of Query: 168 is : 0.0780884
-----------------------------------------------------
Precision of Query: 169 is : 0
-----------------------------------------------------
Precision of Query: 170 is : 0
-----------------------------------------------------
Precision of Query: 171 is : 0.0645415
-----------------------------------------------------
Precision of Query: 172 is : 0.412734
-----------------------------------------------------
Precision of Query: 173 is : 0
-----------------------------------------------------
Precision of Query: 174 is : 0
-----------------------------------------------------
Precision of Query: 175 is : 0.261616
-----------------------------------------------------
_______________________________________________________
Evaluation:
_______________________________________________________
Number of Queries: 50
-----------------------------------------------------
Retrieved: 20000
-----------------------------------------------------
Relevant Retrieved: 841
-----------------------------------------------------
Relevant in Qrel: 2761
_______________________________________________________
Mean Evaluation:
_______________________________________________________
Mean Average Precision : 0.109525
-----------------------------------------------------
Mean Relevance Precision : 1.50599e+169
_______________________________________________________
Precision At Rank:
_______________________________________________________
Precision at Rank: 1 is: 0.18
-----------------------------------------------------
Precision at Rank: 2 is: 0.19
-----------------------------------------------------
Precision at Rank: 3 is: 0.155556
-----------------------------------------------------
Precision at Rank: 4 is: 0.160417
-----------------------------------------------------
Precision at Rank: 5 is: 0.161933
-----------------------------------------------------
Precision at Rank: 10 is: 0.134079
-----------------------------------------------------
Precision at Rank: 15 is: 0.122252
-----------------------------------------------------
Precision at Rank: 20 is: 0.113457
-----------------------------------------------------
Precision at Rank: 30 is: 0.100368
-----------------------------------------------------
Precision at Rank: 50 is: 0.0832385
-----------------------------------------------------
Precision at Rank: 100 is: 0.0609462
-----------------------------------------------------
Precision at Rank: 200 is: 0.0373357
-----------------------------------------------------
Precision at Rank: 500 is: 0.0149343
-----------------------------------------------------
Precision at Rank: 1000 is: 0.00746713
-----------------------------------------------------
_______________________________________________________
Precision At Recall:
_______________________________________________________
Precision at Recall: 0 is: 0.461617
-----------------------------------------------------
Precision at Recall: 10 is: 0.352107
-----------------------------------------------------
Precision at Recall: 20 is: 0.273642
-----------------------------------------------------
Precision at Recall: 30 is: 0.281402
-----------------------------------------------------
Precision at Recall: 40 is: 0.231637
-----------------------------------------------------
Precision at Recall: 50 is: 0.188326
-----------------------------------------------------
Precision at Recall: 60 is: 0.141737
-----------------------------------------------------
Precision at Recall: 70 is: 0.137728
-----------------------------------------------------
Precision at Recall: 80 is: 0.0881492
-----------------------------------------------------
Precision at Recall: 90 is: 0.0227584
-----------------------------------------------------
Precision at Recall: 100 is: 0.00241758
-----------------------------------------------------
textfile /home/vivek/Downloads/FIREData/2011/en.docs.2011/
language english
db /home/vivek/Downloads/index/
runname xapiantfidf_ntn
stopsfile /home/vivek/Downloads/stopwords.txt
noresults 200
indexbigram true
queryparsebigram true
weightingscheme tfidf
normalizations ntn
topicfile /home/vivek/Downloads/en.topics.126-175.2011.txt
queryfile /home/vivek/Downloads/en_query_run_1.txt
relfile /home/vivek/Downloads/en.qrels.126-175.2011.txt
resultsfile /home/vivek/Downloads/en_result_file_1_tfidf_ntn.txt
transfile /home/vivek/Downloads/en.transaction_file_1_tfidf_ntn.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment