🤖 AI Summary
This study addresses critical limitations in current safety evaluations of large language models, which often rely on single-modality API access, one-off executions, and accuracy alone, thereby overlooking key real-world factors such as modality differences, search capabilities, and response consistency. For the first time, it systematically compares the behavior of ChatGPT’s chat interface versus its API—with and without web search enabled—using the BBQ and SafetyBench benchmarks across 401 prompts replicated three times. The evaluation integrates accuracy, consistency, textual similarity, citation grounding, and abstention behavior. Results reveal that the chat interface consistently underperforms the API in accuracy, that enabling search can reduce accuracy by up to 8 percentage points, that 21% of prompts yield inconsistent responses, and that the two modalities differ significantly in citation practices and abstention strategies. These findings challenge accuracy-centric evaluation paradigms and advocate for a multidimensional safety assessment framework better aligned with deployment realities.
📝 Abstract
Large language model (LLM) benchmark evaluations are routinely used to support claims about model safety, reliability, and deployment readiness. Yet most evaluations rely on a single access modality (model APIs), perform a single run per prompt, and report accuracy as the primary outcome metric, without accounting for conditions such as web search that may have effects on model behavior in deployment. We audit these assumptions for one of the most widely-used LLMs, comparing two modalities, ChatGPT's chat UI and OpenAI's API, with and without web search enabled. We use a stratified total sample of 401 prompts from two popular benchmarks, BBQ and SafetyBench, collecting 4,812 total responses across three repeated runs per prompt. Beyond standard performance measures, we evaluate model output dimensions including response consistency, response text similarity, citation grounding, and abstention behavior. For instance, chat UI responses were less accurate than API responses on both benchmarks with search disabled. Enabling web search reduced accuracy by up to 8 percentage points, and even reversed the direction of modality performance trends for one benchmark. Repeated runs of the same prompt produced inconsistent responses in up to 21\% of prompts. The two modalities also grounded answers in different citations, and abstention behavior was also inconsistent across both modalities. These results illustrate that, even within a model family, reporting only simple accuracy metrics can obscure important forms of model behavioral variation relevant to AI safety assessments. We argue that AI safety evaluations should systematically account for modality, multi-run consistency, search conditions, and response-level behaviors to better reflect how deployed AI systems behave in practice.