paper-with-me

홈 › Papers

FisherSFT: Data-Efficient Supervised Fine-Tuning of Language Models Using Information Gain

2025-05-20 · Rohan Deb, Kiran Thekumparampil, Kousha Kalantari, Gaurush Hiranandani, Shoham Sabach, Branislav Kveton

Supervised fine-tuning (SFT) is a standard approach to adapting large language models (LLMs) to new domains. In this work, we improve the statistical efficiency of SFT by selecting an informative subset of training examples. Specifically, for a fixed budget of training examples, which determines the computational cost of fine-tuning, we determine the most informative ones. The key idea in our method is to select examples that maximize information gain, measured by the Hessian of the log-likelihood of the LLM. We approximate it efficiently by linearizing the LLM at the last layer using multinomial logistic regression models. Our approach is computationally efficient, analyzable, and performs well empirically. We demonstrate this on several problems, and back our claims with both quantitative results and an LLM evaluation.

📄 PDF Abstract BibTeX arXiv:2505.14826

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

The Effect of Language Diversity When Fine-Tuning Large Language Models for Translation

2025-05-19 · David Stap, Christof Monz

Prior research diverges on language diversity in LLM fine-tuning: Some studies report benefits while others find no advantages. Through controlled fine-tuning experiments across 132 translation directions, we systematica…

DiversityTranslation

UHH-LT at SemEval-2020 Task 12: Fine-Tuning of Pre-Trained Transformer Networks for Offensive Language Detection

2020-04-23 · SEMEVAL 2020 · Gregor Wiedemann, Seid Muhie Yimam, Chris Biemann

Fine-tuning of pre-trained transformer networks such as BERT yield state-of-the-art results for text classification tasks. Typically, fine-tuning is performed on task-specific training datasets in a supervised manner. On…

Domain AdaptationGeneral ClassificationLanguage ModelingLanguage Modelling+3

Multilingual self-supervised speech representations improve the speech recognition of low-resource African languages with codeswitching

2023-11-25 · Tolúlopé Ògúnrèmí, Christopher D. Manning, Dan Jurafsky

While many speakers of low-resource languages regularly code-switch between their languages and other regional languages or English, datasets of codeswitched speech are too small to train bespoke acoustic models from scr…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

CSS-LM: A Contrastive Framework for Semi-supervised Fine-tuning of Pre-trained Language Models

2021-02-07 · Yusheng Su, Xu Han, Yankai Lin, Zhengyan Zhang 외

Fine-tuning pre-trained language models (PLMs) has demonstrated its effectiveness on various downstream NLP tasks recently. However, in many low-resource scenarios, the conventional fine-tuning strategies cannot sufficie…

Amuro and Char: Analyzing the Relationship between Pre-Training and Fine-Tuning of Large Language Models

2024-08-13 · Kaiser Sun, Mark Dredze

The development of large language models leads to the formation of a pre-train-then-align paradigm, in which the model is typically pre-trained on a large text corpus and undergoes a tuning stage to align the model with …

Sensitivity