Achieving Precise Text-To-Cypher Via Grounded Knowledge Graph Data Generation
A new synthetic data generation method allows small language models to match much larger proprietary systems on the task of translating natural language into Cypher queries, according to a paper submitted to arXiv on 12 June 2026 [1]. The approach could let organizations deploy accurate, locally run conversational interfaces for property-graph databases without sacrificing data sovereignty or funding expensive manual annotation [1].
Property graphs are increasingly used as database frameworks for heterogeneous data sources, but accessing the information inside them requires conversational interfaces powered by Text-to-Cypher parsers [1]. Large language models can drive these parsers, yet data-sovereignty requirements often force organizations to use smaller, locally deployable models that struggle with zero-shot performance [3]. Fine-tuning those small models demands annotated data, and acquiring it has remained a significant bottleneck [3]. The new method, described in the paper “Achieving Precise Text-To-Cypher Via Grounded Knowledge Graph Data Generation,” automatically generates training data that covers a wider range of Cypher syntax than prior work [3]. Experiments across all major Text-to-Cypher benchmarks show the synthetic data can significantly lift the performance of small LLMs, bringing them close to the accuracy of much larger proprietary models [1][3]. The authors note that because the resulting models are small, the approach can also lead to a lighter environmental footprint [3].
Earlier efforts to tackle the same problem have taken different paths. A 2025 COLING paper introduced SyntheT2C, a methodology that builds synthetic Query-Cypher pairs through LLM-based prompting and template-filling, and demonstrated its effectiveness on two medical knowledge-graph databases [5]. Another pipeline, detailed in a 2024 preprint, generates diverse graph schemas and uses an “LLM-As-Database-Filler” to populate Neo4j instances, retaining only executable queries that return correct results [4]. The new method builds on that lineage by expanding the expressivity of generated queries while ensuring the added complexity does not degrade data quality [3].
The paper appeared on arXiv, the open-access e-print repository that hosts preprints across physics, computer science, and other fields [9]. The abstract page includes links to community-built tools such as the Bibliographic Explorer and Connected Papers, which are part of the arXivLabs framework that lets third-party developers add experimental features to the site [7][8].
research-paperapplicationinfrastructuremodel-release
Background sources we checked (10)
- arxiv.org ↗ Property Graphs are rapidly being adopted as database frameworks for representing heterogeneous data sources. To enable precise access to the information contained in them we need conversational interfaces based on Text-To-Cypher (Text2Cypher) parsers. This paper presents an auto…
- arxiv.org ↗ Property Graphs are rapidly being adopted as database frameworks for representing hetero geneous data sources. To enable precise ac cess to the information contained in them we need conversational interfaces based on Text To-Cypher (Text2Cypher) parsers. This paper presents an au…
- arxiv.org ↗ To address these limitations, we introduce an automated data generation pipeline specifically designed for Text2Cypher tasks. Our proposed pipeline generates high-quality synthetic Cypher queries to enable supervised fine-tuning of LLMs for Text2Cypher task, ensuring more precise…
- aclanthology.org ↗ SyntheT2C: Generating Synthetic Data for Fine-Tuning Large Language Models on the Text2Cypher Task - ACL Anthology --- ##### Abstract Integrating Large Language Models (LLMs) with existing Knowledge Graph (KG) databases presents a promising avenue for enhancing LLMs’ efficacy …
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…