Insights into Your NLP Engine with NLP-as & Retrieval with Haystack
โ๐ Join us for an exciting hybrid event, live from deepset HQ in Berlin and accessible from anywhere in the world!
โThis event features two talks and a Q&A session, allowing you to engage directly with our speakers and explore cutting-edge developments in NLP and Retrieval-Augmented Generation (RAG) systems.
โFor the online event, check out here.
โ๐๏ธ Agenda
โ6:30 PM - Doors open & Network Time ๐
7:00 PM - Talks from David Batista and Oren Matar
8:00 PM - Network Time
9:00 PM - End of the event ๐
โ๐ค Talks
โNLP-as: an NLP analytics system that helps you develop insights into the limitations of your NLP engine by Oren Matar
โAs NLP engines integrate into numerous applications, assessing their robustness and limitations remains a challenge. This session introduces an innovative, model-agnostic method that leverages LLMs to generate robust test datasets, complete with labels for linguistic issues. This approach enables precise root cause analysis of failures, providing deep insights into NLP engine strengths and weaknesses - essential for improving performance, especially with black-box models like LLMs and generative AI.
โRetrieving with Haystack by David Batista
โOne of the main components in a RAG system is the retriever, which fetches relevant documents from a document store. In this talk, we will revisit different retrieving techniques, ranging from the classical ones that originated within the Information Retrieval community and moving on to recent techniques that leverage LLMs to efficiently index and retrieve relevant documents. We will see the main differences between these techniques and how some can be combined to achieve better results. We will also refer to the Haystack library to show how to use them in practice.