THE FUTURE IS HERE

Open Source Generative AI in Question-Answering (NLP) using Python

Generative question-answering focuses on the generation of multi-sentence answers to open-ended questions. It usually works by searching massive document stores for relevant information and then using it to generate answers synthetically. This tutorial demonstrates how to build a question-answering system using generative AI.

🌲 Pinecone example:
https://docs.pinecone.io/docs/abstractive-question-answering

🤖 70% Discount on the NLP With Transformers in Python course:
https://bit.ly/nlp-transformers

🎉 Subscribe for Article and Video Updates!
https://jamescalam.medium.com/subscribe
https://medium.com/@jamescalam/membership

👾 Discord:
https://discord.gg/c5QtDB9RAP

00:00 What is generative AI and Q&A?
01:02 Generative question-answering architecture
04:36 Getting code and prerequisites
05:06 Data preprocessing
07:41 Embedding and indexing text
13:50 BART text generation model
14:52 Querying with generative question-answering
17:45 Asking questions and getting results
21:29 Final notes