Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.14k stars 251 forks source link

Add WordNet11 dataset #138

Closed tabacof closed 5 years ago

tabacof commented 5 years ago

Background and Context WordNet11 dataset is useful because it contains labels for the validation and test sets. It has been used in the literature, see https://www.aaai.org/ojs/index.php/AAAI/article/view/4698/4576 for example.

Description Add a load_wordnet11() to the datasets module.

tabacof commented 5 years ago

Solved by #136.