Learn Before
Discriminative Training
Discriminative training is a pre-training approach that utilizes classification tasks to generate supervision signals. In this method, a pre-training model is incorporated into a larger classifier architecture and is trained concurrently with the other components of the classifier, with the objective of boosting the system's overall classification performance.
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
Related
Comparison of Self-Supervised Pre-training and Self-Training
Architectural Categories of Pre-trained Transformers
Self-Supervised Classification Tasks for Encoder Training
Prefix Language Modeling (PrefixLM)
Mask-Predict Framework
Discriminative Training
Learning World Knowledge from Unlabeled Data
Emergent Linguistic Capabilities from Pre-training
Architectural Approaches to Self-Supervised Pre-training
Self-Supervised Pre-training of Encoders via Masked Language Modeling
Word Prediction as a Core Self-Supervised Task
Learning World Knowledge from Unlabeled Data via Self-Supervision
A research team has a massive collection of unlabeled historical texts. Their goal is to pre-train a language model that understands the specific vocabulary and sentence structures within these documents, but they have no budget for manual data annotation. Which of the following approaches is the most effective and feasible for their pre-training task?
Analysis of Supervision Signal Generation
A team is developing a pre-training strategy for a new language model using a large corpus of unlabeled text. Which of the following proposed tasks best exemplifies the principles of self-supervised learning?
Prevalence of Self-Supervised Pre-training in NLP
Learn After
A research team is pre-training a language model. They integrate this model as a component within a larger system designed to classify news articles into categories like 'Sports', 'Technology', or 'Politics'. The language model's internal parameters are updated based on the entire system's success in correctly categorizing the articles. Which statement best analyzes the fundamental principle of this training methodology?
Optimizing a Sentiment Analysis Model
Explaining a Pre-Training Supervision Method
Sentence Comparison in Discriminative Training
Token Classification in Discriminative Training