paper-with-me

Papers

Do Language Models Mirror Human Confidence? Exploring Psychological Insights to Address Overconfidence in LLMs

2025-05-31 · Chenjun Xu, Bingbing Wen, Bin Han, Robert Wolfe, Lucy Lu Wang, Bill Howe

Psychology research has shown that humans are poor at estimating their performance on tasks, tending towards underconfidence on easy tasks and overconfidence on difficult tasks. We examine three LLMs, Llama-3-70B-instruct, Claude-3-Sonnet, and GPT-4o, on a range of QA tasks of varying difficulty, and show that models exhibit subtle differences from human patterns of overconfidence: less sensitive to task difficulty, and when prompted to answer based on different personas -- e.g., expert vs layman, or different race, gender, and ages -- the models will respond with stereotypically biased confidence estimations even though their underlying answer accuracy remains the same. Based on these observations, we propose Answer-Free Confidence Estimation (AFCE) to improve confidence calibration and LLM interpretability in these settings. AFCE is a self-assessment method that employs two stages of prompting, first eliciting only confidence scores on questions, then asking separately for the answer. Experiments on the MMLU and GPQA datasets spanning subjects and difficulty show that this separation of tasks significantly reduces overconfidence and delivers more human-like sensitivity to task difficulty.

📄 PDF Abstract BibTeX arXiv:2506.00582

Code (1)

chenjux/afce 공식 구현

Tasks

MMLU

Similar Papers 제목 키워드 기반

Emotion-Infused Models for Explainable Psychological Stress Detection

2021-06-01 · NAACL 2021 4 · Elsbeth Turcan, Smaranda Muresan, Kathleen McKeown

The problem of detecting psychological stress in online posts, and more broadly, of detecting people in distress or in need of help, is a sensitive application for which the ability to interpret models is vital. Here, we…

Language ModelingLanguage ModellingMulti-Task Learning

Exploring human-SAV interaction using large language models: The impact of psychological ownership and anthropomorphism on user experience

2025-04-23 · Lirui Guo, Michael G. Burke, Wynita M. Griggs

There has been extensive prior work exploring how psychological factors such as anthropomorphism affect the adoption of shared autonomous vehicles (SAVs). However, limited research has been conducted on how prompt strate…

Autonomous VehiclesLarge Language Model

Mirror-Consistency: Harnessing Inconsistency in Majority Voting

2024-10-07 · Siyuan Huang, Zhiyuan Ma, Jintao Du, Changhua Meng 외

Self-Consistency, a widely-used decoding strategy, significantly boosts the reasoning capabilities of Large Language Models (LLMs). However, it depends on the plurality voting rule, which focuses on the most frequent ans…

"Mirror" Language AI Models of Depression are Criterion-Contaminated

2025-08-07 · Tong Li, Rasiq Hussain, Mehak Gupta, Joshua R. Oltmanns arxiv

Recent studies show near-perfect language-based predictions of depression scores (R2 = .70), but these "Mirror" models rely on language responses directly from depression assessments to predict depression assessment scor…

MirrorBench: Evaluating Self-centric Intelligence in MLLMs by Introducing a Mirror

2026-04-16 · Shengyu Guo, Tongrui Ye, Jianbo Zhang, Zicheng Zhang 외 arxiv

Recent progress in Multimodal Large Language Models (MLLMs) has demonstrated remarkable advances in perception and reasoning, suggesting their potential for embodied intelligence. While recent studies have evaluated embo…