nju-websoft / OpenEA

A Benchmarking Study of Embedding-based Entity Alignment for Knowledge Graphs, VLDB 2020
GNU General Public License v3.0
517 stars 80 forks source link

Source code for generating subsampled datasets #12

Closed sainyam closed 3 years ago

sainyam commented 3 years ago

Hello,

Thanks for compiling the embedding-based entity alignment methods, and for open-sourcing the GitHub repository.

I found the methods for generating subsampled version of various KG datasets to be very practical and useful. While you have publicly shared all the datasets (https://github.com/nju-websoft/OpenEA#dataset-overview), I couldn't find the source code for generating these datasets in the repo. Do you plan to share the implementation of IDS? If yes, is there an ETA?

Looking forward to your response.

Thanks, Sainyam

sunzequn commented 3 years ago

Hi Sainyam,

Thanks for your interest in our work! Sorry that the source code of data sampling is not public now because it still needs some cleaning and refactoring work. But the coauthor has already graduated. I hereby provide the raw code for you to refer to. Hope the code can help you!

Best, Zequn Sun SampKG-OpenEA.zip

sainyam commented 3 years ago

Thanks!

jiaaayiii commented 2 years ago

Hi, Sainyam, may I ask did you slove the sampling questions via the raw code? I'm working on the source code now, but have no clue.