Who Drifted: the System or the Judge? Anytime-Valid Attribution in LLM Evaluation Pipelines

22d ago · Global · primary source: export.arxiv.org

A new method can distinguish whether a decline in a language model's performance comes from the model itself or from a silent change in the automated judge evaluating it, researchers report. The technique uses a fixed set of human-labeled examples as an anchor to resolve this ambiguity [1]. Continuous evaluation of large language model (LLM) products typically relies on a strong LLM judge treated as ground truth: a cheap monitor scores every interaction and a team is alerted when the score drifts downward [1]. The problem is that the judge is itself a model behind an API, and a silent version bump or scoring-prompt update changes how it scores, making every drift alarm ambiguous between a worse product and a changed judge [1]. The proposed method resolves this by maintaining a fixed, human-labeled anchor set that the current judge re-scores at a steady interleave, combined with a second betting e-process on the judge-versus-human gap and a guard-window rule that returns a verdict of none, system, or judge [1]. The researchers prove the approach is anytime-valid and one-way identifiable, meaning only the judge can move the anchors [1]. A key design constraint is that the anchor process must out-run the main process it guards, ensuring process orthogonality [1]. In tests involving two real judge changes, a silent version bump was detected as judge drift in 60 out of 60 runs with zero judge-to-system misattribution [1]. A contaminating strict-prompt change was correctly attributed on 110 of 120 runs at a guard width of 300 [1]. By comparison, the industry-default rolling z-test produced false alarms on 75% of drift-free streams [1]. The experiments replicated on a second domain, TL;DR summarization, with no re-tuning; there the strict-prompt change shifted scores harder, causing the anchors to fire faster and attribution to reach 240 out of 240 [1]. The monitor operates at roughly 0.64 of the cost of strong-judging every item, or 0.21 in a cheaper-but-deafer regime [1]. LLMs are language models with many parameters, trained with self-supervised learning on vast amounts of text [8]. The evaluation challenge addressed by this work is relevant across the industry, as companies such as DeepSeek and Alibaba Cloud continue to release open-weight models that require reliable benchmarking [7][9].

research-paperproduct-launch

Background sources we checked (8)
  • arxiv.org ↗ Continuous evaluation of LLM products relies on a strong LLM judge treated as ground truth: a cheap monitor scores every interaction and a team is paged when the score drifts down. But the judge is itself a model behind an API, and a silent version bump or scoring-prompt update c…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources

Spot something wrong? Report an issue