Prompt Robustness Is Task-Dependent: Comparing Objective and Belief-Style Questions in LLM Evaluation
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
- LLM prompt robustness is not a global property.
- Subjective questions are less stable than objective ones.
- Answer-presentation changes cause largest instability.
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
- Evaluate LLM values using robustness checks.
- Separate semantic from surface perturbations.
- Report consistency across prompt variants.
Topics
- Prompt Robustness
- LLM Evaluation
- Subjective Questioning
- Objective Questioning
- Prompt Perturbations
- Model Sensitivity
Best for: Research Scientist, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Prompt Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.