Gaurav Bhatt
Gaurav Bhatt
@hunkim - Could you rebase this repository and generate another PR again? Also, the year of CorrNet (the first paper) should be 2015 instead of 2017. Thanks.
@shuxiaobo - You may find [Convolution neural tensor network](https://github.com/GauravBh1010tt/DeepLearn/tree/master/convolution%20neural%20tensor%20network) as useful. Here, we are passing question-answer vector embeddings to the NTN model that can compute a similarity score for us....
@yangyuji12 - For a quick temporary remedy, copy the **Extracted_Features** folder from **_DeepLearn/WikiQA_CNN+Feat/_** into your local ABCNN directory and change the path inside **wiki_utils.py** accordingly. As a permanent solution, I...
All the codes are free to use and reproduce, at least this is what I had in mind. But according to the norms of open licensing (repo without any license)...
Hello Alex, My apologies for the late reply. I don't mind sharing the XRMB dataset with you. I have preprocessed dataset but the size is still around 150 MB, which...
@mschrimpf - Yes. This is a typo error. Thanks for noticing.
You need to get the dependencies right. It may be possible that you are using a newer version of the libraries to those that I have used. By the way,...
```dl``` is defined in the ```dl_text``` module. I think the problem is in first line of ```main.py```. Change the following line ```python from dl_text import * ``` to ```python from...
Hi, The **test.ref** file is the reference or the gold standard file which contains the true labels. This file is used to rank the performance of the model in terms...
Hi, At the time I created the ntn-layer, I used some help from external repositories. I will revise the code and update this module.