All Projects → nddsg → KGMiner

nddsg / KGMiner

Licence: other
Knowledge Graph Miner

Programming Languages

C++
36643 projects - #6 most used programming language
r
7636 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to KGMiner

KGPool
[ACL 2021] KGPool: Dynamic Knowledge Graph Context Selection for Relation Extraction
Stars: ✭ 33 (-10.81%)
Mutual labels:  knowledge-graph
stardog-language-servers
Language Servers for Stardog Languages
Stars: ✭ 19 (-48.65%)
Mutual labels:  knowledge-graph
WhySoMuch
knowledge graph recommendation
Stars: ✭ 67 (+81.08%)
Mutual labels:  knowledge-graph
ChineseStarsRelationship
中国明星数据爬取。你甚至可以拿到互联网上所有的人之间的关系,接下来你可以自己发挥!基于这些数据,你可以完成更多有趣的事情。比如说社交网络分析,关系网络可视化,算法研究,和其他有意思的事情。Chinese star data crawling. You can even get all the people on the internet! Based on these data, you can do more interesting things. For example, social network analysis, relational network visualization, algorithm research, and other interesting things.
Stars: ✭ 26 (-29.73%)
Mutual labels:  knowledge-graph
industry-eval-EA
An Industry Evaluation of Embedding-based Entity Alignment @ COLING'20
Stars: ✭ 19 (-48.65%)
Mutual labels:  knowledge-graph
FCA-Map
💠 Ontology matching system based on formal concept analysis
Stars: ✭ 25 (-32.43%)
Mutual labels:  knowledge-graph
KG4Rec
Knowledge-aware recommendation papers.
Stars: ✭ 76 (+105.41%)
Mutual labels:  knowledge-graph
Metagraph
Metagraph是一款知识创作分享工具,不同于以往的知识创作平台,Metagraph提供了强大的内容关联能力。
Stars: ✭ 18 (-51.35%)
Mutual labels:  knowledge-graph
daas-with-github-actions
A low code learning project run with github actions
Stars: ✭ 15 (-59.46%)
Mutual labels:  knowledge-graph
AutoSF
Y. Zhang, Q. Yao, J. Kwok. Bilinear Scoring Function Search for Knowledge Graph Learning. TPAMI 2022
Stars: ✭ 51 (+37.84%)
Mutual labels:  knowledge-graph
TransC
Source code and datasets of EMNLP2018 paper: "Differentiating Concepts and Instances for Knowledge Graph Embedding".
Stars: ✭ 75 (+102.7%)
Mutual labels:  knowledge-graph
IEAJKE
Code and data for our paper "Iterative Entity Alignment via Joint Knowledge Embeddings"
Stars: ✭ 43 (+16.22%)
Mutual labels:  knowledge-graph
knowledge-graph
Graph Data Visualization Demo| 图数据搜索可视化应用案例
Stars: ✭ 30 (-18.92%)
Mutual labels:  knowledge-graph
PaperMachete
A project that uses Binary Ninja and GRAKN.AI to perform static analysis on binary files with the goal of identifying bugs in software.
Stars: ✭ 49 (+32.43%)
Mutual labels:  knowledge-graph
koza
Data transformation framework for LinkML data models
Stars: ✭ 21 (-43.24%)
Mutual labels:  knowledge-graph
WSDM2021 NSM
Improving Multi-hop Knowledge Base Question Answering by Learning Intermediate Supervision Signals. WSDM 2021.
Stars: ✭ 84 (+127.03%)
Mutual labels:  knowledge-graph
CSV2RDF
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
Stars: ✭ 48 (+29.73%)
Mutual labels:  knowledge-graph
awesome-ontology
A curated list of ontology things
Stars: ✭ 73 (+97.3%)
Mutual labels:  knowledge-graph
skywalkR
code for Gogleva et al manuscript
Stars: ✭ 28 (-24.32%)
Mutual labels:  knowledge-graph
ITO
Intelligence Task Ontology (ITO)
Stars: ✭ 37 (+0%)
Mutual labels:  knowledge-graph

Code for paper

Discriminative predicate path mining for fact checking in knowledge graphs, B Shi, T Weninger, Knowledge-Based Systems 104, 123-133, 2016

https://arxiv.org/pdf/1510.05911.pdf

git clone https://github.com/nddsg/KGMiner.git
cd KGMiner/.
./compile.sh

When it’s done, run

./run_server.sh

to start a server instance

when you see the server is started (you should see the following output)

Load 4743012 nodes
Load 671 rels
Load 27313477 edges with 671 relations
4218123 out of 4743012 have valid entity label
3313257 out of 4218123 have more than one entity label
Graph constructed
50 threads are created

Then open a new command line, run

./run_test.sh

You will see some outputs that like

[1] "PREDICATE PATH"
=== 10 Fold Cross Validation ===

=== Summary ===

Correctly Classified Instances         299               99.6667 %
Incorrectly Classified Instances         1                0.3333 %
Kappa statistic                          0.9879
K&B Relative Info Score              28968.5641 %
K&B Information Score                  189.9418 bits      0.6331 bits/instance
Class complexity | order 0             195.016  bits      0.6501 bits/instance
Class complexity | scheme               21.7656 bits      0.0726 bits/instance
Complexity improvement     (Sf)        173.2504 bits      0.5775 bits/instance
Mean absolute error                      0.0081
Root mean squared error                  0.0635
Relative absolute error                  2.9071 %
Root relative squared error             17.0297 %
Total Number of Instances              300

=== Detailed Accuracy By Class ===

                TP Rate  FP Rate  Precision  Recall   F-Measure  MCC      ROC Area  PRC Area  Class
                1.000    0.020    0.996      1.000    0.998      0.988    0.999     1.000     FALSE
                0.980    0.000    1.000      0.980    0.990      0.988    0.999     0.997     TRUE
Weighted Avg.    0.997    0.017    0.997      0.997    0.997      0.988    0.999     0.999

=== Confusion Matrix ===

  a   b   <-- classified as
250   0 |   a = FALSE
  1  49 |   b = TRUE
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].