tsujuifu / pytorch_graph-rel

A PyTorch implementation of GraphRel
MIT License
268 stars 54 forks source link

anybody knows the differences between tr.pkl vl.pkl ts.pkl and pre_tr.pkl pre_vl.pkl pre_ts.pkl #22

Open FanY1999 opened 3 years ago

FanY1999 commented 3 years ago

When I tried to reproduce this paper, I found that six files were read in the source code, namely tr.pkl vl.pkl ts.pkl and pre_tr.pkl pre_vl.pkl pre_ts.pkl. I know the format of files beginning with the name pre; but what about the first three files? Does anyone know how it is generated?