TuckER: Tensor Factorization for Knowledge Graph Completion
TuckER TuckER: Tensor Factorization for Knowledge Graph Completion This codebase contains PyTorch implementation of the paper: TuckER: Tensor Factorization for Knowledge Graph Completion.Ivana Balažević, Carl Allen, and Timothy M. Hospedales.Empirical Methods in Natural Language Processing (EMNLP), 2019.[Paper] TuckER: Tensor Factorization for Knowledge Graph Completion.Ivana Balažević, Carl Allen, and Timothy M. Hospedales.ICML Adaptive & Multitask Learning Workshop, 2019.[Short Paper] Link Prediction Results Running a model To run the model, execute the following command: CUDA_VISIBLE_DEVICES=0 python main.py –dataset FB15k-237 –num_iterations 500 –batch_size […]
Read more