Skip to content

Commit 57cacef

Browse files
committed
Upload entity text embeddings
Upload entity text embeddings
1 parent d1586fa commit 57cacef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Data format: Each dataset contains the following files and folders:
1919
- kg: Folder that contains the KG triple list (head_entity_index, relation_index, tail_entity_index) for each kg.
2020
- seed_alignlinks: Folder that contains seed entity alignment pair list between two KGs.
2121
- relation.txt: File that contains relation that is shared across all KGs.
22-
- entity_embeddings.npy: The numpy file of mbert embedding for each entity from all KGs. Size of [Num_entity_all, 768]. We use the **BERT-Base, Multilingual Cased** from https://github.com/google-research/bert/blob/master/multilingual.md to generate it.
22+
- entity_embeddings.npy: The numpy file of mbert embedding for each entity from all KGs. Size of [Num_entity_all, 768]. We use the **BERT-Base, Multilingual Cased** from https://github.com/google-research/bert/blob/master/multilingual.md to generate it. You can download the entity_embeddings.npy for ther DBP-5L dataset from [here](https://drive.google.com/file/d/1-R_2lqS5AQtWqLZXC45SrfkK5XETREe5/view?usp=sharing).
2323

2424
To run the code, create the folders "dataset/dbp5l", "dataset/epkg" and download the two datasets respectively.
2525

0 commit comments

Comments
 (0)