Results 17 comments of Aneesh Joshi

I am getting similar MAP values as @vikas95 @pcgreat QA-Transfer sounds interesting. The 0.8 rank is quite remarkable. But does it transfer well to general scenarios? Are there any other...

@N-A-D-I-A A few points of difference. I ran the original lua implementation and found the author is claiming 0.743 on the dev set, not the test set! (I know this...

@N-A-D-I-A > @aneesh-joshi I see, so original lua implementation gives 0.69 on a test set? Yes. At least when I ran it. The code has a seed set as well....

@N-A-D-I-A > Weird that even transfer learning is not reproducible It's quite possible that the model actually works but I implemented it wrong. The problem with reproducibilty is that different...

@N-A-D-I-A Apparently not. The SeqMatchSeq report is on the test split. I asked the author: https://github.com/shuohangwang/SeqMatchSeq/issues/11#issuecomment-410465669

Hi @jojonki Any progress/update on the current repo? I find your code very easy to read and it would be great if it works!

Thanks @jojonki I wanted to use a modification of BiDAF for Transfer Learning from Span to QA. I have implemented [a version](https://github.com/aneesh-joshi/BiDAF/blob/master/nh.py) of it but I cannot get it to...

For those looking for an easier version: https://github.com/codekansas/insurance_qa_python https://github.com/white127/insuranceQA-cnn-lstm

``` """This file contains WikiReaderIterable and WikiReaderStatic for handling the WikiQA dataset Use WikiReaderIterable when you want data in the format of query, docs, labels seperately Example: query_iterable = WikiReaderIterable('query',...

@anagha1198 If you group by the first column (ie, you group all the rows with the same Question ID, you will get all the corresponding document IDs) So, the Question...