All Projects → nju-websoft → MultiKE

nju-websoft / MultiKE

Licence: MIT license
Multi-view Knowledge Graph Embedding for Entity Alignment, IJCAI 2019

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to MultiKE

AliNet
Knowledge Graph Alignment Network with Gated Multi-hop Neighborhood Aggregation, AAAI 2020
Stars: ✭ 89 (-12.75%)
Mutual labels:  knowledge-graph-embedding, entity-alignment
KGE
Some papers on Knowledge Graph Embedding(KGE)
Stars: ✭ 705 (+591.18%)
Mutual labels:  knowledge-graph-embedding
LD-Connect
LD Connect is a Linked Data portal for IOS Press in collaboration with the STKO Lab at UC Santa Barbara.
Stars: ✭ 0 (-100%)
Mutual labels:  knowledge-graph-embedding
SDSNE
AAAI 2022: Stationary diffusion state neural estimation
Stars: ✭ 31 (-69.61%)
Mutual labels:  multiview-learning
MVGL
TCyb 2018: Graph learning for multiview clustering
Stars: ✭ 26 (-74.51%)
Mutual labels:  multiview-learning
NMN
Source code and datasets for ACL 2020 paper: Neighborhood Matching Network for Entity Alignment.
Stars: ✭ 55 (-46.08%)
Mutual labels:  entity-alignment
HyperKA
Knowledge Association with Hyperbolic Knowledge Graph Embeddings, EMNLP 2020
Stars: ✭ 27 (-73.53%)
Mutual labels:  entity-alignment
AKE
Guiding Entity Alignment via Adversarial Knowledge Embedding
Stars: ✭ 15 (-85.29%)
Mutual labels:  entity-alignment
industry-eval-EA
An Industry Evaluation of Embedding-based Entity Alignment @ COLING'20
Stars: ✭ 19 (-81.37%)
Mutual labels:  entity-alignment

MultiKE

Source code and datasets for IJCAI-2019 paper "Multi-view Knowledge Graph Embedding for Entity Alignment".

Dataset

We used two datasets, namely DBP-WD and DBP-YG, which are based on DWY100K proposed in BootEA.

DBP-WD and DBP-YG

In "data/BootEA_datasets.zip", we give the full data of the two datasets that we used. Each dataset has the following files:

  • ent_links: all the entity links without training/test/valid splits;
  • 631: entity links with training/test/valid splits, contains three files, namely train_links, test_links and valid_links;
  • rel_triples_1: relation triples in the source KG, list of triples like (h \t r \t t);
  • rel_triples_2: relation triples in the target KG;
  • attr_triples_1: attribute triples in the source KG;
  • attr_triples_2: attribute triples in the target KG;
  • entity_local_name_1: entity local names in the source KG, list of pairs like (entity \t local_name);
  • entity_local_name_2: entity local names in the target KG;
  • predicate_local_name_1: predicate local names in the source KG, list of pairs like (predicate \t local_name);
  • predicate_local_name_2: predicate local names in the target KG.

Raw datasets

The raw datasets of DWY100K can also be found here.

Dependencies

  • Python 3
  • Tensorflow 1.x
  • Numpy

Run

To run the experiments, use:

bash run.sh -m mode -d dataset_folder_path
  • mode: training mode, using either ITC or SSL;
  • dataset_folder_path: the folder path of dataset to run.

For example, to run the experiments on DBP-WD with ITC mode, use:

bash run.sh -m ITC -d BootEA_DBP_WD_100K/

If you have any difficulty or question in running code or reproducing experimental results, please email to [email protected], [email protected] and [email protected].

Citation

If you use this model or code, please kindly cite it as follows:

@inproceedings{MultiKE,
  author    = {Qingheng Zhang and Zequn Sun and Wei Hu and Muhao Chen and Lingbing Guo and Yuzhong Qu},
  title     = {Multi-view Knowledge Graph Embedding for Entity Alignment},
  booktitle = {IJCAI},
  pages     = {5429--5435},
  year      = {2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].
OSZAR »