paper-with-me

Papers

Faithful Embeddings for Knowledge Base Queries

2020-04-07 · NeurIPS 2020 12 · Haitian Sun, Andrew O. Arnold, Tania Bedrax-Weiss, Fernando Pereira, William W. Cohen

The deductive closure of an ideal knowledge base (KB) contains exactly the logical queries that the KB can answer. However, in practice KBs are both incomplete and over-specified, failing to answer some queries that have real-world answers. \emph{Query embedding} (QE) techniques have been recently proposed where KB entities and KB queries are represented jointly in an embedding space, supporting relaxation and generalization in KB inference. However, experiments in this paper show that QE systems may disagree with deductive reasoning on answers that do not require generalization or relaxation. We address this problem with a novel QE method that is more faithful to deductive reasoning, and show that this leads to better performance on complex queries to incomplete KBs. Finally we show that inserting this new QE module into a neural question-answering system leads to substantial improvements over the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2004.03658

Code (1)

google-research/language/tree/master/language/emql 공식 구현 tf

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Beta Embeddings for Multi-Hop Logical Reasoning in Knowledge Graphs

2020-10-22 · NeurIPS 2020 12 · Hongyu Ren, Jure Leskovec

One of the fundamental problems in Artificial Intelligence is to perform complex multi-hop logical reasoning over the facts captured by a knowledge graph (KG). This problem is challenging, because KGs can be massive and …

Complex Query AnsweringKnowledge GraphsLogical ReasoningNegation

BoxLitE: A Faithful Knowledge Base Embedding Based on Convex Optimization

2026-04-27 · Bruno F. Lourenço, Hesham Morgan, Ana Ozaki, Aleksandar Pavlović 외 arxiv

Knowledge base (KB) embeddings aim at combining the capability of classical knowledge graph embeddings to generalize the information present in facts, the ABox, with conceptual knowledge represented in an ontology langua…

Query2Particles: Knowledge Graph Reasoning with Particle Embeddings

2022-04-27 · Findings (NAACL) 2022 7 · Jiaxin Bai, ZiHao Wang, Hongming Zhang, Yangqiu Song

Answering complex logical queries on incomplete knowledge graphs (KGs) with missing edges is a fundamental and important task for knowledge graph reasoning. The query embedding method is proposed to answer these queries …

Complex Query AnsweringEntity EmbeddingsKnowledge Graphs

Multi-Document Financial Question Answering using LLMs

2024-11-08 · Shalin Shah, Srikanth Ryali, Ramasubbu Venkatesh

We propose two new methods for multi-document financial question answering. First, a method that uses semantic tagging, and then, queries the index to get the context (RAG_SEM). And second, a Knowledge Graph (KG_RAG) bas…

Knowledge DistillationKnowledge GraphsQuestion AnsweringRAG

KGEx: Explaining Knowledge Graph Embeddings via Subgraph Sampling and Knowledge Distillation

2023-10-02 · Vasileios Baltatzis, Luca Costabello

Despite being the go-to choice for link prediction on knowledge graphs, research on interpretability of knowledge graph embeddings (KGE) has been relatively unexplored. We present KGEx, a novel post-hoc method that expla…

Knowledge DistillationKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction