We are proud to have four GraphAware experts presenting at this year’s NODES 2025 conference! Explore their sessions on AI, graphs, and intelligence analysis — from uncovering hidden criminal networks to building custom graph visualisations.
- Combine GDS and Agentic AI for Automatic Report Generation
Alessandro Negro | Track: DATA INTELLIGENCE - Rendering Graphs Your Way: The Case for Going Custom
Tony Smid | Track: KNOWLEDGE GRAPHS - Narrative Extraction With GenAI: Human-Centric Knowledge Graph Creation From Text
Federica Ventruto | Track: AI ENGINEERING - Anonymisation In the LLM Era: No Room for Compromise
Christophe Willemsen | Track: AI ENGINEERING
Combine GDS and Agentic AI for Automatic Report Generation
Session’s Details
Organized crime networks—from local fraud rings to complex international syndicates—operate through intricate webs of relationships that traditional analytical approaches often fail to uncover. In this session, the presenter will demonstrate how combining Neo4j’s GDS library with agentic AI architectures creates a powerful platform for law enforcement intelligence analysis.
The session will explore a complete workflow that transforms raw criminal data into actionable intelligence reports through two complementary approaches. First, attendees will learn how to leverage Neo4j GDS algorithms, including community detection (Louvain, Label Propagation), centrality analysis (PageRank, Betweenness), and other graph-specific techniques to identify criminal organizations and key players. Second, attendees will discover how to implement LangGraph-based agentic systems that automatically recognize temporal and geographical patterns as well as activity evolution, and generate comprehensive, human-readable reports from these analytical findings.
The presenter will showcase two distinct agentic architectures: a controlled parallel workflow where specialized agents handle specific analytical tasks (group demographic analysis, temporal and geographical evolution, threat assessment, report generation) through coordinated but well-defined responsibilities, and a fully autonomous approach where agents dynamically determine their own analysis paths. Through live demonstrations using real co-offending network data, you will see how these systems can automatically identify threats and generate executive briefings that transform complex graph analytics into clear investigative guidance.
By the end of this technical session, you will understand practical implementation details including Cypher queries for data modeling, GDS algorithm selection and tuning, LangGraph workflow orchestration, and prompt engineering strategies for generating accurate, contextually-aware reports. The session will also cover critical considerations for deploying such systems in sensitive law enforcement contexts, including data privacy, algorithmic transparency, and human-in-the-loop validation.
Rendering Graphs Your Way: The Case for Going Custom
Session’s Details
Graph visualisation matters. It is the vital link between connected data and human insight. Relying on third-party libraries is initially convenient but may limit your flexibility, both in terms of critical features for a great user experience as well as your business model.
This session covers how we engineered a fully custom graph visualisation from scratch. From key architectural patterns to rendering with WebGL, spatial indexing for interactivity, animations, and GPU-accelerated layouts, you’ll gain insight into the key components and how they fit together. By the end, you’ll understand what challenges to expect, how to approach key design decisions, and whether building in-house is right for your product.
Narrative Extraction With GenAI: Human-Centric Knowledge Graph Creation From Text
Session’s Details
In a world overflowing with unstructured data, from emails and reports to PDFs and legal documents, transforming this textual overload into actionable knowledge is more urgent than ever.
This session explores how the fusion of GenAI and graph technology can reveal the stories hidden deep within complex text. We’ll dive into a powerful process that mimics human reasoning, identifying facts, events, and relationships in natural language, and transforming them into rich, queryable graph structures.
You’ll discover how to specify custom entities and relationships using one-shot prompting, and how to normalise them into a coherent graph. We’ll also showcase a human-in-the-loop process that empowers analysts to verify, refine, or discard extracted content with just a few clicks, ensuring quality, relevance, and trust in the resulting knowledge graph. By combining the contextual power of GenAI with the structural clarity of graphs, this presentation will demonstrate how unstructured documents can evolve into dynamic knowledge networks, ready to power smarter systems and decisions.
Anonymisation In the LLM Era: No Room for Compromise
Session’s Details
In a world increasingly driven by Large Language Models, organizations face a difficult question: how can we leverage these powerful tools without compromising sensitive data? For some industries, finance, healthcare, government, security and privacy are non-negotiable.
This talk will walk through real-world challenges we’ve encountered when dealing with anonymization in the LLM era. We’ll look at the limits of traditional techniques, explore emerging strategies, and discuss the trade-offs between privacy, utility, and cost.
This talk is less graph-heavy than usual, but highly relevant for the Neo4j community. After all, we’re the people building knowledge graphs, handling sensitive relationships, and connecting the dots in complex datasets. Privacy isn’t someone else’s problem, it’s ours too!