Learn Before
End-to-End Question Answering Inputs and Output
In an end-to-end question answering setup, the model receives a passage of text together with a question, and it produces the answer text as its output.
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
Direct Image-to-Text Captioning
Direct Text-to-Audio Mapping
End-to-End Question Answering Inputs and Output
Direct Translation Is a Rich-Output Learning Problem
Speech Recognition Produces Structured Outputs
What kinds of outputs can an end-to-end model learn directly?
End-to-end deep learning can only be used when the target is a single numeric value.
To train an end-to-end system that produces detailed outputs, you need the right labeled _____ pairs.
Match each output type to a concrete example of a rich prediction.
Order the reasoning steps for deciding whether an end-to-end system can predict a rich output.
What most enables end-to-end learning to handle outputs such as sentences, images, or audio?
A language model can be trained to generate a complete sentence directly from labeled examples.
Learning rich outputs directly with one model is described as an accelerating _____ in deep learning.
Match each end-to-end application with the kind of rich output it produces.
Steps for Training an End-to-End System That Produces a Rich Output
Why End-to-End Models Need Labeled Structured Targets
Training a Document-to-Summary Model
What kind of outputs can end-to-end deep learning learn?
Learn After
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?