open_knowledge_graph_embeddings
open_knowledge_graph_embeddings copied to clipboard
Empty .pickle files (OLPBench from scratch)
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?
Which of the two configs did you use? prototype.yaml or acl2020.yaml ?
I used prototype.yaml as mentioned in the "Create OLPBENCH from scratch".