paper-with-me

홈 › Papers

Logical Inferences with Contexts of RDF Triples

2017-01-20 · Vinh Nguyen, Amit Sheth

Logical inference, an integral feature of the Semantic Web, is the process of deriving new triples by applying entailment rules on knowledge bases. The entailment rules are determined by the model-theoretic semantics. Incorporating context of an RDF triple (e.g., provenance, time, and location) into the inferencing process requires the formal semantics to be capable of describing the context of RDF triples also in the form of triples, or in other words, RDF contextual triples about triples. The formal semantics should also provide the rules that could entail new contextual triples about triples. In this paper, we propose the first inferencing mechanism that allows context of RDF triples, represented in the form of RDF triples about triples, to be the first-class citizens in the model-theoretic semantics and in the logical rules. Our inference mechanism is well-formalized with all new concepts being captured in the model-theoretic semantics. This formal semantics also allows us to derive a new set of entailment rules that could entail new contextual triples about triples. To demonstrate the feasibility and the scalability of the proposed mechanism, we implement a new tool in which we transform the existing knowledge bases to our representation of RDF triples about triples and provide the option for this tool to compute the inferred triples for the proposed rules. We evaluate the computation of the proposed rules on a large scale using various real-world knowledge bases such as Bio2RDF NCBI Genes and DBpedia. The results show that the computation of the inferred triples can be highly scalable. On average, one billion inferred triples adds 5-6 minutes to the overall transformation process. NCBI Genes, with 20 billion triples in total, took only 232 minutes for the transformation of 12 billion triples and added 42 minutes for inferring 8 billion triples to the overall process.

📄 PDF Abstract BibTeX arXiv:1701.05724

Code (0)

등록된 구현이 없습니다.

Tasks

World Knowledge

Similar Papers 제목 키워드 기반

Pragmatic and Logical Inferences in NLI Systems: The Case of Conjunction Buttressing

2022-07-01 · NAACL (unimplicit) 2022 7 · Paolo Pedinotti, Emmanuele Chersoni, Enrico Santus, Alessandro Lenci

An intelligent system is expected to perform reasonable inferences, accounting for both the literal meaning of a word and the meanings a word can acquire in different contexts. A specific kind of inference concerns the c…

Separating Argument Structure from Logical Structure in AMR

2019-08-04 · DMR (COLING) 2020 12 · Johan Bos

The AMR (Abstract Meaning Representation) formalism for representing meaning of natural language sentences was not designed to deal with scope and quantifiers. By extending AMR with indices for contexts and formulating c…

Abstract Meaning RepresentationNegation

Learning Relation-Specific Representations for Few-shot Knowledge Graph Completion

2022-03-22 · Yuling Li, Kui Yu, Yuhong Zhang, Xindong Wu

Recent years have witnessed increasing interest in few-shot knowledge graph completion (FKGC), which aims to infer unseen query triples for a few-shot relation using a few reference triples about the relation. The primar…

Entity EmbeddingsKnowledge Graph CompletionRelation

MedLogic-AQA: Enhancing Medical Question Answering with Abstractive Models Focusing on Logical Structures

2024-10-20 · Aizan Zafar, Kshitij Mishra, Asif Ekbal

In Medical question-answering (QA) tasks, the need for effective systems is pivotal in delivering accurate responses to intricate medical queries. However, existing approaches often struggle to grasp the intricate logica…

Answer GenerationInformativenessLogical ReasoningMedical Question Answering+1

Differentiable Neuro-Symbolic Reasoning on Large-Scale Knowledge Graphs

2023-09-21 · NeurIPS 2023 11

Knowledge graph (KG) reasoning utilizes two primary techniques, i.e., rule-based and KG-embedding based. The former provides precise inferences, but inferring via concrete rules is not scalable. The latter enables effici…