paper-with-me

Papers

Tuning LLM Judges Hyperparameters

2025-01-24 · David Salinas, Omar Swelam, Frank Hutter

Evaluating Large Language Models (LLMs) often requires costly human annotations. To address this, LLM-based judges have been proposed, which compare the outputs of two LLMs enabling the ranking of models without human intervention. While several approaches have been proposed, many confounding factors are present between different papers. For instance the model, the prompt and other hyperparameters are typically changed at the same time making apple-to-apple comparisons challenging. In this paper, we propose to systematically analyze and tune hyperparameter of LLM judges. To alleviate the high cost of evaluating a judge, we propose to leverage multi-objective multi-fidelity which allows to find judges that trades accuracy for cost and also reduce significantly the cost of the search. Our method identifies judges that not only outperform existing benchmarks in accuracy and cost-efficiency but also utilize open-weight models, ensuring greater accessibility and reproducibility.

📄 PDF Abstract BibTeX arXiv:2501.17178

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Shelf Life of Fine-Tuned LLM-Judges: Future-Proofing, Backward-Compatibility, and Question Generalization

2025-09-28 · Janvijay Singh, Austin Xu, Yilun Zhou, Yefan Zhou 외 arxiv

The LLM-as-a-judge paradigm is widely used in both evaluating free-text model responses and reward modeling for model alignment and fine-tuning. Recently, fine-tuning judges with judge-specific data has emerged as an oft…

Continual Learning

ProJudge: A Multi-Modal Multi-Discipline Benchmark and Instruction-Tuning Dataset for MLLM-based Process Judges

2025-03-09 · Jiaxin Ai, Pengfei Zhou, Zhaopan Xu, Ming Li 외

As multi-modal large language models (MLLMs) frequently exhibit errors when solving scientific problems, evaluating the validity of their reasoning processes is critical for ensuring reliability and uncovering fine-grain…

Rethinking the Hyperparameters for Fine-tuning

2020-02-19 · ICLR 2020 1 · Hao Li, Pratik Chaudhari, Hao Yang, Michael Lam 외

Fine-tuning from pre-trained ImageNet models has become the de-facto standard for various computer vision tasks. Current practices for fine-tuning typically involve selecting an ad-hoc choice of hyperparameters and keepi…

Transfer Learning

JudgeLM: Fine-tuned Large Language Models are Scalable Judges

2023-10-26 · Lianghui Zhu, Xinggang Wang, Xinlong Wang

Evaluating Large Language Models (LLMs) in open-ended scenarios is challenging because existing benchmarks and metrics can not measure them comprehensively. To address this problem, we propose to fine-tune LLMs as scalab…

Tunability: Importance of Hyperparameters of Machine Learning Algorithms

2018-02-26 · Philipp Probst, Bernd Bischl, Anne-Laure Boulesteix

Modern supervised machine learning algorithms involve hyperparameters that have to be set before running them. Options for setting hyperparameters are default values from the software package, manual configuration by the…

BenchmarkingBIG-bench Machine Learning