Diagnosing a Language Model's Predictive Behavior
A language model is trained using an objective where it learns to predict words that have been hidden in a sentence. For example, given 'The cat sat on the [HIDDEN]', it learns to predict 'mat'. Now, consider the following behavior observed with this model:
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
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Diagnosing a Language Model's Predictive Behavior
A language model pre-trained with a standard masked language modeling objective is given the input sentence: 'The capital of the United Kingdom is [MASK] [MASK].' Which statement best describes how the model will predict the two masked tokens?
Consequences of Independent Predictions in Language Models
Permuted Language Modeling (PLM)