Data & AIConference50min
Hallucination Mitigation in RAG: From Linear to Agentic Architectures
This session introduces a Multi-Agent RAG architecture using LangGraph and PostgreSQL to reduce retrieval- and generation-induced hallucinations. It presents proactive context optimization, reactive verification with a “Judge” agent, and enterprise scalability methods, offering a blueprint for building reliable, self-correcting, and verifiable AI systems for production environments.
talk.summaryAiDisclaimer
Zahra Fakoor HarehdashtEPLAN
talkDetail.whenAndWhere
Thursday, June 18, 14:35-15:25
Room 4A
talks.roomOccupancytalks.noOccupancyInfo
Retrieval-Augmented Generation (RAG) has become the gold standard for grounding LLMs in proprietary data. However, for high-stakes enterprise environments, standard "linear" RAG pipelines often fall short. Noise in retrieval leads to "retrieval-induced" hallucinations, while model synthesis errors lead to "generation-induced" hallucinations. To move AI from an experimental prototype to a reliable production tool, we must move beyond simple linear chains.
In this session, I will demonstrate a robust Multi-Agent RAG architecture built with LangGraph and PostgreSQL (pgvector). Drawing from my recent research, I show how to transition to a state-based agentic workflow that treats hallucination mitigation as a multi-stage process.
We will deep-dive into:
Proactive Context Optimization: Using specialized agents for Query Rewriting and Batch Reranking to filter noise before it reaches the generator.
Reactive Verification: Implementing a dedicated "Judge" agent that cross-checks generated answers against source evidence, creating a feedback loop to refine answers rather than guessing.
Enterprise Scalability: Managing state and high-dimensional vector data in a production-ready environment.
Attendees will leave with a validated blueprint for building self-correcting AI systems that provide traceable, verifiable, and hallucination-free answers.
In this session, I will demonstrate a robust Multi-Agent RAG architecture built with LangGraph and PostgreSQL (pgvector). Drawing from my recent research, I show how to transition to a state-based agentic workflow that treats hallucination mitigation as a multi-stage process.
We will deep-dive into:
Proactive Context Optimization: Using specialized agents for Query Rewriting and Batch Reranking to filter noise before it reaches the generator.
Reactive Verification: Implementing a dedicated "Judge" agent that cross-checks generated answers against source evidence, creating a feedback loop to refine answers rather than guessing.
Enterprise Scalability: Managing state and high-dimensional vector data in a production-ready environment.
Attendees will leave with a validated blueprint for building self-correcting AI systems that provide traceable, verifiable, and hallucination-free answers.
Zahra Fakoor Harehdasht
Zahra Fakoor is a Software Engineer with 7+ years of experience building scalable and complex cloud solutions. Her recent work focuses on Applied AI and Enterprise Knowledge Management. She designs multi-agent systems using LangGraph to address complex retrieval and hallucination challenges. Zahra is committed to advancing Generative AI from experimental prototypes to reliable production tools.