Pith. sign in

REVIEW 2 cited by

CypherBench: Towards Precise Retrieval over Full-scale Modern Knowledge Graphs in the LLM Era

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2412.18702 v2 pith:6TSNVTLR submitted 2024-12-24 cs.CL cs.AIcs.DB

CypherBench: Towards Precise Retrieval over Full-scale Modern Knowledge Graphs in the LLM Era

classification cs.CL cs.AIcs.DB
keywords knowledgegraphsgraphmodernretrievalwikidatacypherbenchdata
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Retrieval from graph data is crucial for augmenting large language models (LLM) with both open-domain knowledge and private enterprise data, and it is also a key component in the recent GraphRAG system (edge et al., 2024). Despite decades of research on knowledge graphs and knowledge base question answering, leading LLM frameworks (e.g. Langchain and LlamaIndex) have only minimal support for retrieval from modern encyclopedic knowledge graphs like Wikidata. In this paper, we analyze the root cause and suggest that modern RDF knowledge graphs (e.g. Wikidata, Freebase) are less efficient for LLMs due to overly large schemas that far exceed the typical LLM context window, use of resource identifiers, overlapping relation types and lack of normalization. As a solution, we propose property graph views on top of the underlying RDF graph that can be efficiently queried by LLMs using Cypher. We instantiated this idea on Wikidata and introduced CypherBench, the first benchmark with 11 large-scale, multi-domain property graphs with 7.8 million entities and over 10,000 questions. To achieve this, we tackled several key challenges, including developing an RDF-to-property graph conversion engine, creating a systematic pipeline for text-to-Cypher task generation, and designing new evaluation metrics.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

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

    cs.LG 2026-06 unverdicted novelty 6.0

    PIPE-Cypher is a pipeline that automatically generates balanced, executable NL-to-Cypher benchmarks from live enterprise graphs via schema profiling, constrained generation, validation, and local LLM judging.

  2. Graph Query Generation with Constraint-guided Large Language Agents

    cs.DB 2026-04 unverdicted novelty 5.0

    UniQGen is a constraint-guided LLM agent framework that generates accurate Cypher queries for KGQA, reporting F1 gains of 31.6% on GraphQ and 4.9% on GrailQA over prior methods without requiring fine-tuning.