Learn Before
LLM Training and Fine-Tuning
The training or fine-tuning of a Large Language Model involves adjusting its trainable parameters to improve performance on a task. This is achieved by calculating a 'Loss' value, which quantifies the difference between the model's predictions and the correct target outputs. This loss is then used in an optimization algorithm, like backpropagation, to update the parameters, such as the model's internal weights or the embeddings of a soft prompt.

0
1
Tags
Ch.4 Alignment - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Transforming NLP Tasks into Text Generation with LLMs
Generative LLMs as a Focus of Study
Core Topics in LLM Development and Scaling
Interchangeable Use of 'Word' and 'Token' in Language Modeling
Comparison of Traditional vs. Modern Language Model Applications
Power and Cost of Large Language Models
Modern View on Continued Performance Gains from Scaling
Rapid Evolution and Research Landscape of LLMs
Next-Token Prediction as the Training Objective for LLMs
Shift in Perspective on Language Modeling's Role in AI
Versatility and Generalization of LLMs
Soft Prompting
LLM Training and Fine-Tuning
A technology firm needs to build systems for three different language-based tasks: summarizing long articles, translating user interface text, and answering frequently asked questions. They are evaluating two approaches. Approach 1 involves building a single, very large system trained on a vast and diverse collection of text from the internet, with the simple objective of learning to predict the next piece of text in a sequence. This one system would then be guided to perform all three tasks. Approach 2 involves developing three separate, specialized systems, each trained exclusively on a dataset tailored to one specific task (e.g., a dataset of article-summary pairs for the summarization system). Which statement best analyzes the core principle that distinguishes these two approaches?
High Cost of Building LLMs
Choosing the Right NLP Approach for a Specialized Task
Paradigm Shift in Natural Language Processing
Solving Difficult NLP Problems with LLMs
LLM-Powered Conversational Systems
Dimensions of Large Language Models: Depth and Width
Learn After
Classification of LLM Adaptation Methods
RLHF Policy Optimization as Loss Minimization
A development team is fine-tuning a large language model for a specific task using a dataset of inputs and corresponding correct outputs. During a training iteration, the model produces an output that is very different from the correct target output. What is the immediate, primary function of this discrepancy within the training process?
Direct Supervision via Knowledge Distillation Loss in Weak-to-Strong Generalization
A large language model is undergoing a single step of fine-tuning on a new dataset. Arrange the following events in the correct chronological order to represent this process.
Data Selection and Filtering using Small Models
Diagnosing a Stagnant Fine-Tuning Process