Skip to content

Source code for our paper Non-Parametric Path Based Model for Taxonomy Induction in Knowledge Graphs

License

Notifications You must be signed in to change notification settings

mpietrasik/nppb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nppb

Source code for our paper Non-Parametric Path Based Model for Taxonomy Induction in Knowledge Graphs. The code is an extension of Mallet which may be cited as follows:

@article{mccallum2002mallet,
  title={Mallet: A machine learning for languagetoolkit},
  author={McCallum, Andrew Kachites},
  journal={http://mallet. cs. umass. edu},
  year={2002}
}

Installation

  1. Install Mallet machine learning language toolkit
  2. Install GNU Trove high performance collections for Java
  3. Install Deep cloner for Java from: https://github.com/kostaskougios/cloning

Runtime Instructions

Run Main.java to run the simulated annealing algorithm on the Carnivora dataset. For other dataset and hyperparameter combinations, change the corresponding variables in Main.java.

TODO

The following updates to the repository are forthcoming:

  • Friendly command line interface for dataset and hyperparameter input
  • More thorough documentation of installation and runtime instructions

About

Source code for our paper Non-Parametric Path Based Model for Taxonomy Induction in Knowledge Graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages