MrYxJ / explore-and-evaluate

Code for EMNLP2020 paper "Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment

The code of our EMNLP2020 paper Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment.

Dependencies

Code

  1. Run the following scripts to train all the subgraphs.
# Example
>> python train_subgraph.py --gpu_id 0 --channel Literal --dataset DBP15k/zh_en --load_hard_split [or not]
  1. Run the following scripts for ensemble.
# Example
>> python ensemble_subgraphs.py --gpu_id 0 --dataset DBP15k/zh_en --svm [or not] --load_hard_split [or not]

Channels: {Digital, Literal, Structure, Name}

Datasets: {DBP15k/zh_en, DBP15k/fr_en, DBP15k/ja_en, DWY100k/wd_dbp, DWY100k/yg_dbp}

Datasets

Download the datasets from OneDrive and unzip it under the current folder.

Reference

If you use the code, please cite our paper:

@inproceedings{liu2020exploring,
  title={Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment},
  author={Liu, Zhiyuan and Cao, Yixin and Pan, Liangming and Li, Juanzi and Liu, Zhiyuan and Chua, Tat-Seng},
  booktitle={EMNLP},
  year={2020}
}

Acknowledgement

This research is supported by the National Research Foundation, Singapore under its International Research Centres in Singapore Funding Initiative. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not reflect the views of National Research Foundation, Singapore.

About

Code for EMNLP2020 paper "Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment".


Languages

Language:Python 100.0%