← Back to Index
Daily Research Digest

arXiv Papers

2026-06-25
31
Papers
4
Categories
31
Translated
收藏清单 0
机器人学 (Robotics)
0
计算机视觉 (Computer Vision)
0
人工智能 (Artificial Intelligence)
31
cs.AI / 1 / 2606.24937

The Hitchhiker's Guide to Agentic AI: From Foundations to Systems

代理人工智能的指南:从基础到系统
Roitman, Haggai
Abstract
The Hitchhiker's Guide to Agentic AI is a comprehensive practitioner's reference for building autonomous AI systems. The book covers the full stack from first principles to production deployment, organized around a central thesis: building great agentic systems requires understanding every layer of the pipeline, not just one. The book opens with the LLM substrate -- transformer architecture, GPU systems, training and fine-tuning (SFT,LoRA, MoE), model compression, and inference optimization -- treated as essential foundations rather than the primary focus. It then develops the alignment and reasoning layer: reinforcement learning from human feedback (RLHF), PPO, DPO and its variants, GRPO, reward modeling, and RL for large reasoning models including chain-of-thought and test-time scaling. The second half is devoted to agentic AI proper. Topics include agentic training and trajectory-based RL, retrieval-augmented generation (RAG and Agentic RAG), memory systems (in-context, external, episodic, and semantic), agent harness design and context management, and a taxonomy of agent design patterns. Inter-agent coordination is covered in depth: the Model Context Protocol (MCP), agent skills and tool use, the Agent-to-Agent (A2A) communication protocol, and multi-agent architectures spanning centralized, decentralized, and hierarchical topologies. The book concludes with agent development frameworks, agentic UI design, evaluation methodology for agentic tasks, and production deployment. Each chapter pairs rigorous theoretical foundations with implementation guidance, code examples, and references to the primary literature.
Chinese Translation
《代理人工智能的指南》是一本全面的实践者参考书,旨在构建自主人工智能系统。该书涵盖了从基本原理到生产部署的完整技术栈,围绕一个中心论点组织:构建优秀的代理系统需要理解管道的每一层,而不仅仅是其中一层。书中首先介绍了大型语言模型(LLM)基础——变换器架构、GPU系统、训练与微调(SFT、LoRA、MoE)、模型压缩和推理优化,这些被视为基本基础,而非主要关注点。接着发展了对齐与推理层:人类反馈强化学习(RLHF)、PPO、DPO及其变体、GRPO、奖励建模,以及针对大型推理模型的强化学习,包括思维链和测试时扩展。第二部分专注于代理人工智能的核心内容。主题包括代理训练和基于轨迹的强化学习、检索增强生成(RAG和代理RAG)、记忆系统(上下文、外部、情节和语义)、代理工具设计和上下文管理,以及代理设计模式的分类。书中深入探讨了代理间协调:模型上下文协议(MCP)、代理技能与工具使用、代理间(A2A)通信协议,以及涵盖集中式、分散式和层级拓扑的多代理架构。最后,书中讨论了代理开发框架、代理用户界面设计、代理任务的评估方法以及生产部署。每一章都将严谨的理论基础与实施指导、代码示例和主要文献参考相结合。
cs.AI / 2 / 2606.24965

Project Auto-World: Towards Automated Benchmarking of Neural Relational Reasoners

项目自动世界:迈向神经关系推理器的自动基准测试
Das, Anirban, Boisson, Joanne, Khalid, Irtaza, Garai, Sumita, Schockaert, Steven
Abstract
Reasoning about relational structures remains a significant challenge for neural models, particularly when they must systematically apply learned knowledge to problem instances that are harder than those seen in training. Progress is hampered by the difficulty of evaluating such generalization, since a priori, it is rarely clear what makes an instance hard. We study how this issue can be addressed by using large language models (LLMs) to automate benchmark generation, learning to produce increasingly challenging instances in an end-to-end manner. Concretely, given a world parametrized by Datalog rules, and an Edge Transformer as the reasoning evaluator, we use LLM-driven evolutionary search (based on FunSearch) and autonomous agentic search to discover sampling functions that yield hard problem instances. We also show that the Edge Transformer can be improved using this data such that it generalizes well to further data perturbations. Finally, we show that the same machinery can be applied to novel worlds proposed by LLMs, opening the door to autonomous research on neural relational reasoning.
Chinese Translation
关于关系结构的推理仍然是神经模型面临的一项重大挑战,特别是当它们必须系统地将学习到的知识应用于比训练中见过的实例更困难的问题时。由于很难评估这种泛化的效果,进展受到阻碍,因为事先很少清楚是什么使得某个实例变得困难。我们研究了如何通过使用大型语言模型(LLMs)来自动化基准生成,从而解决这一问题,学习以端到端的方式生成越来越具挑战性的实例。具体而言,给定一个由 Datalog 规则参数化的世界,以及作为推理评估器的边缘变换器(Edge Transformer),我们使用基于 FunSearch 的 LLM 驱动进化搜索和自主代理搜索来发现生成困难问题实例的采样函数。我们还展示了如何利用这些数据改进边缘变换器,使其能够很好地泛化到进一步的数据扰动。最后,我们表明相同的机制可以应用于 LLM 提出的新世界,为神经关系推理的自主研究打开了大门。
cs.AI / 3 / 2606.24976

Diagnosing and Mitigating Compounding Failures in Agentic Persuasion via Taxonomic Strategy Retrieval

通过分类策略检索诊断和缓解代理说服中的复合失败
Narayana, Pradyumna, Ayromlou, Sana, Sehgal, Purvi
Abstract
Foundation-model agents in multi-step, open-ended environments frequently suffer from compounding errors, where early mistakes contaminate long-horizon trajectories. While Multi-Agent Debate (MAD) succeeds in deterministic domains, agents in subjective tasks like persuasion experience severe problem drift and sycophantic conformity. We identify semantic leakage in standard Retrieval-Augmented Generation (RAG) as a reproducible trigger for these failures, as standard RAG prioritizes vocabulary overlap over logical necessity. To eliminate this leakage, we introduce Taxonomic Strategy RAG (TS-RAG), a systems intervention that routes strategies through a discrete categorical bottleneck to decouple argumentative structure from topical content. Zero-shot, cross-domain evaluations demonstrate that TS-RAG significantly improves the transfer of abstract logic where standard semantic retrieval collapses. Crucially, TS-RAG acts as a "capability bridge" in asymmetric deployments, empowering lightweight persuaders to consistently defeat parametrically superior opponents (improving win rates from 70.5 to 78.5) and accelerating argumentative efficiency. Finally, we introduce trace-level diagnostics via a turn-by-turn Debate State Representation (DSR), demonstrating the necessity of strict constraints to prevent evaluation collapse via default agentic sycophancy.
Chinese Translation
在多步骤、开放式环境中,基础模型代理经常遭遇复合错误,早期的失误会污染长期轨迹。尽管多代理辩论(Multi-Agent Debate, MAD)在确定性领域取得成功,但在像说服这样的主观任务中,代理面临严重的问题漂移和阿谀奉承的顺从。我们发现标准的检索增强生成(Retrieval-Augmented Generation, RAG)中存在语义泄漏,这成为这些失败的可复制触发因素,因为标准RAG优先考虑词汇重叠而非逻辑必要性。为消除这种泄漏,我们引入了分类策略RAG(Taxonomic Strategy RAG, TS-RAG),这是一种系统干预,通过离散的类别瓶颈引导策略,从而将论证结构与主题内容解耦。零样本跨领域评估表明,TS-RAG显著改善了抽象逻辑的转移,而标准语义检索则崩溃。关键是,TS-RAG在不对称部署中充当“能力桥梁”,使轻量级说服者能够持续战胜参数上更优的对手(胜率从70.5%提高到78.5%),并加速论证效率。最后,我们通过逐轮的辩论状态表示(Debate State Representation, DSR)引入了追踪级诊断,证明了严格约束的必要性,以防止通过默认的代理阿谀奉承导致评估崩溃。
cs.AI / 4 / 2606.25066

Do vision-language models search like humans? Reasoning tokens as a reaction-time analog in classic visual-search paradigms

视觉-语言模型的搜索方式是否与人类相似?经典视觉搜索范式中推理标记作为反应时间的类比
Wick, Farahnaz
Abstract
Visual search has been one of the most productive paradigms in the study of visual attention: the way reaction time scales with the number of items distinguishes parallel, "pop-out" search from serial, attention-demanding search. I ask whether vision-language models (VLMs) exhibit the same behavioral signatures. I adapt four classic paradigms: feature versus conjunction search, spatial-configuration (T-vs-L) search, enumeration, and the tilted/vertical search asymmetry; and present them to current frontier and mid-tier models. Because a single model call has no reaction time, I use the number of reasoning ("thinking") tokens a model spends per trial as a within-model analog of search effort, and I compare against a large public human benchmark (Wolfe et al., 2010). The models reproduce several human signatures: feature search costs flat effort while conjunction effort climbs with set size; frontier models hold accuracy where mid-tier models collapse to chance; and a resolution control shows the conjunction cost is genuine search rather than difficulty resolving small shapes. They also diverge from humans in informative ways. The target-present effort slope exceeds the target-absent slope, reversing the human ordering; enumeration remains accurate where humans would lose count; and a reasoning model with adaptive deliberation declines to deliberate on detection tasks altogether, so that a single search expresses itself as an effort gradient in one model and as an accuracy cliff in another. I argue that psychophysical paradigms, applied behaviorally, are a sharp and inexpensive probe of machine visual cognition, and that the points of divergence are as informative as the points of agreement.
Chinese Translation
视觉搜索一直是研究视觉注意力的最有效范式之一:反应时间与项目数量的关系区分了并行的“突显”搜索与串行的、需要注意力的搜索。我探讨视觉-语言模型(VLMs)是否展现出相同的行为特征。我调整了四个经典范式:特征搜索与结合搜索、空间配置(T与L)搜索、计数以及倾斜/垂直搜索不对称;并将其呈现给当前前沿和中层模型。由于单次模型调用没有反应时间,我使用模型在每次试验中消耗的推理(“思考”)标记数量作为模型内部搜索努力的类比,并与一个大型公共人类基准(Wolfe et al., 2010)进行比较。这些模型重现了几个与人类相似的特征:特征搜索的成本保持平坦,而结合搜索的努力随着集合大小的增加而上升;前沿模型在准确性上保持稳定,而中层模型则崩溃到随机水平;分辨率控制显示结合成本是真正的搜索,而不是解决小形状的困难。它们在信息性方面也与人类存在差异。目标存在的努力斜率超过目标缺失的斜率,颠覆了人类的排序;计数在模型中保持准确,而人类则会失去计数;一个具有自适应思考的推理模型在检测任务上完全拒绝深思熟虑,从而使得一次搜索在一个模型中表现为努力梯度,而在另一个模型中表现为准确性悬崖。我认为,应用于行为的心理物理范式是对机器视觉认知的一个敏锐且廉价的探测工具,而分歧点与一致点同样具有信息价值。
cs.AI / 5 / 2606.25103

Beyond Shapley: Efficient Computation of Asymmetric Shapley Values

超越Shapley:非对称Shapley值的高效计算
Companeetz, Ezequiel, Cifuentes, Santiago, Abriola, Sergio
Abstract
We address the problem of explainability in machine learning models through feature attribution methods. In particular, we consider a variant of Shapley values known as Asymmetric Shapley Values (ASV), which enables the incorporation of causal knowledge into model-agnostic explanations through the use of a causal graph. We show that in certain contexts in which the computation of SHAP is $\#P$-hard, the exact computation of ASV can be done in polynomial time. To extend this algorithmic result, we introduce a notion of equivalence classes over the topological orderings of the underlying causal graph, which is useful to reduce the time to compute ASV. In particular, we present a polynomial-time algorithm (in the number of equivalence classes) to compute it whenever the causal graph is a rooted directed tree. Finally, we develop an algorithm for approximating ASV in arbitrary causal DAGs which relies on a procedure to sample topological orderings uniformly at random. To implement this sampling mechanism we leverage known algorithms as well as simpler alternatives. Our experimental results demonstrate the practical viability of the proposed approach in realistic causal structures.
Chinese Translation
我们通过特征归因方法解决机器学习模型中的可解释性问题。特别地,我们考虑一种被称为非对称Shapley值(Asymmetric Shapley Values, ASV)的Shapley值变体,它通过使用因果图将因果知识纳入模型无关的解释中。我们展示了在某些计算SHAP为$ ext{ exttt{ extbf{ extit{ extbf{#P}}}}}$-困难的上下文中,ASV的精确计算可以在多项式时间内完成。为了扩展这一算法结果,我们引入了底层因果图的拓扑排序的等价类的概念,这对于减少计算ASV的时间是有用的。具体而言,我们提出了一种多项式时间算法(以等价类的数量为基础)来计算ASV,前提是因果图是一个有根有向树。最后,我们开发了一种在任意因果有向无环图(DAG)中近似ASV的算法,该算法依赖于一种均匀随机采样拓扑排序的过程。为了实现这一采样机制,我们利用了已知算法以及更简单的替代方案。我们的实验结果证明了所提方法在现实因果结构中的实际可行性。
cs.AI / 6 / 2606.25108

The Clinician's Veto: Navigating Trust, Liability, and Uncertainty in Autonomous AI Prescribing

临床医生的否决权:在自主人工智能处方中的信任、责任与不确定性导航
LaRocco, Eileanor, Tan, Sarah, Subbaswamy, Adarsh, Andrews, Anne, Taylor, Andrew, Gaskin, Cree, Agarwal, Chirag
Abstract
Autonomous AI systems are transitioning from advisory to autonomous roles for medication prescriptions. Recent United States bill H.R. 238 and Utah's prescription-renewal pilot both authorize AI to prescribe medications in an agentic capacity. While some regulatory guidelines suggest aggregate model performance metrics for clearance, they do not require i) calibrated per-prediction confidence for action-gated thresholds, ii) differentiated communication of uncertainty arising from model ignorance (epistemic) versus genuine clinical ambiguity (aleatoric), and iii) inferential transparency at the moment of decision that allows for liability allocation. Here, we present a regulatory and technical argument (tested with a survey of 136 U.S. prescribing clinicians) positioning these as minimum architectural requirements for safe autonomous prescribing. Our results suggest prescribing clinicians i) would not permit autonomous prescribing without a calibrated confidence-based escalation mechanism, ii) preferred a competing-options summary when uncertainty was aleatoric but shifted to abstention when uncertainty was epistemic, and iii) were only willing to accept additional liability when inferential transparency enabled a substantive judgment under acknowledged uncertainty. These findings indicate our recommended architectural features would encourage higher rates of clinician adoption, largely through collapsing much of what "autonomy" conventionally means. A system meeting these requirements would function less as an autonomous agent and more as a heavily supervised decision-support tool. As legislation and state pilots proceed, our technical argument backed by clinician perspectives provides opportunities for regulation to constrain the degree of autonomy ethically granted to AI in prescribing while aligning liability with the institutional actors who control system design and deployment.
Chinese Translation
自主人工智能系统正从药物处方的顾问角色转变为自主角色。最近的美国法案H.R. 238和犹他州的处方续期试点均授权人工智能以代理身份开处方。尽管一些监管指南建议使用聚合模型性能指标进行批准,但它们并未要求i) 针对行动门限的每次预测信心进行校准,ii) 区分由于模型无知(认知性)与真正临床模糊(随机性)所产生的不确定性的沟通,及iii) 在决策时提供推理透明度以便于责任分配。在此,我们提出一个监管和技术论证(通过对136名美国处方临床医生的调查进行验证),将这些作为安全自主处方的最低架构要求。我们的结果表明,处方临床医生i) 不会允许在没有基于校准信心的升级机制的情况下进行自主处方,ii) 在不确定性为随机性时更倾向于选择竞争选项摘要,但在不确定性为认知性时则转向放弃,iii) 只有在推理透明度使得在已知不确定性下能够做出实质性判断时,才愿意接受额外的责任。这些发现表明,我们推荐的架构特征将通过简化“自主性”的传统含义,鼓励临床医生更高的采纳率。满足这些要求的系统将更像是一个受到严格监督的决策支持工具,而非自主代理。随着立法和州试点的推进,我们的技术论证结合临床医生的观点,为监管提供了机会,以在伦理上限制赋予人工智能处方的自主程度,同时将责任与控制系统设计和部署的机构行为者相一致。
cs.AI / 7 / 2606.25161

TRUSTMEM: Learning Trustworthy Memory Consolidation for LLM Agents with Long-Term Memory

TRUSTMEM:为具有长期记忆的LLM代理学习可信的记忆整合
Yang, Tianyu, Paul, Sudipta, Srinivasan, Vijay, Kulkarni, Vivek, Chappidi, Srinivas
Abstract
Large language model (LLM) agents rely on long-term memory to support extended interactions and personalized assistance beyond finite context windows. Existing memory agents actively update external memory through generated write, revise, and delete operations, but these updates may omit important information, corrupt existing memory, or introduce unsupported hallucinated content. Once stored, such errors become persistent system-state failures that can affect future reasoning and generation. In this paper, we propose TrustMem, a framework designed to improve the trustworthiness of memory consolidation. TrustMem relies on a Memory Transition Verifier to evaluate the transition process of memory updates in terms of coverage, preservation, and faithfulness. It further constructs preference pairs among candidate updates under the same memory state, enabling preference-guided reinforcement learning to directly optimize memory updating behaviors. Extensive experiments demonstrate that TrustMem improves both memory utility and reliability: it achieves state-of-the-art results across MemoryAgentBench, HaluMem, and the Mem-alpha validation set, improves HaluMem memory extraction by 12.14 F1 points, and reduces transition-level omission, corruption, and hallucination by 40.1\%, 79.1\%, and 50.0\%, respectively, compared with the strongest baseline for each error type.
Chinese Translation
大型语言模型(LLM)代理依赖于长期记忆来支持超出有限上下文窗口的延续交互和个性化辅助。现有的记忆代理通过生成的写入、修订和删除操作主动更新外部记忆,但这些更新可能会遗漏重要信息、破坏现有记忆或引入不支持的虚构内容。一旦存储,这些错误将成为持久的系统状态故障,可能影响未来的推理和生成。在本文中,我们提出了TrustMem,一个旨在提高记忆整合可信度的框架。TrustMem依赖于记忆过渡验证器(Memory Transition Verifier)来评估记忆更新的过渡过程,包括覆盖率、保留性和忠实度。它进一步在相同记忆状态下构建候选更新之间的偏好对,使得偏好引导的强化学习能够直接优化记忆更新行为。大量实验表明,TrustMem提高了记忆的实用性和可靠性:在MemoryAgentBench、HaluMem和Mem-alpha验证集上取得了最先进的结果,HaluMem的记忆提取提高了12.14个F1分数,并且与每种错误类型的最强基线相比,过渡级别的遗漏、损坏和虚构分别减少了40.1%、79.1%和50.0%。
cs.AI / 8 / 2606.25176

Elo-Disentangled Player-Style Embeddings for Human Chess via Rating-Conditioned Residual Move Model

基于评级条件残差移动模型的人类国际象棋Elo解耦玩家风格嵌入
Carlson, Jason
Abstract
We study representation learning for individual human chess style: a per-player embedding learned from a player's move history such that inner products measure stylistic similarity, while being approximately disentangled from playing strength (Elo). Our key design is a residual formulation: a rating-conditioned base move model (Maia-3 policy logits plus Stockfish-derived features, scored over Maia-2-proposed candidates) captures what a typical player of a given strength would play, and a frozen copy of it anchors a learned move encoder and a per-player vector z, so that z explains only deviations from rating-typical play. The base model improves move prediction over the strong Maia-3 policy by 27-37% relative NLL across the rating spectrum, with the largest gains at the top (2800+); Stockfish's marginal value grows monotonically with Elo (negligible at 900-1200, +0.085 nats at 2800+). On a shared Elo-stratified benchmark of 22,620 held-out decisions, top-1 move-matching rises monotonically from Maia-2 to Maia-3 to the Stockfish-augmented base (0.51 -> 0.57 -> 0.68): the base is +33% relative top-1 over Maia-2 and +19% over Maia-3 (30% lower NLL), with the engine-feature lift largest at high Elo. The player embedding adds little to raw move-matching on top of this base -- its marginal top-1 gain falls within the 95% confidence interval -- and its value is instead representational: z generalizes to held-out decisions without overfitting, re-identifies players from disjoint games above chance, and a linear probe recovers rating from z with only R^2 = 0.06 (no better nonlinearly), evidence it captures style on an Elo-orthogonal axis. We argue that a strong rating-conditioned base plus a compact, Elo-disentangled embedding -- separating typical play from individual deviation -- is an economical, interpretable model of individual style, an alternative to per-player preference fine-tuning.
Chinese Translation
我们研究了个体人类国际象棋风格的表征学习:从玩家的移动历史中学习的每个玩家嵌入,使得内积可以衡量风格相似性,同时与棋力(Elo)大致解耦。我们的关键设计是残差形式:一个基于评级条件的基础移动模型(Maia-3策略逻辑加上Stockfish衍生特征,在Maia-2提出的候选者上评分)捕捉了给定棋力的典型玩家会下的棋,而其冻结副本则锚定了一个学习的移动编码器和每个玩家的向量z,使得z仅解释与评级典型玩法的偏差。基础模型在整个评级范围内相对于强大的Maia-3策略提高了27-37%的移动预测相对NLL,最高的增益出现在顶端(2800+);Stockfish的边际价值随着Elo单调增长(在900-1200时微不足道,在2800+时为+0.085 nats)。在一个共享的Elo分层基准上,22620个保留决策的前1移动匹配率从Maia-2到Maia-3再到Stockfish增强的基础单调上升(0.51 -> 0.57 -> 0.68):基础模型相对于Maia-2提高了33%的前1匹配率,相对于Maia-3提高了19%(NLL降低30%),而引擎特征的提升在高Elo时最大。玩家嵌入在此基础上对原始移动匹配的贡献较小——其边际前1增益落在95%的置信区间内——其价值在于表征:z在不发生过拟合的情况下对保留决策进行泛化,从不相交的游戏中重新识别玩家,线性探测从z中恢复评级仅有R^2 = 0.06(非线性没有更好),这证明它在Elo正交轴上捕捉了风格。我们认为,一个强大的评级条件基础加上一个紧凑的、Elo解耦的嵌入——将典型玩法与个体偏差分开——是一个经济且可解释的个体风格模型,是每个玩家偏好微调的替代方案。
cs.AI / 9 / 2606.25178

Transferability for General Reasoning: An Automated Curriculum for Multi-Domain RLVR

通用推理的可转移性:多领域强化学习验证奖励的自动化课程
Yang, Yongjin, Liu, Jiarui, He, Yinghui, Zhang, Lezhen, Schölkopf, Bernhard, Jin, Zhijing
Abstract
Reinforcement learning with verifiable rewards (RLVR) has been extended from single-domain training to multi-domain reasoning suites spanning mathematics, programming, and science. However, the training curriculum (how often each domain is sampled) is typically fixed or hand-tuned, even though reasoning skills transfer unevenly across domains. Existing learnability-based curricula adapt to where the policy is currently improving, but are blind to whether a gradient step on the selected domain benefits the remaining domains. In this paper, we propose Transfer-Aware Curriculum (TAC), a bandit-style online curriculum that prioritizes domains whose updates broadly benefit the rest of the training suite. TAC repurposes signals already produced by RL training: per-domain advantages capture local learnability, and projected gradients, taken from the GRPO step being computed, estimate cross-domain transferability via gradient-geometry alignment, at negligible cost (<1% wall-clock overhead). Across a six-domain reasoning suite, TAC achieves the best macro-averaged accuracy on both Qwen3-1.7B and Llama3.2-3B, outperforming proportional random sampling, a hand-designed schedule, and a learnability-only bandit, and improving over the last of these by up to 2.8 points (10% relative). Ablations show performance degrades sharply when the transferability term is removed, and TAC remains robust on imbalanced training mixtures where learnability-only curricula over-commit to dominant domains. Our findings establish cross-domain transferability as a key signal for curriculum design in multi-domain RLVR.
Chinese Translation
具有可验证奖励的强化学习(RLVR)已从单一领域训练扩展到涵盖数学、编程和科学的多领域推理套件。然而,训练课程(每个领域的采样频率)通常是固定的或手动调整的,尽管推理技能在不同领域之间的转移是不均匀的。现有的基于可学习性的课程适应于策略当前的改进情况,但对所选领域的梯度更新是否有利于其余领域却视而不见。本文提出了转移感知课程(Transfer-Aware Curriculum, TAC),这是一种类赌博式的在线课程,优先考虑那些对其余训练套件有广泛益处的领域的更新。TAC重新利用了RL训练中已经产生的信号:每个领域的优势捕捉了局部可学习性,而从正在计算的GRPO步骤中提取的投影梯度则通过梯度几何对齐估计跨领域的可转移性,成本极低(<1%的实际时间开销)。在六个领域的推理套件中,TAC在Qwen3-1.7B和Llama3.2-3B上实现了最佳的宏平均准确率,超越了比例随机采样、手动设计的调度和仅基于可学习性的赌博策略,并在后者的基础上提高了最多2.8个百分点(相对提升10%)。消融实验表明,当去除可转移性项时,性能急剧下降,而TAC在不平衡训练混合中保持稳健,避免了仅基于可学习性的课程对主导领域的过度承诺。我们的研究结果确立了跨领域可转移性作为多领域RLVR课程设计的关键信号。
cs.AI / 10 / 2606.25191

To Isolate or to Score? Model-Adaptive Assessment for Cost-Efficient Multi-Agent RAG

是隔离还是评分?面向成本效益的多智能体RAG的模型自适应评估
Lee, Jungseob, Park, Chanjun, Lim, Heuiseok
Abstract
Multi-agent document assessment for retrieval-augmented generation is computationally expensive, driving practitioners toward smaller, deployable models whose assessment mechanisms remain poorly understood. We conduct a controlled study of training-free interventions on 7B-9B instruction-tuned models across diverse QA benchmarks, revealing a sharp dichotomy in how models benefit from assessment. For weaker baselines, the dominant mechanism is per-document isolation. Astoundingly, assessment-free isolation matches full multi-agent assessment, demonstrating that resolving multi-document context confusion, rather than scoring quality, drives outsized gains of up to 50 percentage points. Conversely, for strong baselines where scoring quality matters, we introduce Reasoning-Score Coupling, a label-free perturbation probe that classifies scoring behavior. Integrating these findings, we propose MADARA, a model-adaptive routing architecture. Crucially, MADARA's diagnostic thresholds derived from a single pilot model generalize zero-shot to four unseen model families, providing a robust, lightweight pipeline to eliminate computational overhead.
Chinese Translation
多智能体文档评估用于检索增强生成的计算成本高昂,这促使从业者转向更小、更易部署的模型,而这些模型的评估机制仍然不甚明了。我们对7B-9B指令调优模型在多样化的问答基准上进行了一项受控研究,揭示了模型在评估中获益的明显二分法。对于较弱的基线,主导机制是逐文档隔离。令人惊讶的是,无评估的隔离效果与完整的多智能体评估相当,表明解决多文档上下文混淆,而非评分质量,驱动了高达50个百分点的显著增益。相反,对于评分质量重要的强基线,我们引入了推理-评分耦合(Reasoning-Score Coupling),这是一种无标签扰动探测器,用于分类评分行为。结合这些发现,我们提出了MADARA,一种模型自适应路由架构。至关重要的是,MADARA的诊断阈值源自单个试点模型,能够零-shot推广到四个未见过的模型家族,提供了一种稳健、轻量的管道,以消除计算开销。
cs.AI / 11 / 2606.25198

Heuresis: Search Strategies for Autonomous AI Research Agents Across Quality, Diversity and Novelty

Heuresis:面向质量、多样性和新颖性的自主人工智能研究代理的搜索策略
Antoniades, Antonis, Nathani, Deepak, Saha, Ritam, Amayuelas, Alfonso, Bercovich, Ivan, Weng, Zhaotian, Baskaran, Vignesh, Bhatia, Kunal, Wang, William Yang
Abstract
Autonomous AI Research promises to accelerate the scientific progress of machine learning. To realise this goal, current Large Language Model (LLM)-based agents need to go beyond just writing code, to mastering the exploration of simultaneously performant, diverse and novel ideas. To this end, we introduce Heuresis, a framework that abstracts the research pipeline into a set of general and composable primitives, enabling open-ended scientific exploration in machine learning research. We implement six search strategies: a greedy baseline, two archive-based (MAP-Elites, Go-Explore), one evolutionary (Islands), and two divergent (Curiosity, Omni), and evaluate them across three axes (Quality, Diversity, and Novelty) on three domains (LLM Pretraining, On-Policy RL, and Model Unlearning), totalling 3,222 scored runs. We find that completely novel ideas are rare. No idea across our scored runs is rated as "Original", and only a few achieve only "Minor Similarity" to prior work. Moreover, novel ideas never approach the highest-performing known-recipe scores. Across all six strategies and three domains, only one such idea lands in the top-10 by quality. We also observed agents resorting to a variety of reward-hacking techniques during execution (40 confirmed fabrications across 1,628 scored runs), and detecting them was necessary to keep the search faithful to the task. Our results show that while current search and Quality-Diversity strategies enable us to steer where the generated ideas land on the quality, diversity, and novelty axes, they do not expand the quality-novelty frontier. Bridging this gap is the open challenge towards the ultimate goal of perpetual, autonomous scientific progress. Code is available at github.com/a-antoniades/Heuresis.
Chinese Translation
自主人工智能研究有望加速机器学习的科学进步。为了实现这一目标,目前基于大型语言模型(LLM)的代理需要超越单纯编写代码,掌握同时探索高效、多样和新颖思想的能力。为此,我们提出了Heuresis,一个将研究流程抽象为一组通用且可组合原语的框架,使机器学习研究中的开放式科学探索成为可能。我们实现了六种搜索策略:一个贪婪基线、两种基于档案的策略(MAP-Elites,Go-Explore)、一种进化策略(Islands),以及两种发散策略(Curiosity,Omni),并在三个领域(LLM预训练、在线强化学习和模型遗忘)上对它们进行评估,涵盖了总计3,222次评分运行。我们的发现表明,完全新颖的想法是稀有的。在我们的评分运行中,没有任何想法被评为“原创”,只有少数达到了与先前工作的“轻微相似性”。此外,新颖的想法从未接近已知最佳配方的最高表现分数。在所有六种策略和三个领域中,只有一个这样的想法在质量上进入了前十名。我们还观察到代理在执行过程中采用了多种奖励黑客技术(在1,628次评分运行中确认了40次伪造),并且检测这些技术对于保持搜索的任务忠实性是必要的。我们的结果表明,尽管当前的搜索和质量-多样性策略使我们能够引导生成的想法在质量、多样性和新颖性轴上的位置,但它们并未扩展质量-新颖性的边界。弥合这一差距是实现持续自主科学进步的最终目标的开放挑战。代码可在github.com/a-antoniades/Heuresis获取。
cs.AI / 12 / 2606.25325

Omni-Perception Policy Optimization for Multimodal Emotion Reasoning

面向多模态情感推理的全感知策略优化
Han, Zhiyuan, Zhu, Beier, Tong, Wenwen, Shao, Pengyang, Song, Peipei, Wang, Xinyi, Chen, Jiangnan, Lu, Lewei, Yang, Xun
Abstract
We find that current emotion-oriented Omni-MLLMs still lack reliable omni-modal perception: they (i) underutilize multimodal cues in their reasoning trajectories and (ii) exhibit unfaithful behavior, often hallucinating modality-specific statements from other modalities. Building on these insights, we propose OPPO (Omni-Perception Policy Optimization), a reinforcement learning framework that explicitly optimizes multimodal perception. First, an Omni-Perception Reward decomposes ground-truth reasoning into fine-grained visual, acoustic, and emotion cues and rewards trajectories that semantically recover these cues. Second, an Omni-Perception Loss compares the policy under full and unimodally masked inputs, applying a KL penalty only to modality-specific evidence tokens to suppress cross-modal hallucination. We further introduce MEP-Bench, a diagnostic benchmark that quantifies utilization and faithfulness. Experiments show that OPPO achieves state-of-the-art performance on MER-UniBench and MME-Emotion, while substantially improving utilization and faithfulness scores on MEP-Bench, highlighting the importance of sufficient and faithful omni perception for multimodal emotion reasoning.
Chinese Translation
我们发现当前情感导向的全模态大语言模型(Omni-MLLMs)仍然缺乏可靠的全模态感知:它们(i)在推理过程中未充分利用多模态线索,以及(ii)表现出不忠实的行为,常常从其他模态中幻觉出特定模态的陈述。基于这些见解,我们提出了OPPO(全感知策略优化),这是一个明确优化多模态感知的强化学习框架。首先,全感知奖励将真实推理分解为细粒度的视觉、声学和情感线索,并奖励在语义上恢复这些线索的轨迹。其次,全感知损失比较在完整输入和单模态掩蔽输入下的策略,仅对特定模态证据标记施加KL惩罚,以抑制跨模态幻觉。我们进一步引入MEP-Bench,一个量化利用率和忠实度的诊断基准。实验表明,OPPO在MER-UniBench和MME-Emotion上实现了最先进的性能,同时在MEP-Bench上显著提高了利用率和忠实度评分,突显了充分且忠实的全感知在多模态情感推理中的重要性。
cs.AI / 13 / 2606.25358

Agentic Knowledge Tracing: A Multi-Agent LLM Architecture for Stealth Assessment of Financial Literacy in Serious Games

自主知识追踪:一种多智能体大语言模型架构,用于在严肃游戏中隐秘评估金融素养
Santos, Gabriel, Julia, Rita, Nascimento, Marcelo
Abstract
Assessing financial literacy during gameplay without disrupting the learning experience remains a key challenge in serious games for education. We present the Agentic BKT pipeline, a multi-agent large language model architecture for stealth assessment of financial competencies from open-ended gameplay events. The pipeline processes events from a 2D platformer serious game aligned with the OECD/INFE financial literacy framework through four phases: (1) the game captures every player decision as a structured event log; (2) an LLM event classifier labels each action on a four-point rubric validated against three domain experts (Fleiss kappa = 0.624, substantial agreement); (3) four domain-specific agents specializing in risk mitigation, investing, spending, and credit management perform session-level reasoning over behavioral trajectories, feeding per-competency Bayesian Knowledge Tracing that estimates mastery within each domain; and (4) an expert judge agent synthesizes the domain-level estimates into an overall mastery score. Evaluated with 193 K-12 participants across 264 game sessions, the Agentic BKT pipeline yields mastery estimates significantly correlated with learning gain (r = 0.276, p = 0.0001) and post-test scores (r = 0.333, p < 0.0001) while showing no correlation with pre-test scores, providing both convergent and discriminant validity. The multi-agent approach approximately triples the predictive validity of a single-LLM baseline (r = 0.095, not significant) in this study, demonstrating that domain decomposition and session-level reasoning play a central role in capturing the multidimensional nature of financial literacy from gameplay
Chinese Translation
在游戏过程中评估金融素养而不干扰学习体验,仍然是教育领域严肃游戏中的一项关键挑战。我们提出了自主BKT管道,这是一种多智能体大语言模型架构,用于从开放式游戏事件中隐秘评估金融能力。该管道通过四个阶段处理与OECD/INFE金融素养框架对齐的2D平台游戏中的事件:(1)游戏将每个玩家决策捕捉为结构化事件日志;(2)一个大语言模型(LLM)事件分类器根据三个领域专家验证的四点量表对每个动作进行标记(Fleiss kappa = 0.624,具有实质性一致性);(3)四个专注于风险缓解、投资、消费和信用管理的领域特定智能体对行为轨迹进行会话级推理,提供每个能力的贝叶斯知识追踪,以估计每个领域的掌握程度;(4)一个专家评判智能体将领域级估计综合成总体掌握分数。通过对193名K-12参与者在264个游戏会话中的评估,自主BKT管道产生的掌握估计与学习增益显著相关(r = 0.276,p = 0.0001)及后测分数(r = 0.333,p < 0.0001),而与前测分数没有相关性,提供了收敛效度和区分效度。该多智能体方法在本研究中大约使单一LLM基线的预测效度提高了三倍(r = 0.095,不显著),证明了领域分解和会话级推理在捕捉游戏中金融素养的多维特性方面发挥了核心作用。
cs.AI / 14 / 2606.25374

What Actually Works for Spacecraft Fault-Tolerant Control: An Honest Settled-Gate Benchmark of Learned and Classical Methods

航天器容错控制的有效方法:学习方法与经典方法的诚实定界基准
Shojaei, Alireza
Abstract
Recent learned fault-tolerant-control (FTC) work reports high success on spacecraft actuator faults, but often in simulation, on narrow fault sets, and with transient metrics that a trajectory need only touch once. We ask what recovers spacecraft pointing when success means holding it on faults never seen in training. We answer with a benchmark built around a settled gate, pointing held within 0.2 deg over a dwell window and scored on the true state, train/test splits disjoint in inertia, gain, sign pattern, and bias, Wilson intervals over n=500 episodes per cell, and one-command reproduction on a 6-DOF Basilisk testbed. Across classical, adaptive, learned end-to-end, and structured controllers, three findings stand out. Fault-unaware PD/PID and from-scratch end-to-end RL score 0%, so learning capacity alone is not the lever. Classical adaptive laws resolve sign faults but handle gain poorly at 55.2%, and a literature-faithful Nussbaum-gain law reaches 45.2% and 3.2%. A structured estimate-then-control design, with a learned recurrent module that infers actuator gain online and feeds an analytic law, wins on sign and gain faults at 97.8% and 94.4%, approaching the privileged oracle while unstructured methods remain at zero. The hard wall is constant additive bias, which is 0% for every controller including the privileged gain oracle, because an integral-free law cannot null a constant disturbance. We close it with a disturbance observer that recovers bias from the dynamics and is self-correcting for gain-estimate error. Composed with the gain estimate, it recovers 59.4% of held-out bias faults with no sign/gain regression, moving that class off zero. We classify sensor-fault regimes similarly, show that sensor bias is unobservable from the corrupted measurement alone and therefore requires fusion rather than an observer, and release the benchmark so the gate is shared.
Chinese Translation
近期的学习型容错控制(FTC)研究报告了在航天器执行器故障方面的高成功率,但通常是在模拟环境中,针对狭窄的故障集合,并且使用的瞬态指标仅要求轨迹触及一次。我们探讨在成功意味着在未见过的故障上保持航天器指向时,如何恢复航天器的指向。我们通过一个围绕定界构建的基准来回答这一问题,该基准要求在一个保持窗口内将指向保持在0.2度之内,并根据真实状态进行评分,训练/测试分割在惯性、增益、符号模式和偏差上不重叠,使用每个单元500个回合的Wilson区间,以及在6自由度Basilisk测试平台上的一次命令重现。在经典、自适应、学习型端到端和结构化控制器中,有三个发现尤为突出。对故障无感的PD/PID控制器和从零开始的端到端强化学习(RL)得分为0%,因此仅靠学习能力并不是关键。经典自适应法则能够解决符号故障,但在增益处理上表现不佳,得分为55.2%;而忠实于文献的Nussbaum增益法则达到45.2%和3.2%。一种结构化的估计-再控制设计,结合一个在线推断执行器增益的学习型递归模块,并输入一个解析法则,在符号和增益故障上分别取得97.8%和94.4%的成绩,接近特权预言者,而非结构化方法仍然停留在零分。难点在于恒定的加性偏差,对于包括特权增益预言者在内的每个控制器,其得分均为0%,因为无积分法则无法消除恒定干扰。我们通过一个干扰观测器来解决这一问题,该观测器从动态中恢复偏差,并对增益估计误差进行自我修正。与增益估计相结合,它能够恢复59.4%的被排除偏差故障,而没有符号/增益回归,将该类别的得分从零提升。我们以类似方式对传感器故障状态进行分类,表明仅从受损测量中无法观察到传感器偏差,因此需要融合而非观测器,并发布基准以便共享该定界。
cs.AI / 15 / 2606.25389

Offline Multi-agent Continual Cooperation via Skill Partition and Reuse

基于技能划分与重用的离线多智能体持续合作
Xiao, Yuchen, Yuan, Lei, Xue, Ruiqi, Yin, Tieyue, Yu, Yang
Abstract
Extracting skills from multi-agent offline dataset improves learning efficiency via sharing task-invariant coordination skills among tasks. In settings where tasks occur sequentially and the space of skills grows exponentially, existing approaches that rely on heuristically designed and fixed-sized skill libraries struggle to resolve the problem of distributional shift and interference, facing catastrophic forgetting and plasticity loss. To address this problem and endow agents with the ability to continually discover and reuse coordination skills in open-environment, we propose COMAD, a principled framework for Continual Offline Multi-agent Skill Discovery via Skill Partition and Reuse. We first discover skills from mixed multi-agent behavior data with an auto-encoder to transform coordination knowledge into reusable coordination skills. Then we construct a skill-augmented policy learning objective with multi-head architectures, explicitly guiding the advantage function with reusable skills identified via a density-based reusability estimator. Theoretical analysis shows our method approximates the optimum of a continual skill discovery problem. Empirical results across diverse MARL benchmarks show that COMAD continually expands its skill library to mitigate interference, achieving superior forward and backward transfer for task streams compared to multiple baselines.
Chinese Translation
从多智能体离线数据集中提取技能,通过在任务之间共享任务不变的协调技能,提高学习效率。在任务顺序发生且技能空间呈指数增长的情况下,现有依赖于启发式设计和固定大小技能库的方法难以解决分布转移和干扰问题,面临灾难性遗忘和可塑性丧失。为了解决这一问题,并赋予智能体在开放环境中持续发现和重用协调技能的能力,我们提出了COMAD,一个基于技能划分与重用的持续离线多智能体技能发现的原则性框架。我们首先利用自编码器从混合多智能体行为数据中发现技能,将协调知识转化为可重用的协调技能。然后,我们构建了一个技能增强的策略学习目标,采用多头架构,明确地通过基于密度的可重用性估计器指导优势函数,利用识别出的可重用技能。理论分析表明我们的方法接近持续技能发现问题的最优解。跨越多种MARL基准的实证结果表明,COMAD持续扩展其技能库以减轻干扰,相较于多个基线方法,在任务流中实现了更优的前向和后向迁移。
cs.AI / 16 / 2606.25396

Long-Term Simulation Exposes Cognitive-Developmental Risks in AI Companions

长期模拟揭示人工智能伴侣中的认知发展风险
Shen, Kaicheng, Li, Lingyu, Wu, Wen, Teng, Yan, He, Liang, Wang, Yingchun
Abstract
AI companions powered by large language models increasingly interact with cognition-developing users, including children and adolescents, creating risks that may accumulate over time. Existing safety evaluations largely rely on single-turn or short-session tests, which cannot capture risks that emerge only through prolonged interaction. To address this gap, we propose TSJ (Theater-Stage-Judge), a longitudinal framework combining persona-driven user simulation, dynamic psychological-state updating and retrospective evaluation. We evaluate six mainstream models across four developmental stages, twenty-four risk dimensions and three psychological-vulnerability personas, covering 12,960 simulated person-day interactions. TSJ shows that short-horizon testing systematically underestimates developmental risks, for which TSJ yields a stable risk estimate only after 140 turns within prolonged simulated relationships. Applying TSJ further identifies early childhood and emerging adulthood as the most vulnerable stages, with cognitive trust and emotional dependency as the weakest domains. TSJ provides a scalable methodology for longitudinal cognitive developmental risk evaluation in AI companion systems.
Chinese Translation
由大型语言模型驱动的人工智能伴侣越来越多地与认知发展中的用户互动,包括儿童和青少年,这可能导致随时间累积的风险。现有的安全评估主要依赖于单轮或短时会话测试,无法捕捉仅通过长期互动才会显现的风险。为了解决这一问题,我们提出了TSJ(Theater-Stage-Judge)框架,该框架结合了基于角色的用户模拟、动态心理状态更新和回顾性评估。我们在四个发展阶段、二十四个风险维度和三种心理脆弱角色上评估了六种主流模型,涵盖了12,960次模拟人日互动。TSJ显示,短期测试系统性低估了发展风险,而TSJ仅在长期模拟关系中经过140轮后才能提供稳定的风险估计。进一步应用TSJ还发现,早期儿童期和新兴成人期是最脆弱的阶段,认知信任和情感依赖是最薄弱的领域。TSJ为人工智能伴侣系统中的长期认知发展风险评估提供了一种可扩展的方法论。
cs.AI / 17 / 2606.25400

BrainAgent: A Large Language Model-Driven Multi-Agent Framework for Autonomous Brain Signal Understanding

BrainAgent:一个基于大型语言模型的多智能体框架,用于自主脑信号理解
Zhou, Yangxuan, Zhao, Sha, Wang, Jiquan, Li, Shijian, Pan, Gang
Abstract
Brain-Computer Interfaces (BCIs) and brain signal understanding are pivotal for clinical health and next-generation interactions. Despite this significance, its widespread adoption in real-world scenarios remains restricted, primarily because current analytical paradigms lack sufficient agentic intelligence. First, existing methodologies impose prohibitive technical barriers, requiring extensive specialized expertise. Second, they remain inherently static and task-specific, failing to execute the complex, long-horizon workflows essential for real-world deployment. To accelerate the democratization of brain signal understanding, we draw inspiration from Large Language Models (LLMs) to introduce BrainAgent, an LLM-driven multi-agent framework designed to ground abstract natural language intent into rigorous, executable, and end-to-end processing pipelines. BrainAgent employs a hierarchical architecture where a central supervisor orchestrates specialized sub-agents for adaptive task decomposition and execution. Furthermore, we establish a comprehensive, systematic benchmark for evaluating agentic systems in brain signal analysis. Empirical results demonstrate that BrainAgent effectively automates complex workflows with superior reliability, marking a paradigm shift toward democratized brain signal understanding.
Chinese Translation
脑-计算机接口(BCIs)和脑信号理解对于临床健康和下一代交互至关重要。尽管其重要性显而易见,但在现实场景中的广泛应用仍然受到限制,主要是因为当前的分析范式缺乏足够的智能代理能力。首先,现有的方法论施加了高昂的技术壁垒,要求具备广泛的专业知识。其次,它们本质上是静态的和任务特定的,无法执行现实部署所需的复杂、长期的工作流程。为了加速脑信号理解的民主化,我们从大型语言模型(LLMs)中汲取灵感,提出了BrainAgent,这是一个基于LLM的多智能体框架,旨在将抽象的自然语言意图转化为严格、可执行的端到端处理管道。BrainAgent采用分层架构,其中中央监督者协调专门的子代理进行自适应任务分解和执行。此外,我们建立了一个全面的系统基准,用于评估脑信号分析中的智能代理系统。实证结果表明,BrainAgent能够有效地自动化复杂工作流程,具有更高的可靠性,标志着向民主化脑信号理解的范式转变。
cs.AI / 18 / 2606.25519

Quantization Inflates Reasoning: Token Inflation as a Hidden Cost of Low-Bit Reasoning Models

量化膨胀推理:低比特推理模型的隐性成本
Lian, Xinyu, Krichene, Walid, Huang, Beichen, Tanaka, Masahiro, Ruwase, Olatunji, Zhang, Li, Zhang, Minjia
Abstract
Quantization is widely used to reduce the inference cost of large language models, but its effect on reasoning models is not fully captured by final-answer accuracy or per-token latency. We show that low-bit post-training quantization can introduce a hidden test-time compute cost: quantized reasoning models often generate longer chains of thought even when they still answer correctly. Across mathematical reasoning, code generation, scientific question answering, and agentic tool-use benchmarks, we find that INT4/INT3 quantization can preserve accuracy but increase reasoning-token usage, offsetting the expected per-token speedup. To measure this effect, we introduce the CoT Token Inflation Ratio, which compares reasoning length between quantized and full-precision models averaged across all evaluation benchmarks. We further show that token inflation is accompanied by behavioral changes in the reasoning trace, including more intermediate steps and greater semantic repetition. These changes translate into measurable end-to-end real-world serving penalties. Finally, we evaluate mitigation strategies and find that prompting and decoding-time sampling offer inconsistent accuracy-length trade-offs, while quantization-aware training shows more promise in reducing both accuracy degradation and token inflation. Our results suggest that reasoning-token usage should be reported alongside accuracy when evaluating quantized reasoning models.
Chinese Translation
量化技术被广泛应用于降低大型语言模型的推理成本,但其对推理模型的影响并未通过最终答案的准确性或每个令牌的延迟完全体现。我们表明,低比特后训练量化可能引入一种隐性的测试时计算成本:量化推理模型即使在回答正确的情况下,往往也会生成更长的思维链。在数学推理、代码生成、科学问答和代理工具使用基准测试中,我们发现 INT4/INT3 量化可以保持准确性,但增加了推理令牌的使用,从而抵消了预期的每个令牌加速效果。为了衡量这一影响,我们引入了 CoT 令牌膨胀比率,该比率比较了量化模型与全精度模型在所有评估基准上平均的推理长度。我们进一步表明,令牌膨胀伴随着推理轨迹中的行为变化,包括更多的中间步骤和更大的语义重复。这些变化转化为可测量的端到端现实世界服务惩罚。最后,我们评估了缓解策略,发现提示和解码时采样在准确性与长度的权衡上表现不一致,而量化感知训练在减少准确性下降和令牌膨胀方面显示出更大的潜力。我们的结果表明,在评估量化推理模型时,推理令牌的使用应与准确性一起报告。
cs.AI / 19 / 2606.25524

Cliff Tokens: Identifying Single-Token Failure Triggers in LLM Mathematical Reasoning

悬崖标记:识别大型语言模型数学推理中的单标记失败触发器
Ko, Jaeyong, Kang, Pilsung, Lee, Yukyung
Abstract
Large language models (LLMs) reach high accuracy in mathematical reasoning, but individual traces on the same problem diverge; some arrive at the correct answer while others fail. Prior work analyzes failure at the step, chunk, or sentence level, or at tokens where failure has already occurred. Neither identifies the precise token that triggers the shift toward failure. We introduce the cliff token, a token where the token-wise potential drops significantly under an adaptive threshold that scales with the local token-wise potential, based on a one-sided two-proportion z-test. Across seven models and three mathematical reasoning benchmarks (GSM1K, MATH500, AIME 2025), cliff tokens act as failure triggers; deleting the first cliff token and resampling recovers pass@64 to 1.0, while keeping it limits recovery to between 0.71 and 1.00. We further introduce a cliff taxonomy of deterministic, uncertain, and sampled-off cliffs, defined by greedy choice and token entropy. Each type has distinct probabilistic characteristics, and the taxonomy generalizes across model scales. Finally, we validate the taxonomy via single-token preference optimization at cliff positions (Cliff-DPO). Trained on GSM8K, Cliff-DPO improves accuracy across benchmarks by up to +6.6. Optimizing at uncertain and sampled-off cliffs improves reasoning, while deterministic cliffs do not.
Chinese Translation
大型语言模型(LLMs)在数学推理中达到高准确率,但在同一问题上的个体推理轨迹却存在分歧;一些模型得出正确答案,而其他模型则失败。先前的研究分析了步骤、块或句子级别的失败,或在已经发生失败的标记处进行分析。但这些研究均未识别出触发失败转变的精确标记。我们引入了悬崖标记(cliff token),这是一个在基于单侧双比例z检验的自适应阈值下,其标记级潜力显著下降的标记。在七个模型和三个数学推理基准(GSM1K、MATH500、AIME 2025)中,悬崖标记作为失败触发器;删除第一个悬崖标记并重新采样使得通过率(pass@64)恢复至1.0,而保留该标记则将恢复限制在0.71到1.00之间。我们进一步引入了悬崖分类法,包括确定性悬崖、不确定悬崖和采样悬崖,依据贪婪选择和标记熵进行定义。每种类型具有不同的概率特征,并且该分类法在模型规模上具有普遍性。最后,我们通过在悬崖位置进行单标记偏好优化(Cliff-DPO)来验证该分类法。在GSM8K上训练的Cliff-DPO在各基准上提高了准确率,增幅高达+6.6。在不确定和采样悬崖处进行优化改善了推理,而确定性悬崖则没有。
cs.AI / 20 / 2606.25532

Agentic evolution of physically constrained foundation models

物理约束基础模型的能动进化
Zhang, Jiangwei, Sun, Wen, Wang, Chong, Li, Shiyao, Che, Cheng, Han, Chunjing, Meng, Dan, Yang, Jian, Wang, Yu, Hou, Rui
Abstract
Artificial intelligence increasingly drives automated scientific discovery, yet contemporary generalist agents lack physical grounding, frequently hallucinating hardware-incompatible designs. Here, we present a physically grounded, multi-agent discovery engine that autonomously architects hardware-compliant computing systems. Anchored by an Evolutionary Knowledge Graph structuring past scientific innovations, the framework extracts an "algorithmic Chain-of-Thought" to transform blind stochastic search into directed structural evolution. Applied to the extreme testbed of foundation model deployment, the engine evolved two hardware-aware compression methodologies surpassing human-engineered heuristics: Q-Enhance mitigates long-context accuracy loss in dense models, and MoE-Salient-AQ outperforms state-of-the-art manual sparse Mixture-of-Experts designs by 3.7% at sub-3-bit regimes. Utilizing a bandwidth-efficient Sensitivity Profile, we successfully deployed a massive 235-billion-parameter model onto a constrained dual-A100 server, reducing memory requirements by 75% with a marginal 0.64% accuracy degradation. By transforming unconstrained combinatorial search into knowledge-driven autonomy, this establishes a scalable hardware-software co-design paradigm for machine-driven discovery within strict physical boundaries.
Chinese Translation
人工智能日益推动自动化科学发现,然而当代通用代理缺乏物理基础,常常产生与硬件不兼容的设计幻觉。在此,我们提出了一种物理基础的多代理发现引擎,能够自主构建符合硬件要求的计算系统。该框架以进化知识图谱为基础,结构化过去的科学创新,提取“算法链式思维”,将盲目的随机搜索转变为有针对性的结构进化。应用于基础模型部署的极端测试平台,该引擎进化出两种硬件感知压缩方法,超越了人类设计的启发式算法:Q-Enhance 减少了密集模型在长上下文中的准确性损失,而 MoE-Salient-AQ 在低于3位的情况下比最先进的手动稀疏混合专家设计提高了3.7%的性能。通过利用带宽高效的敏感性分析,我们成功地将一个包含2350亿参数的大型模型部署到一个受限的双A100服务器上,内存需求减少了75%,仅有0.64%的准确性下降。通过将无约束的组合搜索转变为知识驱动的自主性,这为在严格物理边界内的机器驱动发现建立了一个可扩展的硬件-软件协同设计范式。
cs.AI / 21 / 2606.25626

Reasonable Motion: A General ASP Foundation for Environment Constrained Movement Trajectory Computation

合理运动:环境约束下运动轨迹计算的通用ASP基础
Monsen, Julius, Suchan, Jakob, Bhatt, Mehul, Karlsson, Lars
Abstract
We present a general answer set programming based hybrid quantitative-qualitative method for computing constrained branching trajectory modes for moving objects in real-world settings. The method performs constrained traversal of an environment graph, enumerating geometrically admissible motion behaviours as stable models, each constituting a distinct trajectory mode characterised by both domain-dependent and independent factors such as derived event sequence, map topology, and domain norms. The hybrid trajectory computation method is generally applicable across motion characteristics typically encountered in diverse dynamic domains with moving objects, e.g., autonomous driving. We demonstrate applicability and highlight how computed trajectories are traceable to their underlying stable model, thereby affording verifiable interpretability that purely learned approaches cannot provide. We also perform an empirical evaluation with Argoverse 2, a large-scale real-world autonomous driving benchmark representative of the class of dynamic domains within the scope of the proposed method.
Chinese Translation
我们提出了一种基于答案集编程(ASP)的混合定量-定性方法,用于计算现实环境中移动物体的受限分支轨迹模式。该方法对环境图进行受限遍历,枚举几何可接受的运动行为作为稳定模型,每个模型构成一个独特的轨迹模式,特征由领域相关和无关的因素构成,如派生事件序列、地图拓扑和领域规范。该混合轨迹计算方法普遍适用于在多样化动态领域中常见的运动特征,例如自主驾驶。我们展示了该方法的适用性,并强调计算出的轨迹如何可追溯到其基础稳定模型,从而提供可验证的可解释性,这是纯学习方法无法提供的。我们还使用Argoverse 2进行了实证评估,该数据集是一个大规模的现实世界自主驾驶基准,代表了所提方法范围内的动态领域类别。
cs.AI / 22 / 2606.25705

GUI agent: Guided Exploration of User-Sensitive Screens

GUI代理:用户敏感屏幕的引导探索
Nayak, Aradhana, Nazeer, Mussadiq, Peng, Wang, Liu, Feng
Abstract
LLM agents are increasingly being used to automate tasks for users within an open GUI environment. They inevitably encounter screens containing user-sensitive information, for which takeover of task execution by the user is highly desirable or even necessary. State-of-the-art LLM-driven agents are usually fine-tuned to complete tasks regardless of the safety implications of their actions. This makes their real-world deployment difficult and adversely affects the reliability. Therefore, it is crucial to identify and categorize user-sensitive states and define user-sensitive queries. This dataset would be to engineers to recognize and request handover to the user in critical scenarios. This short paper develops an explorer agent that systematically explores the query space starting from one demonstrated task to identify queries that, if executed, would lead to user-sensitive states in a GUI environment.
Chinese Translation
大型语言模型(LLM)代理越来越多地被用于在开放的图形用户界面(GUI)环境中为用户自动化任务。它们不可避免地会遇到包含用户敏感信息的屏幕,因此用户对任务执行的接管是非常可取甚至必要的。最先进的基于LLM的代理通常经过微调,以完成任务,而不考虑其行为的安全性影响。这使得它们在现实世界中的部署变得困难,并对可靠性产生负面影响。因此,识别和分类用户敏感状态以及定义用户敏感查询至关重要。该数据集将帮助工程师在关键场景中识别并请求将控制权移交给用户。本文开发了一种探索代理,该代理系统地探索查询空间,从一个已演示的任务开始,识别如果执行将导致GUI环境中用户敏感状态的查询。
cs.AI / 23 / 2606.25719

Position Spaces and Graphs

位置空间与图
Assaf, Rita-Nathalia, Davot, Tom, Lardeux, Frédéric, Saubion, Frédéric
Abstract
In this paper, we introduce position graphs, a graph-based reasoning framework based on the formalization of position spaces. This framework utilizes two strict partial orders, representing horizontal and vertical alignment and precedence, to model the relative positions of discrete tokens. Unlike general qualitative spatial calculi, position graphs are constrained by a chain condition and compatibility requirements that focus on rows and columns. We provide a comprehensive theoretical analysis of this representation, beginning with a characterization of graph consistency. Conditions to ensure the consistency of position graphs are established. Furthermore, we investigate the computational complexity of structural pattern discovery, modeled as the induced subgraph isomorphism problem. We demonstrate that this problem remains NP-complete even within the restricted class of position graphs. While initially motivated by document processing, this work focuses on the underlying mathematical properties and algebraic consistency of position-based constraints, providing a formal logical layer that is independent of specific data extraction techniques.
Chinese Translation
在本文中,我们引入了位置图(position graphs),这是一种基于位置空间形式化的图形推理框架。该框架利用两个严格的偏序关系,分别表示水平和垂直对齐及优先级,以建模离散符号的相对位置。与一般的定性空间计算不同,位置图受到链条件和兼容性要求的限制,重点关注行和列。我们对这种表示进行了全面的理论分析,从图的一致性特征开始,确立了确保位置图一致性的条件。此外,我们研究了结构模式发现的计算复杂性,将其建模为诱导子图同构问题。我们证明了即使在位置图的限制类别中,该问题仍然是 NP 完全的。虽然最初受到文档处理的启发,但本研究关注的是基于位置的约束的基本数学性质和代数一致性,提供了一个独立于特定数据提取技术的形式逻辑层。
cs.AI / 24 / 2606.25778

Fuzzy Quantification over OWL Ontologies and Knowledge Graphs

基于模糊量化的OWL本体和知识图谱评估框架
Palacín, Enrique, Bobillo, Fernando, Huitzil, Ignacio, Lisi, Francesca A., Straccia, Umberto
Abstract
This paper presents a versatile framework for evaluating fuzzy quantification queries over both standard and fuzzy ontologies as well as knowledge graphs. The primary objective is the retrieval of individuals that satisfy queries articulated via Type I or Type II fuzzy quantified expressions. A key advantage of the proposed approach is its inherent adaptability: it remains entirely agnostic to the quantifier type, the underlying evaluation method, and the specific data source of the ontology (i.e., OWL ontologies or RDFS knowledge graphs). Furthermore, we present Q2S2, a publicly accessible implementation of this system developed to support future research.
Chinese Translation
本文提出了一个多功能框架,用于评估标准本体和模糊本体以及知识图谱上的模糊量化查询。主要目标是检索满足通过类型I或类型II模糊量化表达式表述的查询的个体。所提方法的一个关键优势在于其固有的适应性:它对量化词类型、基础评估方法以及本体的具体数据源(即OWL本体或RDFS知识图谱)完全不敏感。此外,我们还展示了Q2S2,这是一个公开可访问的系统实现,旨在支持未来的研究。
cs.AI / 25 / 2606.25797

Confidence Sequences for Online Statistical Model Checking of Markov Decision Processes

在线统计模型检验的置信序列:以马尔可夫决策过程为例
Kueffner, Konstantin, Meggendorfer, Tobias, Weininger, Maximilian, Wienhöft, Patrick
Abstract
Markov decision processes (MDPs) are a classic model of decision making under uncertainty, exhibiting both non-deterministic choice as well as probabilistic uncertainty. Traditionally, exact knowledge of the underlying probabilities is assumed. However, this often is unrealistic, e.g.\ when modelling cyber-physical systems or biological processes. Here, statistical methods provide a way towards obtaining meaningful guarantees. The classical approach is to gather samples in the MDP, use these to draw statistical conclusions about the transition probabilities, and from there obtain bounds on the true value; then, if these bounds are too broad, repeat. However, existing implementations of this approach are either subtly incorrect or sub-optimal, and quite often both. We present several \emph{confidence sequences}, which are specifically designed for such \enquote{online} settings, implement all of them in an efficient tool, and show their practical applicability. In particular, we show that they outperform classical \enquote{union-bound} style approaches, and overall our implementation requires 50x less samples on average than previous state of the art.
Chinese Translation
马尔可夫决策过程(MDPs)是一个经典的不确定性决策模型,表现出非确定性选择和概率不确定性。传统上,假设对基础概率有准确的了解。然而,这种假设往往不切实际,例如在建模网络物理系统或生物过程时。在这种情况下,统计方法提供了一种获得有意义保证的途径。经典的方法是收集MDP中的样本,利用这些样本对转移概率进行统计推断,从而获得真实值的界限;然后,如果这些界限过于宽泛,则重复此过程。然而,现有的这种方法的实现要么存在细微错误,要么是次优的,且往往两者兼而有之。我们提出了几种专为这种“在线”环境设计的置信序列,并在一个高效的工具中实现了它们,展示了它们的实际应用性。特别是,我们表明它们在性能上优于经典的“联合界限”风格的方法,整体上我们的实现平均需要比以往的最先进技术少50倍的样本。
cs.AI / 26 / 2606.25836

AI Snitches Get Glitches: Towards Evading Agentic Surveillance

人工智能告密者遭遇故障:规避代理监控的探索
Jeong, Hyejun, Pham, Dzung, Houmansadr, Amir, Bagdasarian, Eugene
Abstract
To better assist users with completing challenging tasks, AI agents mediate communications, access data, and interact with different APIs. Many employers (and even nation-states) already provide their users with this technology. However, widespread adoption of AI agents creates a new risk to abuse access to user data for another goal: surveilling users. These users might not even have the ability or permission to control the actions and data accesses of the surveilling agents. We introduce and formalize the problem of agentic surveillance: the ability of an AI agent to analyze available information, craft a report, and send it out using available tools. To evaluate surveillance capabilities across different models, we create SurveilBench, a dataset of various reporting scenarios focusing on three domains: corporate, education, and police. We find that some models exhibit emergent (i.e., unprompted) tendencies to help surveillance, but they also report the attempts to surveil users to the government. Finally, we repurpose prompt injections for evading surveillance and develop three evasion techniques that hide from, deceive, or induce over-escalation in surveillance agents. We conclude that agentic surveillance can already be easily implemented and, therefore, call for a comprehensive technical, ethical, and legislative framework to protect users.
Chinese Translation
为了更好地帮助用户完成具有挑战性的任务,人工智能代理在沟通、数据访问和与不同API的交互中发挥着中介作用。许多雇主(甚至国家)已经向用户提供了这一技术。然而,人工智能代理的广泛应用带来了一个新的风险,即滥用对用户数据的访问以实现其他目的:监控用户。这些用户可能甚至没有能力或权限控制监控代理的行为和数据访问。我们引入并形式化了代理监控的问题:人工智能代理分析可用信息、撰写报告并使用可用工具发送报告的能力。为了评估不同模型的监控能力,我们创建了SurveilBench,这是一个关注三个领域(企业、教育和警务)的各种报告场景的数据集。我们发现某些模型表现出自发(即未被提示)的倾向来协助监控,但它们也会向政府报告监控用户的尝试。最后,我们重新利用提示注入技术来规避监控,并开发了三种规避技术,以隐藏、欺骗或诱导监控代理的过度升级。我们得出结论,代理监控已经可以轻松实施,因此呼吁建立全面的技术、伦理和立法框架来保护用户。
cs.AI / 27 / 2606.25960

Agentic System as Compressor: Quantifying System Intelligence in Bits

代理系统作为压缩器:以比特量化系统智能
Qin, Zihan, Zhang, Hongrui
Abstract
Large language models are turning from isolated predictors into agentic systems: they call tools, retrieve evidence, obey environment constraints, use verifiers, and complete tasks through search and multi-turn interaction. We adopts an analytical viewpoint based on "compression is intelligence": under a fixed task distribution, interface, and compute budget, a stronger agentic system lets a target object be reconstructed with fewer bits. We operationalize the measure with arithmetic coding, seed coding, and a fallback, and evaluate it in five settings: reversed text, chess moves, protein sequences, retrieval-augmented question answering, and semantic story compression; in all of them agentic components reduce codelength. These small, controlled experiments cover component types typical of real agentic systems, show that codelength can analyze how components, observers, and budgets change residual uncertainty, and offer guidance for evaluating real agent systems.
Chinese Translation
大型语言模型正从孤立的预测器转变为代理系统:它们调用工具、检索证据、遵循环境约束、使用验证器,并通过搜索和多轮交互完成任务。我们采用基于“压缩即智能”的分析视角:在固定的任务分布、接口和计算预算下,更强的代理系统使得目标对象能够用更少的比特重构。我们通过算术编码、种子编码和后备方案来操作化这一度量,并在五个设置中进行评估:反向文本、国际象棋走法、蛋白质序列、检索增强的问答和语义故事压缩;在所有这些设置中,代理组件都减少了编码长度。这些小型、受控的实验涵盖了真实代理系统典型的组件类型,表明编码长度可以分析组件、观察者和预算如何改变剩余不确定性,并为评估真实代理系统提供指导。
cs.AI / 28 / 2606.25964

WinDOM: Self-Family Distillation for Small-Model GUI Grounding

WinDOM:小型模型 GUI 定位的自家庭蒸馏
Li-Chen, Chengheng, Zhou, Zhiqian, Chen, Hao, Chauvin, Nicolas
Abstract
Small ($\sim$2B) GUI-grounding agents are attractive for on-device deployment, accessibility tooling, and low-cost iteration, but at this scale they face two open recipe questions: how to obtain bounding-box training data without expensive human annotation, and how to combine supervised fine-tuning with reinforcement learning. We address both, with the explicit goal of pushing small-model performance rather than scaling up. WinDOM is a $54{,}425$-record grounding corpus harvested by driving an open-source Windows 11 web reimplementation under headless Playwright, with bounding boxes read directly off the DOM and no OCR or human annotation. Self-Family Distillation (SFD) is a single rejection-sampling cold-start parameterised only by the teacher choice: either an EMA of the student (no external model) or a frozen larger same-family teacher. We then treat the saturation depth of the SFD cold-start as an explicit GRPO hyperparameter. On a Qwen3.5-2B student, the under-saturated cold-start is a better GRPO initialiser than the converged one: SFD-4B with Early-init RL gains $+5.4$ OOD-mean ($+3.5$ ScreenSpot-Pro, $+7.0$ OSWorld-G, $+5.8$ ScreenSpot-V2) over the base. The same-size EMA mode lands within roughly one OOD-mean point of the cross-size $4$B variant ($65.2$ vs $66.3$) without an external teacher.
Chinese Translation
小型(约 20 亿参数)GUI 定位代理因其适合设备端部署、辅助工具和低成本迭代而备受关注,但在这一规模下,它们面临两个未解决的问题:如何在不进行昂贵人工标注的情况下获取边界框训练数据,以及如何将监督微调与强化学习相结合。我们针对这两个问题进行了研究,明确目标是提升小型模型的性能,而不是简单地扩大模型规模。WinDOM 是一个包含 54,425 条记录的定位语料库,通过在无头 Playwright 下驱动开源的 Windows 11 网络重实现而获得,边界框直接从 DOM 读取,未使用 OCR 或人工标注。自家庭蒸馏(Self-Family Distillation, SFD)是一种单一拒绝采样的冷启动方法,仅由教师选择参数化:可以是学生的指数移动平均(EMA,未使用外部模型)或一个冻结的同类大型教师。我们将 SFD 冷启动的饱和深度视为一个显式的 GRPO 超参数。在 Qwen3.5-2B 学生模型上,未饱和的冷启动比收敛的冷启动更适合作为 GRPO 的初始化器:SFD-4B 结合早期初始化的强化学习相比基线获得了 +5.4 的 OOD 平均提升(+3.5 的 ScreenSpot-Pro,+7.0 的 OSWorld-G,+5.8 的 ScreenSpot-V2)。同样大小的 EMA 模式与跨大小的 4B 变体(65.2 对 66.3)相差不到一个 OOD 平均点,且未使用外部教师。
cs.AI / 29 / 2606.25984

InvestPhilBench: A Multi-Layer Dynamic Benchmark for Evaluating Large Language Model Procedural Reasoning in Expert Investment Philosophy

InvestPhilBench:用于评估大型语言模型在专家投资哲学中程序推理的多层动态基准
Chen, Mingguang, Qu, Bo
Abstract
Large language models are increasingly deployed as investment research assistants, yet no benchmark tests whether they can accurately reconstruct and apply the specific procedural decision frameworks of expert investors. We introduce InvestPhilBench, a multi-layer dynamic benchmark spanning eight cognitive tiers, from principle identification (L1) to novel framework extrapolation (L8). The v0.6 release comprises 118 primary-source-verified investment principle cards, 25 decision framework cards with explicit topology metadata, and 243 QA questions (197 dev / 46 held-out test). For reproducible scoring at scale we introduce the Benchmark Automated Scoring Pipeline (BASP) -- five algorithmic metrics (OGRS, KCCS, SAP@k, IVP, CKCA) -- the Failure Mode Detection Protocol (FMDP) with computable rules for six failure modes, and Gate Reconstruction Accuracy (GRA), a per-gate metric for questions with gold reasoning programs. In this release, InvestPhilBench is primarily a benchmark-and-methodology contribution. A four-model sanity wave on the 188-question development split shows a sharp provider-tier split (BASP 0.906 vs. 0.438); these mixed-judge numbers are confounded upper bounds. The central finding: the BASP composite saturates at the frontier (Claude L4 = 0.932) while GRA still exposes a procedural deficit (frontier L4 GRA approx. 0.77, L7 GRA 0.57-0.62) -- composite scoring rewards fluent prose and hides the procedural gap. v0.6 implements a unified judge and true model-in-the-loop retrieval/oracle conditions; the de-confounded multi-model leaderboard and full three-condition run are v1.0 deliverables. On a 100-item expert-annotated gold set the automated BASP composite tracks the human reference at Pearson r = 0.72 (MAE = 0.10), with attribution (SAP@3) the weakest sub-metric and the failure-mode detector running sensitive-but-over-flagging.
Chinese Translation
大型语言模型越来越多地被用作投资研究助手,但尚无基准测试其是否能够准确重建和应用专家投资者的特定程序决策框架。我们引入了InvestPhilBench,这是一个跨越八个认知层次的多层动态基准,从原则识别(L1)到新框架推断(L8)。v0.6版本包含118个经过初级来源验证的投资原则卡片、25个具有明确拓扑元数据的决策框架卡片,以及243个问答问题(197个开发集/46个保留测试集)。为了在大规模上实现可重复的评分,我们引入了基准自动评分管道(Benchmark Automated Scoring Pipeline,BASP)——五个算法指标(OGRS、KCCS、SAP@k、IVP、CKCA),以及具有可计算规则的六种失败模式的失败模式检测协议(Failure Mode Detection Protocol,FMDP),和门重建准确性(Gate Reconstruction Accuracy,GRA),这是一个针对具有黄金推理程序的问题的每个门的指标。在此版本中,InvestPhilBench主要是一个基准和方法论的贡献。对188个问题开发集的四模型理智波动显示出明显的提供者层次分裂(BASP 0.906 vs. 0.438);这些混合评判的数字是混淆的上限。中心发现是:BASP复合指标在前沿饱和(Claude L4 = 0.932),而GRA仍然暴露出程序缺陷(前沿L4 GRA约为0.77,L7 GRA 0.57-0.62)——复合评分奖励流畅的文笔并掩盖了程序差距。v0.6实现了统一的评判和真实模型在环检索/神谕条件;去混淆的多模型排行榜和完整的三条件运行是v1.0的交付成果。在一个100项专家注释的黄金集上,自动化的BASP复合指标与人类参考的Pearson相关系数为r = 0.72(MAE = 0.10),其中归因(SAP@3)是最弱的子指标,而失败模式检测器则运行敏感但过度标记。
cs.AI / 30 / 2606.25996

Autodata: An agentic data scientist to create high quality synthetic data

Autodata:一种能够创建高质量合成数据的智能数据科学家
Kulikov, Ilia, Whitehouse, Chenxi, Wu, Tianhao, Nie, Yixin, Saha, Swarnadeep, Helenowski, Eryk, Yuan, Weizhe, Golovneva, Olga, Lanchantin, Jack, Bachrach, Yoram, Foerster, Jakob, Li, Xian, Fang, Han, Sukhbaatar, Sainbayar, Weston, Jason
Abstract
We introduce Autodata, a general method that enables AI agents to act as data scientists who build high quality training and evaluation data. We show how to train (meta-optimize) such a data scientist agent, so that it learns to create even stronger data. We describe the overall formulation, and a specific practical implementation, Agentic Self-Instruct. We conduct experiments on computer science research tasks, legal reasoning tasks and reasoning with mathematical objects, where we obtain improved results compared to classical synthetic dataset creation methods. Further, meta-optimizing the data scientist agent itself delivers an even larger performance uplift. Agentic data creation provides a way to convert increased inference compute into higher quality model training. Overall, we believe this direction has the potential to change the way we build AI data.
Chinese Translation
我们介绍了Autodata,这是一种通用方法,使得人工智能代理能够充当数据科学家,构建高质量的训练和评估数据。我们展示了如何训练(元优化)这样的数据科学家代理,使其学习创建更强的数据。我们描述了整体的公式化以及一个具体的实践实现,Agentic Self-Instruct。我们在计算机科学研究任务、法律推理任务和数学对象推理任务上进行了实验,结果显示与传统的合成数据集创建方法相比,我们获得了更好的结果。此外,元优化数据科学家代理本身也带来了更大的性能提升。智能数据创建提供了一种将增加的推理计算转化为更高质量模型训练的方法。总体而言,我们相信这一方向有潜力改变我们构建人工智能数据的方式。
cs.AI / 31 / 2606.26057

The Unfireable Safety Kernel: Execution-Time AI Alignment for AI Agents and Other Escapable AI Systems

不可逃避的安全内核:针对AI代理和其他可逃避AI系统的执行时间AI对齐
Dobrin, Seth, Chmiel, Łukasz
Abstract
AI agents are granted access to tools, APIs, and other infrastructure, making them active principals in those systems. The dominant approach places controls inside the agent's own runtime: system prompts, output filters, and guardrail libraries. Any control in the agent's address space is reachable by inputs that influence it; this generalizes to any AI system with sufficient reach into its own runtime, a class we term escapable AI systems. We identify four properties that an authorization mechanism must satisfy for architectural control rather than for cooperative requests: process separation, pre-action enforcement on a structurally only path, fail-closed at both the request and system levels, and externalized signed evidence verifiable outside the controlled system's trust boundary. We position this layer as execution-time AI alignment, complementing training-time alignment (RLHF, Constitutional AI) and inference-time alignment. We present the Unfireable Safety Kernel, a Rust reference implementation realizing all four. Its fail-closed invariant is machine-checked at two levels: an SMT theorem (Z3) and an exhaustive bounded-model-checking proof of the production decision function (Kani, 4/4 harnesses). A Python-to-Rust migration was gated on byte-equivalence (1000/1000 fixtures; 17/17 adversarial classes). We evaluate the kernel governing a live, escapable AI system, a deterministic, self-improving world model, against an escape-seeking adversary driving its real self-modification seam: across 1,000 self-modifications, all 704 attempts on the safety-critical core are refused, with no escape; a further 300, under the operator kill switch, are also refused. A separate campaign of 6,240 authorization round-trips had no successful bypass. Against 3 contemporary systems claiming the agent control plane, the agent invokes control; here, it lacks that choice.
Chinese Translation
AI代理被授予访问工具、API和其他基础设施的权限,使其成为这些系统中的主动主体。当前主流方法将控制机制置于代理自身的运行时内部:系统提示、输出过滤器和护栏库。任何在代理地址空间内的控制都可以通过影响其的输入到达;这可以推广到任何在其自身运行时中具有足够影响力的AI系统,我们将其称为可逃避AI系统。我们识别出授权机制必须满足的四个属性,以实现架构控制而非合作请求:进程分离、在结构上仅限路径上的预先行动强制、在请求和系统层面均为失败关闭,以及可在受控系统的信任边界之外验证的外部签名证据。我们将这一层定位为执行时间AI对齐,补充训练时间对齐(RLHF,宪法AI)和推理时间对齐。我们提出了不可逃避的安全内核,这是一个Rust参考实现,能够实现上述四个属性。其失败关闭不变性在两个层面上经过机器检查:一个SMT定理(Z3)和对生产决策函数的详尽有界模型检查证明(Kani,4/4工具)。Python到Rust的迁移基于字节等价性(1000/1000测试用例;17/17对抗类别)。我们评估了管理一个实时的可逃避AI系统的内核,该系统是一个确定性、自我改进的世界模型,针对一个寻求逃避的对手,该对手驱动其真实自我修改的缝隙:在1000次自我修改中,所有704次对安全关键核心的尝试均被拒绝,没有逃避;在操作员杀死开关下的进一步300次也被拒绝。另一个6240次授权往返的独立活动没有成功绕过。在与3个声称控制代理控制平面的当代系统的比较中,代理调用了控制;在这里,它缺乏这种选择。
计算语言学 (Computation and Language)
0