Recall & Review
beginner
What is Open-domain Question Answering (QA)?
Open-domain QA is a system that answers questions on any topic using a large collection of documents or knowledge sources, without being limited to a specific subject area.
Click to reveal answer
beginner
What are the two main steps in an Open-domain QA system?
1. Document Retrieval: Finding relevant documents or passages.<br>2. Answer Extraction: Selecting the exact answer from those documents.
Click to reveal answer
beginner
Why is document retrieval important in Open-domain QA?
Because it narrows down the huge amount of information to a smaller set of relevant texts, making it easier and faster to find the correct answer.
Click to reveal answer
intermediate
What is a common model type used for answer extraction in Open-domain QA?
Transformer-based models like BERT are commonly used because they understand context well and can find precise answers within text passages.
Click to reveal answer
beginner
How does Open-domain QA differ from Closed-domain QA?
Open-domain QA can answer questions on any topic using large, general knowledge sources, while Closed-domain QA focuses on a specific area with limited data.
Click to reveal answer
What is the first step in an Open-domain QA system?
✗ Incorrect
The system first finds relevant documents before extracting answers.
Which model type is often used for extracting answers in Open-domain QA?
✗ Incorrect
Transformer models like BERT understand context and extract answers well.
Open-domain QA systems can answer questions about:
✗ Incorrect
Open-domain QA covers any topic using large knowledge sources.
Why is document retrieval necessary in Open-domain QA?
✗ Incorrect
Retrieval narrows down documents to find relevant information quickly.
Closed-domain QA differs from Open-domain QA because it:
✗ Incorrect
Closed-domain QA specializes in a limited topic or dataset.
Explain the two main steps of an Open-domain QA system and why each is important.
Think about how the system finds and then picks the answer.
You got /4 concepts.
Describe how Open-domain QA differs from Closed-domain QA in terms of scope and data.
Consider the range of questions each can answer.
You got /4 concepts.