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.