CLLGOct 10, 2023

FTFT: Efficient and Robust Fine-Tuning by Transferring Training Dynamics

arXiv:2310.06588v320 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses the high computational cost of fine-tuning large language models for robustness, offering a more efficient method for practitioners, though it is incremental as it builds on dataset cartography.

The paper tackles the computational inefficiency of dataset cartography for fine-tuning pre-trained language models by proposing FTFT, which transfers training dynamics from efficient reference models and uses aggressive early stopping, achieving robustness improvements while reducing training cost by up to ~50%.

Despite the massive success of fine-tuning Pre-trained Language Models (PLMs), they remain susceptible to out-of-distribution input. Dataset cartography is a simple yet effective dual-model approach that improves the robustness of fine-tuned PLMs. It involves fine-tuning a model on the original training set (i.e. reference model), selecting a subset of important training instances based on the training dynamics, and fine-tuning again only on these selected examples (i.e. main model). However, this approach requires fine-tuning the same model twice, which is computationally expensive for large PLMs. In this paper, we show that (1) training dynamics are highly transferable across model sizes and pre-training methods, and that (2) fine-tuning main models using these selected training instances achieves higher training efficiency than empirical risk minimization (ERM). Building on these observations, we propose a novel fine-tuning approach: Fine-Tuning by transFerring Training dynamics (FTFT). Compared with dataset cartography, FTFT uses more efficient reference models and aggressive early stopping. FTFT achieves robustness improvements over ERM while lowering the training cost by up to $\sim 50\%$.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes