Source code and datasets for ACL 2020 paper: Neighborhood Matching Network for Entity Alignment.
Source code and datasets for ACL 2020 paper: Neighborhood Matching Network for Entity Alignment.
Please first download the datasets here and extract them into
data/
directory.
Initial datasets DBP15K and DWY100K are from JAPE and BootEA.
Take the dataset DBP15K (ZH-EN) as an example, the folder “zh_en” contains:
Due to the limited graphics memory of GPU, we ran our codes using CPUs (40 Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz).
For example, to run NMN on DBP15K (ZH-EN), use the following script:
python3 main.py --dataset DBP15k --lang zh_en
Due to the instability of embedding-based methods, it is acceptable that the results fluctuate a little bit (±1%) when running code repeatedly.
If you have any difficulty or question in running code and reproducing expriment results, please email to wyting@pku.edu.cn.
If you use this model or code, please cite it as follows:
Yuting Wu, Xiao Liu, Yansong Feng, Zheng Wang and Dongyan Zhao. Neighborhood Matching Network for Entity Alignment. In: ACL 2020.