1049451037 / GCN-Align

Code of the paper: Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks.
128 stars 27 forks source link

Input files for the code #5

Open soummyaah opened 5 years ago

soummyaah commented 5 years ago

Hi,

I am extremely interested in reproducing the code from your paper. However, the initial datasets found at JAPE only contain 5 files: ent_ILLS, att_triples for each language and rel_triples for each language. Can you explain the process you use to get training_attrs files?

1049451037 commented 5 years ago

It is extracted from the initial dataset from http://ws.nju.edu.cn/jape/

soummyaah commented 5 years ago

Yes, I understand. Can you explain the extraction method? Particularly for the training_attrs files.

1049451037 commented 5 years ago

Oh, sorry. I find the training_attrs is the original data file from https://github.com/nju-websoft/JAPE/blob/master/data/dbp15k.tar.gz

I didn't modify it.