Learn Before
Justifying Architectural Choice for Question Answering
A team is building a system that takes a user's question and a short paragraph of text as input, and then generates a concise answer based only on the information in that paragraph. Explain why a model architecture that first processes the input text and question together and then generates the answer sequence is well-suited for this task. In your explanation, describe the distinct roles of the two main components of such an architecture.
0
1
Tags
Deep Learning (in Machine learning)
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Data Science
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A development team is evaluating different model architectures for a variety of natural language tasks. For which of the following tasks would a standard architecture composed of an encoder (to process an input text) and a decoder (to generate an output text) be the LEAST direct and efficient choice?
Architectural Suitability for News Summarization
Justifying Architectural Choice for Question Answering