GithubHelp home page GithubHelp logo

sea's Introduction

Semi-Supervised Entity Alignment via Knowledge Graph Embedding with Awareness of Degree Difference

The study in this paper focuses on two important issues that limit the accuracy of current entity alignment solutions:

  1. labeled data of priorly aligned entity pairs are difficult and expensive to acquire, whereas abundant of unlabeled data are not used;
  2. knowledge graph embedding is affected by entity’s degree difference, which brings challenges to align high frequent and low frequent entities.

The implementation is based on the code and data of MTransE.

This version is based on entity-level alignment, instead of triple-level alignment.

Contact: Shichao Pei ([email protected])

Usage:

To run the code, you need to have Python3 and Tensorflow installed.

run run_train_test.sh

Visit https://drive.google.com/file/d/1AsPPU4ka1Rc9u-XYMGWtvV65hF3egi0z/view to download the datasets.

Dependencies

  • Python>=3.5
  • Tensorflow>=1.1.0
  • numpy
  • scipy
  • multiprocessing
  • pickle
  • heapq

Reference

Please refer to our paper.

@inproceedings{pei2019semi,
  title={Semi-supervised entity alignment via knowledge graph embedding with awareness of degree difference},
  author={Pei, Shichao and Yu, Lu and Hoehndorf, Robert and Zhang, Xiangliang},
  booktitle={The World Wide Web Conference},
  year={2019}
}

sea's People

Contributors

scpei avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

kiminh

sea's Issues

high-dgeree, low-degree, normal-dgeree

Hi, in the paper, you catalog the degree of entities into three levels, high degree, normal degree, and low degree. One discriminator D1 categorizes the entities with high degree and normal degree, while the other discriminator D2 is in charge of classifying the entities with low degree and normal degree.
In your code , why D1 and D2 both categorizes the entities with high degree and low degree ?

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.