JBoRu / StructGPT

The code and data for "StructGPT: A general framework for Large Language Model to Reason on Structured Data"
Apache License 2.0
97 stars 39 forks source link

KBQA files not provided #2

Closed rnjtsh closed 1 year ago

rnjtsh commented 1 year ago

Hi @JBoRu ,

I am trying to run the code for KBQA, but it seems the files for the WebQSP (processed data. pickle and npy file) are missing and there is no instruction provided on how to test for KBQA. May I request you update the KBQA?

--kg_source_path ./data/webqsp/subgraph_2hop_triples.npy \ --ent_type_path ./data/webqsp/ent_type_ary.npy \ --ent2id_path ./data/webqsp/ent2id.pickle \ --rel2id_path ./data/webqsp/rel2id.pickle \ --ent2name_path ./data/webqsp/entity_name.pickle \

JBoRu commented 1 year ago

Hi, Thanks for your attention. I will upload the dataset of WebQSP to Google Drive immediately. The size of the processed data is a little big. Please wait patiently.

Best, Jinhao