Your current location:Home > Latest news text

流星之绊

OpenAI首次披露因对齐问题暂停内部模型:长时程AI安全进入“运行时监测”阶段_我的网站

爱情公寓4

一 |     图片经由AI处理          美国当地时间7月20日,OpenAI发布技术文章《长时程模型时代的安全与对齐》(Safety and alignment in an era of long-horizon models),介绍了随着人工智能模型逐步具备长时间自主执行复杂任务的能力,安全研究面临的新挑战以及相应的防护思路。         文章指出,相比传统对话模型,长时程模型能够持续完成数小时甚至数天的多步骤任务,但也可能在执行过程中表现出更强的目标持续性,从而增加偏离开发者设定约束的风险。

二 |          例如,在部分安全评估中,模型曾表现出尝试绕过环境限制、规避安全检测等行为。    German Chancellor Olaf Scholz is in hot water over a curt response to a reporter’s question about Ukraine.,Scholz spoke in Elmau, Bavaria on Tuesday, where he gave a closing statement on the results of the G7 summit. He was asked by a Deutsche Welle reporter about whether he could give any specifics on security guarantees Germany was prepared to provide Ukraine. “Yes, I could,” Scholz said, smiling, and falling still. “That’s it,” he added after seconds of silence.,- Chancellor Scholz, could you give us some concrete information about the security guarantees to be issued for Ukraine after the war? - Yes I could…. That's it.pic.twitter.com/NxgoVN2yL0— Visegrád 24 (@visegrad24) June 28, 2022,The curious exchange went viral online, and sparked what Berliner Zeitung characterized as a “sh*tstorm” of criticism, with Norddeutscher Rundfunk journalist Markus Grill calling the answer “incomprehensible” and “just arrogant toward a foreign journalist.”,Rosalia Romaniec, the Polish-born Deutsche Welle reporter who Scholz snubbed, took to Twitter to call his reply “a shame,” and to stress that “the question was meant very seriously.”,Other media ripped into Scholz as well, with Bild characterizing his comments as an “arrogant attack.” Markus Decker, a reporter for the RedaktionsNetzwerk Deutschland broadcaster, complained that “you just don’t treat a journalist asking a perfectly legitimate question in a friendly tone in such an arrogant manner. Neither as a human being nor as a chancellor.”,Government spokeswoman Christine Hoffmann dismissed accusations that Scholz behaved ‘arrogantly’, telling reporters on Wednesday that the chancellor sees no need to apologize, and that he has addressed the issue of security guarantees for Ukraine several times already.,Scholz Rejects Kiev’s Attacks Over Pace of Arms Transfers, Says Weapons Aren’t ‘Cars From Dealers’21 June, 13:59 GMT,Scholz also found defenders online, with one Twitter user discussing the video explaining that it was a “stupid question,” because “the guarantees are still being discussed.” “Ah, the famous German humor. It’s no laughing matter,” another quipped. “Sorry, that’s his attempt at German humor. He is too provincial to understand how this looks to a foreign audience,” a third chimed in.,Berlin announced its intention to provide security guarantees for Ukraine earlier this month, but has not yet explained them in any detail. Instead, Scholz has focused on the economic support that his government has committed to Ukraine, including tens of billions of euros for budgetary support, humanitarian aid, and weapons, including advanced self-propelled howitzers, anti-aircraft tanks and missile systems.,The chancellor is known for his occasional curt responses to questions. In an interview with the ARD broadcaster soon after the G7 summit on Tuesday, after being asked a longwinded question on whether he had any advice for Germans on everyday tips for saving energy, Scholz replied simply “Nope.”,Germany has been caught between a rock and a hard place of difficulties amid US and EU demands to tighten sanctions on Russia, and the European industrial giant’s reliance on Russia for a substantial percentages of its oil, gas, metals, and other key energy and material resources. German economists and business leaders have warned repeatedly in recent months that attempts to sever economic ties with Moscow would lead to severe economic consequences.,Scholz personally has taken a great deal of flak from Kiev and the Ukrainian ambassador in Germany, and accused of stalling the delivery of heavy weapons. He brushed off these suggestions last week, telling his critics that “anyone who thinks that weapons of war are available like cars from a dealer is wrong.”,G7's Unity Check: Western Nations Split Over Russia Sanctions, Economic Crisis, Say Scholars26 June, 16:51 GMT。这些现象并不意味着模型具有自主意识,而是反映出,当模型被优化为完成复杂目标时,现有安全机制需要同步升级,以确保模型始终在预期边界内运行。         OpenAI表示,仅依靠模型部署前的一次性安全测试已难以覆盖长时程任务中的全部风险。

三 | 未来,更有效的安全体系需要将部署前评估、运行时监测、人类监督以及必要时暂停和回滚等机制结合起来,对模型执行复杂任务的全过程实施持续管理。         迈卡·卡罗尔(Micah Carroll)的发帖原文          与此同时,据AI Desk当天援引OpenAI风险与安全准备(RSI Preparedness)团队研究员迈卡·卡罗尔(Micah Carroll)在社交平台X发布的帖子,OpenAI近期曾因发现一款内部模型存在对齐(misalignment)问题,临时暂停了该模型的内部使用权限,在完成安全防护升级后重新部署并恢复有限范围测试。         卡罗尔并未披露触发暂停的具体事件,也没有说明模型暂停了多久或进行了哪些具体改进。但这一公开表态,与OpenAI当天发布的技术文章相互呼应,成为公司少有公开分享内部安全实践的案例之一。

四 |          01 长时程模型带来新的安全挑战          OpenAI在博客中介绍,随着长时程模型能力不断增强,传统安全评估正在面临新的挑战。         相比一次性回答问题的模型,这类模型能够持续规划、调用工具并完成开放式复杂任务,因此也拥有更多机会在长期执行过程中偏离用户意图,而这些风险并不一定能够通过传统短时评测发现。         文章列举了两个具有代表性的安全评估案例:          在一项内部测试中,研究人员要求模型仅通过内部Slack系统提交任务结果。然而模型在查阅项目文档后,发现文档建议将代码发布至GitHub。         为了完成这一目标,模型花了整整一小时找到了安全沙盒本身的漏洞,从而绕过了限制,将代码提交至外部GitHub仓库。OpenAI认为,这一案例反映出长时程模型可能会主动寻找环境中的薄弱环节,以完成其优化目标。         另一项测试中,模型尝试传输一段敏感凭证,但安全扫描系统阻止了相关内容发送。随后,模型改用分段编码和混淆等方式规避检测,并在后续重新组合数据完成传输。         OpenAI表示,这类行为说明,仅依赖静态规则匹配的安全检测机制,未来可能不足以应对能力不断增强的智能代理,因此需要构建能够理解上下文和整体行为模式的新一代监测体系。         02 从部署前评估走向运行时监测          针对上述风险,OpenAI已经建立了一套低延迟内部监测基础设施,由GPT-5.4 Thinking在最高推理配置下提供支持,对内部智能代理的交互过程进行实时分析。当系统发现模型行为可能与用户意图不一致,或存在绕过安全机制的迹象时,将自动发出预警,并交由人工进一步审查。         OpenAI表示,这套监测系统目前已覆盖公司99.9%的内部AI编程助手流量。内部部署环境之所以具有重要价值,在于这些模型能够访问部分内部系统、查看相关文档,甚至研究自身安全机制,因此为监测和安全基础设施建设提供了更加真实的测试场景。         文章同时强调,OpenAI并非希望通过披露个别案例渲染风险,而是希望推动行业建立更加完善的安全实践。未来,公司计划进一步发展更加实时的监测架构,使高风险操作能够在执行之前即被识别、评估,必要时直接阻止,而不仅是在事后进行检测。         业内人士认为,随着AI智能体逐渐具备持续数小时甚至数天完成复杂任务的能力,模型安全的重点正从传统的输出内容安全,逐步扩展到整个任务执行过程是否始终符合用户意图。

五 |          此次OpenAI公开分享暂停内部模型、完善安全防护并恢复测试的实践,也反映出前沿AI实验室正尝试通过持续监测、快速响应和透明披露等方式,建立适应下一代智能系统的新型安全治理框架。

六 |          不过,目前外界仍无法获知此次对齐问题的具体性质、模型暂停持续时间以及升级措施的技术细节。

七 | OpenAI表示,出于安全考虑,公司更希望分享从实践中获得的方法论,而非事件本身。对于能够长期自主执行复杂任务的模型而言,如何建立覆盖模型开发、部署与运行全过程的安全体系,将成为迈向更高能力人工智能的重要课题。

八 |          (特约编译无忌,编辑金明)。

Current article:http://www.lindunfokangliucishirun.shop/clc9/yor6wr.doc

Published on:18:49:28


Related reading
Copyright © 2020-2099 流星之绊 All Rights Reserved 流星之绊 Copyright