通过模拟部署在发布前预测大语言模型的安全性 / Predicting LLM Safety Before Release by Simulating Deployment
1️⃣ 一句话总结
本文提出一种通过模拟模型实际部署场景来预测大语言模型在发布后出现不安全行为频率的方法,在多个GPT-5系列模型上验证其准确性优于传统评估,并证明该方法甚至可利用公开聊天数据复现,为外部研究者提供了一种不依赖内部日志的风险预估手段。
Pre-deployment safety evaluations aim to inform the downstream risks of releasing a new AI model. Yet most evaluations provide limited evidence about how often undesired model behavior will occur in deployment: they generally have insufficient coverage, are unrepresentative, and are generally recognizable as tests. To address these concerns, we study a simple way to simulate a model deployment: starting from de-identified conversations from a previous model deployment, we hold fixed the initial conversation prefix and regenerate the next response using a candidate model. The resulting responses can then both be audited for novel misalignments and used to estimate the prevalence of model misbehavior before deployment. We evaluate deployment simulation across four GPT-5-series deployments, using registered, outcome-blinded predictions for GPT-5.4 and retrospective analyses of three earlier releases. We find that deployment simulation produces informative estimates of post-deployment misbehavior rates and outperforms baselines based on adversarially selected production data; its evaluation-awareness point estimates were also much closer to production traffic than those from traditional evaluations. We also identify the realism of tool resampling as a central challenge for further improving predictions and share results suggesting that this challenge is surmountable even in complex tool-use settings. Finally, we show that deployment simulation can be seeded from public chat datasets and remain informative about production misbehavior rates, suggesting a path for external researchers to run deployment-grounded evaluations without access to private production logs. Overall, deployment simulation helps evaluators forecast how language models will behave in the real world and supports more quantitative assessment of deployment risk.
通过模拟部署在发布前预测大语言模型的安全性 / Predicting LLM Safety Before Release by Simulating Deployment
本文提出一种通过模拟模型实际部署场景来预测大语言模型在发布后出现不安全行为频率的方法,在多个GPT-5系列模型上验证其准确性优于传统评估,并证明该方法甚至可利用公开聊天数据复现,为外部研究者提供了一种不依赖内部日志的风险预估手段。
源自 arXiv: 2607.07184