All Projects → nju-websoft → Rsn

nju-websoft / Rsn

Licence: mit
Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs, ICML 2019

Projects that are alternatives of or similar to Rsn

Intro To Text Analytics
introduction to text analytics in python training for odsc west 2018
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Unsupervised anomaly detection
A Notebook where I implement differents anomaly detection algorithms on a simple exemple. The goal was just to understand how the different algorithms works and their differents caracteristics.
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Imageclassification
Deep Learning: Image classification, feature visualization and transfer learning with Keras
Stars: ✭ 83 (+0%)
Mutual labels:  jupyter-notebook
Yolo resnet
Implementing YOLO using ResNet as the feature extraction network
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Nasnet Keras
Keras implementation of NASNet-A
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Language Translation
Neural machine translator for English2German translation.
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Voice Conversion Gan
Voice Conversion using Cycle GAN's For Non-Parallel Data
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Machine Learning Portfolio
Machine learning portfolio
Stars: ✭ 83 (+0%)
Mutual labels:  jupyter-notebook
Pyepr
Powerful, automated analysis and design of quantum microwave chips & devices [Energy-Participation Ratio and more]
Stars: ✭ 81 (-2.41%)
Mutual labels:  jupyter-notebook
Ydf Recsys2015 Challenge
Solution of RecSys Challenge 2015
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Fonduer Tutorials
A collection of simple tutorials for using Fonduer
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Articles
Papers I read
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Neural Networks
brief introduction to Python for neural networks
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Cs231n
Stanford cs231n'18 assignment
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Animecolordeoldify
Colorise Anime/Manga Sketches with DeOldify
Stars: ✭ 83 (+0%)
Mutual labels:  jupyter-notebook
Deterministic Variational Inference
Sample code for running deterministic variational inference to train Bayesian neural networks
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Tf playground
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Ml pocket reference
Resources for Machine Learning Pocket Reference
Stars: ✭ 83 (+0%)
Mutual labels:  jupyter-notebook
Coronabr
Série histórica dos dados sobre COVID-19, a partir de informações do Ministério da Saúde
Stars: ✭ 83 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Demo
Local AI demo and distributed AI demo using TensorFlow
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook

RSN

Lingbing Guo, Zequn Sun, Wei Hu*. Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs. In: ICML 2019

INSTALLATION

  1. Please first install Python 3.5+, and then unpack data.7z.

  2. Type pip install -r requirements in shell to install required packages. Note that, when using Tensorflow 1.2+, the learning rate has to be re-adjusted. We suggest using tensorflow-gpu = 1.1.

RUNNING

  1. Run jupyter by typing jupyter notebook in shell.

  2. In the opened browser, click RSN4EA.ipynb for entity alignment, or RSN4KGC.ipynb for KG completion.

  3. The files RSN4EA.ipynb and RSN4KGC.ipynb record the latest results on DBP-WD (normal) and FB15K, respectively.

  4. You can also click 'Toolbar -> Kernel -> Restart&Run All' to run these two experiments.

DATA

  1. Limited by the space, we only uploaded FB15K for KG completion. For WN18 and FB15K-237, you can easily download them from the Internet.

  2. Change options.data_path or other options.* to run RSN on different datasets with different settings.

  3. For RSN4KGC.ipynb, we adopt a matrix filter method for evaluation, which may use more than 64GB memory.

  4. For entity alignment, V1 denotes the normal datasets, and V2 denotes the dense ones. Please use first 10% data of ref_ent_ids for validation.

  5. entity-alignment-full-data.7z provides a complete version of the EA datasets, including attribute files and datasets with different proportions.

CITATION

If you find our work useful, please kindly cite it as follows:

@inproceedings{RSN,
  author    = {Lingbing Guo and Zequn Sun and Wei Hu},
  title     = {Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs},
  booktitle = {ICML},
  pages     = {2505--2514},
  year      = {2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].