NVDA 208.65 ▼0.97%GOOGL 349.68 ▼4.99%MSFT 367.34 ▼3.18%AMD 551.63 ▲2.65%INTC 140.94 ▲5.19%TSMC 467.67 ▲1.20%AMZN 232.79 ▼4.75%META 563.85 ▼2.32%AAPL 297.01 ▼0.34%PLTR 119.50 ▼6.98%
Markets at last close

Google · Research

Fine-tuning vs. In-Context Learning: New Research Reveals Best Practices for LLM Customization

·2 min read

Researchers from Google DeepMind and Stanford University have conducted a comprehensive study comparing two prominent methods for adapting large language models (LLMs) to downstream tasks: fine-tuning and in-context learning. Fine-tuning involves retraining a pre-trained LLM on a specialized data subset to alter its internal parameters, while in-context learning (ICL) uses tailored examples within the prompt to guide the model’s outputs without modifying its underlying structure. To ensure rigorous testing, the researchers used synthetic datasets with complex relationships and replaced familiar terms with nonsense words, ruling out the influence of prior knowledge learned during pre-training.

The study subjected LLMs to a series of logical and deductive challenges involving tasks such as relationship reversals and syllogisms, using both fine-tuning and ICL strategies. Experimental results revealed that models relying on ICL displayed superior generalization to novel tasks compared to their fine-tuned counterparts. However, ICL is more computationally expensive at inference time, as it requires feeding large context prompts for every model use. In contrast, standard fine-tuning is less flexible on unfamiliar data, but it does not incur repeated inference-time costs.

To bridge the gap between generalization and efficiency, the research team introduced an innovative hybrid approach dubbed ´augmented fine-tuning.´ This method enriches the fine-tuning dataset by integrating new, inferred examples generated using the LLM’s own ICL capabilities, employing both local strategies (individual fact manipulation) and global strategies (holistic data linkage). When these augmented datasets were used for fine-tuning, the resulting models outperformed those trained with standard fine-tuning or ICL alone. The findings suggest that this hybrid technique delivers both broader generalization and greater cost-effectiveness for enterprise deployment. The researchers caution that augmented fine-tuning introduces its own upfront computational overhead, but recommend its consideration wherever standard fine-tuning falls short. Overall, these insights provide actionable guidance for enterprises seeking to reliably adapt LLMs to domain-specific requirements using Artificial Intelligence.

Originally reported by venturebeat.comRead the source →
Related coverage
All Google news →