UKPLab / coling2018-graph-neural-networks-question-answering

Accompanying code for our COLING 2018 paper "Modeling Semantics with Gated Graph Neural Networks for Knowledge Base Question Answering"
Apache License 2.0
173 stars 29 forks source link

Download the pre-trained models #4

Closed yang840808206 closed 5 years ago

yang840808206 commented 5 years ago

Hi,

Could you please tell me how to download a trained model?Also, could you please tell me the format of your training ggnn data?

Thanks

daniilsorokin commented 5 years ago

Here are the models: https://public.ukp.informatik.tu-darmstadt.de/coling2018-graph-neural-networks-question-answering/DS_COLING_2018_QA_models.zip Some info on the training data format is here: https://github.com/UKPLab/coling2018-graph-neural-networks-question-answering/blob/master/WEBQSP_WD_README.md#reading-in-the-data I will try to update it with an example soon.