Learn Before
A language model is trained using an objective where it predicts words from an input sentence one by one, but in a randomly shuffled order. For the sentence 'The quick brown fox', the model is given the prediction order [3, 1, 4, 2], corresponding to the original word positions. Arrange the following prediction tasks in the correct sequence that the model would perform.
0
1
Tags
Ch.1 Pre-training - 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
Example of an Indexed Sentence with Non-Sequential Order
Example of a Sequentially Indexed Sentence
Example of a Permuted Sentence with Non-Sequential Indexing
Example of Permuted Language Modeling with a Shuffled Sentence
Consider two different training objectives for a language model. In Objective 1, the model learns by predicting a few randomly obscured words in a sentence, using all the other visible words as context. In Objective 2, the model is given a sentence's words in a randomly shuffled order and must predict them one by one according to that shuffled sequence, only using the words that have already appeared in that sequence as context. Which of the following statements best analyzes the key advantage of Objective 2?
A language model is trained using an objective where it predicts words from an input sentence one by one, but in a randomly shuffled order. For the sentence 'The quick brown fox', the model is given the prediction order [3, 1, 4, 2], corresponding to the original word positions. Arrange the following prediction tasks in the correct sequence that the model would perform.
Evaluating a Novel Training Approach
Your team is building an internal model that must ...
Your team is pre-training a text model for an inte...
Your team is pre-training an internal LLM for a co...
Your team is pre-training an internal LLM to suppo...
Selecting a Pre-training Objective Mix for a Corporate LLM
Diagnosing Pre-training Objective Mismatch from Product Failures
Choosing a Pre-training Objective Under Data Constraints and Deployment Needs
Pre-training Objective Choice for a Multi-Modal Enterprise Writing Assistant
Root-Cause Analysis of Pre-training Objective Leakage and Coherence Failures
Selecting a Pre-training Objective for a Regulated Enterprise Assistant
Encoding Process in Permuted Language Modeling
Example of Permuted Language Modeling