🤖 AI Summary
This study systematically investigates the dual impact of prompt engineering on accuracy and confidence calibration of five large language models (LLMs) in Persian-language medical examinations, evaluating 156 distinct prompt configurations. Methodologically, it integrates temperature tuning, chain-of-thought (CoT), few-shot learning, affective prompting, and expert imitation, with multi-dimensional assessment via AUC-ROC, Brier Score, and Expected Calibration Error (ECE). Results reveal—novelly—that CoT and affective prompts improve accuracy yet significantly exacerbate overconfidence; closed-source models achieve higher accuracy but suffer poor calibration; Llama-3.1-8B consistently underperforms; and all models exhibit confidence–performance mismatch. The core contribution is a novel “accuracy–uncertainty co-optimization” paradigm for dual-objective prompt design, advancing trustworthy deployment of AI in clinical decision support.
📝 Abstract
This paper investigates how prompt engineering techniques impact both accuracy and confidence elicitation in Large Language Models (LLMs) applied to medical contexts. Using a stratified dataset of Persian board exam questions across multiple specialties, we evaluated five LLMs - GPT-4o, o3-mini, Llama-3.3-70b, Llama-3.1-8b, and DeepSeek-v3 - across 156 configurations. These configurations varied in temperature settings (0.3, 0.7, 1.0), prompt styles (Chain-of-Thought, Few-Shot, Emotional, Expert Mimicry), and confidence scales (1-10, 1-100). We used AUC-ROC, Brier Score, and Expected Calibration Error (ECE) to evaluate alignment between confidence and actual performance. Chain-of-Thought prompts improved accuracy but also led to overconfidence, highlighting the need for calibration. Emotional prompting further inflated confidence, risking poor decisions. Smaller models like Llama-3.1-8b underperformed across all metrics, while proprietary models showed higher accuracy but still lacked calibrated confidence. These results suggest prompt engineering must address both accuracy and uncertainty to be effective in high-stakes medical tasks.