Learn Before
A language model is designed to find an answer by identifying a specific segment of text (a 'span') within a larger context, based on a given query. If the query is 'What is the capital of France?' and the context is 'Paris is the capital and most populous city of France.', which of the following shows the correctly formatted single input sequence that should be fed into the model?
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A language model is designed to find an answer by identifying a specific segment of text (a 'span') within a larger context, based on a given query. If the query is 'What is the capital of France?' and the context is 'Paris is the capital and most populous city of France.', which of the following shows the correctly formatted single input sequence that should be fed into the model?
A language model designed for span-based question answering needs the query and the context document to be combined into a single input string. Arrange the following components into the correct structural order.
Rationale for Combined Input Sequence