We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I downloaded the DBP15k.zip and found id_features file under each task directory.
id_features
For example:
zh_en\id_features_1
0 Abdullah Gul 1 Kim Dae Jung 2 National Front France
10500 Abdullah Gül 10501 Kim Dae jung 10502 National Front France
It seems you initialize non-English KG's node embeddings (zh, ja, fr) with the English name feature.
How do you get the English node name for non-English KGs?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I downloaded the DBP15k.zip and found
id_features
file under each task directory.For example:
zh_en\id_features_1
zh_en\id_features_1
It seems you initialize non-English KG's node embeddings (zh, ja, fr) with the English name feature.
How do you get the English node name for non-English KGs?
The text was updated successfully, but these errors were encountered: