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
rosequ
b893f2a1b1
Idf baseline for QA datasets ( #14 )
...
Added a functionality to generate idf scores for TrecQA and WikiQA datasets.
2017-04-12 17:24:29 -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
gauravbaruah
31928de93c
Castorini smmodel now python 3 compatible. ( #5 )
...
Model is now python 3.6 compatible.
2017-03-31 19:36:11 -04:00
gauravbaruah
73577acc3f
Castorini smmodel ( #3 )
...
Code bridge between Castor/sm-model and Anserini
2017-03-31 15:30:57 -04:00
gauravbaruah
f91f105568
fixed variable perf bug and added debug arg for testing on each epoch ( #2 )
...
Because of random word embedding for out of vocabulary words, the performance of the final saved model was variable. This is now fixed.
2017-03-30 12:33:20 -04:00
Gaurav Baruah
67a93a736f
important slight stopping criterion change
2017-03-28 15:03:22 -04:00
Gaurav Baruah
b2c82f7e08
now preloading data
2017-03-28 14:30:48 -04:00
Gaurav Baruah
e6aa9bfe07
added times to training
2017-03-28 13:37:41 -04:00
Gaurav Baruah
ae77b6e57b
fixed outputs, now stopping on MAP improvements
2017-03-28 13:03:20 -04:00
Gaurav Baruah
73ed76951c
merged changes
2017-03-28 12:33:25 -04:00
Gaurav Baruah
7b20f50800
debugging for training loss
2017-03-28 12:01:48 -04:00
htaustin
46d913392b
exp() preidction scores after logsoftmax
2017-03-27 22:48:35 -04:00
gauravbaruah
c0f34a687e
testing call fixed
2017-03-27 16:18:47 -04:00
Gaurav Baruah
84910639a2
added debug arguments for regularization
2017-03-27 14:42:35 -04:00
Gaurav Baruah
1bc571b635
adding debugging arguments
2017-03-27 14:36:07 -04:00
Gaurav Baruah
fe8d67701a
updating main readme.md
2017-03-27 12:14:31 -04:00
Gaurav Baruah
d877f176a4
Castor sm-model first commit
2017-03-27 12:10:10 -04:00
Jimmy Lin
ee3e004fc0
Initial commit
2017-03-22 10:46:06 -04:00