Learn Before
How End-to-End Question Answering Learns Complex Outputs
Question: Explain how an end-to-end question answering model shows the idea of learning a rich output directly. Include the kinds of inputs it receives and the output it produces.
Sample answer: An end-to-end question answering model illustrates direct learning of a rich output because it learns a mapping from a structured input to a detailed text response without requiring hand-built intermediate steps. The model receives two inputs together: a passage of text and a question about that passage. From those inputs, it produces the answer in text form as its output. This setup shows that the system can learn the full transformation from evidence plus query to a final natural-language response in one model.
Key points:
- Input consists of a passage and a question
- Output is the answer text
- The model goes straight from input to final response
- This is an example of learning a rich output directly
Rubric: The response should clearly say that the model takes a text passage and a question as input, returns answer text as output, and uses that direct mapping to illustrate rich-output learning.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Input for an end-to-end question answering model
True or False: A direct question-answering model can be trained to take a passage and a question as input and produce an answer string as output.
Inputs to an End-to-End QA Model
Match each component of a question-answering system to its role.
Put the steps of a document-based question answering system in order, from input to output.
Why is end-to-end question answering treated as learning rich outputs?
True or False: A question answering model that works end to end takes both a passage and a question as input and returns an answer.
A passage-and-question model should produce _____ as its output.
Match each question-answering feature to the end-to-end learning idea it represents.
Order the steps for turning a passage-based question into an end-to-end answer model.
How End-to-End Question Answering Learns Complex Outputs
Design the inputs and outputs for a document-based support question system.
What two inputs does a question-answering system receive?