菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-11
📄 Abstract - Token-Efficient Change Detection in LLM APIs

Remote change detection in LLMs is a difficult problem. Existing methods are either too expensive for deployment at scale, or require initial white-box access to model weights or grey-box access to log probabilities. We aim to achieve both low cost and strict black-box operation, observing only output tokens. Our approach hinges on specific inputs we call Border Inputs, for which there exists more than one output top token. From a statistical perspective, optimal change detection depends on the model's Jacobian and the Fisher information of the output distribution. Analyzing these quantities in low-temperature regimes shows that border inputs enable powerful change detection tests. Building on this insight, we propose the Black-Box Border Input Tracking (B3IT) scheme. Extensive in-vivo and in-vitro experiments show that border inputs are easily found for non-reasoning tested endpoints, and achieve performance on par with the best available grey-box approaches. B3IT reduces costs by $30\times$ compared to existing methods, while operating in a strict black-box setting.

顶级标签: llm model evaluation systems
详细标签: change detection black-box monitoring api monitoring efficiency statistical testing 或 搜索:

大语言模型API中的高效令牌变更检测方法 / Token-Efficient Change Detection in LLM APIs


1️⃣ 一句话总结

本文提出了一种名为B3IT的低成本、纯黑盒方法,通过寻找和追踪那些能让模型输出在多个顶级选项间摇摆的特定输入,来高效检测大语言模型API的更新变化,其成本仅为现有方法的1/30。

源自 arXiv: 2602.11083