paper-with-me

홈 › Papers

State of What Art? A Call for Multi-Prompt LLM Evaluation

2023-12-31 · Moran Mizrahi, Guy Kaplan, Dan Malkin, Rotem Dror, Dafna Shahaf, Gabriel Stanovsky

Recent advances in large language models (LLMs) have led to the development of various evaluation benchmarks. These benchmarks typically rely on a single instruction template for evaluating all LLMs on a specific task. In this paper, we comprehensively analyze the brittleness of results obtained via single-prompt evaluations across 6.5M instances, involving 20 different LLMs and 39 tasks from 3 benchmarks. To improve robustness of the analysis, we propose to evaluate LLMs with a set of diverse prompts instead. We discuss tailored evaluation metrics for specific use cases (e.g., LLM developers vs. developers interested in a specific downstream task), ensuring a more reliable and meaningful assessment of LLM capabilities. We then implement these criteria and conduct evaluations of multiple models, providing insights into the true strengths and limitations of current LLMs.

📄 PDF Abstract BibTeX arXiv:2401.00595

Code (2)

slab-nlp/multi-prompt-llm-evaluation 공식 구현
felipemaiapolo/prompteval pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Do What I Say: A Spoken Prompt Dataset for Instruction-Following

2026-03-10 · Maike Züfle, Sara Papi, Fabian Retkowski, Szymon Mazurek 외 arxiv

Speech Large Language Models (SLLMs) have rapidly expanded, supporting a wide range of tasks. These models are typically evaluated using text prompts, which may not reflect real-world scenarios where users interact with …

Prompting Underestimates LLM Capability for Time Series Classification

2026-01-06 · Dan Schumacher, Erfan Nourbakhsh, Rocky Slavin, Anthony Rios arxiv

Prompt-based evaluations suggest that large language models (LLMs) perform poorly on time series classification, raising doubts about whether they encode meaningful temporal structure. We show that this conclusion reflec…

Time Series Classification

What do Large Language Models Need for Machine Translation Evaluation?

2024-10-04 · Shenbin Qian, Archchana Sindhujan, Minnie Kabra, Diptesh Kanojia 외

Leveraging large language models (LLMs) for various natural language processing tasks has led to superlative claims about their performance. For the evaluation of machine translation (MT), existing research shows that LL…

Machine TranslationTranslation

Measuring Bias or Measuring the Task: Understanding the Brittle Nature of LLM Gender Biases

2025-09-04 · Bufan Gao, Elisa Kreiss arxiv

As LLMs are increasingly applied in socially impactful settings, concerns about gender bias have prompted growing efforts both to measure and mitigate such bias. These efforts often rely on evaluation tasks that differ f…

What Makes a Good Natural Language Prompt?

2025-06-07 · Do Xuan Long, Duy Dinh, Ngoc-Hai Nguyen, Kenji Kawaguchi 외

As large language models (LLMs) have progressed towards more human-like and human--AI communications have become prevalent, prompting has emerged as a decisive component. However, there is limited conceptual consensus on…