-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wikidata #1
Comments
Hi, some of our internal packages are still missing from the code. It was initially published to give more insights into the paper and the experiments. We are planing with the missing parts to update it in October to support the training and running pre-trained models. Sorry for the inconvenience! Best, |
ok ,look forward to your update! |
Hi, I have finally added a lot of additional info on required internal packages and Wikidata endpoint. Will expand on it even further, but let me know if need anything specific. |
Hi,Thank you for your share. I have followed your instructions above. I download the zip of wikidata ,Unfortunately I get the error as below: Actually,I just want to run through the model to see the entire workflow. Just for quick understand the paper better. In fact, I do not need the final model. |
Hi, try installing SPARQLWrapper with: pip install SPARQLWrapper Best, |
Thank you very much! |
Sure, get it here: https://public.ukp.informatik.tu-darmstadt.de/coling2018-graph-neural-networks-question-answering/webqsp.examples.train.silvergraphs.02-12.el.unittest.json and put into data/generated/ folder. |
Thank you for your help. I have another question about how the GNN used in semantic graph. |
To answer your question: you do not train N graph models, you train a single model that is applied across all graphs. |
Hey gusy,what's up!I try to run runserver.py,but I can not find the qaserver.pyt under questionanswering folder.Did I miss something? |
@daniilsorokin Is there any update on a newer version of the code with required dependencies? |
@daniilsorokin I have got this error: ImportError: cannot import name 'queries' from 'wikidata' (/root/anaconda3/envs/nlp/lib/python3.8/site-packages/wikidata/init.py) So, how to install the python module named "wikidata"? The command I adopted is "pip install wikidata". |
when I run runserver.py .I found a error in "questionanswering/grounding/graph_queries.py"
from wikidata import scheme, endpoint_access, queries
ImportError: cannot import name 'scheme'
I have already installed wikidata.
The text was updated successfully, but these errors were encountered: