Lee-zix / RE-GCN

This is the official code release of the following paper: Zixuan Li, Xiaolong Jin, Wei Li, Saiping Guan, Jiafeng Guo, Huawei Shen, Yuanzhuo Wang and Xueqi Cheng. Temporal Knowledge Graph Reasoning Based on Evolutional Representation Learning
128 stars 23 forks source link

command line for running on YAGO and wiki #15

Closed lihuiliullh closed 1 year ago

lihuiliullh commented 1 year ago

Can you share the command lines for running on YAGO and wiki?

I got such an error

FileNotFoundError: [Errno 2] No such file or directory: './data/YAGO/e-w-graph.txt'

Lee-zix commented 1 year ago

Static Graphs are only for ICEWS datasets. For YAGO and WIKI, static graphs are not generated and used. See Lines 17-19 in Section Implementation Details ("We only report the results without the static graph constraint on WIKI, YAGO and GDELT because the static information is missing in these datasets.").