/cypherbench

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

Primary LanguagePythonApache License 2.0Apache-2.0

cypherbench

Demo graphs

nba (password: cypherbench)

Sample queries:

MATCH (n:Player {name: 'LeBron James'})-[r]-(m) RETURN *
MATCH (t:Team)-[]-(d:Division)-[]-(c:Conference) RETURN *

Release Plan

  • text2cypher tasks
  • 11 property graphs
  • EX/PSJS implementation and evaluation scripts
  • Wikidata RDF-to-property-graph engine
  • Text2cypher task generation pipeline