This work has been accepted and published:
Jingwei Cheng, Chenglong Lu, Linyan Yang, Guoqing Chen, and Fu Zhang.
Findings of the Association for Computational Linguistics: ACL 2025, pages 20981–20995, Vienna, Austria, July 2025.
Here are the descriptions of the Python scripts in this project:
We provide one processed dataset contains 10 pairs of entities, with files name.txt, att.txt, and rel.txt, which are used to understand the data format and debug the EasyEA code.
All datasets come from commonly used entity alignment datasets. Below are the sources for the datasets used in this experiment:
Embedding.py is based on LLM2Vec, which provides integrated query and embedding code. The execution speed is much faster than the method of first processing with GPT.
If you find this code to be useful for your research, please consider citing.
@inproceedings{cheng-etal-2025-easyea,
title = "{E}asy{EA}: Large Language Model is All You Need in Entity Alignment Between Knowledge Graphs",
author = "Cheng, Jingwei and Lu, Chenglong and Yang, Linyan and Chen, Guoqing and Zhang, Fu",
booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
year = "2025",
url = "https://aclanthology.org/2025.findings-acl.1080/",
doi = "10.18653/v1/2025.findings-acl.1080",
pages = "20981--20995"
}
13 commits
Python
100.0%
This work has been accepted and published:
Jingwei Cheng, Chenglong Lu, Linyan Yang, Guoqing Chen, and Fu Zhang.
Findings of the Association for Computational Linguistics: ACL 2025, pages 20981–20995, Vienna, Austria, July 2025.
Here are the descriptions of the Python scripts in this project:
We provide one processed dataset contains 10 pairs of entities, with files name.txt, att.txt, and rel.txt, which are used to understand the data format and debug the EasyEA code.
All datasets come from commonly used entity alignment datasets. Below are the sources for the datasets used in this experiment:
Embedding.py is based on LLM2Vec, which provides integrated query and embedding code. The execution speed is much faster than the method of first processing with GPT.
If you find this code to be useful for your research, please consider citing.
@inproceedings{cheng-etal-2025-easyea,
title = "{E}asy{EA}: Large Language Model is All You Need in Entity Alignment Between Knowledge Graphs",
author = "Cheng, Jingwei and Lu, Chenglong and Yang, Linyan and Chen, Guoqing and Zhang, Fu",
booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
year = "2025",
url = "https://aclanthology.org/2025.findings-acl.1080/",
doi = "10.18653/v1/2025.findings-acl.1080",
pages = "20981--20995"
}
13 commits
Python
100.0%