paper-with-me

Papers

Evaluating language models as risk scores

2024-07-19 · André F. Cruz, Moritz Hardt, Celestine Mendler-Dünner

Current question-answering benchmarks predominantly focus on accuracy in realizable prediction tasks. Conditioned on a question and answer-key, does the most likely token match the ground truth? Such benchmarks necessarily fail to evaluate LLMs' ability to quantify ground-truth outcome uncertainty. In this work, we focus on the use of LLMs as risk scores for unrealizable prediction tasks. We introduce folktexts, a software package to systematically generate risk scores using LLMs, and evaluate them against US Census data products. A flexible API enables the use of different prompting schemes, local or web-hosted models, and diverse census columns that can be used to compose custom prediction tasks. We evaluate 17 recent LLMs across five proposed benchmark tasks. We find that zero-shot risk scores produced by multiple-choice question-answering have high predictive signal but are widely miscalibrated. Base models consistently overestimate outcome uncertainty, while instruction-tuned models underestimate uncertainty and produce over-confident risk scores. In fact, instruction-tuning polarizes answer distribution regardless of true underlying data uncertainty. This reveals a general inability of instruction-tuned LLMs to express data uncertainty using multiple-choice answers. A separate experiment using verbalized chat-style risk queries yields substantially improved calibration across instruction-tuned models. These differences in ability to quantify data uncertainty cannot be revealed in realizable settings, and highlight a blind-spot in the current evaluation ecosystem that folktexts covers.

📄 PDF Abstract BibTeX arXiv:2407.14614

Code (1)

socialfoundations/folktexts 공식 구현

Tasks

Multiple-choiceQuestion Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Walking a Tightrope -- Evaluating Large Language Models in High-Risk Domains

2023-11-25 · Chia-Chien Hung, Wiem Ben Rim, Lindsay Frost, Lars Bruckner 외

High-risk domains pose unique challenges that require language models to provide accurate and safe responses. Despite the great success of large language models (LLMs), such as ChatGPT and its variants, their performance…

Question Answering

K-Bench: a clinically calibrated benchmark for evaluating large language models in high-risk mental health conversations

2026-09-14 · Laura M. Vowels, Matthew J. Vowels, Shivali Sharma, Apoorv Jha 외 arxiv

People increasingly use large language models (LLMs) for mental health support, yet their safety in evolving, high-risk conversations remains poorly characterised. We developed K-Bench, a clinician-calibrated, protected …

Can LLMs Accurately Score Medical Diagnoses and Clinical Reasoning?

2026-04-16 · Amy Rouillard, Sitwala Mundia, Linda Camara, Ziyaad Dangor 외 arxiv

Evaluating medical AI systems using expert clinician panels is costly and slow, motivating the use of large language models (LLMs) as alternative adjudicators. Here, we evaluate an LLM Jury, composed of three frontier AI…

Evaluating AI for Finance: Is AI Credible at Assessing Investment Risk?

2025-05-25 · Divij Chawla, Ashita Bhutada, Do Duc Anh, Abhinav Raghunathan 외

We evaluate the credibility of leading AI models in assessing investment risk appetite. Our analysis spans proprietary (GPT-4, Claude 3.7, Gemini 1.5) and open-weight models (LLaMA 3.1/3.3, DeepSeek-V3, Mistral-small), u…

Risk Management for Mitigating Benchmark Failure Modes: BenchRisk

2025-10-24 · Sean McGregor, Victor Lu, Vassil Tashev, Armstrong Foundjem 외 arxiv

Large language model (LLM) benchmarks inform LLM use decisions (e.g., "is this LLM safe to deploy for my use case and context?"). However, benchmarks may be rendered unreliable by various failure modes that impact benchm…