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

Опубликовано: 21 Октябрь 2024
на канале: James Briggs
37,254
737

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://github.com/pinecone-io/exampl...

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

🎉 Subscribe for Article and Video Updates!
  / subscribe  
  / membership  

👾 Discord:
  / discord  

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