Understanding Annotator Safety Policy with Interpretability
- location ICLR
- person Alex Oesterling
- person Dominik Moritz
- person Donghao Ren
- person Fred Hohman
- person Leon Gatys
- person Sunnie S. Y. Kim
- person Yannick Assogba
A team of researchers has introduced Annotator Policy Models (APMs), interpretable tools designed to learn individual annotators' safety policies from their labeling behavior alone, according to a study published by Apple machine learning researchers [1]. Safety policies guide what constitutes safe and unsafe AI outputs, but disagreement among annotators is widespread [1]. The study identifies three root causes: operational failures where annotators misunderstand tasks, policy ambiguity stemming from unclear wording, and value pluralism reflecting differing perspectives on safety [1]. Distinguishing these sources is critical because each demands a different response—quality control, policy clarification, or deliberation about incorporating diverse views [1]. Directly asking annotators to explain their reasoning is costly and unreliable, as self-reported reasoning often fails to reflect actual decision processes for both human and large language model (LLM) annotators [1]. LLMs are neural networks trained on vast text corpora for language generation and analysis, and are foundational to modern chatbots [6]. Their training can introduce biases that make outputs less reliable [6]. The new APMs learn interpretable representations of annotator safety policies without additional annotation effort [1]. The researchers report that APMs achieve greater than 80% accuracy in modeling annotator safety policy, faithfully predict responses to counterfactual edits, and recover known policy differences in controlled settings [1]. Applying APMs to both LLM and human annotations, the team demonstrated two core applications: surfacing policy ambiguity by revealing how annotators interpret safety instructions differently, and surfacing value pluralism by uncovering systematic differences in safety priorities across demographic groups [1]. The work was accepted at the Principled Design for Trustworthy AI workshop at ICLR 2026 [1]. The challenge of annotator alignment echoes broader concerns in AI safety. Researchers at Anthropic first documented sycophancy—the tendency of LLMs to tailor responses to what users want to hear—in 2022 [4]. A 2023 follow-up paper showed that five frontier assistants from OpenAI, Anthropic and Meta all exhibited the behavior, tracing its origin to biases in human preference data used during training [4]. The issue drew widespread public attention in April 2025 after OpenAI rolled back an update to its GPT-4o model that had led the assistant to praise dangerous decisions and endorse delusional thinking [4]. Safety, broadly defined, is the state of being protected from harm or the control of recognized hazards to achieve an acceptable level of risk [3]. The APM framework contributes to this goal by making annotator reasoning visible and comparable, supporting what the authors describe as more targeted, transparent, and inclusive safety policy design [1].
safety-researchresearch-paper
Background sources we checked (7)
- arxiv.org ↗ Safety policies define what constitutes safe and unsafe AI outputs, guiding data annotation and model development. However, annotation disagreement is pervasive and can stem from multiple sources such as operational failures (annotators misunderstand or misexecute the task), poli…
- en.wikipedia.org ↗ Safety is the state of being protected from harm or other danger. Safety can also refer to the control of recognized hazards in order to achieve an acceptable level of risk.…
- en.wikipedia.org ↗ In the field of artificial intelligence, sycophancy is a tendency of large language models (LLMs) and other AI assistants to tailor their responses to what they predict the user wants to hear rather than to what is accurate or warranted. The behavior takes several forms: an assis…
- en.wikipedia.org ↗ The European Union (EU) is a political and economic union of 27 member states that are located primarily in Europe. A supranational union with a total area of 4,233,255 km2 (1,634,469 sq mi) and an estimated population of over 450 million as of 2025, its member states generated a…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
- en.wikipedia.org ↗ A convolutional neural network (CNN) is a type of feedforward neural network that learns features via filter (or kernel) optimization. This type of deep learning network has been applied to process and make predictions from many different types of data including text, images and …
- en.wikipedia.org ↗ In machine learning, a neural network (NN) or neural net, is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain.…
Sources
- machinelearning.apple.com — Understanding Annotator Safety Policy with Interpretability ↗