Skip to content

Commit

Permalink
Evaluation description refined
Browse files Browse the repository at this point in the history
  • Loading branch information
luav authored Apr 9, 2018
1 parent 98895e0 commit d4bbed4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ For the semi supervised mode, similarity between the RDF subjects is evaluated w

> Currently StaTIX infers semantic types based only on the statistical analysis of the input dataset. The accuracy can be improved further with additional semantic analyses leveraging both logical inference and embedding techniques to better grasp the differences and relationships between various instances.

The output results are clusters in the [.cnl format](https://github.com/eXascaleInfolab/PyCABeM/blob/master/formats/format.cnl) (space separated list of members). Each cluster correspond to the type and has members represented by the subject ids. Subject ids are generated sequentially starting from `0` for all unique subjects in the input dataset.

Evaluation of the StaTIX type inference (see details in [TInfES](https://github.com/eXascaleInfolab/TInfES)):
Accuracy (the higher, the better):
### Evaluation of the StaTIX type inference (see details in [TInfES](https://github.com/eXascaleInfolab/TInfES))
StaTIX is executed as `./run.sh -f -m -r 1 -o <outp_cls> <inp_dataset>` and compared with [SDA](https://link.springer.com/chapter/10.1007/978-3-319-25264-3_36) and [SDType](http://www.heikopaulheim.com/docs/iswc2013.pdf).

**Accuracy** (the higher, the better):
![F1h](images/F1h_Algs.png)
Execution time (the lower, the better):
**Execution time** (the lower, the better):
![Execution Time](images/ETime_Algs.png)

## Requirements
Expand Down

0 comments on commit d4bbed4

Please sign in to comment.