Commit Graph
5 Commits
Author SHA1 Message Date
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
gauravbaruah 2758dee98f Idfbaselines (#17)
IDF baselines:
+ using QA dataset only to compute IDF
+ using source corpus to compute IDF

Results are in baseline_results.tsv
2017-04-16 20:29:13 -04:00
rosequ 3de103ac79 end2end qa pipeline (#16)
+ Added a setup.py file
+ Reorganized the bridge file.
2017-04-16 12:11:21 -04:00
gauravbaruah 906218b623 Improved README (#11)
Issue #1 : Readme instructions updated for running the model
2017-04-05 13:41:25 -04:00
gauravbaruah d4ac752cf2 e2e castorini/Castor castorini/data castorini/models (#7)
Initial integration of Castor components for e2e QA demo.
2017-04-02 15:24:33 -04:00