Files
Castor/baseline_results.tsv
gauravbaruah a67e2d12c4 Ext feats bug fix (#19)
+ sm model no external features baseline
+ sm model with IDF weights
+ sm model with IDF weights without removing punctuation --> barely better than df/idf (a la Pytorch).
+ sm model with stemming before computing IDF weights
^ all on the TrecQA dataset
2017-04-18 12:32:43 -04:00

1.9 KiB

1Baseline_methodidfconditiondatasettrain_MAPdev_MAPtest_MAPNotes/Comments
2idf_sum_similaritydatasetno_stopping + no_stemmingTrecQA0.77440.76680.7014IDF is computed over terms in the train, dev and test sets
3idf_sum_similaritydatasetwith_stopping + with_stemmingTrecQA0.70780.74040.6816
4idf_sum_similaritydatasetwith_stopping + with_stemming + stop(punct)TrecQA0.70740.73370.6805also stopping punctuation
5idf_sum_similaritydatasetno_stopping + no_stemmingWikiQA0.24290.24890.2219There is less overlap between questions and answers in the WikiQA dataset
6idf_sum_similaritydatasetwith_stopping + with_stemmingWikiQA0.22320.24720.2025
7idf_sum_similaritydatasetwith_stopping + with_stemming + stop(punct)WikiQA0.22360.24720.2025
8
9idf_sum_similarityCorpuswith_stopping + with_stemmingTrecQA0.70320.72810.672IDF is computed over documents in disks1-5 and aquaint
10idf_sum_similarityCorpuswith_stopping + with_stemmingWikiQA0.22120.24610.2005IDF is computed over documents in Wikipedia
11
12sm_modelNAno_idf_overlap_featuresTrecQA0.5970.69180.6445
13sm_modelDataset with_corrected_idf_overlap_featuresTrecQA0.9190.79270.7384S&M model uses stopping only
14sm_modelDataset with_corrected_idf_overlap_features – stop(punct)TrecQA0.83250.79480.7562did not remove punctuation
15sm_modelDataset with_stemmed_idf_overlap_features TrecQA0.94140.82060.7363
16sm_modelCorpuswith_corrected_idf_overlap_featuresTrecQA
17sm_modelDatasetwith_fractional_idf_overlap_featuresTrecQA
18sm_modelCorpuswith_fractional_idf_overlap_featuresTrecQA
19sm_modelNAno_idf_overlap_featuresWikiQA
20sm_modelDataset with_corrected_idf_overlap_featuresWikiQA
21sm_modelCorpuswith_corrected_idf_overlap_featuresWikiQA
22sm_modelDatasetwith_fractional_idf_overlap_featuresWikiQA
23sm_modelCorpuswith_fractional_idf_overlap_featuresWikiQA