GithubHelp home page GithubHelp logo

yeongjoonju / autoeter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ngl567/autoeter

0.0 1.0 0.0 15.22 MB

EMNLP 2020 Findings: AutoETER: Automated Entity Type Representation for Knowledge Graph Embedding

Python 99.69% Shell 0.31%

autoeter's Introduction

AutoETER

EMNLP 2020 Findings: AutoETER: Automated Entity Type Representation for Knowledge Graph Embedding Paper.

This is our source code and data for the paper:

Guanglin Niu, Bo Li, Yongfei Zhang, Shiliang Pu and Jingyang Li. AutoETER: Automated Entity Type Representation for Knowledge Graph Embedding. EMNLP 2020 Findings, 2020, 1172โ€“1181.

Author: Dr. Guanglin Niu (beihangngl at buaa.edu.cn)

Introduction

To explore the type information for any KG, we develop a novel KGE framework with Automated Entity TypE Representation (AutoETER), which learns the latent type embedding of each entity by regarding each relation as a translation operation between the types of two entities with a relation-aware attention mechanism. Particularly, our approach could model and infer all the relation patterns and complex relations.

Dataset

We provide four datasets: FB15K, FB15K237, WN18 and YAGO3-10. You can find and download all the datasets on Onedrive.

Example to run the codes

Train and Test on FB15k:

python codes/run.py --cuda --do_train --do_valid --do_test --data_path/FB15k --model AutoETER -n 128 -b 1024 -d 1000  -td 200 -g 22.0 -gt 7.0 -gp 5.0 -al1 0.1 -al2 0.5 -a 1.0 -lr 0.0001 --max_steps 150000 -save models/AutoETER_fb15k_1 -ps 16

Acknowledge

@inproceedings{Niu:AutoETER,
  author    = {Guanglin Niu and
               Bo Li and
               Yongfei Zhang and
               Shiliang Pu and
               Jingyang Li},
  title     = {AutoETER: Automated Entity Type Representation for Knowledge Graph Embedding},
  booktitle = {Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: Findings},
  year      = {2020}
}

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.