Format of the dataset
raw.kb: the raw kb data from NELL system
kb_env_rl.txt: we add inverse triples of all triples in raw.kb, this file is used as the KG for reasoning
entity2vec.bern/relation2vec.bern: transE embeddings to represent out RL states, can be trained using TransX implementations by thunlp
tasks/: each task is a particular reasoning relation
tasks/${relation}/*.vec: trained TransH Embeddings
tasks/${relation}/*.vec_D: trained TransD Embeddings
tasks/${relation}/*.bern: trained TransR Embedding trained
tasks/${relation}/*.unif: trained TransE Embeddings
tasks/${relation}/transX: triples used to train the KB embeddings
tasks/${relation}/train.pairs: train triples in the PRA format
tasks/${relation}/test.pairs: test triples in the PRA format
tasks/${relation}/path_to_use.txt: reasoning paths found the RL agent
tasks/${relation}/path_stats.txt: path frequency of randomised BFS
2019-12-21 19:49:12
826.58MB
KG
1