Git Product home page Git Product logo

attrgnn's Introduction

Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment

The code of our EMNLP2020 paper Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment.

Dependencies

Code

  1. Run the following script to train all the subgraphs.
# Example
>> python train_subgraph.py --gpu_id 0 --channel Literal --dataset DBP15k/zh_en --load_hard_split [or not]
  1. Run the following script for ensemble.
# Example
>> python ensemble_subgraphs.py --gpu_id 0 --dataset DBP15k/zh_en --svm [or not] --load_hard_split [or not]

Channels: {Digital, Literal, Structure, Name}

Datasets: {DBP15k/zh_en, DBP15k/fr_en, DBP15k/ja_en, DWY100k/wd_dbp, DWY100k/yg_dbp}

Datasets

Download the datasets from OneDrive and unzip it under the current folder.

Hard Experimental Setting

The hard experimental setting aims to provide a more objective evaluation of the entity alignment task. We build a hard split of existing datasets and put seed entities with very different name in the test set.

Download only the hard split of DBP15k from OneDrive.

Reference

If you use the code, please cite our paper:

@inproceedings{liu2020exploring,
  title={Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment},
  author={Liu, Zhiyuan and Cao, Yixin and Pan, Liangming and Li, Juanzi and Liu, Zhiyuan and Chua, Tat-Seng},
  booktitle={EMNLP},
  year={2020}
}

Acknowledgement

This research is supported by the National Research Foundation, Singapore under its International Research Centres in Singapore Funding Initiative. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not reflect the views of National Research Foundation, Singapore.

attrgnn's People

Contributors

acharkq avatar

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.