insuranceqa-pytorch icon indicating copy to clipboard operation
insuranceqa-pytorch copied to clipboard

Implementation of LSTM based Deep Learning Models for Non-Factoid Answer Selection by Ming et al. in PyTorch

Results 2 insuranceqa-pytorch issues
Sort by recently updated
recently updated
newest added

Why do you provide a model that can reach 100% top@1 in the training set?

The word embedding in this code does not seem to be obtained by word2vec? The parameter settings in the code are also different from the paper? Where is the ATTENTION...