Prompt Robustness Is Task-Dependent: Comparing Objective and Belief-Style Questions in LLM Evaluation

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, long

Summary

A study by Sadia Kamal et al. investigates whether prompt robustness differs between objective questions with fixed answers and subjective questions asking for opinions or values in large language model evaluations. Evaluating four instruction-tuned model families (Gemma, Llama, Mistral, Qwen) across three objective datasets (MMLU, ARC, CulturalBench) and three subjective datasets (Political Compass Test, ValueBench, World Values Survey), the research applies various prompt changes, including wording, framing, and format, to measure answer consistency. Findings indicate that subjective datasets exhibit lower mean consistency (0.787) compared to objective datasets (0.849), with instability rising from 0.151 to 0.213. Option-order perturbations cause the most significant consistency drop, particularly for subjective questions, where Type-I consistency is 0.485 versus Type-II at 0.328. The study concludes that prompt robustness is not a uniform model property but depends on the model, dataset, dataset type, and specific perturbation category.

Key takeaway

For AI Scientists evaluating LLM behavior or inferring model values, recognize that prompt robustness is highly task-dependent. Your single-prompt survey measurements are notably fragile, especially for subjective questions. You should implement systematic robustness checks across various prompt forms, including wording, formatting, and option order, to ensure stable and interpretable results. This prevents misattributing prompt sensitivity to stable model beliefs.

Key insights

Prompt robustness in LLMs is task-dependent, with subjective questions being significantly less stable than objective ones under prompt variations.

Principles

Method

The study used a binomial generalized estimating equation (GEE) to measure answer consistency across prompt variants, testing main effects and interactions of model, dataset, dataset type, and prompt category.

In practice

Topics

Best for: Research Scientist, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Prompt Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.