arXivDaily arXiv每日学术速递 周一至周五更新

高校专区

University of California, San Diego(加州大学圣迭戈分校)

至 收录 1106
2607.18232 2026-07-21 cs.CL 新提交

It's Not What You Say, It's How You Say It: Evaluating LLM Responses to Expressions of Belief

重要的不是你说了什么,而是你怎么说:评估大语言模型对信念表达的回应

Kevin Du, Clara Kümpel, Michelle Wastl, Alex Warstadt

机构 * ETH Zürich(苏黎世联邦理工学院) University of Zurich(苏黎世大学) UC San Diego(加州大学圣地亚哥分校)

AI总结 研究用户信念表达形式对大语言模型的影响,引入基于语言维度的类型学,生成可控查询对,评估不同架构、规模和训练阶段的16个LLMs,发现响应行为差异及能显著说服模型的特定信念表达,揭示语言框架对模型情境整合的影响。

Comments Published at ACL 2026

详情
AI中文摘要

用户经常向大语言模型(LLMs)表达他们的信念。在某些情况下,LLM应该接受这些情境信念为真。在其他情况下,它们应坚持其先验知识。用户的信念表达(EoBs)在语言形式上多种多样,使用预设、证据和确定性标记或不同语调等,每种形式对LLMs的说服力可能不同。我们引入一种类型学来系统评估不同EoBs如何影响模型遵循情境还是先验知识。该类型学基于四个语言维度:形式、证据性、认知立场和语调,涵盖17种细粒度类型。通过将这些EoBs与世界知识事实配对,生成可控的EoB查询对以分离语言变化的影响。使用此基准评估16个在架构、规模和训练阶段不同的LLMs。我们识别出这些方面响应行为的有意义差异,还确定了比其他EoBs更能显著说服LM的特定EoBs。我们的工作揭示了语言框架影响LLM情境整合的系统模式,对提示工程和模型鲁棒性有影响。

英文摘要

Users frequently express their beliefs to large language models (LLMs). In some situations, the LLM should accept these contextual beliefs as true. In others, they should stick to their prior knowledge. Notably, users' expressions of belief (EoBs) can take linguistically diverse forms - using presuppositions, evidential and certainty markers, or varied tones - each of which may have a different persuasiveness over the LLMs. We introduce a typology to systematically evaluate how different EoBs affect whether models follow context versus prior knowledge. The typology is grounded in four linguistically motivated dimensions: form, evidentiality, epistemic stance, and tone, spanning 17 fine-grained types. By pairing these EoBs with world knowledge facts, we generate controlled EoB-query pairs that isolate the effect of linguistic variation. Using this benchmark, we evaluate 16 LLMs that differ in architecture (Llama3, Qwen3, Gemma3), scale (1B-30B parameters), and training stages (base vs instruct). We identify meaningful variations in response behavior across these axes, e.g., that bigger models and instruction models tend to be less context-following than smaller models and base models. We further identify specific EoBs that statistically significantly persuade LMs more consistently than others. Our work reveals systematic patterns in how linguistic framing affects LLM context integration, with implications for prompt engineering and model robustness.

URL PDF HTML 收藏
2607.18147 2026-07-21 eess.SY cs.AI cs.SY 新提交

LLMs and Agentic AI Systems for Smart Grids: A Tutorial on Architectures and Applications

用于智能电网的大语言模型和智能AI系统:架构与应用教程

Daniela Rojas, Abdulwahab Albassam, Aidan G. Leung, Jett Ngo, Ryan Luo, Peter R. Quawas, Junpyung Kim, Kangkai Liang, Mansi Nanavati, Jonathan Mai, Meng-Chi Tsai, Yun-Tong Tsai, Yize Chen, Yuanyuan Shi

机构 * Department of Electrical and Computer Engineering, University of California San Diego(加州大学圣迭戈分校电气与计算机工程系) Department of Electrical and Computer Engineering, University of Alberta(阿尔伯塔大学电气与计算机工程系)

AI总结 研究智能电网中LLMs和智能AI系统,提出基于求解器的设计原则,通过提示策略等构建模块及四个案例研究实例化该原则,比较不同方案,还提出四组评估框架,明确了各部分分工。

Comments 28 pages, 11 figures, 6 tables; plus supplementary material. Review/tutorial article

详情
AI中文摘要

大语言模型(LLMs)和智能AI系统已从自然语言任务发展到在技术领域中使用外部工具进行规划、检索和行动。在智能电网中,近期工作将智能方案应用于预测、优化和控制,在语言接口后包装可信求解器并编排多步工作流程。文献中缺乏设计和评估此类系统的统一方法。本文提出基于求解器的设计原则:仅当数值结果源自可信工具并通过显式验证时才报告。回顾了用于电力系统的LLM和智能AI系统的构建模块:提示策略和智能架构。通过四个案例研究实例化该原则,比较了仅使用LLM的基线与其基于求解器的对应方案。提出了一个涵盖任务效用、基于求解器的正确性、忠实性和安全失败以及成本和延迟的四组评估框架。

英文摘要

Large language models (LLMs) and agentic AI systems have evolved from natural language tasks to using external tools to plan, retrieve, and act in technical domains. In smart grids, recent work applies agentic schemes to forecasting, optimization, and control, wrapping trusted solvers behind language interfaces and orchestrating multi-step workflows. The literature lacks a unified approach to designing and evaluating such systems. LLMs can produce numerically plausible yet physically infeasible outputs, evaluation protocols vary across tasks, and the boundary between what the model should and should not compute is implicit. This paper presents a solver-grounded design principle: a numerical result is reported only when it originates from a trusted tool and passes explicit verification. We review the building blocks of LLM and agentic AI systems for power systems: prompting strategies and agentic architectures. We instantiate the principle in four case studies: wind power forecasting, EV charging scheduling, power flow analysis, and contingency diagnosis, each comparing an LLM-only baseline against its solver-grounded counterpart on identical data and metrics. EVAgent reproduces the CVXPY optimum while reducing LLM-only unmet energy by 7.5-9.5x, and GridDebugAgent repairs 17/39 contingency cases while reducing total violations by 52.3%. We propose a four-group evaluation framework spanning task utility, solver-grounded correctness, faithfulness and safe failure, and cost and latency. A consistent division of labor emerges: the agentic system reliably orchestrates, retrieves, and explains, while trusted tools compute and a verification gate decides what is reported.

URL PDF HTML 收藏
2607.18100 2026-07-21 cs.AI 新提交

Can We Break LLMs Out of Self-Loops? Fine-Grained Reasoning Control with Activation Steering

我们能否使大语言模型摆脱自我循环?通过激活引导实现细粒度推理控制

Sheldon Yu, Tong Yu, Xunyi Jiang, Rohan Surana, Gagan Mundada, Sungchul Kim, Lina Yao, Julian McAuley, Junda Wu

机构 * UC San Diego(加州大学圣地亚哥分校) Adobe Research(Adobe研究院) University of New South Wales(新南威尔士大学)

AI总结 研究大语言模型推理过程不可控问题,提出SOPHIA方法,通过将推理轨迹视为潜在状态序列,构建引导向量库,在推理时进行干预,可检测并防止自我循环,提升推理质量。

详情
AI中文摘要

扩展推理已成为前沿大语言模型(LLMs)的标准,但模型生成的轨迹在很大程度上仍无法控制。现有塑造模型推理方式的方法是基于提示的,在输入层面操作,无法对推理过程本身进行细粒度控制。相关工作分析并发现了大语言模型推理轨迹中的潜在转换动态。在此基础上,我们对这些状态进行统计表征,发现失败轨迹会陷入自我循环。为干预这些失败,我们提出了SOPHIA:通过隐藏状态干预和激活来引导推理过程。我们将每个推理轨迹视为潜在状态序列,分类前缀到潜在状态,记录步骤级转换,构建引导向量库。在推理时,控制器推断当前状态,给定目标状态检索相应向量,还能从转换结构中在线检测自我循环。实验表明,我们的方法能可靠干预自我循环失败,引导向量可推广到不同状态对,细粒度可控性带来更好的推理质量。

英文摘要

Extended reasoning has become standard for frontier Large Language Models (LLMs), yet the trajectories these models produce remain largely uncontrollable. Existing methods for shaping how a model reasons are prompt based approaches and operate at the input level, offering no fine-grained control over the reasoning process itself. Related work analyzes and discovers latent transition dynamics in the reasoning traces from Large Language Models. Building on this, we statistically characterize these states, and show that failure trajectories get stuck in self-loops, exhausting the token budget without progress toward the final answer. To intervene on these failures, We propose SOPHIA: Steering Of reasoning Processes via Hidden-state Intervention and Activations. We treat each reasoning trace as a sequence of latent states rather than an unstructured texts, and investigate whether inference time interventions can provide fine-grained control over the self-looping reasoning process. We classify every prefix to a latent state, record step level transitions, and use them to construct a bank of steering vectors indexed by state pairs. At inference time, a controller infers the current state and, given a target state, retrieves the corresponding vector and can also detect self-loops online from the transition structure to prevent the model from sinking into a reasoning black hole. Through extensive experiments, our method reliably intervenes on self-loop failures, with steering vectors that generalize to different state pairs. End task accuracy and token efficiency indicate that fine-grained controllability results in better reasoning quality.

URL PDF HTML 收藏
2607.17538 2026-07-21 cs.AR cs.CL cs.DB cs.ET cs.IR 新提交

D-NOVA: In-Storage Retrieval Accelerator via Dual-Bound 3D NAND-Optimized Similarity Search with Vector Adaptation

D-NOVA:通过具有向量适配的双边界3D NAND优化相似性搜索实现存储内检索加速器

Chang Eun Song, Sumukh Pinge, Tianqi Zhang, Sung Eun Kim, Tajana S. Rosing, Mingu Kang

机构 * University of California, San Diego(加州大学圣地亚哥分校)

AI总结 研究针对RAG密集向量检索性能瓶颈,提出软硬件协同设计的存储内检索加速器D-NOVA。通过深度嵌入搜索功能、采用新距离度量及引入适配器,实现高效检索,相比CPU和现有加速器有显著性能和能效提升,展现全存储向量搜索加速RAG的潜力。

Comments Accepted at the 59th IEEE/ACM International Symposium on Microarchitecture (MICRO 2026), Athens, Greece. Chang Eun Song and Sumukh Pinge are co-first authors and contributed equally

详情
AI中文摘要

检索增强生成(RAG)通过从外部知识库中检索相关信息来增强大语言模型(LLM)推理的事实基础。但其密集向量检索带来显著延迟和能量开销,成为主要性能瓶颈。近期存储内加速器虽旨在减少数据移动,但仍依赖内存外部的主机或嵌入式处理器,无法完全克服带宽限制。为此提出D-NOVA,一种软硬件协同设计的存储内检索加速器。它通过将搜索功能深度嵌入NAND内存阵列执行基于倒排文件(IVF)的分层检索管道,采用新距离度量双边界紧密相似性感知(DTS),还引入轻量级对比适配器。实验表明,D-NOVA比CPU基线快41.7倍、节能71倍,比现有存储内RAG加速器吞吐量高12.13倍、节能1.26倍,展现了全存储向量搜索对可扩展RAG加速的潜力。

英文摘要

Retrieval-Augmented Generation (RAG) enhances the factual grounding of large language model (LLM) inference by retrieving relevant information from external knowledge bases. However, its dense vector retrieval introduces significant latency and energy overhead, becoming the primary performance bottleneck. Although recent in-storage accelerators aim to reduce data movement, they still rely on host or embedded processors outside the memory, where nearly 70% of the total retrieval time is spent. As a result, they cannot fully overcome the bandwidth limitations, leading to yet another memory bottleneck. To tackle these limitations, we present D-NOVA, a hardware-software co-designed in-storage retrieval accelerator. D-NOVA executes an inverted file (IVF)-based hierarchical retrieval pipeline by deeply embedding the search functionality directly into the NAND memory array. This is achieved by incorporating a new distance metric, Dual-Bound Tight Similarity Sensing (DTS), which is specifically tailored for searching within the NAND string. In addition, we introduce a lightweight contrastive adapter that maps embedding vectors into a DTS-friendly domain, recovering near-software recall while improving performance and energy efficiency. D-NOVA is up to 41.7x faster and 71x more energy-efficient than a CPU baseline, and achieves 12.13x higher throughput while being up to 1.26x more energy-efficient than state-of-the-art in-storage RAG accelerators, demonstrating the potential of fully in-storage vector search for scalable RAG acceleration.

URL PDF HTML 收藏
2607.17283 2026-07-21 cs.AI cs.LG 新提交

Lossless but Not Free: An Empirical Anatomy of Speculative Decoding on Consumer Hardware

无损但不免费:消费级硬件上推测性解码的实证剖析

Param Chordiya

机构 * University of California, San Diego(加利福尼亚大学圣地亚哥分校)

AI总结 研究大语言模型单流自回归解码受内存带宽限制问题,核心方法是推测性解码,通过小草稿模型与目标模型配合及拒绝采样规则重构计算。在苹果硅笔记本上实证研究五种配置,验证分布等效性,揭示加速与减速原因,表明该方法在特定条件下才有效。

Comments 15 pages, 5 figures, 4 tables. Code, benchmark harness, and all result artifacts: https://github.com/ParamChordiya/speculative_decoding_engine

详情
AI中文摘要

大语言模型的单流自回归解码受内存带宽限制,每次生成令牌都需完整前向传递目标模型,且连续传递无法并行化。推测性解码重构了这种计算,小草稿模型自回归提出K个令牌,目标模型批量评分,拒绝采样规则可保持目标模型输出分布。本文给出从零开始、设备无关的实现,并在苹果硅笔记本上对五种草稿/目标后端配置进行实证研究。在三个层面验证了分布等效性,最佳配置在K = 6时实现了1.61倍的壁钟加速,同时也揭示了部分配置减速的原因。结果表明,推测性解码只有在验证真正批并行且草稿/目标延迟差距真实时才会有成效。

英文摘要

Single-stream autoregressive decoding of large language models is bound by memory bandwidth: each generated token requires one full forward pass through the target model, and successive passes cannot be parallelized. Speculative decoding restructures this computation: a small draft model proposes $K$ tokens autoregressively, the target model scores all of them in one batched pass, and a rejection-sampling rule provably preserves the target model's output distribution. We present a from-scratch, device-agnostic (CUDA/MPS/CPU) implementation and an empirical study across five draft/target backend configurations on a consumer Apple-silicon laptop. Distribution equivalence is verified at three levels, culminating in a two-sample test over roughly 9,200 real-model tokens per method ($χ^2 = 162.5$, dof $= 200$, $p = 0.976$) and exact greedy-sequence agreement. The best configuration reaches a measured $1.61\times$ wall-clock speedup at $K=6$, on an acceptance profile declining from 69.7% at $K=1$ to 37.8% at the optimum, while three of five configurations decelerate, either because the draft fails to out-speed a small target or because the quantized Metal backend executes "parallel" verification serially, an effect we isolate and quantify. The failures are as instructive as the successes: speculative decoding pays off only when verification is genuinely batch-parallel and the draft/target latency gap is real.

URL PDF HTML 收藏
2607.16922 2026-07-21 cs.CV 新提交

Pedestrian Archetypes Extension -- More Pedestrian Models for Autonomous Vehicle Safety Testing

行人原型扩展——用于自动驾驶车辆安全测试的更多行人模型

Taorui Huang, Namita Gaidhani, Ritvik Bansal, S M Jubaer, Regina Lim, Rhett Zhao, Gavin Rafael Selin, Sunnie Deng Gao, Hasnain N Syed

机构 * Stanford University(斯坦福大学) University of California San Diego(加利福尼亚大学圣地亚哥分校) University of Washington(华盛顿大学)

AI总结 研究在行人原型基础上,通过注释YouTube行车记录仪视频,识别出7种新的行人原型,介绍其行为,阐述与旧原型差异并提供视频证据,为自动驾驶车辆安全测试提供更多行人模型。

Comments Extended version of Pedestrian Archetypes paper (published in IEEE IV 2025)

详情
AI中文摘要

在我们之前的工作《行人原型》中,我们将行人原型定义为唯一标识特定类型行人的行为集合。第一篇论文提出了12种行人原型,包括漫步者、醉酒者、分心者、闪行者、优柔寡断者、盲人、群体、乱穿马路者、老年人、儿童、多变者和停车行人。引入这些原型是为了超越单一行为标签,提供一种更自然的方式来描述危险行人在现实交通场景中实际逐步的行为方式。然而,在对YouTube行车记录仪视频进行进一步注释后,我们识别出7种额外的行人原型,它们与先前提出的原型存在明显的行为差异。这些新原型捕捉到了原始分类法无法完全解释的行人行为模式。在本预印本中,我们介绍每种新原型,定义其基本和可选行为,解释其与先前提出的原型的不同之处,并提供显示该原型实际应用的视频帧证据。

英文摘要

In our prior work, Pedestrian Archetypes, we defined pedestrian archetypes as collections of behaviors that uniquely identify a specific type of pedestrian. The first paper proposed 12 pedestrian archetypes, including the Wanderer, Drunk, Distracted, Flash, Indecisive, Blind, Flock, Jaywalker, Elderly, Kid, Eventful, and Parked Pedestrian. These archetypes were introduced to move beyond single behavior labels and provide a more natural way to describe how dangerous pedestrians actually behave progressively in real-world traffic scenarios. However, upon further annotation of YouTube dash-cam videos, we identified 7 additional pedestrian archetypes with observable and significant behavioral differences from the previously proposed ones. These new archetypes capture pedestrian behavior patterns that could not be fully explained by the original taxonomy. In this pre-print, we introduce each new archetype, define its essential and optional behaviors, explain how it differs from previously proposed archetypes, and provide video-frame evidence showing the archetype in action.

URL PDF HTML 收藏
2605.14473 2026-07-21 cs.CL cs.AI 版本更新

Does RAG Know When Retrieval Is Wrong? Diagnosing Context Compliance under Knowledge Conflict

RAG 能知道检索错误吗?知识冲突下的上下文合规性诊断

Yihang Chen, Pin Qian, Su Wang, Sipeng Zhang, Huan Xu, Shuhuai Lin, Xinpeng Wei

机构 * Georgia Institute of Technology(佐治亚理工学院) Carnegie Mellon University(卡内基梅隆大学) University of California San Diego(加州大学圣地亚哥分校)

AI总结 提出上下文驱动分解(CDD)方法,在推理时探测并干预检索增强生成中的上下文与参数知识冲突,揭示上下文合规性模式并提升鲁棒性。

Comments Preprint. 3 figures, 3 tables. Diagnostic study of context compliance in RAG under knowledge conflict; closed-API evaluations (Gemini-2.5-Flash and Claude family)

详情
AI中文摘要

检索增强生成(RAG)中的上下文合规机制发生在检索到的上下文主导最终答案时,即使它与模型的参数化知识冲突。仅凭准确性并不能揭示在这种冲突下检索到的上下文如何因果性地塑造答案。我们引入了上下文驱动分解(CDD),这是一种在推理时运行的信念分解探针,并作为受控检索冲突的干预机制。通过跨Epi-Scale压力测试、TruthfulQA错误概念注入和跨模型重复实验,CDD揭示了三种模式。P1:上下文合规性在对抗性上界设置中是可测量的,标准RAG在TruthfulQA错误概念注入(N=500)上达到15.0%的准确率。P2:对抗性准确率提升跨模型家族迁移——CDD提高了Gemini-2.5-Flash以及Claude Haiku/Sonnet/Opus的准确率——但理由-答案因果耦合不迁移。CDD在Gemini-2.5-Flash上达到64.1%的错误注入因果敏感性,而所有三种Claude变体的敏感性落在[-3%, +7%]范围内,表明Claude侧的准确率提升通过一种与显式冲突解决轨迹不同的机制运作。P3:显式冲突分解提高了时间漂移和噪声干扰下的鲁棒性,CDD在完整Epi-Scale对抗性基准上对时间偏移达到71.3%,对干扰证据达到69.9%。这三种模式将上下文合规性识别为一个结构轴,沿此轴可以对标准RAG进行探测和干预,区别于检索质量或单一方法鲁棒性问题,并激励发布Epi-Scale以跨模型家族和检索管道进行系统研究。

英文摘要

Retrieval-Augmented Generation (RAG) is usually evaluated by whether the final answer is correct. Under knowledge conflict, this hides a key question: did the model follow retrieved evidence, rely on its parametric prior, or produce a post-hoc rationale? We study this as context compliance, the regime in which retrieved context controls the answer even when it conflicts with the model's prior knowledge. We introduce Context-Driven Decomposition (CDD), an inference-time diagnostic intervention that elicits contextual and prior answers, isolates the conflicting premise, and records a resolution trace that can be perturbed. Across Epi-Scale stress tests, TruthfulQA misconception injection, and cross-model reruns, CDD makes three behaviors visible. First, misleading retrieval can severely degrade accuracy: under a worst-case TruthfulQA misconception-injection probe, Standard RAG reaches only 15.0%. Second, better answers need not share the same mechanism: CDD improves adversarial accuracy on Gemini-2.5-Flash and shows directional gains across Claude variants, yet trace-perturbation sensitivity is high only on Gemini. Third, explicit decomposition improves controlled-conflict robustness over a conflict-aware instruction baseline on localized factual conflicts, with the clearest margins on Entity Swap (88.0% vs 79.3%) and Logical Contradiction (83.2% vs 75.4%). We frame RAG conflict handling as an observability problem.

URL PDF HTML 收藏
2607.15610 2026-07-20 cs.CL cs.AI cs.LG 新提交

Process Reward Informed Tree Rollout for Effective Multi-Turn RL

用于有效多轮强化学习的过程奖励引导树展开

Xintong Li, Sha Li, Yuwei Zhang, Changlong Yu, Rongmei Lin, Hongye Jin, Shuyi Guan, Xin Liu, Linwei Li, Qingyu Yin, Jingbo Shang

机构 * UC San Diego(加州大学圣地亚哥分校) Amazon(亚马逊) MIT Alumni(麻省理工学院校友)

AI总结 研究多轮强化学习中有效探索问题,提出过程评分器引导的自适应树展开框架PATR,利用过程反馈评分轨迹、选择性分支等,在FrozenLake和SWE - Bench实验中提升性能,是可扩展多轮强化学习的有效策略。

Comments Preprint

详情
AI中文摘要

强化学习已成为训练大语言模型智能体的关键方法,然而诸如GRPO/RLOO等流行方法依赖多个独立采样的完整轨迹进行优势估计。在长期代理任务中,这种统一的展开策略会在无信息的死胡同尝试上浪费预算,而有前景的中间状态未得到充分探索。代理轨迹的多轮结构支持将轨迹组组织成树,其中每一轮作为探索的决策点。我们提出了过程评分器引导的自适应树展开(PATR),一种用于多轮代理强化学习的质量感知展开框架。PATR使用任务适当的过程反馈对部分轨迹进行评分,从有前景的状态选择性分支,重用共享前缀,并保守地停止退化路径以减少浪费的采样。实验表明,PATR在FrozenLake和具有挑战性的SWE - Bench上提高了性能,突出了过程引导的树展开作为可扩展多轮强化学习的有效策略。

英文摘要

Reinforcement learning (RL) has become a key approach for training LLM agents, yet popular methods such as GRPO/RLOO rely on multiple independently sampled complete trajectories for advantage estimation. In long-horizon agentic tasks, such a uniform rollout strategy can waste budget on uninformative dead-end attempts, while promising intermediate states do not receive sufficient exploration. The multi-turn structure of agentic trajectories, with interleaved actions and observations, naturally supports organizing a trajectory group as a tree, where each turn serves as a decision point for exploration. This perspective reframes effective exploration as the problem of deciding where to branch. We propose Process-Scorer Guided Adaptive Tree Rollout (PATR), a quality-aware rollout framework for multi-turn agent RL. PATR uses task-appropriate process feedback to score partial trajectories, selectively branches from promising states, reuses shared prefixes, and conservatively stops degenerate paths to reduce wasted sampling. The resulting rollout groups remain compatible with standard policy optimization while providing more efficient exploration under the same training budget. We evaluate PATR on FrozenLake and the challenging SWE-Bench, which is largely unexplored by prior tree-rollout agent RL methods. Experiments show that PATR improves performance by up to +5.0 points on SWE-Bench and +9.3 points on FrozenLake, highlighting process-guided tree rollouts as an effective strategy for scalable multi-turn RL.

URL PDF HTML 收藏
2607.14499 2026-07-17 cs.AI 新提交

Contextualized Evaluation of Vision Language Models through Dynamic, Multi-turn Interactions

通过动态多轮交互对视觉语言模型进行情境化评估

Yijiang Li, Huiqi Zou, Bingyang Wang, Ziang Xiao

机构 * UC San Diego(加州大学圣地亚哥分校) Northeastern University(东北大学) Georgia Institute of Technology(佐治亚理工学院) Johns Hopkins University(约翰·霍普金斯大学)

AI总结 研究多模态大语言模型现实有效性问题,提出CEDI框架,通过三方交互、多轮半结构化对话及多种策略评估,应用于视觉幻觉,发现能揭示更多接近实际情况的幻觉,凸显其对MLLMs能力评估的作用。

详情
AI中文摘要

多模态大语言模型(MLLMs)在基准测试中取得了显著进展,但其在现实世界中的有效性仍不确定。这种差距源于受控静态环境中的基准测试与现实世界应用的动态、交互和情境化性质之间的根本错位。为弥合这一差距,我们提出了CEDI(通过动态多轮交互对MLLMs进行情境化评估)框架,将评估重新构建为被评估模型、自动考官和评分者之间的三方交互。考官通过基于任务的图形表示进行多轮半结构化对话。通过导航状态空间转换,CEDI部署从澄清请求到对抗性探测等各种策略,以获取性能证据。我们将CEDI应用于视觉幻觉。多个模型、不同设置、数据集和领域的实证结果表明,情境化、交互式评估不仅比传统静态评估揭示出更多幻觉,而且揭示出的幻觉更接近实际用例中出现的幻觉。我们还表明,幻觉往往会通过自我强化的对话历史在长语境中累积,并且模型特别容易受到需要拒绝前提或拒绝的问题的影响。这些发现共同凸显了CEDI是朝着对MLLMs能力进行现实、系统和生态有效评估迈出的一步。

英文摘要

Multi-modal Large Language Models (MLLMs) have made substantial advances on benchmarks, yet their real-world effectiveness remains uncertain. This gap stems from the fundamental misalignment between benchmarks in controlled, static settings and the dynamic, interactive, and contextualized nature of real-world applications. To bridge this gap, we propose CEDI (Contextualized Evaluations of MLLMs through Dynamic, multi-round Interactions), a framework that recasts evaluation as a three-party interaction between an evaluatee model, an automated examiner, and a grader. The examiner conducts multi-turn, semi-structured conversation guided by a graph-based representation of the task. By navigating state-space transitions, CEDI deploys diverse strategies, from clarification requests to adversarial probes, to elicit performance evidence. We apply CEDI to visual hallucinations. Empirical results across multiple models, diverse settings, datasets, and domains show that contextualized, interactive evaluations reveal not only significantly more hallucinations than conventional static evaluation but also ones that more closely resemble those arising in practical use cases. We further show that hallucinations often accumulate over long contexts, through self-reinforcing dialogue history, and models are particularly vulnerable to questions requiring premise rejection or refusal. Together, these findings highlight CEDI as a step toward realistic, systematic, and ecologically valid assessments of MLLMs' capabilities. Code is available at github.com/williamium3000/cedi.

URL PDF HTML 收藏
2509.00761 2026-07-17 cs.AI cs.CL 版本更新

L-MARS: Legal Multi-Agent System with Agentic Search and Citation-Faithfulness Audit

L-MARS:具有协调推理和代理搜索的法律多智能体工作流

Boqin Yuan, Ziqi Wang

机构 * University of Southern California(南加州大学) University of California, San Diego(加利福尼亚大学圣迭戈分校)

AI总结 L-MARS是一种多代理检索框架,通过分解查询为结构化子问题,利用代理网络搜索获取证据,并通过验证代理过滤结果,从而在法律问答中实现高准确率。

Comments Accepted at the AI4Law Workshop at ICML 2026

详情
AI中文摘要

我们提出了L-MARS(具有协调推理和代理搜索的法律多智能体工作流),一种用于基于事实的法律问答的多代理检索框架,它将查询分解为结构化子问题,通过代理网络搜索获取证据,通过验证代理过滤结果,并综合引用答案。现有的法律问答基准测试要么测试封闭书推理,要么测试固定语料库上的检索,但两者都无法捕捉需要当前法律信息的场景。我们引入了LegalSearchQA,一个包含50个问题的跨五个法律领域的基准测试,其答案依赖于模型训练数据之后的最新发展。L-MARS在LegalSearchQA上实现了96.0%的准确率,比零样本性能(58.0%)提高了38.0%,而链式思维提示使性能下降到30.0%。在Bar Exam QA(Zheng等,2025)上,一个专注于推理的594个法考问题基准测试中,检索提供微弱的提升(+0.7个百分点),与先前发现一致。这些结果表明,当任务需要最新事实知识时,代理检索显著提高了法律问答的性能,但收益取决于基准测试,凸显了需要检索导向评估的必要性。代码和数据可在:https://github.com/boqiny/L-MARS获取。

英文摘要

Large language models are increasingly deployed for legal question answering, where evaluations typically focus on multiple-choice accuracy. This measure overlooks a common failure: whether the citation source attached to an answer exists and supports the rule the system attributes to it. We present L-MARS, an open multi-agent legal QA system with agentic search and judge-driven evidence checks, and audit it claim by claim against its cited source. Each atomic claim is labelled with a six-class taxonomy and scored with strict-ALCE under cross-provider judging, where the answerer and verifier come from different model families. On a stratified 100-question Bar Exam audit, retrieval barely moves accuracy, yet the multi-turn judge loop lifts strict citation F1 from 0.13 (naive RAG) to 0.25 and cuts the no-citation rate from 34% to 13%. We further introduce Faith-Search, a post-draft step that re-verifies and repairs unreachable citations; it drops the unreachable rate below 1% but does not improve F1 over the multi-turn loop, so we report it as a targeted reachability intervention rather than a faithfulness breakthrough. A 50-question LegalSearchQA case study confirms the picture: retrieve-then-draft pipelines saturate near 0.75 citation F1, while a single-agent web-search baseline collapses to 0.22 under external audit.

URL PDF HTML 收藏
2607.13318 2026-07-16 cs.CV 新提交

Reflecting Process Expertise in Procedural Material Generation

在程序材质生成中反映过程专业知识

Kunal Gupta, Gaurav Joshi, Yen-Ru Chen, Seemandhar Jain, Ishit Mehta, Manmohan Chandraker

机构 * University of California San Diego(加利福尼亚大学圣地亚哥分校)

AI总结 研究聚焦程序材质生成,核心方法是将其作为检索时的过程推理,利用专家演示、教程视频等提取轨迹并合成材质图。主要贡献是生成的材质编辑少、更符合专业策略,且相比先前系统有更好的生成和编辑性能。

Comments Accepted to ECCV 2026. Project page: https://materialapprentice.github.io

详情
AI中文摘要

程序材质创建是数字内容创作、视觉效果和3D资产设计应用的基础。要获得高质量结果,不仅要复制节点图,还需理解专家构建材质的过程。我们将程序材质生成制定为对专家演示进行检索时的过程推理,将过程提升为超越仅图形合成的一流表示。具体而言,我们将专家工作流程表示为过程轨迹,使用基于预训练语言模型的ProcessSynthesizer合成与用户意图对齐的过程轨迹,并使用基于预训练语言模型的编译器将过程轨迹转换为可执行的Blender材质图。我们利用教程视频作为过程知识来源,通过自动视频分析工具提取文本轨迹。专家研究表明,反映专家演示生成的材质所需编辑更少,更符合专业设计策略。用户研究显示,与先前程序系统相比,我们的方法具有更好的生成和编辑性能。所有代码、模型和数据将在指定网址提供。

英文摘要

Procedural material creation underpins applications in digital content creation, visual effects, and 3D asset design. Achieving high-quality results requires more than reproducing node graphs -- it demands understanding the process by which experts construct materials. We formulate procedural material generation as retrieval-time process reasoning over expert demonstrations, elevating process to a first-class representation beyond graph-only synthesis. Concretely, we represent expert workflows as process traces: textual records of construction steps, parameters, and design intent. To instantiate this idea, we use a pretrained LLM-based ProcessSynthesizer to synthesize a process trace aligned with a user's intent and a pretrained LLM-based Compiler to ground the process trace into an executable Blender material graph. Because procedural expertise is most naturally conveyed through demonstrations, we leverage tutorial videos as a source of process knowledge and extract textual, LLM-compatible traces using automated video analysis tools. In an expert study with five Blender artists (avg. 7.5 years of experience), materials generated by reflecting expert demonstrations were found to produce workflows requiring fewer edits, and more closely match professional design strategies than methods operating solely on static artifacts. A user study with 150 participants further shows that our approach achieves superior generation and editing performance compared to prior procedural systems. All code, models, and data will be available at https://materialapprentice.github.io

URL PDF HTML 收藏
2607.13246 2026-07-16 cs.LG cs.AI 新提交

Reassessing Muon for Matrix Factorization

重新评估用于矩阵分解的Muon优化器

Ali Parviz, Gal Mishne, Alex Cloninger

机构 * Halicioğlu Data Science Institute, UC San Diego(加州大学圣地亚哥分校哈利西奥卢数据科学研究所) Department of Mathematics, UC San Diego(加州大学圣地亚哥分校数学系)

AI总结 研究在低秩矩阵分解问题上重新评估Muon优化器,通过与精心调整的自适应基线对比,发现Muon在此设置下不始终优于AdamW,一些优势对超参数选择敏感,更细致地展现谱感知正交化何时有益,主张在受控问题上评估优化器。

详情
AI中文摘要

Muon最近成为大规模深度学习的强大优化器,通过近似正交化重塑梯度更新,在大语言模型训练中表现优于Adam和AdamW。其经验成功激发了大量理论工作,将其解释为谱范数下的最速下降。但尚不清楚Muon的哪些优势源于其更新规则本身,哪些是现代深度网络规模、架构和数据的产物。本文通过在简单、易于理解且具有谱结构的低秩矩阵分解问题上研究Muon,将优化器与这些混杂因素分离。通过与精心调整的自适应基线进行对比,发现Muon在此设置下并不始终优于AdamW,且一些先前报告的优势对超参数选择敏感。结果更细致地描绘了谱感知正交化何时有益,并主张除了端到端基准测试外,还应在受控问题上评估现代优化器。

英文摘要

Muon has recently emerged as a strong optimizer for large-scale deep learning, where it reshapes gradient updates through approximate orthogonalization and has been reported to outperform Adam and AdamW in large language model training. Its empirical success has motivated a growing body of theoretical work that interprets Muon as steepest descent under the spectral norm. Yet it remains unclear which of Muon's advantages stem from its update rule itself and which are artifacts of the scale, architecture, and data of modern deep networks. In this work, we isolate the optimizer from these confounding factors by studying Muon on a simple, well-understood, and spectrally structured problem: low-rank matrix factorization. Through a controlled comparison against carefully tuned adaptive baselines, we find that Muon does not consistently outperform AdamW in this setting and that several previously reported advantages are sensitive to hyperparameter choices. Our results provide a more nuanced picture of when spectrum-aware orthogonalization is beneficial and argue for evaluating modern optimizers on controlled problems in addition to end-to-end benchmarks.

URL PDF HTML 收藏
2607.12706 2026-07-16 cs.SD 版本更新

AutoSIFT: Automatic Style Sifting for Controllable Speech Generation with Arbitrary Style Infilling

AutoSIFT:用于可控语音生成的自动风格筛选与任意风格填充

Haowei Lou, Junda Wu, Chengkai Huang, Tong Yu, Hye-young Paik, Wen Hu, Lina Yao

机构 * UNSW Sydney(新南威尔士大学悉尼分校) University of California San Diego(加利福尼亚大学圣地亚哥分校) Macquarie University(麦考瑞大学) Adobe Research(Adobe 研究院)

AI总结 研究针对TTS模型难以细粒度控制说话风格的问题,提出AutoSIFT框架,将风格分解为可描述和残余两类,通过广义风格解缠器和任意风格填充器,可在保留残余风格时替换指定风格类别,实现高度可定制的语音生成。

详情
AI中文摘要

当前最先进的文本到语音(TTS)模型在自然度和表现力方面表现出色,但对说话风格进行细粒度、解耦控制仍具有挑战性。在电影配音、游戏语音表演和视频内容生成等专业场景中,用户常需修改特定风格类别,同时保留其他风格。现有方法难以联合控制显式语义属性并保留细微的韵律细节。我们提出AutoSIFT,一个用于类别级风格编辑的可控语音生成框架。它将说话风格分解为已知的可文本描述类别和未知的残余风格,通过广义风格解缠器和任意风格填充器,在保留残余语音风格的同时替换文本指定的风格类别,实现自然、富有表现力和高度可定制的语音生成。

英文摘要

State-of-the-art text-to-speech (TTS) models achieve impressive naturalness and expressiveness, yet fine-grained, disentangled control over speaking styles remains challenging. In professional scenarios such as film dubbing, game voice acting, and video content generation, users often need to modify a specific style category, such as emotion, age, or gender, while preserving all others. Existing style-controllable TTS methods typically rely on either text-described styles or speech-reference style transfer, making it difficult to jointly control explicit semantic attributes and preserve subtle, text-undescribed prosodic details. We propose AutoSIFT, a controllable speech generation framework for category-level style editing. AutoSIFT decomposes speaking style into known text-describable categories and unknown residual styles that capture non-verbal prosody and speaker-specific nuances. It consists of a generalized Style Disentangler, which extracts category-aware style prototypes from reference speech, and an Arbitrary Style Infiller, which selectively infills unspecified style categories from the reference. By replacing only text-specified style categories while preserving residual speech-derived styles, AutoSIFT enables natural, expressive, and highly customizable speech generation.

URL PDF HTML 收藏
2603.16798 2026-07-15 cs.LG cs.DS math.ST stat.ML stat.TH 版本更新

High-Dimensional Gaussian Mean Estimation under Realizable Contamination

高维高斯均值估计在可实现污染下的研究

Ilias Diakonikolas, Daniel M. Kane, Thanasis Pittas

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) University of California, San Diego(加州大学圣迭戈分校)

AI总结 研究在可实现ε污染模型下高斯分布均值估计问题,提出信息-计算差距,显示算法需更多样本或指数时间,同时给出近似匹配下界的方法。

详情
AI中文摘要

我们研究在称为可实现ε污染模型的缺失数据方案下,高斯分布(协方差为身份矩阵)的均值估计问题。在此模型中,攻击者可以选择一个函数r(x)在0到ε之间,每个样本x以概率r(x)缺失。最近的工作Ma等,2024将此模型作为介于完全随机缺失(MCAR)和非随机缺失(MNAR)之间的中间强度设置。该工作在可实现污染模型中建立了信息论上界和下界。他们提出的估计器运行时间指数级依赖于维度,留下在高维中存在计算高效算法的可能性。在本工作中,我们建立了统计查询模型(以及作为推论的低次多项式和PTF测试)中的信息-计算差距,显示算法必须要么使用远多于信息论上必要的样本,要么承受指数运行时间。我们用统计查询下界补充了一个算法,其样本时间权衡几乎匹配我们的下界。这些结果定性地刻画了在ε-可实现污染下高斯均值估计的复杂性。

英文摘要

We study mean estimation for a Gaussian distribution with identity covariance in $\mathbb{R}^d$ under a missing data scheme termed realizable $ε$-contamination model. In this model an adversary can choose a function $r(x)$ between 0 and $ε$ and each sample $x$ goes missing with probability $r(x)$. Recent work Ma et al., 2024 proposed this model as an intermediate-strength setting between Missing Completely At Random (MCAR) -- where missingness is independent of the data -- and Missing Not At Random (MNAR) -- where missingness may depend arbitrarily on the sample values and can lead to non-identifiability issues. That work established information-theoretic upper and lower bounds for mean estimation in the realizable contamination model. Their proposed estimators incur runtime exponential in the dimension, leaving open the possibility of computationally efficient algorithms in high dimensions. In this work, we establish an information-computation gap in the Statistical Query model (and, as a corollary, for Low-Degree Polynomials and PTF tests), showing that algorithms must either use substantially more samples than information-theoretically necessary or incur exponential runtime. We complement our SQ lower bound with an algorithm whose sample-time tradeoff nearly matches our lower bound. Together, these results qualitatively characterize the complexity of Gaussian mean estimation under $ε$-realizable contamination.

URL PDF HTML 收藏
2602.15892 2026-07-15 cs.CV cs.AI 版本更新

Egocentric Bias in Vision-Language Models

视觉语言模型中的自我中心偏差

Maijunxian Wang, Yijiang Li, Bingyang Wang, Tianwei Zhao, Ran Ji, Qingying Gao, Emmy Liu, Hokin Deng, Dezhi Luo

机构 * Cognitive Science Program, University of California, Berkeley(加州大学伯克利分校认知科学项目) Department of Electrical and Computer Engineering, University of California San Diego(加州大学圣地亚哥分校电气与计算机工程系) School of Computer Science, Georgia Institute of Technology & Emory University(佐治亚理工学院计算机科学学院及埃默里大学) Department of Computer Science, Johns Hopkins University(约翰霍普金斯大学计算机科学系) Department of Cognitive Science, University of California San Diego(加州大学圣地亚哥分校认知科学系) Equal Advising Department of Computer Science & Wilmer Eye Institute, Johns Hopkins University(约翰霍普金斯大学计算机科学系及威尔默眼科研究所) Language Technologies Institute, Carnegie Mellon University(卡内基梅隆大学语言技术研究所) Robotics Institute, Carnegie Mellon University(卡内基梅隆大学机器人研究所) Weinberg Institute for Cognitive Science, University of Michigan(密歇根大学韦恩伯格认知科学研究所)

AI总结 本文提出FlipSet基准,揭示视觉语言模型在第二级视觉视角推理中存在系统性自我中心偏差,表明模型在整合社会认知与空间操作方面存在根本性不足。

Comments Accepted at CogSci 2026 (Best Undergraduate Student Paper)

详情
AI中文摘要

视觉视角的推理——推断从他人视角世界如何呈现——是社会认知的基础。我们引入FlipSet,一个用于评估视觉语言模型中第二级视觉视角推理(L2 VPT)的诊断基准。该任务要求模拟从另一个代理视角对二维字符字符串进行180度旋转,隔离空间变换与三维场景复杂性。评估103个VLMs发现系统性的自我中心偏差:绝大多数表现低于随机水平,其中约四分之三的错误重现了摄像机视角。控制实验揭示了组合缺陷——模型在孤立情况下实现高理论-心准确率和高于随机水平的内部旋转,但当需要整合时却彻底失败。这种分离表明当前VLMs缺乏将社会意识与空间操作结合的机制,暗示了基于模型的空间推理的根本限制。FlipSet为多模态系统诊断视角推理能力提供了认知基础的测试平台。

英文摘要

Visual perspective taking--inferring how the world appears from another's viewpoint--is foundational to social cognition. We introduce FlipSet, a diagnostic benchmark for Level-2 visual perspective taking (L2 VPT) in vision-language models. The task requires simulating 180-degree rotations of 2D character strings from another agent's perspective, isolating spatial transformation from 3D scene complexity. Evaluating 103 VLMs reveals systematic egocentric bias: the vast majority perform below chance, with roughly three-quarters of errors reproducing the camera viewpoint. Control experiments expose a compositional deficit--models achieve high theory-of-mind accuracy and above-chance mental rotation in isolation, yet fail catastrophically when integration is required. This dissociation indicates that current VLMs lack the mechanisms needed to bind social awareness to spatial operations, suggesting fundamental limitations in model-based spatial reasoning. FlipSet provides a cognitively grounded testbed for diagnosing perspective-taking capabilities in multimodal systems.

URL PDF HTML 收藏
2510.03529 2026-07-15 cs.RO 版本更新

LapSurgie: Humanoid Robots Performing Surgery via Teleoperated Handheld Laparoscopy

LapSurgie: 人形机器人通过远程操控手持腹腔镜进行手术

Zekai Liang, Xiao Liang, Soofiyan Atar, Sreyan Das, Zoe Chiu, Peihan Zhang, Calvin Joyce, Florian Richter, Shanglei Liu, Michael C. Yip

机构 * Department of Electrical and Computer Engineering, University of California San Diego(加州大学圣地亚哥分校电气与计算机工程系) School of Electrical and Computer Engineering, Cornell University(康奈尔大学电气与计算机工程学院) UC San Diego Health(加州大学圣地亚哥医学中心)

AI总结 LapSurgie是一种基于人形机器人的腹腔镜远程操控框架,通过逆映射策略实现精准手到工具控制,并通过用户研究验证了其在微创手术中的可行性。

详情
AI中文摘要

机器人腹腔手术近年来因其在微创手术中可能提供更高效和精确的治疗而受到越来越多的关注。然而,外科机器人平台的采用仍然主要局限于高资源医疗中心,加剧了农村和低资源地区在医疗方面的不平等。为缩小这一差距,已探索了多种解决方案,从远程导师制到完全远程的远程手术。然而,将外科机器人系统实际部署到欠发达社区仍是一个未解决的挑战。人形系统提供了一条有希望的途径,因为它们可以直接在为人类设计的环境中操作,而无需进行广泛的基础设施修改,包括手术室。在本工作中,我们介绍了LapSurgie,第一个基于人形机器人的腹腔镜远程操控框架。该系统利用逆映射策略来操控手动腕部的腹腔镜工具,该策略遵循远程运动中心约束,使无需额外设置即可实现精确的手到工具控制。一个配备立体视觉系统的控制台提供实时视觉反馈。最后,跨平台的全面用户研究展示了所提出框架的有效性,并提供了在腹腔手术中部署人形机器人可行性的初步证据。

英文摘要

Robotic laparoscopic surgery has gained increasing attention in recent years for its potential to deliver more efficient and precise minimally invasive procedures. However, adoption of surgical robotic platforms remains largely confined to high-resource medical centers, exacerbating healthcare disparities in rural and low-resource regions. To close this gap, a range of solutions has been explored, from remote mentorship to fully remote telesurgery. Yet, the practical deployment of surgical robotic systems to underserved communities remains an unsolved challenge. Humanoid systems offer a promising path toward deployability, as they can directly operate in environments designed for humans without extensive infrastructure modifications -- including operating rooms. In this work, we introduce LapSurgie, the first humanoid-robot-based laparoscopic teleoperation framework. The system leverages an inverse-mapping strategy for manual-wristed laparoscopic instruments that abides to remote center-of-motion constraints, enabling precise hand-to-tool control of off-the-shelf surgical laparoscopic tools without additional setup requirements. A control console equipped with a stereo vision system provides real-time visual feedback. Finally, a comprehensive user study across platforms demonstrates the effectiveness of the proposed framework and provides initial evidence for the feasibility of deploying humanoid robots in laparoscopic procedures.

URL PDF HTML 收藏
2509.19242 2026-07-15 cs.DS cs.LG math.ST stat.ML stat.TH 版本更新

Linear Regression under Missing or Corrupted Coordinates

坐标缺失或损坏情况下的线性回归

Ilias Diakonikolas, Jelena Diakonikolas, Daniel M. Kane, Jasper C. H. Lee, Thanasis Pittas

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) University of California, San Diego(加州大学圣地亚哥分校) University of California, Davis(加州大学戴维斯分校)

AI总结 研究高斯协变量下多变量线性回归在数据可能被擦除或损坏时的情况,通过建立新信息论下界刻画误差,得出缺失数据与损坏数据设置中最优误差匹配,知道损坏位置无普遍优势的结论。

详情
AI中文摘要

我们研究了高斯协变量下多变量线性回归的两种情况,即数据可能被对手在按坐标的预算下擦除或损坏。在不完整数据情况下,对手可检查数据集并按每个坐标删除多达η比例样本中的条目,这是一种强形式的非随机缺失模型。在损坏数据情况下,对手任意替换值且学习者不知道损坏位置。尽管对缺失数据有大量研究,但这种对抗性缺失下的线性回归仍未被充分理解。与干净数据情况不同,这里最优误差仍是问题参数的正函数。我们的主要贡献是在几乎整个参数范围内刻画了误差的常数因子。具体而言,我们建立了与(计算高效)算法误差相匹配的可实现误差的新信息论下界。一个关键含义是,缺失数据设置中的最优误差与损坏设置中的最优误差相匹配,即知道损坏位置并无普遍优势。

英文摘要

We study multivariate linear regression under Gaussian covariates in two settings, where data may be erased or corrupted by an adversary under a coordinate-wise budget. In the incomplete data setting, an adversary may inspect the dataset and delete entries in up to an $η$-fraction of samples per coordinate; a strong form of the Missing Not At Random model. In the corrupted data setting, the adversary instead replaces values arbitrarily, and the corruption locations are unknown to the learner. Despite substantial work on missing data, linear regression under such adversarial missingness remains poorly understood, even information-theoretically. Unlike the clean setting, where estimation error vanishes with more samples, here the optimal error remains a positive function of the problem parameters. Our main contribution is to characterize this error up to constant factors across essentially the entire parameter range. Specifically, we establish novel information-theoretic lower bounds on the achievable error that match the error of (computationally efficient) algorithms. A key implication is that, perhaps surprisingly, the optimal error in the missing data setting matches that in the corruption setting-so knowing the corruption locations offers no general advantage.

URL PDF HTML 收藏
2607.11388 2026-07-14 cs.AI cs.CL cs.LG cs.MA 新提交

StructAgent: Harness Long-horizon Digital Agents with Unified Causal Structure

StructAgent:利用统一因果结构驾驭长时程数字智能体

Wenyi Wu, Sibo Zhu, Kun Zhou, Aayush Salvi, Zixuan Song, Biwei Huang

机构 * University of California, San Diego(加利福尼亚大学圣地亚哥分校) Aether AI Lab(以太人工智能实验室)

AI总结 研究针对长时程任务中智能体任务进展难解释、验证和恢复的问题,提出StructAgent框架,通过统一因果结构维护任务进展并规范工作流程,实验证明其能提升多种模型性能且具有通用性。

详情
AI中文摘要

大语言模型和视觉语言模型的进展使数字智能体能力增强,但现实世界任务常是长时程且情境不断演变,现有智能体基于原始交互历史操作,难以解释、验证和恢复任务进展。本文提出StructAgent,一个以状态为中心的框架,引入统一状态维护紧凑、可验证的任务进展,通过基于验证器的状态转移调节进展。在此基础上,StructAgent还实现了显式进度检查点、证据驱动任务完成、有针对性的故障恢复和工具支持的执行等功能。大量实验表明,StructAgent在长时程计算机使用任务上持续提升多种语言模型和视觉语言模型主干的性能,且该框架可推广到Minecraft等环境。

英文摘要

Recent advances in large language models (LLMs) and vision-language models (VLMs) have enabled increasingly capable digital agents for computer use. However, real-world tasks are often long-horizon and involve evolving contexts containing accumulated observations, intermediate edits, failed attempts, and partially completed executions. Existing agents typically operate over raw interaction history, making task progress difficult to interpret, verify, and recover, which ultimately limits reliable long-horizon execution. In this paper, we argue that addressing this challenge requires explicitly structuring both the agent's state and workflow around a unified causal representation of task progress. We present \textbf{StructAgent}, a state-centered framework that introduces a unified state for maintaining compact, verifiable task progress and a structured workflow that regulates progress through verifier-backed state transitions. Building on this design, StructAgent further enables explicit progress checkpointing, evidence-driven task completion, targeted failure recovery, and tool-supported execution, while ensuring that all progress updates remain grounded in verification. Extensive experiments demonstrate that StructAgent consistently improves a wide range of LLM and VLM backbones on long-horizon computer-use tasks. On OSWorld-Verified, it improves Qwen3.5-9B from 27.0\% to 46.9\% success rate and Qwen3.5-27B from 31.6\% to 62.2\%, while achieving a new open-source state of the art of 78.9\% with MiniMax-M3. Moreover, the same framework generalizes beyond desktop environments to Minecraft, demonstrating the generality of our design.

URL PDF HTML 收藏
2607.10985 2026-07-14 cs.CV 新提交

MED-DSLC: Multi-Expert-Domain Classification via Domain Supervision and Logit Calibration

MED-DSLC:通过域监督和对数校准进行多专家域分类

Zheng Zeng, Deepak Sridhar, Nuno Vasconcelos

机构 * University of California, San Diego(加利福尼亚大学圣地亚哥分校)

AI总结 研究针对视觉语言模型在多域零样本分类中存在的问题,提出MED-DSLC方法,结合域监督训练和域内对数缩放,恢复全局对数可比性,是轻量级方案,经实验验证可提升准确率、鲁棒性和可扩展性。

Comments Accepted to ECCV 2026. Code is available at https://github.com/Leonard-Zeng/MED-DSLC

详情
AI中文摘要

视觉语言模型(如CLIP)通过在共享嵌入空间中比较图像特征与文本提示来实现零样本分类,其基础是对数在任意候选类间的全局可比性。然而,使用LoRA等技术使VLMs适应细粒度域时,域内精度提高但域外精度下降,导致模型生态碎片化。多专家域分类试图通过合并在特定域上独立训练的LoRA来解决此问题,但独立训练导致域专家不再产生全局校准的对数,评估时会引发跨域干扰和预测错误。本文将域监督和跨域对数校准错误识别为可扩展多域零样本识别的关键问题,提出MED-DSLC,结合域监督训练和逐域对数缩放,以明确恢复全局对数可比性。MED-DSLC是一种轻量级的MED分类解决方案,能在减少跨域对数干扰的同时保持域内判别能力,实验表明其显著提高了平均准确率、跨域鲁棒性和可扩展性。结果表明,在高度数据不平衡设置下恢复输出级校准对于实现多域专业化下真正的零样本VLM至关重要。

英文摘要

Vision-language models (VLMs) such as CLIP enable zero-shot classification by comparing image features with text prompts in a shared embedding space. A fundamental property underlying this capability is the global comparability of logits across arbitrary candidate classes. However, VLMs are often adapted to fine-grained domains using techniques such as LoRA. While this improves in-domain accuracy, out-of-domain accuracy degrades. This leads to a highly fragmented model ecosystem, with thousands of specialized models. Multi-Expert-Domain classification seeks to address this problem, by merging LoRAs trained independently on specialized domains. However, due to the independent training, the various domain experts no longer produce globally calibrated logits. As a result, when evaluating over the union of multiple domain-specific class sets, heterogeneous logit scales induce cross-domain interference and artificially high confidence for out-of-domain classes, inducing prediction errors. In this work, we identify domain supervision and cross-domain logit miscalibration as the key issue to scalable multi-domain zero-shot recognition. We propose MED-DSLC, combining domain supervised training and domain-wise logit scaling, to explicitly restore global logit comparability. MED-DSLC is a lightweight solution for MED classification, which is shown to preserve within-domain discrimination while reducing cross-domain logit interference with minimal data. Extensive experiments across diverse fine-grained benchmarks demonstrate that it substantially improves mean accuracy (+15\%), cross-domain robustness, and scalability in the size of MED classification problem. Our results show that restoring output-level calibration is essential under highly data imbalanced settings for achieving a truly zero-shot VLM under multi-domain specialization.

URL PDF HTML 收藏
2607.10915 2026-07-14 cs.IR cs.LG 新提交

Normative Alignment of Recommender Systems via Internal Label Shift

通过内部标签转移实现推荐系统的规范对齐

Johannes Kruse, Kasper Lindskow, Michael Riis Andersen, Ryotaro Shimizu, Julian McAuley, Pierre-Alexandre Mattei, Jes Frellsen

机构 * Technical University of Denmark(技术大学) University of California San Diego(加州大学圣地亚哥分校) Inria, Université Côte d'Azur(Inria与普罗旺斯大学) Copenhagen Business School(哥本哈根商学院) ZOZO Research(ZOZO研究) Pioneer Centre for Artificial Intelligence(先锋人工智能中心)

AI总结 研究如何使推荐系统输出与目标分布对齐,提出NAILS方法,通过修改用户条件项目分布,在保留原偏好且无需重训模型的情况下,将问题转化为层次分类框架内的标签转移,实现与全局规范目标对齐,且对用户参与度影响小。

Comments 6 pages. Published in the Proceedings of the Nineteenth ACM Conference on Recommender Systems (RecSys '25), Prague, Czech Republic, September 22-26, 2025. Code available at https://github.com/johanneskruse/nails

详情
AI中文摘要

我们介绍了NAILS(通过内部标签转移实现推荐系统的规范对齐),这是一种简单且可扩展的方法,用于使推荐输出与项目级属性(如类别)上的目标分布对齐。仅针对用户参与度进行优化的推荐系统往往无法满足更广泛的规范目标,包括公平性、多样性和编辑价值。NAILS修改用户条件项目分布,以在保留现有推荐系统所学习的偏好且无需重新训练模型的情况下,诱导出指定的属性边际分布。我们将此问题表述为层次分类框架内的一种内部标签转移形式。从以利益相关者为中心的角度来看,NAILS使推荐输出能够与全局规范目标对齐。实证表明,NAILS能在对用户参与度影响最小的情况下持续改善属性级对齐,为价值驱动的推荐提供了实用机制。

英文摘要

We introduce NAILS (Normative Alignment of Recommender Systems via Internal Label Shift), a simple and scalable method for aligning recommendation outputs with target distributions over item-level attributes, such as categories. Recommender systems optimized solely for user engagement often fail to satisfy broader normative objectives, including fairness, diversity, and editorial values. NAILS modifies the user-conditional item distribution to induce a specified marginal distribution over attributes while preserving the preferences learned by an existing recommender system and requiring no model retraining. We formulate this problem as a form of label shift applied internally within a hierarchical classification framework. By adopting a stakeholder-centric perspective, NAILS enables recommendation outputs to be aligned with global normative objectives. Empirically, we show that NAILS consistently improves attribute-level alignment with minimal impact on user engagement, providing a practical mechanism for value-driven recommendation.

URL PDF HTML 收藏
2607.10910 2026-07-14 cs.IR cs.LG 新提交

ZoRRO: A Zero-Weight Personalized Recommender System for Scalable News Recommendation

ZoRRO:用于可扩展新闻推荐的零权重个性化推荐系统

Johannes Kruse, Ryotaro Shimizu, Kasper Lindskow, Jon Tofteskov, Michael Riis Andersen, Julian McAuley, Jes Frellsen

机构 * Technical University of Denmark(丹麦技术大学) ZOZO Research(ZOZO研究公司) University of California San Diego(加州大学圣地亚哥分校) Pioneer Centre for Artificial Intelligence(先锋人工智能中心)

AI总结 研究针对可扩展新闻推荐提出零权重、无需训练的ZoRRO框架,在离线评估中优于神经基线,在线测试中点击率性能与先进模型相近且速度快600多倍,并揭示相关性能差距,凸显该框架对大规模新闻推荐的实用性及多指标评估的重要性。

Comments 6 pages, 2 figures. Accepted at the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '26), Melbourne, Australia, July 20-24, 2026. Code available at https://github.com/johanneskruse/zorro

详情
AI中文摘要

我们提出了ZoRRO(零权重个性化推荐系统),这是一个零权重、无需训练的框架,用于个性化新闻推荐,专为可扩展的实际部署而设计。在离线排名评估中,ZoRRO优于强大的神经基线,并在在线A/B测试中实现了与最先进深度学习模型相近的点击率性能,同时运行速度快600多倍。实验揭示了离线和在线性能之间的差距,表明具有相似点击率结果的模型可以产生明显不同的推荐分布,从而影响整体新闻流。这些发现使ZoRRO成为大规模新闻推荐的实用高效解决方案,并突出了仅使用准确性以外的指标评估推荐系统的重要性。

英文摘要

We present ZoRRO (Zero-Weight Personalized Recommender System), a zero-weight, training-free framework for personalized news recommendation designed for scalable real-world deployment. ZoRRO outperforms strong neural baselines in offline ranking evaluations and achieves click-through rate performance in online A/B testing that is nearly on par with a state-of-the-art deep learning model, while operating more than 600 times faster. Our experiments reveal gaps between offline and online performance and demonstrate that models with similar click-through rate outcomes can produce markedly different recommendation distributions, thereby influencing the overall news flow. These findings position ZoRRO as a practical and efficient solution for large-scale news recommendation and highlight the importance of evaluating recommender systems using metrics beyond accuracy alone.

URL PDF HTML 收藏
2607.10745 2026-07-14 cs.CL 新提交

The First ChineseBabyLM Challenge: training data-efficient and cognitively plausible language models for Chinese

首个中文BabyLM挑战:训练数据高效且认知合理的中文语言模型

Siyuan Song, Zhiheng Qian, Yunhao Zhang, Linyang He, Xiaozhe Ji, Yingxin Lin, Hongao Zhu, Chongtian Shao, Chuhan Lang, Luan Li, Rui Wang, Renfen Hu, Shaonan Wang, Hai Hu

机构 * Princeton University(普林斯顿大学) Shanghai Jiao Tong University(上海交通大学) Chinese Academy of Sciences(中国科学院) Columbia University(哥伦比亚大学) Beijing Normal University(北京师范大学) Tsinghua University(清华大学) University of California San Diego(加利福尼亚大学圣地亚哥分校) The Hong Kong Polytechnic University(香港理工大学)

AI总结 首个中文BabyLM挑战将在2026年自然语言处理与中文计算会议举办,要求用1亿中文词元从头训练语言模型,在自然语言理解、认知对齐和汉字知识三轨道评估,不限分词器、模型架构和训练轮数。

Comments 8 pages, 4 tables; work in progress

详情
AI中文摘要

本文介绍了将于2026年自然语言处理与中文计算会议举办的首个中文BabyLM挑战。该挑战要求研究人员用1亿中文词元从头开始训练语言模型,并在自然语言理解、认知对齐和汉字知识三个任务轨道上评估模型。对分词器、模型架构和训练轮数没有限制。挑战详情可在该https网址查看。

英文摘要

This paper describes the first ChineseBabyLM challenge, which will be held in the 2026 NLPCC conference. The challenge calls for researchers to train language models from scratch with 100 million Chinese tokens and evaluates the models on 3 tracks of tasks: NLU, cognitive alignment and Hanzi knowledge. There is no restriction on tokenizer, model architecture and the number of training epochs. Details of the challenge can be found in https://chinese-babylm.github.io/.

URL PDF HTML 收藏
2607.10134 2026-07-14 cs.LG 新提交

LeRoPE: Learnable RoPE Frequencies Improve Language Modeling

LeRoPE:可学习的RoPE频率提升语言建模

Petros Karypis, Sean O'Brien, Shreyas Kadekodi, Rui Zhu, Julian McAuley

机构 * UC San Diego(加利福尼亚大学圣地亚哥分校)

AI总结 研究改进语言模型中位置编码的方法,提出可学习RoPE频率的LeRoPE方法,通过训练不同规模语言模型验证,该方法在各规模下均优于RoPE和部分RoPE,提升了语言建模性能。

Comments 27 pages, 10 figures, 12 tables

详情
AI中文摘要

旋转位置编码(RoPE)是现代语言模型中当前最流行的位置编码。RoPE旋转查询和键向量的二维块,作为它们相对位置偏移的函数运行。RoPE中逐位置的旋转速率通常遵循由固定基频超参数指定的几何序列。先前工作通过增加此参数以减缓旋转或仅将RoPE应用于QK维度的一个子集来提高性能。在这项工作中,我们通过为每个频率学习一个标量来修改RoPE,将频率视为可学习参数而非超参数。我们通过从零开始训练一系列从52M到25亿参数的语言模型来验证可学习的RoPE。我们观察并分析了一个高范数、位置性的LeRoPE频段的出现。LeRoPE在所有规模上始终优于RoPE和部分RoPE,在最大规模下,RoPE需要多3.4%的计算量(FLOPs)才能与LeRoPE匹配。

英文摘要

Rotary Positional Encodings (RoPE) are currently the most popular positional encodings used in modern language models. RoPE rotates two-dimensional chunks of query and key vectors, operating as a function of their relative positional offset. The position-wise rates of rotation in RoPE typically follow a geometric sequence specified by a fixed base-frequency hyperparameter. Prior work has improved performance by either increasing this parameter to slow rotation or by applying RoPE to only a subset of QK dimensions. In this work we modify RoPE by learning a scalar per frequency, treating frequencies as learnable parameters rather than hyperparameters. We validate Learned RoPE by training a ladder of language models from scratch, ranging from 52M to 2.5B parameters. We observe and analyze the emergence of a high-norm, positional LeRoPE band. LeRoPE consistently outperforms RoPE and partial RoPE across all scales, with RoPE requiring 3.4% more compute (FLOPs) to match LeRoPE at the largest scale.

URL PDF HTML 收藏
2605.01143 2026-07-14 cs.AI 版本更新

A Low-Latency Fraud Detection Layer for Detecting Adversarial Interaction Patterns in LLM-Powered Agents

面向LLM代理的低延迟欺诈检测层:用于检测对抗性交互模式

Sheldon Yu, Yingcheng Sun, Hanqing Guo, Qianqian Tong

机构 * University of California, San Diego(加州大学圣地亚哥分校) Indiana University Bloomington(印第安纳大学布卢明顿分校)

AI总结 本文提出一种低延迟欺诈检测机制,通过交互轨迹的结构化运行时特征检测对抗性交互模式,采用轻量模型实现实时部署,实验表明交互层面行为检测应成为LLM代理部署时的核心防护措施。

详情
AI中文摘要

大型语言模型(LLM)驱动的代理在自主任务执行、工具使用和多步推理方面表现出强大能力。然而,其日益自主性也引入了新的攻击面:对抗性交互可通过直接提示注入、间接内容攻击和多轮升级策略操控代理行为。现有防御策略聚焦于提示级过滤和基于规则的防护措施,当风险逐渐出现在交互序列中时往往不足。本文提出一种互补的防御机制:面向LLM驱动代理的低延迟欺诈检测层,通过交互轨迹的结构化运行时特征检测对抗性交互模式。该检测层可使用轻量模型实现低延迟的实时部署。为评估该框架,我们构建了一个包含12000个多轮代理交互的合成语料库,通过42个结构化特征和XGBoost分类器,检测器速度超过基于LLM的检测器9倍。通过实验和消融研究,本文表明交互层面的行为检测应成为LLM驱动代理部署时的核心防护组成部分。

英文摘要

Large Language Model (LLM)-powered agents demonstrate strong capabilities in autonomous task execution, tool use, and multi-step reasoning. However, their increasing autonomy also introduces a new attack surface: adversarial interactions can manipulate agent behavior through direct prompt injection, indirect content attacks, and multi-turn escalation strategies. Existing defense strategies focus on prompt-level filtering and rule-based guardrails, which are often insufficient when risk emerges gradually across interaction sequences. In this work, we propose a complementary defense mechanism: a low-latency fraud detection layer for detecting adversarial interaction patterns in LLM-powered agents. Instead of determining whether a single prompt is malicious, our approach models risk over interaction trajectories using structured runtime features derived from prompt characteristics, session dynamics, tool usage, execution context, and fraud-inspired signals. The detection layer can be implemented using lightweight models leading to low-latency real-time deployments. To evaluate the framework, we construct a synthetic corpus of 12,000 multi-turn agent interactions generated from parameterized templates that simulate realistic agentic workflows. Using 42 structured features and an XGBoost classifier, our detector achieves over 9 times faster than LLM-based detectors. Through the experiment and ablation studies, our work suggests that interaction-level behavioral detection should become a core component of deployment-time defense for LLM-powered agents.

URL PDF HTML 收藏
2510.14907 2026-07-14 cs.GT cs.LG 版本更新

Learnable Mixed Nash Equilibria are Collectively Rational

可学习的混合纳什均衡具有集体理性

Geelon So, Yi-An Ma

机构 * University of California, San Diego(加州大学圣地亚哥分校)

AI总结 研究将博弈学习扩展到非渐近稳定性动态,通过一致稳定性概念,发现一致稳定的混合均衡是弱帕累托最优,还表明其决定特定动态过程的收敛行为,揭示混合纳什均衡附近个体行为能导致集体理性。

详情
AI中文摘要

我们将博弈学习研究扩展到具有非渐近稳定性的动态过程。通过一致稳定性概念来实现,其关注个体效用最大化动态过程的均衡。令人惊讶的是,它与集体理性的经济属性紧密相关。在策略等价意义下,若混合均衡是一致稳定的,那么它是弱帕累托最优的。我们还表明一致稳定性决定了用于模拟市场中个体和企业行为的增量平滑最佳响应动态过程族的最终迭代收敛行为。与严格均衡附近的动态过程可能稳定到社会无效率解不同,混合纳什均衡附近的个体效用最大化行为导致集体理性。

英文摘要

We extend the study of learning in games to dynamics that exhibit non-asymptotic stability. We do so through the notion of uniform stability, which is concerned with equilibria of individually utility-seeking dynamics. Perhaps surprisingly, it turns out to be closely connected to economic properties of collective rationality. Up to strategic equivalence, if a mixed equilibrium is uniformly stable, then it is weakly Pareto optimal; there is no way for all players to improve by jointly deviating from the equilibrium. This is a form of collective rationality that rules out the types of behaviors in the prisoner's dilemma or the tragedy of the commons. Moreover, we show that uniform stability determines the last-iterate convergence behavior for the family of incremental smoothed best-response dynamics, used to model individual and corporate behaviors in the markets. Unlike dynamics around strict equilibria, which can stabilize to socially-inefficient solutions, individually utility-seeking behaviors near mixed Nash equilibria lead to collective rationality.

URL PDF HTML 收藏
2607.09185 2026-07-13 cs.CV cs.RO 新提交

Causally Debiased Latent Action Model for Embodied Action Conditioned World Models

用于具身动作条件世界模型的因果去偏潜行动模型

Yufan Wei, Kun Zhou, Lingjun Mao, Zijun Zhang, Ziming Xu, Ziqiao Xi, Shuang Liang, Ruobing Han, Yuchen Yan, Xinyue Wang, Fan Feng, Biwei Huang

机构 * Aether AI University of California, San Diego(加州大学圣地亚哥分校)

AI总结 研究针对动作条件世界模型学习需大量标记数据的问题,提出基于潜行动模型的因果去偏框架CD-LAM,通过三个微调目标改进模型,提升了潜行动可控性等多方面性能,减少了机器人动作适应更新次数。

详情
AI中文摘要

动作条件世界模型(ACWMs)旨在根据具身动作模拟未来观测,为机器人规划、策略评估和数据增强提供基础。但学习可控ACWMs需要大规模动作标记数据,成本高昂。潜行动模型(LAMs)通过从未标记视频中推断潜行动缓解瓶颈,但现有LAMs通常仅用重建目标训练,会将动作相关动态与背景等无关视觉因素纠缠。本文识别出这种与动作无关的偏差是可控ACWMs的关键障碍,引入评估指标。提出CD-LAM,一种基于LAM的ACWMs的因果去偏框架,引入三个微调目标。实验表明CD-LAM显著提高了潜行动可控性、下游机器人动作跟随、视觉保真度和适应效率。

英文摘要

Action-conditioned world models (ACWMs) aim to simulate future observations conditioned on embodied actions, offering a promising foundation for robot planning, policy evaluation, and data augmentation. However, learning controllable ACWMs requires large-scale action-labeled data, which remains costly to collect in the real world. Latent action models (LAMs) mitigate this bottleneck by inferring latent actions from unlabeled videos, but existing LAMs are typically trained with reconstruction-only objectives and therefore entangle action-relevant dynamics with action-irrelevant visual factors such as backgrounds and untouched objects. In this work, we identify this action-irrelevant bias as a key obstacle to controllable ACWMs and introduce evaluation metrics to measure latent-action bias, action following, and robustness. We propose CD-LAM, a causally debiased framework for LAM-based ACWMs. CD-LAM introduces three efficient fine-tuning objectives: embodiment-centric reconstruction, action-centric contrastive learning, and latent space calibration, which together encourage embodiment-focused, action-aware, and calibrated non-collapsed latent action representations. Experiments on 2B and 14B ACWM backbones show that CD-LAM substantially improves latent-action controllability, downstream robot-action following, visual fidelity, and adaptation efficiency, requiring only 6k fine-tuning steps and more than 12$\times$ fewer robot-action adaptation updates than the baseline.

URL PDF HTML 收藏
2607.09042 2026-07-13 cs.LG 新提交

Learning More from Less: Reinforcement Learning from Hindsight

从更少中学习更多:事后诸葛亮式强化学习

Iris Xu, Sunshine Jiang, John Marangola, Nitish Dashora, Richard Li, Thomas Liu, Zexue He, Yuheng Zhi, Alex Pentland, Pulkit Agrawal, Zhang-Wei Hong

机构 * Massachusetts Institute of Technology(麻省理工学院) MIT-IBM Computing Research Lab(麻省理工学院-IBM计算研究实验室) Stanford University(斯坦福大学) University of California, San Diego(加利福尼亚大学圣地亚哥分校)

AI总结 研究针对强化学习用于视觉-语言-动作模型后期训练时样本效率低的问题,提出事后诸葛亮式学习方法,通过对失败轨迹重标记,让策略联合原始与重标记轨迹训练,在分布外任务上显著提升样本效率并优于基线。

详情
AI中文摘要

强化学习(RL)越来越多地用于视觉-语言-动作(VLA)模型的后期训练,但每次更新都需要消耗机器人的轨迹,而这些轨迹收集起来缓慢且成本高昂,因此样本效率成为核心问题。操纵任务通常只提供稀疏奖励,导致弱策略在训练早期几乎每次轨迹都失败且几乎无学习价值。我们提出了事后诸葛亮式学习(LfH),通过根据失败轨迹实际达成的任务对其进行评分,将事后重标记引入VLA的RL后期训练。单个视觉-语言模型对指令和奖励进行重标记,为一组失败轨迹提出事后诸葛亮式指令并评分,策略在重标记和原始轨迹上联合训练。在分布外的LIBERO-PRO任务上,标准RL进展缓慢,而LfH实现了样本效率5倍的提升,并优于密集进展奖励基线。这些增益在不同VLA主干和实体Franka机器人上均成立。

英文摘要

Reinforcement learning (RL) is increasingly used to post-train vision-language-action (VLA) models, but every update consumes robot rollouts that are slow and costly to collect, making sample efficiency a central concern. Manipulation tasks typically provide only sparse rewards, so a weak policy fails almost every rollout early in training and has little to learn from, even when those failures execute coherent behavior. Such a failure, however, is a success at a different task. We present Learning from Hindsight (LfH), which brings hindsight relabeling to RL post-training of VLAs by scoring failed rollouts against the tasks they actually achieved. A single vision-language model relabels both the instruction and the reward, proposing a hindsight instruction for a group of failed rollouts and scoring how well each satisfies it, and the policy trains on the relabeled and original rollouts jointly. Because VLAs generalize across language, relabeling in language lets the policy learn more from the same trajectories. On out-of-distribution LIBERO-PRO tasks, where standard RL improves only slowly, LfH achieves $5\times$ improvement in sample efficiency, and outperforms a dense progress-reward baseline. The gains hold across VLA backbones and on a physical Franka robot.

URL PDF HTML 收藏
2603.13428 2026-07-13 cs.SE cs.AI 版本更新

SWE-Milestone: Evaluating AI Agents on Continuous Software Evolution

EvoClaw: 评估AI代理在持续软件演化中的表现

Gangda Deng, Zhaoling Chen, Zhongming Yu, Haoyang Fan, Yuhong Liu, Yuxin Yang, Dhruv Parikh, Rajgopal Kannan, Le Cong, Mengdi Wang, Qian Zhang, Viktor Prasanna, Xiangru Tang, Xingyao Wang

机构 * USC(美国斯克利普斯大学) UCR(加州大学河滨分校) UCSD(加州大学圣地亚哥分校) Army Research Office(陆军研究办公室) Stanford(斯坦福大学) Princeton(普林斯顿大学) Haven OpenHands

AI总结 针对现有基准测试忽视软件演化中时间依赖和技术债务的问题,提出EvoClaw基准,通过从提交日志重建可验证里程碑DAG,评估AI代理在持续开发中维持系统完整性和限制错误累积的能力。

Comments ICML 2026

详情
AI中文摘要

随着AI代理越来越多地被部署为长期运行的系统,自主构建并持续演化定制软件以在动态环境中进行交互变得至关重要。然而,现有基准测试在孤立的、一次性的编码任务上评估代理,忽视了真实世界软件演化中固有的时间依赖和技术债务。为弥补这一差距,我们引入了DeepCommit,一个从嘈杂的提交日志中重建可验证里程碑DAG的代理管道,其中里程碑被定义为功能内聚的开发目标。这些可执行序列使得EvoClaw成为可能,这是一个新颖的基准测试,要求代理维持系统完整性并限制错误累积,这些是当前基准测试中大部分缺失的长期软件演化的维度。我们对4个代理框架下的12个前沿模型的评估揭示了一个关键弱点:整体性能得分从孤立任务上的>80%显著下降到持续设置中的最多38%,暴露了代理在长期维护和错误传播方面的深刻困境。

英文摘要

Real-world software must continuously evolve to meet ever-changing and open-ended requirements. AI agents, increasingly deployed as long-running systems, are now entrusted to drive this evolution. Yet, existing benchmarks evaluate agents on isolated, one-off coding tasks, neglecting the temporal dependencies and technical debt inherent in real-world software evolution. To bridge this gap, we introduce DeepCommit, an agentic pipeline that reconstructs verifiable Milestone DAGs from noisy commit logs, where milestones are defined as functionally cohesive development goals. These executable sequences enable SWE-Milestone, a benchmark that evaluates agents on streams of milestone-level tasks, requiring them to sustain system integrity and limit error accumulation, dimensions of long-term software evolution largely missing from current benchmarks. Our evaluation of 12 frontier models across 4 agent frameworks reveals a critical vulnerability: overall performance scores drop significantly from >80% on isolated tasks to at most 38% in continuous settings, exposing agents' profound struggle with long-term maintenance and error propagation.

URL PDF HTML 收藏
2509.03373 2026-07-13 cs.LG stat.ME stat.ML 版本更新

Cluster and then Embed: A Modular Approach for Visualization

先聚类再嵌入:一种可视化的模块化方法

Elizabeth Coda, Ery Arias-Castro, Gal Mishne

机构 * Department of Mathematics, University of California, San Diego(数学系,加州大学圣地亚哥分校) Halıcıoğlu Data Science Institute, University of California, San Diego(Halıcıoğlu数据科学研究所,加州大学圣地亚哥分校)

AI总结 研究针对t-SNE和UMAP在可视化时扭曲数据全局几何结构的问题,提出先聚类再嵌入的模块化方法,经多数据集实验验证,此方法在保持竞争力的同时更具透明度。

详情
AI中文摘要

诸如t-SNE和UMAP等降维方法是用于可视化具有潜在聚类结构数据的常用方法。它们在嵌入数据点时同时进行分组,能很好地保留局部信息且聚类清晰,但会扭曲底层数据的全局几何结构。我们提出一种更透明的模块化方法,先对数据聚类,再嵌入每个聚类,最后对齐聚类以获得全局嵌入。在多个合成和真实世界数据集上的实验表明,该方法与现有方法具有竞争力且更透明。

英文摘要

Dimensionality reduction methods such as t-SNE and UMAP are popular methods for visualizing data with a potential (latent) clustered structure. They are known to group data points at the same time as they embed them, resulting in visualizations with well-separated clusters that preserve local information well. However, t-SNE and UMAP also tend to distort the global geometry of the underlying data. We propose a more transparent modular approach that first clusters the data, then embeds each cluster, and finally aligns the clusters to obtain a global embedding. We demonstrate this approach on several synthetic and real-world datasets and show that it is competitive with existing methods, while being much more transparent.

URL PDF HTML 收藏
2504.07459 2026-07-13 cs.CL 版本更新

Beyond LLMs: A Linguistic Approach to Causal Graph Generation from Narrative Texts

超越大语言模型:一种从叙事文本生成因果图的语言学方法

Zehan Li, Ruhua Pan, Xinyu Pi

机构 * University of California, San Diego(加州大学圣地亚哥分校)

AI总结 该研究提出从叙事文本生成因果图的框架,先以LLM提取顶点,引入含七个语言特征的“专家索引”并集成到分类模型,结合RoBERTa嵌入提升因果关系识别精度,经五次迭代提示构建因果图,实验证明其优于GPT-4o和Claude 3.5,还提供开源工具。

Comments published at the 7th Workshop on Narrative Understanding, NAACL 2025

详情
AI中文摘要

我们提出了一个从叙事文本生成因果图的新颖框架,连接高级因果关系和特定事件的详细关系。该方法首先使用基于大语言模型(LLM)的摘要提取简洁的、以主体为中心的顶点。我们引入了一个由七个语言特征组成的“专家索引”,并将其集成到情境-任务-行动-后果(STAC)分类模型中。这种结合RoBERTa嵌入和专家索引的混合系统在因果关系识别方面比纯基于LLM的方法具有更高的精度。最后,通过结构化的五次迭代提示过程来细化和构建连接的因果图。在100个叙事章节和短篇小说上的实验表明,我们的方法在因果图质量上始终优于GPT-4o和Claude 3.5,同时保持可读性。这个开源工具为捕捉叙事中细微的因果链提供了一个可解释、高效的解决方案。

英文摘要

We propose a novel framework for generating causal graphs from narrative texts, bridging high-level causality and detailed event-specific relationships. Our method first extracts concise, agent-centered vertices using large language model (LLM)-based summarization. We introduce an "Expert Index," comprising seven linguistically informed features, integrated into a Situation-Task-Action-Consequence (STAC) classification model. This hybrid system, combining RoBERTa embeddings with the Expert Index, achieves superior precision in causal link identification compared to pure LLM-based approaches. Finally, a structured five-iteration prompting process refines and constructs connected causal graphs. Experiments on 100 narrative chapters and short stories demonstrate that our approach consistently outperforms GPT-4o and Claude 3.5 in causal graph quality, while maintaining readability. The open-source tool provides an interpretable, efficient solution for capturing nuanced causal chains in narratives.

URL PDF HTML 收藏