paper-with-me

홈 › Papers

Soft-Prompt Tuning for Fair and Efficient LLM Benchmark Evaluation

2026-06-10 · Selen Erkan, Bastian Boll, Kristian Kersting, Björn Deiseroth, Letitia Parcalabescu arxiv

Benchmark scores often misrepresent a large language model's (LLM's) knowledge, because they rely, e.g., on the model's ability to follow specific formatting requirements. This especially penalizes base models that may know the correct answers but lack the ability -- typically introduced in post-training -- to structure them as instructed. To overcome this, we propose soft-prompt tuning, an efficient, fair, and architecture-agnostic model evaluation. By optimizing only 10 soft-prompt vectors (roughly 0.0006% parameters for a 7B model) over a short tuning period, we adapt models to specific benchmark formats, closing gaps in format-following and ensuring that underlying knowledge is accurately reflected in benchmark scores. This allows one to fairly compare different base models -- trained with various pre-training recipes -- on benchmarks without the need for full post-training. We evaluated soft-prompt tuning across 7 models and 7 datasets. The results show that (a) soft-prompt tuning saturates format-following within 80 steps (~640 samples) making it highly efficient, (b) soft-prompt tuning significantly outperforms zero- and few-shot prompting, surfacing base model knowledge that standard prompting misses, that (c) even post-trained models can benefit from soft-prompts to maximize format compliance, and that (d) soft-prompted base model performance predicts post-trained model rankings more reliably than zero- and few-shot baselines, offering a low-cost proxy for downstream model quality. Our contributions include (1) metrics which disentangle format-following and knowledge accuracy, (2) a fairer benchmarking protocol of LLM knowledge, and (3) a cost- and memory-effective recipe to identify optimal pre-training strategies early in LLM development.

📄 PDF Abstract BibTeX arXiv:2606.12117

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PRIDE -- Parameter-Efficient Reduction of Identity Discrimination for Equality in LLMs

2025-07-18 · Maluna Menke, Thilo Hagendorff arxiv

Large Language Models (LLMs) frequently reproduce the gender- and sexual-identity prejudices embedded in their training corpora, leading to outputs that marginalize LGBTQIA+ users. Hence, reducing such biases is of great…

parameter-efficient fine-tuning

Model Tuning or Prompt Tuning? A Study of Large Language Models for Clinical Concept and Relation Extraction

2023-10-10 · Cheng Peng, Xi Yang, Kaleb E Smith, Zehao Yu 외

Objective To develop soft prompt-based learning algorithms for large language models (LLMs), examine the shape of prompts, prompt-tuning using frozen/unfrozen LLMs, transfer learning, and few-shot learning abilities. Met…

Few-Shot LearningRelation ExtractionTransfer Learning

Fair-VPT: Fair Visual Prompt Tuning for Image Classification

2024-01-01 · CVPR 2024 1 · Sungho Park, Hyeran Byun

Despite the remarkable success of Vision Transformers (ViT) across diverse fields in computer vision they have a clear drawback of expensive adaption cost for downstream tasks due to the increased scale. To address t…

Contrastive LearningDisentanglementFairnessimage-classification+2

Soft-prompt Tuning for Large Language Models to Evaluate Bias

2023-06-07 · Jacob-Junqi Tian, David Emerson, Sevil Zanjani Miyandoab, Deval Pandya 외

Prompting large language models has gained immense popularity in recent years due to the advantage of producing good results even without the need for labelled data. However, this requires prompt tuning to get optimal pr…

FairnessLanguage ModelingLanguage ModellingSentiment Analysis+1

UQABench: Evaluating User Embedding for Prompting LLMs in Personalized Question Answering

2025-02-26 · Langming Liu, Shilei Liu, Yujin Yuan, Yizhen Zhang 외

Large language models (LLMs) achieve remarkable success in natural language processing (NLP). In practical scenarios like recommendations, as users increasingly seek personalized experiences, it becomes crucial to incorp…

Question Answering