Closed nelson-liu closed 7 years ago
Should I wait until all of the checkboxes are done before reviewing this?
Yes, thanks!
lastly this PR trains the GAReader on sciQ / validates on sciQ, and then runs evaluation on the SciQ test set.
so i fixed the bug that made it impossible to use character embeddings + pretrained word vectors together due to conflicting layer names, but I'm finding it hard to add a non-regression test. Using an actual set of glove vectors would probably be way too slow, I guess perhaps we could write a "vector file" (and then gzip it, since the method takes gzipped files) like we do to test the models and read that?
Yeah, gzipping the file in the test seems reasonable.
So this PR as-is is ready for merging, but it's a bit abstruse and probably too large to review effectively. I've split it up into a bunch of mini PRs (#183, #184, #185, #186, #187). I'll leave this one open for archival purposes (/ a central branch to pull down if you actually want to run the code before it's all checked into master), and will close when its components are merged.
superseded by #187 , closing.
This PR implements the Gated Attention Reader.
This still needs (roughly in order):