0
0
NLPml~5 mins

Extractive QA concept in NLP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Extractive Question Answering (QA)?
Extractive QA is a type of question answering where the answer is found by selecting a span of text directly from a given passage or document.
Click to reveal answer
beginner
How does Extractive QA differ from Generative QA?
Extractive QA picks answers directly from the text, while Generative QA creates answers in its own words, possibly not found exactly in the text.
Click to reveal answer
beginner
What is the typical input for an Extractive QA model?
The input usually includes a question and a context passage where the answer is expected to be found.
Click to reveal answer
intermediate
Which machine learning models are commonly used for Extractive QA?
Models like BERT and its variants are commonly used because they understand context well and can find answer spans in text.
Click to reveal answer
intermediate
What are start and end tokens in Extractive QA?
They are positions in the text that mark where the answer begins and ends, helping the model select the exact answer span.
Click to reveal answer
In Extractive QA, where does the answer come from?
AFrom user input
BGenerated from scratch by the model
CDirectly from the given text passage
DFrom a database lookup
What does an Extractive QA model predict to find the answer?
AA generated sentence unrelated to the passage
BA summary of the passage
CA yes or no answer
DStart and end positions of the answer in the text
Which of these is a popular model architecture for Extractive QA?
AK-Means
BBERT
CGAN
DRNN without attention
What is the main difference between Extractive and Generative QA?
AExtractive selects text from passage; Generative creates new text
BExtractive creates new text; Generative selects from passage
CBoth generate new text
DBoth select text from passage
What inputs does an Extractive QA system need?
AA question and a context passage
BOnly a question
COnly a passage
DA question and an answer
Explain how an Extractive QA model finds an answer in a text passage.
Think about how the model points to the exact words in the text.
You got /3 concepts.
    Describe the difference between Extractive and Generative QA in simple terms.
    Consider whether the answer is copied or made up.
    You got /3 concepts.