arthurcgusmao / XKE

An open-source package for learning and explaining knowledge embedding models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XKE (Explaining Knowledge Embedding models)

This is a heavily modified fork of OpenKE. This repository contains implementations of XKE-PRED and XKE-TRUE, as used in the paper:

  • Arthur Colombini Gusmão, Alvaro Henrique Chaim Correia, Glauber De Bona, and Fabio Gagliardi Cozman. Interpreting Embedding Models of Knowledge Bases: A Pedagogical Approach. Proceedings of the ICML Workshop on Human Interpretability in Machine Learning, pp. 79-86, 2018. Link

Disclaimer

Backward compatibility for past commits is not to be expected.

License

This code was built from this commit of OpenKE, which is distributed under the MIT License. All code developed thereafter is distributed under the terms of the GNU General Public License, version 3 (or, at your choosing, any later version of that license). You can find the text of that license here. This code also has PRA as a dependency, which is also licensed under the GNU General Public License.

Examples

Examples for running each stage of both XKE-PRED and XKE-TRUE can be found in the examples/ directory:

About

An open-source package for learning and explaining knowledge embedding models.

License:GNU General Public License v3.0


Languages

Language:Python 62.8%Language:Jupyter Notebook 22.3%Language:C++ 12.8%Language:C 1.9%Language:Shell 0.2%