paper-with-me

Papers

Learning to Speed Up Query Planning in Graph Databases

2018-01-21 · Namaki Mohammad Hossain, Chowdhury F A Rezaur Rahman, Islam Md Rakibul, Doppa Janardhan Rao, Wu Yinghui

Querying graph structured data is a fundamental operation that enables important applications including knowledge graph search, social network analysis, and cyber-network security. However, the growing size of real-world data graphs poses severe challenges for graph databases to meet the response-time requirements of the applications. Planning the computational steps of query processing - Query Planning - is central to address these challenges. In this paper, we study the problem of learning to speedup query planning in graph databases towards the goal of improving the computational-efficiency of query processing via training queries.We present a Learning to Plan (L2P) framework that is applicable to a large class of query reasoners that follow the Threshold Algorithm (TA) approach. First, we define a generic search space over candidate query plans, and identify target search trajectories (query plans) corresponding to the training queries by performing an expensive search. Subsequently, we learn greedy search control knowledge to imitate the search behavior of the target query plans. We provide a concrete instantiation of our L2P framework for STAR, a state-of-the-art graph query reasoner. Our experiments on benchmark knowledge graphs including DBpedia, YAGO, and Freebase show that using the query plans generated by the learned search control knowledge, we can significantly improve the speed of STAR with negligible loss in accuracy.

📄 PDF Abstract BibTeX arXiv:1801.06766

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyKnowledge Graphs

Similar Papers 제목 키워드 기반

Neural Graph Reasoning: Complex Logical Query Answering Meets Graph Databases

2023-03-26 · Hongyu Ren, Mikhail Galkin, Michael Cochez, Zhaocheng Zhu 외

Complex logical query answering (CLQA) is a recently emerged task of graph machine learning that goes beyond simple one-hop link prediction and solves a far more complex task of multi-hop logical reasoning over massive, …

Link PredictionLogical ReasoningRetrieval

Siren Federate: Bridging document, relational, and graph models for exploratory graph analysis

2025-04-10 · Georgeta Bordea, Stephane Campinas, Matteo Catena, Renaud Delbru

Investigative workflows require interactive exploratory analysis on large heterogeneous knowledge graphs. Current databases show limitations in enabling such task. This paper discusses the architecture of Siren Federate,…

Knowledge Graphs

Optimization of Retrieval Algorithms on Large Scale Knowledge Graphs

2020-02-10 · Jens Dörpinghaus, Andreas Stefan

Knowledge graphs have been shown to play an important role in recent knowledge mining and discovery, for example in the field of life sciences or bioinformatics. Although a lot of research has been done on the field of q…

Knowledge GraphsRetrieval

QueryGym: Step-by-Step Interaction with Relational Databases

2025-09-25 · Haritha Ananthakrishnan, Harsha Kokel, Kelsey Sikes, Debarun Bhattacharjya 외 arxiv

We introduce QueryGym, an interactive environment for building, testing, and evaluating LLM-based query planning agents. Existing frameworks often tie agents to specific query language dialects or obscure their reasoning…

Reinforcement Learning

Toward Multi-Database Query Reasoning for Text2Cypher

2026-05-11 · Makbule Gulcin Ozsoy arxiv

Large language models have significantly improved natural language interfaces to databases by translating user questions into executable queries. In particular, Text2Cypher focuses on generating Cypher queries for graph …