Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/2 06:56:56
What Could the Agent See at 19:05? Generating Temporal Enterprise Scenarios from Real Research and Replaying Them to Evaluate Agents
AI 中文解读
给AI智能体做“考试”终于有了准头:一篇来自arXiv的论文指出,以前的评测就像只看考卷最终答案,不管答题时数据有没有更新,这不科学。这项新研究能让企业AI“穿越”回任何时间点,看到当时的数据,再评价它那一刻的回答对不对。
简单说,企业里的AI助手要处理不停变化的数据,所以同一个问题在不同时间问,正确回答不一样。但过去的测试方法是拿一张截屏图来打分,既不真实,成本也高,还得担心信息穿帮。这套新办法像给企业世界拍了一部“可回放电影”,先按真人研究生成逼真的虚拟办公环境,再把每个时刻的状态都存进一个紧凑的“缓存库”。测试时想考AI哪个瞬间,直接调出来就行,又快又省力,而且不掺一点“剧透”。
这对普通人最直接的影响是,以后企业用AI干活会靠谱得多。比如客服、财务或人事系统里的AI,能真正按当时情况给你准确答复,而不是等月底复盘才发现错漏。同时,企业也不用花大价钱反复模拟测试,成本低了,AI落地自然更快。
Enterprise AI agents act across many apps whose data changes continuously, so an answer is correct only relative to what data existed and who could see it at the moment it was asked. Offline evaluation today grades against a single static snapshot, effectively the end of the episode. So, it can only evaluate one situation, the final one, even though every earlier moment of the episode is a different situation that invites its own realistic questions with its own correct answers. Recreating each of those moments as a separate snapshot would mean re-provisioning a whole tenant per instant, which is prohibitively costly; and even a single snapshot leaks future state hidden inside records and cannot represent the multi-app, time-ordered way real work happens. Our system closes two gaps at once: it generates a realistic, persona-driven, temporally-evolving enterprise world from real research, and replays that world at any chosen moment to evaluate any pluggable agent. A schema-inferred temporal description drives a deterministic-plus-LLM rebuild of each record's past state; because the queryable moments are finite, all rebuilds are precomputed into a compact difference cache, making evaluation a fast, reproducible lookup with no model in the path. We describe the design, an architecture spanning both flows, and early experience evaluating enterprise agents.
分享
阅读原文 ↗