Cypher
PulseAugur coverage of Cypher — every cluster mentioning Cypher across labs, papers, and developer communities, ranked by signal.
3 day(s) with sentiment data
-
New benchmark evaluates natural language to graph query translation
Researchers have introduced Text2GraphQuery-Bench, a novel benchmark designed to evaluate systems that translate natural language into executable graph queries. This benchmark is the first to cover mainstream declarativ…
-
Claude AI powers 14-step roadmap to graph engineering mastery
This article outlines a 14-step roadmap for aspiring graph engineers, detailing how to leverage the Claude AI model throughout the learning and development process. It covers foundational concepts, practical skills, and…
-
Neo4j Laravel Boost integrates AI coding assistants with graph databases
Neo4j has released a new integration called Neo4j Laravel Boost, which connects AI coding assistants to live Neo4j databases. This tool allows AI clients, such as Cursor or Claude Code, to inspect Neo4j schemas, execute…
-
Developer finds silent API bug in popular CodeGraphContext MCP server
A developer discovered a silent API bug in the CodeGraphContext MCP server, which indexes codebases into graph databases for AI assistants. The bug occurred because the HTTP query endpoint expected a parameter named 'cy…
-
New pipeline KG2Cypher builds natural-language interfaces for enterprise knowledge graphs
Researchers have developed KG2Cypher, a data-centric pipeline designed to create natural-language interfaces for enterprise knowledge graphs. The system generates executable Cypher queries from graph facts and then uses…
-
LLMs for Medical Q&A: New Reasoning Prompts and Knowledge-Graph Grounding Explored
Researchers are exploring methods to improve Large Language Models (LLMs) for open-ended medical question answering. One approach involves a Chain of Thought (CoT) reasoning prompt called CLINICR, which aims to mimic cl…
-
CYGNET system validates AI-generated Cypher queries for databases
Researchers have developed CYGNET, a system designed to validate and correct Cypher queries generated by language models before they interact with a Neo4j database. This pre-execution gate ensures structural integrity a…
-
New RAS method boosts language model Cypher query accuracy
Researchers have developed a new method called Reflection-Augmented Scaling (RAS) to improve the accuracy of language models generating Cypher queries for property graph databases. RAS leverages error messages from fail…
-
LLM agents generate graph queries with constraint-guided Chase & Backchase
Researchers have developed UniQGen, a new framework for generating graph queries using large language model agents. This approach extends the Chase & Backchase algorithm to dynamically extract and refine query clauses, …