paper-with-me

Papers

Knowledge Graph Fact Prediction via Knowledge-Enriched Tensor Factorization

2019-02-08 · Journal of Web Semantics 2019 12 · Ankur Padia, Kostantinos Kalpakis, Francis Ferraro, Tim Finin

We present a family of novel methods for embedding knowledge graphs into real-valued tensors. These tensor-based embeddings capture the ordered relations that are typical in the knowledge graphs represented by semantic web languages like RDF. Unlike many previous models, our methods can easily use prior background knowledge provided by users or extracted automatically from existing knowledge graphs. In addition to providing more robust methods for knowledge graph embedding, we provide a provably-convergent, linear tensor factorization algorithm. We demonstrate the efficacy of our models for the task of predicting new facts across eight different knowledge graphs, achieving between 5% and 50% relative improvement over existing state-of-the-art knowledge graph embedding techniques. Our empirical evaluation shows that all of the tensor decomposition models perform well when the average degree of an entity in a graph is high, with constraint-based models doing better on graphs with a small number of highly similar relations and regularization-based models dominating for graphs with relations of varying degrees of similarity.

📄 PDF Abstract BibTeX arXiv:1902.03077

Code (1)

Ebiquity/KGFP 공식 구현

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsTensor Decomposition

Similar Papers 제목 키워드 기반

Benchmark datasets for biomedical knowledge graphs with negative statements

2023-07-21 · Rita T. Sousa, Sara Silva, Catia Pesquita

Knowledge graphs represent facts about real-world entities. Most of these facts are defined as positive statements. The negative statements are scarce but highly relevant under the open-world assumption. Furthermore, the…

Disease PredictionKnowledge Graph EmbeddingsKnowledge GraphsPrediction+1

Integrating Social Determinants of Health into Knowledge Graphs: Evaluating Prediction Bias and Fairness in Healthcare

2024-11-29 · Tianqi Shang, Weiqing He, Tianlong Chen, Ying Ding 외

Social determinants of health (SDoH) play a crucial role in patient health outcomes, yet their integration into biomedical knowledge graphs remains underexplored. This study addresses this gap by constructing an SDoH-enr…

FairnessKnowledge GraphsLink Prediction

Improving rule mining via embedding-based link prediction

2024-06-14 · N'Dah Jean Kouagou, Arif Yilmaz, Michel Dumontier, Axel-Cyrille Ngonga Ngomo

Rule mining on knowledge graphs allows for explainable link prediction. Contrarily, embedding-based methods for link prediction are well known for their generalization capabilities, but their predictions are not interpre…

Knowledge GraphsLink PredictionPrediction

Scalable Knowledge Graph Construction from Text Collections

2019-11-01 · WS 2019 11 · Ryan Clancy, Ihab F. Ilyas, Jimmy Lin

We present a scalable, open-source platform that {``}distills{''} a potentially large text collection into a knowledge graph. Our platform takes documents stored in Apache Solr and scales out the Stanford CoreNLP toolkit…

Fact Verificationgraph construction

Large Language Models Meet Knowledge Graphs to Answer Factoid Questions

2023-10-03 · Mikhail Salnikov, Hai Le, Prateek Rajput, Irina Nikishina 외

Recently, it has been shown that the incorporation of structured knowledge into Large Language Models significantly improves the results for a variety of NLP tasks. In this paper, we propose a method for exploring pre-tr…

Knowledge GraphsRe-Ranking