[2410.08020] Efficiently Learning at Test-Time: Active Fine-Tuning of LLMs
Abstract:Recent efforts in fine-tuning language models often rely on automatic data selection, commonly using Nearest Neighbors retrieval from large datasets. However, we theoretically show that this approach tends to select redundant data, limiting its effectiveness or even hurting performance. To address this, we introduce SIFT, a data selection algorithm designed to reduce uncertainty about the model's response given a prompt, which unifies ideas from retrieval and active learning. Whereas Nearest Neighbor retrieval typically fails in the presence of information duplication, SIFT accounts for information duplication and optimizes the overall information gain of the selected examples. We focus our evaluations on fine-tuning at test-time for prompt-specific language modeling on the Pile dataset, and show that SIFT consistently outperforms Nearest Neighbor retrieval, with minimal computational overhead. Moreover, we show that our uncertainty estimates can predict the performance gain of test-time fine-tuning, and use this to develop an adaptive algorithm that invests test-time compute proportional to realized performance gains. We provide the $\texttt{activeft}$ (Active Fine-Tuning) library which can be used as a drop-in replacement for Nearest Neighbor retrieval.
View PDF HTML (experimental) Abstract:Recent efforts in fine-tuning language models often rely on automatic data selection, commonly using Nearest Neighbors retrieval from large datasets. However, we theoretically show that this approach tends to select redundant data, limiting its effectiveness or even hurting performance. To address this, we introduce SIFT, a data selection algorithm designed to reduce uncertainty about the model's response given a prompt, which unifies ideas from retrieval and active learning. Whereas Nearest Neighbor retrieval typically fails in the presence of…
saved by
related reading
- Patterns for Building LLM-based Systems & Productseugeneyan.com
- [2005.14165] Language Models are Few-Shot Learnersarxiv.org
- Recent Advances in Language Model Fine-tuningruder.io
- Self-Adapting Language Modelsarxiv.org
- Tinkerthinkingmachines.ai
- MAI-Thinking-1: Building a Hill-Climbing Machinemicrosoft.ai
- Fine-tuning LLMs Guide | Unsloth Documentationdocs.unsloth.ai
- The Ultimate Guide to Fine-Tuning LLMs from Basics to Breakthroughs: An Exhaustive Review of Technologies, Research, Best Practices, Applied Research Challenges and Opportunities (Version 1.0)arxiv.org
- [2607.14111] Introspection Fine-Tuning (IFT): Training Small LLMs to Introspectarxiv.org
- Modern Pretraining Strategies: A Hands-On Guidetheneuralmaze.substack.com
- Fine-Tuning Llama-2: Tailoring Models to Unique Applicationsanyscale.com
- Unfamiliar Finetuning Examples Control How Language Models Hallucinatearxiv.org