MLRC2020-EmbedKGQA icon indicating copy to clipboard operation
MLRC2020-EmbedKGQA copied to clipboard

This is the code for the MLRC2020 challenge w.r.t. the ACL 2020 paper Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings

Results 2 MLRC2020-EmbedKGQA issues
Sort by recently updated
recently updated
newest added

When I choose RoBERTa model as question Embedding model, In the getQuestionEmbedding() function in the model.py file, in the calculation results of the last_hidden_states, all data are nan. Could you...

### Discussed in https://github.com/jishnujayakumar/MLRC2020-EmbedKGQA/discussions/18 Originally posted by **Joyrocky** October 14, 2021 I just add the Sbert question embedding on the original paper but get the very worse result, could someone...