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

questions about evaluate_on_test #13

Open ywang85 opened 4 years ago

ywang85 commented 4 years ago

Hi Daniil,

when I tried the evaluate_on_test, why I got f1 score is 0?

Looking forward to hearing from you!

Thank you!

daniilsorokin commented 4 years ago

Hi,

can you provide more details? What is the exact command that you run and the data sets used? Have you installed a local version of Wikidata as described in https://github.com/UKPLab/coling2018-graph-neural-networks-question-answering/blob/master/WikidataHowTo.md

Best wishes, Daniil

Ghazala-web commented 4 years ago

Can we use coqa dataset for this code?