paper-with-me

Papers

One Model, Any Conjunctive Query: Graph Neural Networks for Answering Complex Queries over Knowledge Graphs

2024-09-21 · Krzysztof Olejniczak, Xingyue Huang, İsmail İlkan Ceylan, Mikhail Galkin

Traditional query answering over knowledge graphs -- or broadly over relational data -- is one of the most fundamental problems in data management. Motivated by the incompleteness of modern knowledge graphs, a new setup for query answering has emerged, where the goal is to predict answers that do not necessarily appear in the knowledge graph, but are present in its completion. In this work, we propose AnyCQ, a graph neural network model that can classify answers to any conjunctive query on any knowledge graph, following training. At the core of our framework lies a graph neural network model trained using a reinforcement learning objective to answer Boolean queries. Our approach and problem setup differ from existing query answering studies in multiple dimensions. First, we focus on the problem of query answer classification: given a query and a set of possible answers, classify these proposals as true or false relative to the complete knowledge graph. Second, we study the problem of query answer retrieval: given a query, retrieve an answer to the query relative to the complete knowledge graph or decide that no correct solutions exist. Trained on simple, small instances, AnyCQ can generalize to large queries of arbitrary structure, reliably classifying and retrieving answers to samples where existing approaches fail, which is empirically validated on new and challenging benchmarks. Furthermore, we demonstrate that our AnyCQ models effectively transfer to out-of-distribution knowledge graphs, when equipped with a relevant link predictor, highlighting their potential to serve as a general engine for query answering.

📄 PDF Abstract BibTeX arXiv:2409.13959

Code (1)

kolejnyy/ANYCQ 공식 구현 pytorch

Tasks

Graph Neural NetworkKnowledge Graphs

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Answering Complex Queries in Knowledge Graphs with Bidirectional Sequence Encoders

2020-04-06 · Bhushan Kotnis, Carolin Lawrence, Mathias Niepert

Representation learning for knowledge graphs (KGs) has focused on the problem of answering simple link prediction queries. In this work we address the more ambitious challenge of predicting the answers of conjunctive que…

Knowledge GraphsLink PredictionRepresentation Learning

Towards Universal Languages for Tractable Ontology Mediated Query Answering

2019-11-26 · Heng Zhang, Yan Zhang, Jia-Huai You, Zhiyong Feng 외

An ontology language for ontology mediated query answering (OMQA-language) is universal for a family of OMQA-languages if it is the most expressive one among this family. In this paper, we focus on three families of trac…

Query Embedding on Hyper-relational Knowledge Graphs

2021-06-15 · ICLR 2022 4 · Dimitrios Alivanistos, Max Berrendorf, Michael Cochez, Mikhail Galkin

Multi-hop logical reasoning is an established problem in the field of representation learning on knowledge graphs (KGs). It subsumes both one-hop link prediction as well as other more complex types of logical queries. Ex…

Knowledge GraphsLink PredictionLogical ReasoningRepresentation Learning

Answering Fuzzy Queries over Fuzzy DL-Lite Ontologies

2021-11-23 · Gabriella Pasi, Rafael Peñaloza

A prominent problem in knowledge representation is how to answer queries taking into account also the implicit consequences of an ontology representing domain knowledge. While this problem has been widely studied within …

Tree-like Queries in OWL 2 QL: Succinctness and Complexity Results

2014-06-11 · Meghyn Bienvenu, Stanislav Kikot, Vladimir Podolskii

This paper investigates the impact of query topology on the difficulty of answering conjunctive queries in the presence of OWL 2 QL ontologies. Our first contribution is to clarify the worst-case size of positive existen…