We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The Invasion of Transformers - Boosting Search with Latest NLP

Formale Metadaten

Titel
The Invasion of Transformers - Boosting Search with Latest NLP
Serientitel
Anzahl der Teile
69
Autor
Mitwirkende
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Utilizing machine learning models to improve search has been an immensely active area for several years now. Some promises were kept, many others were broken. With the rise of Transformer models like BERT we seem to finally be entering a chapter, where models not only perform well in the research lab but actually make their way into the production stack. Now that almost every English Google search query is powered by a Transformer [1], it is clear that these models improve the search experience, and can do so at scale. As Transformers only rely on text, the transition from web search to a custom enterprise search seems more tempting than ever. In this talk, we will dive into some of the most promising methods and show how to ... … improve document retrieval via dense passage retrieval … return more granular search results by showing direct answers to user’s questions … scale those pipelines via DAGs and Approx. Nearest Neighbour search (ANN) for production workloads … avoid common pitfalls when moving to production All methods will be illustrated with code examples based on the open-source framework Haystack [2] so that participants can easily reproduce them at home and let the transformers into their production stack - one by one and carefully selected! [1] google-bert-used-on-almost-every-english-query-342193 [2] hgithub.com/deepset-ai/haystack/