paper-with-me

홈 › Papers

TuneAhead: Predicting Fine-tuning Performance Before Full Training Begins

2026-06-16 · Yuxiang Luo, Haonan Long, Chen Wang, Qiqi Duan, Xiaotian Lin, Yanwei Xu, Yuyu Luo, Weikai Yang, Nan Tang arxiv

Fine-tuning large language models (LLMs) is compute-intensive and error-prone: model performance depends sensitively on data quality and hyperparameter choices, and naïve runs can even degrade model performance. This raises a practical question:can we predict fine-tuning performance before committing to a full training run? We present TUNEAHEAD, a lightweight framework for pre-hoc prediction of fine-tuning performance. TUNEAHEAD encodes each candidate run as a meta-feature vector that combines static dataset descriptors with dynamic probe features from a short standardized probe. A predictor maps these features to performance estimates, while SHAP-based attributions provide interpretable diagnostics that reveal which specific features drive the prediction. Across 1,300+ fine-tuning runs on Qwen2.5-7B-Instruct, TUNEAHEAD consistently outperforms strong baselines such as Early-Stop Extrapolation and ProxyLM. On a held-out test set of 370 runs, TUNEAHEAD achieves an RMSE of 1.47 percentage points and places 95.1% of predictions within +3/-3 percentage points of the true score. These accurate continuous predictions support practical go/no-go screening policies that can reduce unnecessary full fine-tuning while retaining most promising runs.

📄 PDF Abstract BibTeX arXiv:2606.17660

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Data to Behavior: Predicting Unintended Model Behaviors Before Training

2026-02-04 · Mengru Wang, Zhenqian Xu, Junfeng Fang, Yunzhi Yao 외 arxiv

Large Language Models (LLMs) can acquire unintended biases from seemingly benign training data even without explicit cues or malicious content. Existing methods struggle to detect such risks before fine-tuning, making po…

Train-before-Test Harmonizes Language Model Rankings

2025-07-07 · Guanhua Zhang, Ricardo Dominguez-Olmedo, Moritz Hardt arxiv

Existing language model benchmarks provide contradictory model rankings, even for benchmarks that aim to capture similar skills. This dilemma of conflicting rankings hampers model selection, clouds model comparisons, and…

Distilling Reasoning Ability from Large Language Models with Adaptive Thinking

2024-04-14 · Xiaoshu Chen, Sihang Zhou, Ke Liang, Xinwang Liu

Chain of thought finetuning (cot-finetuning) aims to endow small language models (SLM) with reasoning ability to improve their performance towards specific tasks by allowing them to imitate the reasoning procedure of lar…

Hallucination

Knowledgeable Prompt-tuning: Incorporating Knowledge into Prompt Verbalizer for Text Classification

2021-11-16 · ACL ARR September 2021 9 · Anonymous

Tuning pre-trained language models (PLMs) with task-specific prompts has been a promising approach for text classification. Particularly, previous studies suggest that prompt-tuning has remarkable superiority in the low-…

Few-Shot Text ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+2

Knowledgeable Prompt-tuning: Incorporating Knowledge into Prompt Verbalizer for Text Classification

2021-08-04 · ACL 2022 5 · Shengding Hu, Ning Ding, Huadong Wang, Zhiyuan Liu 외

Tuning pre-trained language models (PLMs) with task-specific prompts has been a promising approach for text classification. Particularly, previous studies suggest that prompt-tuning has remarkable superiority in the low-…

ClassificationFew-Shot Text ClassificationLanguage ModelingLanguage Modelling+3