Skip to content
/ MPSUM Public

Source code for paper: "MPSUM: Predicate-Based Matching for RDF Triples with Application to LDA"

Notifications You must be signed in to change notification settings

djwei96/MPSUM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPSUM: Predicate-Based Matching for RDF Triples with Application to LDA

EYRE@CIKM'18 paper: "MPSUM: Predicate-Based Matching for RDF Triples with Application to LDA"

ENVIRONMENT AND DEPENDENCY

Environment

  • Ubuntu 16.04
  • python 3.6

Dependency

Several python modules are required in our project as follows:

pip3 install sklearn
pip3 install lda
pip3 install SPARQLWrapper
pip3 install rdflib

USAGE

git clone [email protected]:WeiDongjunGabriel/MPSUM.git

Before running this project, please remove the MPSUM_output directory for your own output. The MPSUM_output we provide is for the workshop mentioned above to verify and evaluate our output.

OUTPUT AND EVALUATION

Output

The output is in the folder named "MPSUM_output" as your running this project with the above steps.

Evaluation

You can evaluate your own output's F-measure and MAP by following instructions in ESBM Benchmark.

CITATION

If you use our model or code, please kindly cite as follows:

@inproceedings{MPSUM,
  author    = {Dongjun Wei and
  	       Shiyuan Gao and
               Yaxin Liu and
               Zhibing Liu and
               Longtao Huang and 
               Songlin Hu},
  title     = {MPSUM: Predicate-Based Matching for RDF Triples with Application to LDA},
  booktitle = {EYRE@CIKM},
  year      = {2018}
}

About

Source code for paper: "MPSUM: Predicate-Based Matching for RDF Triples with Application to LDA"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages