paper-with-me

홈 › Papers

Do Small Language Models Know When They're Wrong? Confidence-Based Cascade Scoring for Educational Assessment

2026-03-29 · Tyler Burleigh arxiv

Automated scoring of student work at scale requires balancing accuracy against cost and latency. In "cascade" systems, small language models (LMs) handle easier scoring tasks while escalating harder ones to larger LMs -- but the challenge is determining which cases to escalate. We explore verbalized confidence -- asking the LM to state a numerical confidence alongside its prediction -- as a routing signal. Using 2,100 expert-scored decisions from student-AI math conversations, we evaluate cascade systems built from GPT-5.4, Claude 4.5+, and Gemini 3.1 model pairs. We find that: (1) confidence discrimination varies widely across small LMs, with the best achieving AUROC 0.857 and the worst producing a near-degenerate confidence distribution; (2) confidence tracks human scoring difficulty, with lower LM confidence where annotators disagreed and took longer to score; (3) the best cascade approached large-LM accuracy (kappa 0.802 vs. 0.819) at 76% lower cost and 61% lower latency. Confidence discrimination is the bottleneck: the two small LMs with meaningful confidence variance yielded cascades with no statistically detectable kappa loss, while the third -- whose confidence was near-degenerate -- could not close the accuracy gap regardless of threshold. Small LMs with strong discrimination let practitioners trade cost for accuracy along the frontier; those without it do not.

📄 PDF Abstract BibTeX arXiv:2604.19781

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLMs Know They're Wrong and Agree Anyway: The Shared Sycophancy-Lying Circuit

2026-04-21 · Manav Pandey arxiv

When a language model agrees with a user's false belief, is it failing to detect the error, or noticing and agreeing anyway? We show the latter. Across twelve open-weight models from five labs, spanning small to frontier…

MLLMs Know Where to Look: Training-free Perception of Small Visual Details with Multimodal LLMs

2025-02-24 · Jiarui Zhang, Mahyar Khayatkhoei, Prateek Chhikara, Filip Ilievski

Multimodal Large Language Models (MLLMs) have experienced rapid progress in visual recognition tasks in recent years. Given their potential integration into many critical applications, it is important to understand the l…

Question AnsweringVisual Question Answering

Exploring the Knowledge Mismatch Hypothesis: Hallucination Propensity in Small Models Fine-tuned on Data from Larger Models

2024-10-31 · Phil Wee, Riyadh Baghdadi

Recently, there has been an explosion of large language models created through fine-tuning with data from larger models. These small models able to produce outputs that appear qualitatively similar to significantly large…

HallucinationMisinformation

More Skills, Worse Agents? Skill Shadowing Degrades Performance When Expanding Skill Libraries

2026-05-21 · Hongwen Song, Song Wei arxiv

Skill libraries allow LLM agents to load task-specific instructions on demand, letting non-expert users solve domain-specific tasks through natural language without knowing which skills exist or how they work. However, p…

Deepfakes at Face Value: Image and Authority

2026-04-14 · James Ravi Kirkpatrick arxiv

Deepfakes are synthetic media that superimpose or generate someone's likeness on to pre-existing sound, images, or videos using deep learning methods. Existing accounts of the wrongs involved in creating and distributing…