GithubHelp home page GithubHelp logo

linjianxia1031 / cg-mualign Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gentlezhu/cg-mualign

0.0 0.0 0.0 1.24 MB

Collective Multi-type Entity Alignment Between Knowledge Graphs (WWW'20)

Python 100.00%

cg-mualign's Introduction

CG-MuAlign

A reference implementation for "Collective Multi-type Entity Alignment Between Knowledge Graphs", published in WWW 2020.

If you find our paper useful, please consider cite the following paper

@inproceedings{10.1145/3366423.3380289,
author = {Zhu, Qi and Wei, Hao and Sisman, Bunyamin and Zheng, Da and Faloutsos, Christos and Dong, Xin Luna and Han, Jiawei},
title = {Collective Multi-Type Entity Alignment Between Knowledge Graphs},
year = {2020},
url = {https://doi.org/10.1145/3366423.3380289},
doi = {10.1145/3366423.3380289},
booktitle = {Proceedings of The Web Conference 2020}
}

Data

Unfortunately, the original data used is not public available. But this reference implementation could be easily adopt to structured data: knowledge graph, knowledge base and etc. See examples below for details.

We are collecting more public available knowledge graphs, stay tuned! Feel free to contact me ([email protected]) if you want to add your dataset in this repository.

Requirements

pip install -r requirements.txt

Run the code

Prepare the pre-trained fastText embedding

Most of the attributes in a knowledge graph is text. Obtain your binarized pre-trained word embeddings $PATH at fastText. I'm using enwiki9.bin

python main.py --gpu=0 --pretrain-path=$PATH

cg-mualign's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.