Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a NeurIPS 2020 paper #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,7 @@ We release [OpenKE](https://github.com/thunlp/openKE), an open source toolkit fo
*Zhanqiu Zhang, Jianyu Cai, Yongdong Zhang, Jie Wang.* AAAI 2020. [paper](https://arxiv.org/pdf/1911.09419.pdf) [code](https://github.com/MIRALab-USTC/KGE-HAKE)
> This paper proposes a novel knowledge graph embedding model—namely, Hierarchy-Aware Knowledge Graph Embedding (HAKE). HAKE maps entities into the polar coordinate system to model semantic hierarchies, which are common in
real-world applications. HAKE is inspired by the fact that concentric circles in the polar coordinate system can naturally reflect the hierarchy.

1. **Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Prediction.**
*Jinheon Baek, Dong Bok Lee, Sung Ju Hwang.* NeurIPS 2020. [paper](https://arxiv.org/pdf/2006.06648.pdf) [code](https://github.com/JinheonBaek/GEN)
> This paper tackles a realistic problem setting of few-shot out-of-graph link prediction, aiming to perform link prediction not only between seen and unseen entities but also among unseen entities. To tackle this problem, they propose a novel meta-learning framework, Graph Extrapolation Network (GEN), which meta-learns the node embeddings for unseen entities, to obtain low error on link prediction for both seen-to-unseen and unseen-to-unseen cases.
7 changes: 7 additions & 0 deletions krl.bib
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,10 @@ @inproceedings{schlichtkrull2018modeling
year={2018},
organization={Springer}
}

@article{baek2020KG,
title={Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Prediction},
author={Jinheon Baek and Dong Bok Lee and Sung Ju Hwang},
journal={arXiv preprint arXiv:2006.06648},
year={2020}
}