samuelbroscheit / open_knowledge_graph_embeddings

Code to train open knowledge graph embeddings and to create a benchmark for open link prediction.
MIT License
25 stars 7 forks source link

Empty .pickle files (OLPBench from scratch) #4

Open ERBD opened 1 year ago

ERBD commented 1 year ago

Hey, I am trying to extract the source sentence of OLPBench triples. Therefore, I followed the procedure which is mentioned "Create OLPBENCH from scratch" section. But when I run the create_data.py I found that in the log the length of these two files is 0 (triples_list_lc 0, triples_sro_to_se_oe_dict 0). I also check the .pickle files. Those files are also empty. Would you please check this issue?

samuelbroscheit commented 1 year ago

Which of the two configs did you use? prototype.yaml or acl2020.yaml ?

ERBD commented 1 year ago

I used prototype.yaml as mentioned in the "Create OLPBENCH from scratch".