0
0
NLPml~20 mins

Why QA systems extract answers in NLP - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
QA Answer Extraction Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Purpose of Answer Extraction in QA Systems
Why do question answering (QA) systems extract specific answers from text instead of returning entire documents?
ATo provide concise and relevant information quickly to users
BBecause returning entire documents is faster and more efficient
CTo confuse users by giving incomplete information
DBecause QA systems cannot process full documents
Attempts:
2 left
💡 Hint
Think about what users want when they ask a question.
🧠 Conceptual
intermediate
1:30remaining
Benefit of Extractive QA over Document Retrieval
What is a key benefit of extractive QA systems compared to just retrieving documents?
AThey ignore the question and return random text
BThey highlight exact answer spans within documents
CThey always generate new text unrelated to the question
DThey only work with images, not text
Attempts:
2 left
💡 Hint
Consider how extractive QA helps users find answers faster.
Model Choice
advanced
2:00remaining
Choosing a Model for Answer Extraction
Which model type is best suited for extracting precise answers from a given text passage?
ASequence labeling model that tags answer spans
BRegression model predicting numerical values
CClustering model that groups similar documents
DGenerative model that creates new text unrelated to input
Attempts:
2 left
💡 Hint
Think about models that identify parts of text as answers.
Metrics
advanced
2:00remaining
Evaluating Extractive QA Systems
Which metric is commonly used to evaluate the quality of extracted answers in QA systems?
ABLEU score for machine translation quality
BMean Squared Error (MSE) for numerical prediction accuracy
CExact Match (EM) score measuring exact answer overlap
DSilhouette score for clustering quality
Attempts:
2 left
💡 Hint
Look for a metric that checks if the predicted answer exactly matches the true answer.
🔧 Debug
expert
2:30remaining
Debugging a QA System Extracted Answer
A QA system extracts answers but often misses the exact answer span, returning partial or unrelated text. What is the most likely cause?
AThe system is using a perfect answer extraction model
BThe system is correctly extracting answers but the evaluation metric is wrong
CThe input documents are empty
DThe model's token classification layer is not properly aligned with input tokens
Attempts:
2 left
💡 Hint
Consider how token alignment affects answer span prediction.