All Projects → IIEdm → AKE

IIEdm / AKE

Licence: other
Guiding Entity Alignment via Adversarial Knowledge Embedding

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to AKE

Reenactgan
[ECCV 2018] ReenactGAN: Learning to Reenact Faces via Boundary Transfer
Stars: ✭ 147 (+880%)
Mutual labels:  adversarial-learning
collateral-learning
Collateral Learning - Functional Encryption and Adversarial Training on partially encrypted networks
Stars: ✭ 67 (+346.67%)
Mutual labels:  adversarial-learning
adVAE
Implementation of 'Self-Adversarial Variational Autoencoder with Gaussian Anomaly Prior Distribution for Anomaly Detection'
Stars: ✭ 17 (+13.33%)
Mutual labels:  adversarial-learning
Awesome Domain Adaptation
A collection of AWESOME things about domian adaptation
Stars: ✭ 3,357 (+22280%)
Mutual labels:  adversarial-learning
MAN
Multimodal Adversarial Network for Cross-modal Retrieval (PyTorch Code)
Stars: ✭ 26 (+73.33%)
Mutual labels:  adversarial-learning
Adversarial-Learning-for-Generative-Conversational-Agents
This repository contains a new adversarial training method for Generative Conversational Agents
Stars: ✭ 71 (+373.33%)
Mutual labels:  adversarial-learning
Unsupervised detection
An Unsupervised Learning Framework for Moving Object Detection From Videos
Stars: ✭ 139 (+826.67%)
Mutual labels:  adversarial-learning
Semantic Pyramid for Image Generation
PyTorch reimplementation of the paper: "Semantic Pyramid for Image Generation" [CVPR 2020].
Stars: ✭ 45 (+200%)
Mutual labels:  adversarial-learning
RAS
AISTATS 2019: Reference-based Adversarial Sampling & Its applications to Soft Q-learning
Stars: ✭ 15 (+0%)
Mutual labels:  adversarial-learning
MultiKE
Multi-view Knowledge Graph Embedding for Entity Alignment, IJCAI 2019
Stars: ✭ 102 (+580%)
Mutual labels:  entity-alignment
Awesome Tensorlayer
A curated list of dedicated resources and applications
Stars: ✭ 248 (+1553.33%)
Mutual labels:  adversarial-learning
AliNet
Knowledge Graph Alignment Network with Gated Multi-hop Neighborhood Aggregation, AAAI 2020
Stars: ✭ 89 (+493.33%)
Mutual labels:  entity-alignment
Open set domain adaptation
Tensorflow Implementation of open set domain adaptation by backpropagation
Stars: ✭ 27 (+80%)
Mutual labels:  adversarial-learning
Adversarial Learning For Neural Dialogue Generation In Tensorflow
Adversarial-Learning-for-Neural-Dialogue-Generation-in-Tensorflow
Stars: ✭ 181 (+1106.67%)
Mutual labels:  adversarial-learning
industry-eval-EA
An Industry Evaluation of Embedding-based Entity Alignment @ COLING'20
Stars: ✭ 19 (+26.67%)
Mutual labels:  entity-alignment
Segan
SegAN: Semantic Segmentation with Adversarial Learning
Stars: ✭ 143 (+853.33%)
Mutual labels:  adversarial-learning
Transferable-E2E-ABSA
Transferable End-to-End Aspect-based Sentiment Analysis with Selective Adversarial Learning (EMNLP'19)
Stars: ✭ 62 (+313.33%)
Mutual labels:  adversarial-learning
tulip
Scaleable input gradient regularization
Stars: ✭ 19 (+26.67%)
Mutual labels:  adversarial-learning
cool-papers-in-pytorch
Reimplementing cool papers in PyTorch...
Stars: ✭ 21 (+40%)
Mutual labels:  adversarial-learning
linguistic-style-transfer-pytorch
Implementation of "Disentangled Representation Learning for Non-Parallel Text Style Transfer(ACL 2019)" in Pytorch
Stars: ✭ 55 (+266.67%)
Mutual labels:  adversarial-learning

AKE

The implementation of our ICDM 2019 paper "Guiding Entity Alignment via Adversarial Knowledge Embedding" AKE.

Requirements

python 3.5.3
torch == 0.3.1
numpy == 1.15
scipy == 1.1.0
scikit-learn == 0.20.0

How to use

Dataset

tar -zxvf data.tar.gz data
The data folder includes our propocessed data JA-EN for training and testing.
The orginal datasets can be founded from here.

Training

zsh train.sh/train_variants.sh # training AKE and variants with default hyper-parameters

Testing

python test.py

Citation

If you find the code is useful for your research, please cite this paper:

@inproceedings{lin2019:AKE,
author={Lin, Xixun and Yang, Hong and Wu, Jia and Zhou, Chuan and Wang, Bin},
title={Guiding Entity Alignment via Adversarial Knowledge Embedding},
booktitle={IEEE International Conference On Data Mining (ICDM)},
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].