KGEval: Estimating Knowledge Graph Accuracy

We have released the source code and data used for KGEval.

1. Install PSL <http://psl.umiacs.umd.edu/> for enabling Inference Engine. 
   Src code + Installation instructions at <https://github.com/linqs/psl>
   Requires Maven3.x
 
2. Respective folders have description of data format

High level Directory structure:
.
|-- Mturk_data
|   |-- NELL_Mturk
|   |-- README
|   `-- YAGO_Mturk
|   |
|   |
|-- NELL
|   |-- data
|   |
|   |-- src
|   |   |-- inference_data
|   |   |
|   |   `-- KGEval.groovy
|   |
|   |
|-- README
|   |
|   |
`-- YAGO
    |-- data
    |
    `-- src
        |-- inference_data
        |
        `-- KGEval.groovy



