Learn Before
Diagnosing Input Formatting Errors
A developer is training a model for a question-answering task. The input consists of a context paragraph followed by a question. The developer simply concatenates the context and the question text into a single sequence without any special markers between them. The model is struggling to learn the task effectively. Based on common input formatting practices, what is the most likely reason for the model's poor performance, and how should the input be modified to address this issue?
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
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A language model needs to process two distinct sentences as a single input to determine if they are paraphrases of each other. The first sentence is 'The team celebrated their victory.' and the second is 'The squad rejoiced after their win.'. Based on the common method for handling multiple text segments, which of the following represents the correctly formatted input?
Troubleshooting Model Input Formatting
Diagnosing Input Formatting Errors