WebQSP-WD available at: https://public.ukp.informatik.tu-darmstadt.de/coling2018-graph-neural-networks-question-answering/WebQSP_WD_v1.zip
Please before run make sure to set correct parameters inside the .env
file and each script. You can run them from the project root directory.
./reproduce/data__01_prepare_train_dataset.sh
./reproduce/data__02_prepare_test_dataset.sh
./reproduce/data__03_fetch_wikipedia_articles.sh
./reproduce/srtk__01_preprocess_data.sh
./reproduce/srtk__02_train_retriever.sh
./reproduce/srtk__03_retrieve_subgraphs.sh
./reproduce/sg__00_update_labels_map.sh
./reproduce/sg__01_construct_subgraphs.sh
./reproduce/sg__02_fuse_contexts.sh
./reproduce/sg__03_generate_precise_answers.sh
./reproduce/sg__04_eval_subgraphrag.sh
./reproduce/baselines__naiverag_experiment.sh
./reproduce/baselines__01_build_lightrag_index.sh
./reproduce/baselines__02_lightrag_experiment.sh