paper-with-me

홈 › Papers

Materializing Knowledge Bases via Trigger Graphs

2021-02-04 · Efthymia Tsamoura, David Carral, Enrico Malizia, Jacopo Urbani

The chase is a well-established family of algorithms used to materialize Knowledge Bases (KBs), like Knowledge Graphs (KGs), to tackle important tasks like query answering under dependencies or data cleaning. A general problem of chase algorithms is that they might perform redundant computations. To counter this problem, we introduce the notion of Trigger Graphs (TGs), which guide the execution of the rules avoiding redundant computations. We present the results of an extensive theoretical and empirical study that seeks to answer when and how TGs can be computed and what are the benefits of TGs when applied over real-world KBs. Our results include introducing algorithms that compute (minimal) TGs. We implemented our approach in a new engine, and our experiments show that it can be significantly more efficient than the chase enabling us to materialize KBs with 17B facts in less than 40 min on commodity machines.

📄 PDF Abstract BibTeX arXiv:2102.02753

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Column-Oriented Datalog Materialization for Large Knowledge Graphs (Extended Technical Report)

2015-11-28 · Jacopo Urbani, Ceriel Jacobs, Markus Krötzsch

The evaluation of Datalog rules over large Knowledge Graphs (KGs) is essential for many applications. In this paper, we present a new method of materializing Datalog inferences, which combines a column-based memory layou…

Knowledge Graphs

AgentPoison: Red-teaming LLM Agents via Poisoning Memory or Knowledge Bases

2024-07-17 · Zhaorun Chen, Zhen Xiang, Chaowei Xiao, Dawn Song 외

LLM agents have demonstrated remarkable performance across various applications, primarily due to their advanced capabilities in reasoning, utilizing external knowledge and tools, calling APIs, and executing actions to i…

Autonomous DrivingBackdoor AttackRAGRed Teaming+2

More is not Always Better: The Negative Impact of A-box Materialization on RDF2vec Knowledge Graph Embeddings

2020-09-01 · Andreea Iana, Heiko Paulheim

RDF2vec is an embedding technique for representing knowledge graph entities in a continuous vector space. In this paper, we investigate the effect of materializing implicit A-box axioms induced by subproperties, as well …

Knowledge Graph EmbeddingsKnowledge Graphs

Querying in the Age of Graph Databases and Knowledge Graphs

2021-06-22 · Marcelo Arenas, Claudio Gutierrez, Juan F. Sequeda

Graphs have become the best way we know of representing knowledge. The computing community has investigated and developed the support for managing graphs by means of digital technology. Graph databases and knowledge grap…

Knowledge GraphsManagement

On Embeddings in Relational Databases

2020-05-13 · Siddhant Arora, Srikanta Bedathur

We address the problem of learning a distributed representation of entities in a relational database using a low-dimensional embedding. Low-dimensional embeddings aim to encapsulate a concise vector representation for an…