Learn Before
Design the inputs and outputs for a document-based support question system.
Case context: Your team is building a system for a municipal utility office. Staff members need to search internal policy documents and answer citizen questions quickly.
Question: Using the basic ideas behind end-to-end question answering, decide what information must be supplied to the system as input and what form the system should produce as output.
Sample answer: The system should receive two linked inputs: the reference document text and the user’s question about that document. Together, these form a text-question pair. The system’s output should be the answer text itself, written to directly address the question using information from the document.
Key points:
- Input consists of a text and a question.
- The text is the source document.
- The question is the query to answer.
- Output is the answer text generated by the system.
Rubric: Award credit if the learner correctly identifies the input as a document plus question pair and the output as the generated answer text.
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?