paper-with-me

Papers

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 models allow translation of natural language questions into Cypher queries - Text2Cypher. A common approach is incorporating database schema into prompts. However, complex schemas can introduce noise, increase hallucinations, and raise computational costs. Schema filtering addresses these challenges by including only relevant schema elements, improving query generation while reducing token costs. This work explores various schema filtering methods for Text2Cypher task and analyzes their impact on token length, performance, and cost. Results show that schema filtering effectively optimizes Text2Cypher, especially for smaller models. Consistent with prior research, we find that larger models benefit less from schema filtering due to their longer context capabilities. However, schema filtering remains valuable for both larger and smaller models in cost reduction.

📄 PDF Abstract BibTeX arXiv:2505.05118

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Extending Confidence-Based Text2Cypher with Grammar and Schema Aware Filtering

2026-05-11 · Makbule Gulcin Ozsoy arxiv

Large language models (LLMs) allow users to query databases using natural language by translating questions into executable queries. Despite strong progress on tasks such as Text2SQL, Text2SPARQL, and Text2Cypher, most e…

PIPE-Cypher: Automatic Enterprise Benchmark Generation for Text-to-Cypher Systems

2026-06-07 · Suraj Ranganath, Anish Raghavendra arxiv

Enterprise property graphs vary widely in schema structure, internal terminology, domain assumptions, governance constraints, and user interaction patterns. A deployment-relevant Text2Cypher benchmark therefore reflects …

KG2Cypher: Data-Centric Pipeline for Building Enterprise Text-to-Cypher Systems

2026-06-26 · Minjun Choi, Yerin Kim, Junghyuk Seo, Sujin Mo 외 arxiv

Enterprise Knowledge Graphs (KGs) are increasingly used for internal search, analytics, and question answering, but building natural-language interfaces for private enterprise graphs remains costly. We present KG2Cypher,…

Question AnsweringKnowledge Graphs

SpCQL: A Semantic Parsing Dataset for Converting Natural Language into Cypher

2022-10-17 · CIKM 2022 10 · Aibo Guo, Xinyi Li, Guanchen Xiao, Zhen Tan 외

The Neo4j query language Cypher enables efficient querying for graphs and has become the most popular graph database language. Due to its complexities, semantic parsing (similar to Text-to-SQL) that translates natural la…

Natural Language QueriesSemantic Parsingtext-to-CypherText to SQL+1

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 …