0
0
Prompt Engineering / GenAIml~5 mins

Question answering in Prompt Engineering / GenAI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Question Answering (QA) in AI?
Question Answering is a task where a computer program reads a question and finds the best answer from a given text or knowledge source, just like how you ask a friend and they reply with the right information.
Click to reveal answer
beginner
What are the two main types of Question Answering systems?
The two main types are: 1) Closed-domain QA, which answers questions about a specific topic, and 2) Open-domain QA, which can answer questions about any topic using large knowledge sources.
Click to reveal answer
intermediate
How does a machine learning model find answers in text for QA?
The model reads the question and the text, then learns to spot the exact part of the text that answers the question, similar to how you scan a book to find a sentence that answers your question.
Click to reveal answer
beginner
What is the role of 'context' in Question Answering?
Context is the text or information where the answer is found. The QA system uses this context to understand the question better and find the right answer inside it.
Click to reveal answer
intermediate
Name a popular dataset used to train and test Question Answering models.
SQuAD (Stanford Question Answering Dataset) is a popular dataset where models learn to answer questions by reading paragraphs from Wikipedia.
Click to reveal answer
What does a Question Answering system primarily do?
ADetects objects in images
BGenerates random text
CTranslates languages
DFinds answers to questions from text or knowledge
Which type of QA system answers questions about any topic?
AOpen-domain QA
BClosed-domain QA
CImage QA
DSpeech QA
In QA, what is 'context'?
AThe question itself
BThe text where the answer is found
CThe model architecture
DThe answer only
Which dataset is commonly used to train QA models?
AMNIST
BImageNet
CSQuAD
DCOCO
How does a QA model find the answer in the text?
ABy scanning the text to locate the answer span
BBy translating the question
CBy guessing randomly
DBy summarizing the text
Explain what Question Answering is and how it works in simple terms.
Think about how you ask a friend a question and they find the answer in a book.
You got /3 concepts.
    Describe the difference between closed-domain and open-domain Question Answering systems.
    One is about specific topics, the other covers any topic.
    You got /3 concepts.