Michael Hunger

Large Language Models ❤️ Knowledge Graphs

LLMs are trained to be helpful, not factual. Learn to stop hallucinations by grounding them in a knowledge graph, creating AI you can actually trust.

Large Language Models ❤️ Knowledge Graphs
#1about 3 minutes

Addressing the key challenges of large language models

LLMs often hallucinate or lack access to private data because they are trained to be helpful, not necessarily factual.

#2about 2 minutes

Using Retrieval Augmented Generation to ground LLMs

The RAG pattern improves LLM accuracy by first retrieving relevant information from a database to provide as context for the answer.

#3about 4 minutes

Representing complex data with knowledge graphs

Knowledge graphs model data as a network of entities and relationships, making complex connections intuitive and easy to query.

#4about 3 minutes

Using LLMs to build a knowledge graph from text

LLMs can automatically extract structured entities and relationships from unstructured documents to populate a knowledge graph.

#5about 3 minutes

Demo of extracting conference data into a graph

An application ingests a conference agenda and uses an LLM to automatically build a knowledge graph of speakers and their talks.

#6about 3 minutes

Combining vector and graph search with GraphRAG

The GraphRAG pattern uses vector search to find entry points into the graph and then traverses relationships to gather richer, more relevant context.

#7about 5 minutes

Code demo of querying a graph with LangChain

A Jupyter notebook demonstrates how to use LangChain and Neo4j to execute a GraphRAG query that avoids LLM hallucinations.

#8about 3 minutes

Benefits and traceability of the GraphRAG approach

This approach provides rich context, enables explainability by tracing data sources, and allows for graph enrichment with clustering algorithms.

#9about 2 minutes

How to control and validate graph extraction quality

You can guide the LLM's extraction process with a predefined schema and validate its output against a human-created baseline for accuracy.

Related jobs
Jobs that call for the skills explored in this talk.

Featured Partners

Related Articles

View all articles
LM
Luis Minvielle
What Are Large Language Models?
Developers and writers can finally agree on one thing: Large Language Models, the subset of AIs that drive ChatGPT and its competitors, are stunning tech creations. Developers enjoying the likes of GitHub Copilot know the feeling: this new kind of te...
What Are Large Language Models?
DC
Daniel Cranney
Stephan Gillich - Bringing AI Everywhere
In the ever-evolving world of technology, AI continues to be the frontier for innovation and transformation. Stephan Gillich, from the AI Center of Excellence at Intel, dove into the subject in a recent session titled "Bringing AI Everywhere," sheddi...
Stephan Gillich - Bringing AI Everywhere
KD
Krissy Davis
The Best Large Language Models on The Market
Large language models are sophisticated programs that enable machines to comprehend and generate human-like text. They have been the foundation of natural language processing for almost a decade. Although generative AI has only recently gained popula...
The Best Large Language Models on The Market

From learning to earning

Jobs that call for the skills explored in this talk.