0
0
NLPml~5 mins

Open-domain QA basics in NLP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ADocument Retrieval
BAnswer Extraction
CTraining the model
DData labeling
Which model type is often used for extracting answers in Open-domain QA?
ATransformer-based models
BLinear Regression
CK-means clustering
DDecision Trees
Open-domain QA systems can answer questions about:
AOnly legal topics
BAny topic
COnly medical topics
DOnly sports topics
Why is document retrieval necessary in Open-domain QA?
ATo label data automatically
BTo train the model faster
CTo reduce the search space for answers
DTo generate questions
Closed-domain QA differs from Open-domain QA because it:
AAnswers questions on any topic
BUses only images
CDoes not use machine learning
DFocuses on a specific subject area
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.