paper-with-me

Papers

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 databases, enabling users to access graph data without query language expertise. Most existing Text2Cypher systems assume a single preselected graph database, where queries are generated over a known schema. However, real-world systems are often distributed across multiple independent graph databases organized by domain or system boundaries, where relevant information may span multiple sources. To address this limitation, we propose a shift from single-database query generation to multi-database query reasoning. Instead of assuming a fixed execution context, the system must reason about (i) relevant databases, (ii) how to decompose a question across them, and (iii) how to integrate partial results. We formalize this setting through a three-phase roadmap: database routing, multi-database decomposition, and heterogeneous query reasoning across database types and query languages. This work provides a structured formulation of multi-database reasoning for Text2Cypher and identifies challenges in source selection, query decomposition, and result integration, aiming to support more realistic and scalable natural language interfaces to graph databases.

📄 PDF Abstract BibTeX arXiv:2605.10373

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Robust Text-to-Cypher Using Combination of BERT, GraphSAGE, and Transformer (CoBGT) Model

2024-09-04 · MDPI Applied Scienses 2024 9 · Quoc-Bao-Huy Tran, Aagha Abdul Waheed, Sun-Tae Chung

Graph databases have become essential for managing and analyzing complex data relationships, with Neo4j emerging as a leading player in this domain. Neo4j, a high-performance NoSQL graph database, excels in efficiently h…

Natural Language QueriesSemantic Parsingtext-to-Cypher

Auto-Cypher: Improving LLMs on Cypher generation via LLM-supervised generation-verification framework

2024-12-17 · Aman Tiwari, Shiva Krishna Reddy Malay, Vikas Yadav, Masoud Hashemi 외

Graph databases like Neo4j are gaining popularity for handling complex, interconnected data, over traditional relational databases in modeling and querying relationships. While translating natural language into SQL queri…

Knowledge GraphsSynthetic Data Generationtext-to-Cypher

SyntheT2C: Generating Synthetic Data for Fine-Tuning Large Language Models on the Text2Cypher Task

2024-06-15 · Ziije Zhong, Linqing Zhong, Zhaoze Sun, Qingyun Jin 외

Integrating Large Language Models (LLMs) with existing Knowledge Graph (KG) databases presents a promising avenue for enhancing LLMs' efficacy and mitigating their "hallucinations". Given that most KGs reside in graph da…

Enhancing Text2Cypher with Schema Filtering

2025-05-08 · Makbule Gulcin Ozsoy

Knowledge graphs represent complex data using nodes, relationships, and properties. Cypher, a powerful query language for graph databases, enables efficient modeling and querying. Recent advancements in large language mo…

Knowledge Graphs

Text2Cypher: Bridging Natural Language and Graph Databases

2024-12-13 · Makbule Gulcin Ozsoy, Leila Messallem, Jon Besga, Gianandrea Minneci

Knowledge graphs use nodes, relationships, and properties to represent arbitrarily complex data. When stored in a graph database, the Cypher query language enables efficient modeling and querying of knowledge graphs. How…

Knowledge GraphsNatural Language Queries