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

大厂专区

Cisco(思科)

至 收录 167
2501.11849 2026-07-21 cs.CL cs.AI cs.SI

Network-informed Prompt Engineering against Organized Astroturf Campaigns under Extreme Class Imbalance

在极端类别不平衡下基于网络的提示工程对抗有组织的Astroturf活动

Nikos Kanakaris, Heng Ping, Xiongye Xiao, Nesreen K. Ahmed, Luca Luceri, Emilio Ferrara, Paul Bogdan

机构 * University of Southern California(美国南加州大学) Cisco AI Research(思科人工智能研究)

AI总结 本文提出基于大型语言模型的Balanced RAG框架,通过提示工程和平衡检索增强生成技术,在极端类别不平衡下有效识别协调虚假信息活动。

Journal ref WWW '25: Companion Proceedings of the ACM on Web Conference 2025

详情
AI中文摘要

检测有组织的政治活动在对抗社交媒体上的虚假信息方面至关重要。现有的识别此类有组织活动的方法主要采用网络科学、图机器学习和自然语言处理技术。其最终目标是分析用户之间的关系和互动(例如转发)以及他们帖子之间的文本相似性。尽管这些方法在识别Astroturf活动方面有效,但它们面临显著的挑战,即可用训练数据集中的类别不平衡问题。为缓解这一问题,最近的方法通常依赖于数据增强或增加正样本数量,这在现实世界中可能并不总是可行或充分。沿着不同的路径,本文提出了一种基于大型语言模型(LLMs)的新型框架,引入了平衡检索增强生成(Balanced RAG)组件。我们的方法首先将帖子的文本信息(在本例中是推文)和社交网络中的用户互动作为输入提供给语言模型。然后,通过提示工程和所提出的平衡RAG方法,它有效检测了X(Twitter)上的协调虚假信息活动。所提出的框架不需要对语言模型进行任何训练或微调。相反,通过战略性地利用提示工程和平衡RAG的优势,它使LLMs能够克服类别不平衡的影响,并有效识别协调的政治活动。实验结果表明,通过结合所提出的提示工程和平衡RAG方法,我们的框架在精度、召回率和F1分数方面优于传统的基于图的基线方法,实现了2至3倍的提升。

英文摘要

Detecting organized political campaigns is of paramount importance in fighting against disinformation on social media. Existing approaches for the identification of such organized actions employ techniques mostly from network science, graph machine learning and natural language processing. Their ultimate goal is to analyze the relationships and interactions (e.g. re-posting) among users and the textual similarities of their posts. Despite their effectiveness in recognizing astroturf campaigns, these methods face significant challenges, notably the class imbalance in available training datasets. To mitigate this issue, recent methods usually resort to data augmentation or increasing the number of positive samples, which may not always be feasible or sufficient in real-world settings. Following a different path, in this paper, we propose a novel framework for identifying astroturf campaigns based solely on large language models (LLMs), introducing a Balanced Retrieval-Augmented Generation (Balanced RAG) component. Our approach first gives both textual information concerning the posts (in our case tweets) and the user interactions of the social network as input to a language model. Then, through prompt engineering and the proposed Balanced RAG method, it effectively detects coordinated disinformation campaigns on X (Twitter). The proposed framework does not require any training or fine-tuning of the language model. Instead, by strategically harnessing the strengths of prompt engineering and Balanced RAG, it facilitates LLMs to overcome the effects of class imbalance and effectively identify coordinated political campaigns. The experimental results demonstrate that by incorporating the proposed prompt engineering and Balanced RAG methods, our framework outperforms the traditional graph-based baselines, achieving 2x-3x improvements in terms of precision, recall and F1 scores.

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

The Hyperspherical Geometry of CLIP Latent Space: A Semantic Mixture Model

CLIP 潜在空间的超球面几何:一种语义混合模型

Zijie Yu, Gaowen Liu, Ramana Rao Kompella, Philip S. Yu, Yue Song

机构 * Tsinghua University(清华大学) Cisco Research(思科研究院) University of Illinois Chicago(伊利诺伊大学芝加哥分校)

AI总结 研究 CLIP 潜在空间,提出基于冯·米塞斯-费舍尔分布混合的密度模型,用期望最大化算法学习,实现准确可解释的密度估计,改善长尾和分布外检测,建立几何一致的概率框架。

Comments 23 pages, 8 figures

详情
AI中文摘要

对比语言-图像预训练(CLIP)表示形成了一个由余弦相似度控制的语义嵌入空间,反映了内在的超球面几何。然而,现有的概率解释通常依赖高斯假设,无法捕捉这种方向性和多模态结构。我们基于在单位超球面上定义的冯·米塞斯-费舍尔(MovMF)分布混合,为 CLIP 潜在空间提出了一个有原则的密度模型。使用期望最大化(EM)算法,我们有效地学习了一个概率模型,其中每个混合成分对应一个连贯的语义概念。该公式产生了一个与超球面几何自然对齐的闭式似然,实现了准确且可解释的密度估计。实验上,我们的模型显著改善了长尾和分布外检测,并提供了自然的语义分解,将每个嵌入表示为可解释概念的稀疏概率组合。这些结果表明,CLIP 潜在空间更忠实地被表征为超球面语义混合而非各向同性高斯,为建模和理解多模态表示建立了一个简单且几何一致的概率框架。

英文摘要

Contrastive Language-Image Pretraining (CLIP) representations form a semantic embedding space governed by cosine similarity, reflecting an intrinsic hyperspherical geometry. However, existing probabilistic interpretations typically rely on Gaussian assumptions, which fail to capture this directional and multimodal structure. We propose a principled density model for the CLIP latent space based on Mixtures of von Mises-Fisher (MovMF) distributions defined on the unit hypersphere. Using the Expectation-Maximization (EM) algorithm, we efficiently learn a probabilistic model in which each mixture component corresponds to a coherent semantic concept. This formulation yields a closed-form likelihood naturally aligned with hyperspherical geometry, enabling accurate and interpretable density estimation. Empirically, our model significantly improves long-tailed and out-of-distribution detection and provides a natural semantic decomposition, representing each embedding as a sparse probabilistic combination of interpretable concepts. These results suggest that CLIP latent space is more faithfully characterized as a hyperspherical semantic mixture rather than an isotropic Gaussian, establishing a simple and geometrically consistent probabilistic framework for modeling and understanding multimodal representations. Project page is available at https://xiaoyuzhizi.github.io/movmf-clip/.

URL PDF HTML 收藏
2607.13189 2026-07-16 cs.CL cs.AI 新提交

RAGthoven at SemEval-2026 Task 1: A Multi-Stage Pipeline Walks Into a Benchmark and Barely Clears the Bar

RAGthoven参加SemEval-2026任务1:一个多阶段管道进入基准测试且勉强达标

Marek Šuppa, Viktória Ondrejová, Lucia Ganajová, Gregor Karetka, Daniel Skala

机构 * Comenius University in Bratislava(布拉迪斯拉发的夸美纽斯大学) Cisco Systems(思科系统公司) Zaitra s.r.o.(扎伊特拉有限公司) NaiveNeuron(天真神经元)

AI总结 介绍用于SemEval-2026任务1子任务A的RAGthoven系统,它将幽默文本生成分解为多阶段LLM管道,经多次实验优化,最终配置用RAG增强规划器,还评估两种智能变体,虽工具调用预算增加,但在英语样本上未超非智能管道,在三种语言中与基线并列第一,显示语言相关回报递减。

Comments SemEval-2026 Task 1

详情
AI中文摘要

我们展示了RAGthoven,这是我们用于SemEval-2026任务1(MWAHAHA)子任务A(英语、西班牙语和中文的多语言受限幽默生成)的系统。RAGthoven将创造性文本生成分解为一个基于计算幽默理论(良性违规理论、基于脚本的幽默语义理论)并经过十次实验优化的多阶段大语言模型(LLM)管道(规划器、最佳N生成器、自我批判反射器、LLM裁判)。在最终配置中,我们用来自精心策划的笑话语料库的检索增强生成(RAG)增强规划器,用不同的笑话机制进行生成。我们还评估了两种智能变体——ReAct风格的顺序工具调用(实验09)和自主多分支编排(实验10)——它们通过确定性的约束审核检查器展示相同的四个阶段。在一个保留的12实例英语样本上的四个前沿模型中,尽管工具调用预算大幅增加,但两种智能变体都没有产生我们认为优于非智能管道的输出。RAGthoven在所有三种语言中与Gemini 2.5 Flash基线并列第一,组织者报告的置信区间重叠。在西班牙语中,它比基线领先42个原始Elo点(1182对1140),而在英语(1045对1081)和中文(1045对1053)中,基线在相同的统计平局中保持较高的原始评分。这些结果共同表明,一旦有强大的前沿模型参与,精心的多阶段提示工程和智能脚手架在语言方面的回报会递减。

英文摘要

We present RAGthoven, our system for SemEval-2026 Task 1 (MWAHAHA), Subtask A (multilingual constrained humor generation in English, Spanish, and Chinese). RAGthoven decomposes creative text generation into a multi-stage large language model (LLM) pipeline (Planner, Best-of-N Writer, Reflector for self-critique, LLM-as-a-judge Judge) grounded in computational humor theory (Benign Violation Theory, Script-based Semantic Theory of Humor) and refined across ten experiments. In our final configuration, we augment the Planner with retrieval-augmented generation (RAG) from a curated joke corpus, seeding generation with diverse joke mechanisms. We also evaluate two agentic variants -- ReAct-style sequential tool-calling (Exp09) and autonomous multi-branch orchestration (Exp10) -- that expose the same four stages with a deterministic ConstraintAudit checker. Across four frontier models on a held-out 12-instance English sample, neither agentic variant produced outputs we judged superior to the non-agentic pipeline despite substantially higher tool-call budgets. RAGthoven shares Rank 1 with the Gemini 2.5 Flash baseline in all three languages, with overlapping organizer-reported confidence intervals. In Spanish, it leads the baseline by 42 raw Elo points (1182 vs. 1140), while in English (1045 vs. 1081) and Chinese (1045 vs. 1053) the baseline holds the higher raw rating within the same statistical tie. Together, these results suggest language-dependent diminishing returns from elaborate multi-stage prompt engineering and agentic scaffolding once a strong frontier model is in the loop.

URL PDF HTML 收藏
2607.06979 2026-07-09 cs.LG 新提交

Robust Federated Learning Under Real-World Client Churn

现实世界客户端流失情况下的鲁棒联邦学习

Dhruv Garg, Neha Lakhani, Debopam Sanyal, Myungjin Lee, Alexey Tumanov, Ada Gavrilovska

机构 * Georgia Tech(佐治亚理工学院) Cisco Research(思科研究院)

AI总结 研究现实世界客户端流失情况下的联邦学习,提出FeLiX框架,通过引入流感知可用性层、新鲜效用选择和信息感知延迟鲁棒聚合三个原语,在实时交互流上最小化达到目标准确率的挂钟时间,相比基线减少挂钟时间和通信带宽。

Comments 13 pages

详情
AI中文摘要

联邦学习(FL)能在私有设备数据上训练共享模型,但生产部署因协调大量客户端群体的复杂性而受限于缓慢的多日刷新周期。对于诸如饲料排名、广告定位和个性化推荐等应用,模型的新鲜度,即快速适应新用户本地数据的能力,对于最大化诸如点击率等目标至关重要。弥合这一差距需要解决现有FL系统忽视的三个挑战:瞬态客户端可用性、动态数据异构性以及模型预测与可观察结果之间的延迟。我们提出了FeLiX,一个FL编排框架,可在实时交互流上最小化达到目标准确率的挂钟时间。FeLiX引入了三个原语:(i)流感知可用性层,利用轻量级遥测大规模识别就绪客户端;(ii)新鲜效用选择,一种双层机制,优先从能够满足严格刷新期限的设备获取统计上有价值的更新;(iii)信息感知、延迟鲁棒聚合,纳入包含真实结果的延迟高价值更新,而不会使全局模型偏向陈旧分布。与依赖不切实际的客户端可用性预言知识的现有系统不同,FeLiX在现实世界环境中实现了近乎预言的性能。在CIFAR-10、谷歌语音和现实低可用性轨迹上,与最先进的同步和异步FL基线相比,FeLiX将达到目标准确率的挂钟时间减少了高达2.37倍,同时将通信带宽减少了1.30倍。

英文摘要

Federated Learning (FL) enables training shared models on private, on-device data, but production deployments remain constrained to slow, multi-day refresh cycles due to the complexity of coordinating massive client populations. For applications such as feed ranking, ad targeting, and personalized recommendation, model freshness: the ability to rapidly adapt to new user-local data is critical for maximizing objectives like click-through rate. This lag leaves models stale and unresponsive to volatile data distributions driven by viral trends and shifting user intent. Bridging this gap requires addressing three challenges overlooked by existing FL systems: transient client availability, dynamic data heterogeneity, and delays between model predictions and observable outcomes. We present FeLiX, an FL orchestration framework that minimizes wall-clock time-to-target accuracy on live interaction streams. FeLiX introduces three primitives: (i) streaming-aware availability tiers that leverage lightweight telemetry to identify ready clients at scale; (ii) fresh-utility selection, a dual-tier mechanism that prioritizes statistically valuable updates from devices able to meet tight refresh deadlines; and (iii) informativeness-aware, delay-robust aggregation that incorporates late, high-value updates containing ground-truth outcomes without biasing the global model toward stale distributions. Unlike prior systems that rely on unrealistic oracular knowledge of client availability, FeLiX achieves near-oracular performance in real-world settings. Across CIFAR-10, Google Speech, and realistic low-availability traces, FeLiX reduces wall-clock time-to-target accuracy by up to 2.37X while reducing communication bandwidth by 1.30X compared to state-of-the-art synchronous and asynchronous FL baselines.

URL PDF HTML 收藏
2507.05116 2026-07-09 cs.CV cs.AI cs.RO 版本更新

VOTE: Vision-Language-Action Optimization with Trajectory Ensemble Voting

VOTE:基于轨迹集成投票的视觉-语言-动作优化

Juyi Lin, Amir Taherin, Arash Akbari, Arman Akbari, Lei Lu, Guangyu Chen, Taskin Padir, Xiaomeng Yang, Weiwei Chen, Yiqian Li, Xue Lin, David Kaeli, Pu Zhao, Yanzhi Wang

机构 * Northeastern University(东北大学) Cisco(思科) EmbodyX

AI总结 针对VLA模型生成令牌多、动作利用不足的问题,开发训练框架微调模型减少令牌生成,引入基于投票的集成策略优化推理,相比现有模型性能更优,推理更快,证明了实际可部署性。

Comments 12 pages

详情
AI中文摘要

近期大规模视觉语言动作(VLA)模型在自然语言引导的机器人操作任务中表现出色。但当前VLA模型存在两大缺点:一是生成大量令牌导致推理延迟高和训练成本增加;二是对生成动作的利用不足导致潜在性能损失。为解决这些问题,我们开发了一个训练框架来微调VLA模型,以高并行度生成更少的动作令牌,有效降低推理延迟和训练成本。此外,我们引入了一种基于新颖投票的集成策略的推理优化技术,结合当前和先前的动作预测,提高生成动作的利用率和整体性能。我们的结果表明,与现有VLA模型相比,我们实现了卓越的性能,在边缘平台上成功率显著更高,推理速度比OpenVLA快39倍,吞吐量为46Hz,证明了实际可部署性。代码可通过此https URL获取。

英文摘要

Recent large-scale Vision Language Action (VLA) models have shown superior performance in robotic manipulation tasks guided by natural language. However, current VLA models suffer from two drawbacks: (i) generation of massive tokens leading to high inference latency and increased training cost, and (ii) insufficient utilization of generated actions resulting in potential performance loss. To address these issues, we develop a training framework to finetune VLA models for generating significantly fewer action tokens with high parallelism, effectively reducing inference latency and training cost. Furthermore, we introduce an inference optimization technique with a novel voting-based ensemble strategy to combine current and previous action predictions, improving the utilization of generated actions and overall performance. Our results demonstrate that we achieve superior performance compared with state-of-the-art VLA models, achieving significantly higher success rates and 39$\times$ faster inference than OpenVLA with 46 Hz throughput on edge platforms, demonstrating practical deployability. The code is available at https://github.com/LukeLIN-web/VOTE.

URL PDF HTML 收藏
2607.05481 2026-07-08 cs.CR cs.AI cs.LG 新提交

Full-range Binary Classifier Calibration for Stable Model Updates in Production

用于生产中稳定模型更新的全范围二元分类器校准

Konstantin Berlin

机构 * Cisco AI Defense(思科人工智能防御)

AI总结 针对对抗环境中检测模型面临的问题,引入基于现有校准原语的方法,使模型输出分数有一致FPR含义,降低FPR误差,且交付工件小,为生产中模型稳定更新提供了有效解决方案。

详情
AI中文摘要

在对抗环境中运行的检测模型面临恶意分布快速漂移而良性分布相对稳定的情况,团队需不断重新训练和重新部署以应对新威胁。重新训练会改变模型输出预测分数,影响下游用户。我们需要跨所有输出值的一致误报率(FPR),而标准概率校准方法针对类概率而非FPR合约。我们引入一种基于现有校准原语的方法,针对整个FPR曲线,使分数在部署中有一致的FPR含义。在一个保留分割上,从10%到0.1% FPR的观察到的相对FPR误差至多为2.3%,在0.01% FPR时为7.2%。跨校准集从1K到10M良性样本的测量中,交付工件保持在200KB以下。

英文摘要

Detection models running in adversarial environments face a malicious distribution that drifts rapidly while the benign distribution stays comparatively stable, so teams retrain and redeploy constantly to stay ahead of new threats. Retraining tends to change the output prediction scores, which breaks downstream users of the model. For these security-oriented models we need consistent false-positive rate (FPR) across all output values, whereas standard probability-calibration methods target class probability rather than an FPR contract. We introduce a method built on top of existing calibration primitives that targets the whole FPR curve, giving scores a consistent FPR meaning across deployments. On one held-out split, the observed relative FPR error was at most 2.3% from 10% down to 0.1% FPR and 7.2% at 0.01% FPR. The shipped artifact remains under 200 KB in measurements across calibration sets from 1K to 10M benign samples.

URL PDF HTML 收藏
2607.04206 2026-07-07 cs.DC cs.LG 新提交

Sangam: Efficiently Serving Diffusion LLMs with the AR Stack

Sangam:使用AR堆栈高效服务扩散语言模型

Nitin Kedia, Saurabh Agarwal, Myungjin Lee, Aditya Akella

机构 * The University of Texas at Austin(德克萨斯大学奥斯汀分校) Cisco Research(思科研究)

AI总结 研究扩散语言模型服务问题,提出Sangam系统,用赤字令牌预算调度器实现摊还无停顿调度,采用混合服务策略缓解预填充资源不足,揭示服务设计空间受预填充-解码干扰等因素影响。

详情
AI中文摘要

扩散语言模型通过迭代去噪掩码响应生成文本,其双向注意力阻止精确自回归式KV缓存。近似缓存技术虽使AR服务机制相关但不直接适用。本文提出Sangam用于缓存dLLM推理,介绍赤字令牌预算调度器及混合服务策略,表明dLLM服务设计空间受预填充-解码干扰等因素影响。

英文摘要

Diffusion language models (dLLMs) generate text by iteratively denoising a masked response and can commit multiple output positions per model invocation. Their bidirectional attention prevents exact autoregressive-style KV caching, since committing one position shifts the KV activations of all others. Approximate caching techniques such as Fast-dLLM and dKV-Cache refresh KV activations repeatedly and reuse them across intervening decodes, inducing a repeated prefill/decode structure. This makes AR serving mechanisms relevant to dLLMs, but not directly applicable. dLLM decodes are block-sized rather than token-sized, prefills recur, and bidirectional attention precludes the chunked prefill mechanism used for stall-free colocated serving. We present Sangam, a serving system for cached dLLM inference. Sangam introduces a deficit token-budget scheduler that admits in-flight decodes first, admits whole indivisible prefills only when the accumulated token budget allows, and carries unused budget forward. This achieves amortized stall-free scheduling. Disaggregated serving avoids prefill-decode interference but suffers from prefill/decode resource partitioning problem. Sangam adopts a hybrid serving strategy, overflowing prefills onto decode workers to relieve prefill under-provisioning, and uses the same deficit-budget scheduler to protect those workers' decodes from the overflow. We show that like AR serving, dLLM serving design space is governed by prefill-decode interference and prefill/decode partitioning. Colocated serving is most effective on decode-heavy workloads, cutting mean latency by 9-20% over hybrid execution on LLaDA-8B ShareGPT; while hybrid execution is most effective on prefill-heavy workloads, cutting mean latency by 8-20% over colocated execution on Dream-7B arXiv. Sangam is available at https://github.com/UT-InfraAI/sangam.

URL PDF HTML 收藏
2605.08446 2026-07-07 cs.LG 版本更新

Direct Bethe Free Energy Minimization for Bayesian Neural Networks

基于贝叶斯神经网络的直接贝叶斯自由能最小化

Pavel Prochazka

机构 * Cisco Inc.(思科公司)

AI总结 本文提出通过直接最小化贝叶斯自由能来训练贝叶斯神经网络,该方法在树状因子图上精确,可处理混合概率和确定性子图,且在单次梯度传递中实现联合优化,无需交叉验证。

Comments Submited to conference - fix typo in title + name

详情
AI中文摘要

我们提出通过直接最小化贝叶斯自由能来训练贝叶斯神经网络,而不是最大化变分下界。在树状因子图上,贝叶斯自由能是精确的;确定性层从目标中消失,并通过标准反向传播训练,因此框架可以容纳任何混合的概率和确定性子图而无需修改。将权重后验限制为最后一层高斯分布得到解析可计算的损失:对于高斯似然,贝叶斯损失等于精确边缘似然;对于probit似然,它通过probit-高斯卷积减少为闭式形式。两种目标严格位于MAP和ELBO之间(L_MAP ≤ L_Bethe ≤ L_ELBO),消除了结构Jensen间隙,即任何变分家族都无法消除的间隙。Z一致先验形式使先验精度成为可微参数,使经验贝叶斯——联合优化权重、协方差和超参数——在单次梯度传递中实现,无需交叉验证或外循环。所有变体在MAP等价推断成本下允许闭式预测,与集合和采样方法形成对比。在8个UCI回归和12个UCI分类基准上,贝叶斯方法在单次传递成本下与标准参考方法竞争。独立地,联合单次传递经验贝叶斯在本质上所有数据集变体组合上匹配网格搜索交叉验证的先验精度,消除了外超参数循环,而无需可测量成本。孤立数据集上的优化间隙反映的是数值而非框架原则性的限制。

英文摘要

Bayesian neural networks are typically trained against the evidence lower bound (ELBO), whose Jensen gap closes only when the variational posterior is exact. We instead train by local consistency: gradient descent on the Bethe free energy, driving the belief at every factor toward agreement with its neighbours rather than placing a loss on the output. The resulting objective scores each observation by its own predictive density: a strictly proper rule whose optimum is the true conditional, for any likelihood with a tractable predictive convolution. Instantiated with a Gaussian last layer over a deterministic backbone, exact inference appears as one known corner: the neural-linear marginal likelihood. That corner is evidence-optimal; the shared-cavity, free-routed interior is predictive-optimal, improving NLL and calibration over it. This instance, SCROLL (Shared-Cavity fRee-rOuting Last-Layer), is a single-pass Bayesian neural network: batchable, any-likelihood, and implicitly empirical-Bayes-prior precision, observation noise, covariance, and backbone fit in one gradient pass. Prior work enters the interior only through the ELBO and its Jensen gap, even in this conjugate setting. At a single training run and forward pass per architecture-where the validation-tuned conventional references cross-validate $λ$ and ensembles pay $5$-$50\times$ at inference-a fixed SCROLL variant is best-or-tied on NLL and calibration on 7/8 UCI regression benchmarks, and best on 4/5 across three large tabular datasets (up to 515k examples) and two frozen text/vision embeddings.

URL PDF HTML 收藏
2607.00173 2026-07-02 cs.LG 新提交

TallyTrain: Communication-Efficient Federated Distillation

TallyTrain: 通信高效的联邦蒸馏

Radhakrishna Achanta, Will Reed

机构 * Cisco Systems Inc(思科系统公司)

AI总结 针对联邦学习中模型大小和类别数导致的通信瓶颈,提出TallyTrain方法,通过传输argmax类别索引将每个探针的通信量压缩至⌈log₂C⌉比特,在非独立同分布训练下优于软标签蒸馏,并在标准基准上匹配或超越软标签蒸馏,通信量降低三个数量级。

Comments 27 pages, 7 figures, 12 tables

详情
AI中文摘要

联邦学习在两个正交轴上受带宽限制:模型大小,限制了参数平均方法可以合并的频率;以及类别数,使得在大词汇量下每个探针的软标签蒸馏变得不可行。随着现代系统的扩展,这两个上限都变得更加严格。我们通过仅传输每个对等体的$\arg\max$类别索引,将类别数轴压缩到每个探针$\lceil \log_2 C \rceil$比特,其中$C$是输出类别的数量。由此产生的协议TallyTrain不仅仅是压缩:在非独立同分布训练下,它可能比软标签蒸馏更可取,因为训练不足的对等体自信地犯错,多数投票过滤了这种噪声,而软标签平均则放大了噪声。在标准基准测试中,TallyTrain以最多三个数量级更少的通信量匹配或超越软标签蒸馏。我们还放松了模型大小轴:我们将廉价的硬标签共识与稀疏参数合并相结合,获得了一种带宽桥接变体,该变体在Pareto上支配了标准FedAvg、FedProx和FedDF基线的每个测试操作点。

英文摘要

Federated learning is bandwidth-bound on two orthogonal axes: model size, which limits how often parameter-averaging methods can afford to merge, and class count, which makes per-probe soft-label distillation prohibitive at large vocabularies. Both ceilings tighten as modern systems scale. We collapse the class-count axis to $\lceil \log_2 C \rceil$ bits per probe by transmitting only each peer's $\arg\max$ class index, where $C$ is the number of output classes. The resulting protocol, TallyTrain, is not merely compressed: under non-IID training it can be preferable to soft-label distillation, because under-trained peers are confidently wrong and majority voting filters this noise where soft-label averaging amplifies it. Across standard benchmarks, TallyTrain matches or beats soft-label distillation at up to three orders of magnitude less communication. We also relax the model-size axis: we compose the cheap hard-label consensus with sparse parameter merges to obtain a bandwidth-bridge variant, which Pareto-dominates every tested operating point of the standard FedAvg, FedProx and FedDF baselines.

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

Distill to Detect: Exposing Stealth Biases in LLMs through Cartridge Distillation

蒸馏检测:通过弹药筒蒸馏揭露大语言模型中的隐蔽偏见

Shayan Talaei, Abhinav Chinta, Devvrit Khatri, Amin Karbasi, Azalia Mirhoseini, Amin Saberi

机构 * Stanford University(斯坦福大学) University of Texas at Austin(德克萨斯大学奥斯汀分校) Foundation AI–Cisco Systems Inc.(Foundation AI–思科系统公司)

AI总结 提出Distill to Detect (D2D)方法,通过蒸馏模型与基座之间的分布偏移到KV缓存前缀适配器中,放大隐蔽偏见信号至可检测程度,并基于Fisher加权投影理论解释其有效性。

Comments Accepted to the ICML 2026 Workshops on TAIGR, AI4GOOD, Mechanistic Interpretability, and CoLoRAI

详情
AI中文摘要

部署在高风险角色中的语言模型可能潜在地偏向某些实体、品牌或观点,从而大规模引导用户决策。这种偏好偏见可能由模型供应链中的任何参与者引入,并且当模型仅在相关主题上表现出偏好,而在所有其他输入上与其未修改的基座表现一致时最为危险。最近的研究表明,这些偏见可以通过在语义无关数据上的上下文蒸馏进行转移,信号完全存在于软logit分布中,对基于文本的检查不可见。然而,防御者面临一个根本的不对称性:在不知道偏见主题的情况下,无论检查生成的文本、内部表示还是模型权重,没有任何检测方法能够可靠地揭示隐蔽的偏好偏见。在这里,我们引入了Distill to Detect (D2D),一种通过将怀疑模型与其基座之间的分布偏移蒸馏到弹药筒(一个KV缓存前缀适配器)中来揭示隐藏偏见的方法,集中主导差异并将偏见信号放大到生成的文本中。我们表明,D2D成功地将隐蔽模型的隐藏偏见放大到可以在多种偏见类型中可靠检测的程度。我们还提出了一个理论框架,通过Fisher加权投影logit分布偏移的视角解释了D2D的有效性,并得到了经验观察的支持。通过将前缀调优适配器的容量瓶颈转化为检测工具,D2D为审计部署语言模型中的隐藏行为提供了一个实用的构建模块。

英文摘要

Language models deployed in high-stakes roles can potentially favor certain entities, brands, or viewpoints, steering user decisions at scale. Such preferential biases can be introduced by any actor in the model's supply chain and are most dangerous when the model reveals its preference only on the relevant topic while behaving identically to its unmodified base on all other inputs. Recent work has shown that these biases can transfer through context distillation on semantically unrelated data, with the signal residing entirely in the soft logit distribution and remaining invisible to text-based inspection. However, the defender faces a fundamental asymmetry: without knowing the bias topic, no detection method can reliably surface a stealth preferential bias, regardless of whether it examines generated text, internal representations, or model weights. Here we introduce Distill to Detect (D2D), a method that surfaces hidden biases by distilling the distributional shift between a suspected model and its base into a cartridge (a KV-cache prefix adapter), concentrating the dominant divergence and amplifying the bias signal into generated text. We show that D2D successfully amplifies the hidden biases of stealth models to the extent that they can be reliably detected across multiple bias types. We also propose a theoretical framework that explains the efficacy of D2D through the lens of Fisher-weighted projection of the logit distribution shift, supported by empirical observations. By turning the capacity bottleneck of prefix-tuning adapters into a detection tool, D2D provides a practical building block for auditing hidden behaviors in deployed language models.

URL PDF HTML 收藏
2606.27755 2026-06-29 cs.RO cs.AI 新提交

Drop-Then-Recovery: How Redundant Are Vision-Language-Action Models?

丢弃-再恢复:视觉-语言-动作模型有多冗余?

Guoheng Sun, Kaixi Feng, Shwai He, Xiaochuan Gong, Yexiao He, Ziyao Wang, Zheyu Shen, Wanghao Ye, Ramana Rao Kompella, Gaowen Liu, Ang Li

机构 * University of Maryland, College Park(马里兰大学帕克分校) Cisco Research(思科研究院)

AI总结 通过提出Drop-Then-Recovery分析协议和GateProbe敏感性指标,发现VLA模型中语言骨干高度冗余,而视觉和动作路径对移除更敏感。

详情
AI中文摘要

视觉-语言-动作(VLA)模型实现了指令驱动的机器人操作,但它们继承了来自预训练VLM的过大的语言骨干,其容量远超短机器人指令所需。这引出了一个基本问题:VLA模型中有多少部分对于闭环控制是真正必要的?在这项工作中,我们通过使用Transformer块移除作为受控干预,研究VLA模型中的架构冗余。我们引入了\textbf{Drop-Then-Recovery (DTR)},一种分析协议,它从预训练的VLA模型中移除选定的块,然后微调得到的模型,以测量移除的容量对于下游控制是否必要。为了使这种干预可靠,我们提出了\textbf{GateProbe},一种一次性虚拟门敏感性度量,根据块对下游动作损失的贡献对其进行排序。在多种VLA架构、操作基准甚至真实机器人工业场景中,我们发现移除后的可恢复性存在强烈的不对称性:\ul{\textit{语言骨干对于标准机器人操作任务高度冗余,而视觉和动作路径对移除的容忍度显著较低}}。在LIBERO上,移除一半的LLM块甚至在下游微调预算相同的情况下将OpenVLA-OFT从95.0%提升到98.3%,仅保留两个语言块仍能恢复基线性能。这些结果表明,当前的VLA基准可能对深度语言基础和组合指令理解施加了有限压力,未来的VLA架构应在语言、视觉和动作组件之间更谨慎地分配容量。代码可在该网址获取。

英文摘要

Vision-Language-Action (VLA) models enable instruction-driven robotic manipulation, but they inherit oversized language backbones from pretrained VLMs whose capacity far exceeds what is needed for short robotic instructions. This raises a basic question: how much of a VLA model is actually necessary for closed-loop control? In this work, we study architectural redundancy in VLA models by using transformer block removal as a controlled intervention. We introduce \textbf{Drop-Then-Recovery (DTR)}, an analysis protocol that removes selected blocks from a pretrained VLA model and then fine-tunes the resulting model to measure whether the removed capacity was necessary for downstream control. To make this intervention reliable, we propose \textbf{GateProbe}, a one-shot virtual-gate sensitivity metric that ranks blocks by their contribution to the downstream action loss. Across multiple VLA architectures, manipulation benchmarks and even real-robot industrial scenarios, we find a strong asymmetry in post-removal recoverability: \ul{\textit{language backbones are highly redundant for standard robotic manipulation tasks, whereas vision and action pathways are substantially less tolerant to removal}}. On LIBERO, removing half of the LLM blocks even improves OpenVLA-OFT from 95.0% to 98.3% under the same downstream fine-tuning budget, and retaining only two language blocks still recovers baseline-level performance. These results suggest that current VLA benchmarks may exert limited pressure on deep language grounding and compositional instruction understanding, and that future VLA architectures should allocate capacity more deliberately across language, vision, and action components. The code is available at https://github.com/s1ghhh/VLADrop.

URL PDF HTML 收藏
2606.27091 2026-06-26 cs.CR cs.AI 新提交

Inherited Circuits, Learned Semantics: How Fine-Tuning Creates Evasion Vulnerabilities Invisible to Standard Evaluation

继承的电路,学习的语义:微调如何创建标准评估不可见的规避漏洞

Ryan Fetterman

机构 * Cisco Talos(思科 Talos)

AI总结 研究微调如何引入安全分类模型的规避漏洞,通过因果干预定位继承电路,提出预部署监测方法,发现微调扩展了规避面。

详情
AI中文摘要

用于安全分类的微调LLM通常在与其训练数据相同分布的保留样本上进行评估。我们表明,这可能会遗漏微调本身引入的漏洞:模型可以学习令牌级指示器语义,在保持规范准确性的同时,在行为保持变换(如PowerShell别名替换、命令重构、字符串构造、执行间接和大小写变异)下失败。我们在匹配的PowerShell分类队列上研究了Foundation-Sec-8B-Instruct及其基础模型Llama-3.1-8B-Instruct。因果干预将分类电路定位到从Llama继承而非微调创建的后期注意力路径。微调集中并语义专门化这个继承结构,改善基线行为,同时创建对变换敏感的攻击面。一个三级规避基准发现Foundation-Sec在iwr替换、Invoke-Expression重构和大小写变异的Invoke-Expression/IEX变体上失败,而Llama没有。我们还推导出一种预部署监测方法:分类边界上的线性探针和指示器令牌符号检验识别出规范指示器在微调后角色发生变化的命令族。这些信号优先使用仅规范输入的红队变体生成,表明安全微调可以提高任务准确性,同时扩大规避面。这些结果警告不要将小型任务特定微调视为直接更安全的安全分类器:专门化可以将继承的模型结构转换为脆弱的指示器规则,在保持保留准确性的同时扩大规避面。鲁棒的AI安全需要指定任务的完整变换空间,并监控微调过程中的语义漂移。

英文摘要

LLMs fine-tuned for security classification are usually evaluated on held-out examples from the same distribution as their training data. We show that this can miss vulnerabilities introduced by fine-tuning itself: models can learn token-level indicator semantics that preserve canonical accuracy while failing under behavior-preserving transformations such as PowerShell alias substitution, command reconstruction, string construction, execution indirection, and case mutation. We study Foundation-Sec-8B-Instruct and its base model, Llama-3.1-8B-Instruct, on matched PowerShell classification cohorts. Causal interventions localize the classification circuit to a late-attention route inherited from Llama rather than created by fine-tuning. Fine-tuning concentrates and semantically specializes this inherited structure, improving baseline behavior while creating transformation-sensitive attack surfaces. A three-tier evasion benchmark finds Foundation-Sec misses on iwr substitution, Invoke-Expression reconstruction, and case-mutated Invoke-Expression/IEX variants that Llama does not share. We also derive a pre-deployment monitoring method: a linear probe at the classification boundary and an indicator-token sign test identify command families where canonical indicators change role after fine-tuning. These signals prioritize red-team variant generation using only canonical inputs, showing that security fine-tuning can improve task accuracy while expanding the evasion surface. These results caution against treating small task-specific fine-tunes as straightforwardly safer security classifiers: specialization can convert inherited model structure into brittle indicator rules that preserve held-out accuracy while expanding the evasion surface. Robust AI-enabled security will require specifying the full transformation space of the task and monitoring semantic drift through fine-tuning.

URL PDF HTML 收藏
2606.25656 2026-06-25 cs.CL cs.AI cs.IR 新提交

Is GraphRAG Needed? From Basic RAG to Graph-/Agentic Solutions with Context Optimization

是否需要GraphRAG?从基础RAG到基于图/智能体的上下文优化解决方案

Long Chen, Ryan Razkenari, Yuxuan Zhou, Yuan Tian, Rahul Ghosh, Venkatesh Pappakrishnan, Disha Ahuja, Vidya Sagar Ravipati

机构 * Generative AI Innovation Center, Amazon Web Services (AWS)(亚马逊云科技(AWS)生成式AI创新中心) Cisco Systems, Inc.(思科系统公司)

AI总结 本文提出一个框架,比较常规RAG、GraphRAG、Modular RAG和Agentic RAG在9种标准化场景下的性能,并引入上下文工程方法减少19%-53%的token使用,同时发现检索-生成差距,表明扩展检索未成比例提升生成质量。

Comments Accepted to ACL 2026 GEM Workshop

详情
AI中文摘要

随着GraphRAG和Agentic RAG等高级RAG变体的出现,一个关键问题是何时以及如何使用它们。在此,我们引入一个框架,用于在半结构化知识库上评估和比较不同的RAG场景,包括常规RAG、GraphRAG、Modular RAG和Agentic RAG。我们提供了9种标准化RAG场景的实现,并进行了全面比较的实验。这些场景针对数据和领域限制的实际用例设计,涵盖从简单的文档检索到高级功能,如混合文本-图检索、与计算或预定义的领域知识图谱集成、智能体多步规划以及智能体-图集成。此外,我们提出了一种新颖的上下文工程方法,用于GraphRAG和Agentic RAG,解决了上下文/内存溢出问题,通过新的表示和智能体循环设计有效管理文本和图检索,使token使用量减少19%-53%。此外,进一步分析发现了一个检索-生成差距,即扩展检索并未成比例地提高生成质量,表明面向检索的指标夸大了高级检索的益处。这项工作为构建生产级智能RAG系统提供了何时以及如何使用它们的数据驱动见解。

英文摘要

As advanced RAG variants like GraphRAG and Agentic RAG emerge, one leading question is when and how to use them. Here, we introduce a framework for different RAG scenarios evaluation and comparison on semi-structured knowledge bases, including regular RAG, GraphRAG, Modular RAG and Agentic RAG. We provide implementation for 9 standardized RAG scenarios, and conduct experiments for a comprehensive comparison. These scenarios are designed for real use cases regarding data and domain restrictions, spanning from simple document-based retrieval to advanced features such as hybrid text-graph retrieval, integration with computed or pre-defined domain knowledge graphs, agentic multi-step planning, and agent-graph integration. Besides, we present a novel context engineering method for GraphRAG and Agentic RAG, addressing the context/memory overflow issues, efficiently managing text and graph retrievals with new representations and agentic loop design, leading to 19%-53% reduction on token usage. Moreover, further analysis identifies a retrieval-generation gap where expanded retrieval does not proportionally improve generation quality, suggesting retrieval-oriented metrics overstate advanced retrieval benefits. This work provides data-driven insights on when and how to use them for building production-ready intelligent RAG systems.

URL PDF HTML 收藏
2606.24437 2026-06-24 cs.AI 新提交

ReM-MoA: Reasoning Memory Sustains Mixture-of-Agents Scaling

ReM-MoA:推理记忆维持混合代理的扩展

Heng Ping, Arijit Bhattacharjee, Peiyu Zhang, Shixuan Li, Wei Yang, Ali Jannesari, Nesreen Ahmed, Paul Bogdan

机构 * University of Southern California(南加州大学) Iowa State University(爱荷华州立大学) Cisco AI Research(思科人工智能研究院)

AI总结 提出ReM-MoA框架,通过排名推理记忆和策展多样化记忆路由机制,解决混合代理架构随深度增加性能退化问题,在多个推理基准上持续优于现有方法。

详情
AI中文摘要

混合代理(MoA)架构通过将多个LLM代理组织成分层推理流水线来改进推理时扩展。然而,现有的MoA变体随着深度增加无法维持增益,表现出退化、早期平台期或饱和。我们提出ReM-MoA,一种记忆增强的MoA框架,通过两种机制维持扩展:(1)排名推理记忆,使用比较性评审代理持久存储和排名所有层的推理轨迹;(2)策展多样化记忆路由方案,使不同代理暴露于成功和失败轨迹的不同组合,在传播高质量推理的同时保持探索多样性。我们进一步引入可选的跨领域评审器蒸馏流水线,通过前沿模型监督提高排名质量。在涵盖数学、形式逻辑、代码、知识和常识的五个推理基准上,ReM-MoA在深度和宽度扩展上均一致优于先前的MoA变体,并且其优势随深度增加而扩大,确立了结构化跨层推理记忆作为可扩展多代理推理的关键缺失机制。

英文摘要

Mixture-of-Agents (MoA) architectures improve inference-time scaling by organizing multiple LLM agents into layered reasoning pipelines. However, existing MoA variants fail to sustain gains as depth increases, exhibiting degradation, early plateauing, or saturation. We propose ReM-MoA, a memory-augmented MoA framework that sustains scaling through two mechanisms: (1) a Ranked Reasoning Memory that persistently stores and ranks reasoning traces from all layers using a comparative Reviewer Agent, and (2) a Curated Diversified Memory Routing scheme that exposes different agents to distinct combinations of successful and failed traces, preserving exploration diversity while propagating high-quality reasoning. We further introduce an optional multi-domain Reviewer distillation pipeline that improves ranking quality through frontier-model supervision. Across five reasoning benchmarks spanning math, formal logic, code, knowledge, and commonsense, ReM-MoA consistently outperforms prior MoA variants across both depth and width scaling, and its advantage widens with depth, establishing structured cross-layer reasoning memory as a key missing mechanism for scalable multi-agent inference.

URL PDF HTML 收藏
2511.21056 2026-06-24 cs.LG cs.CL math.OC 版本更新

Bilevel Data Curation for LLM Fine-tuning: Offline Selection and Online Self-Refining Generation

大语言模型微调的双层数据策展:离线选择与在线自优化生成

Quan Xiao, Yutong Xuan, Gaowen Liu, Ramana Rao Kompella, Tianyi Chen

机构 * Cornell University(康奈尔大学) Cisco Research(思科研究)

AI总结 提出双层框架结合离线数据选择与在线自优化生成,提升微调数据质量,理论证明优于直接混合,实验验证效果。

Comments updated the theories and experiments

详情
AI中文摘要

监督微调(SFT)数据集对大型语言模型的下游性能至关重要,但通常包含低质量或有害的问答对。为了提高SFT数据质量,我们开发了一个统一的双层框架,结合了离线数据选择与在线自优化生成。在离线设置中,双层数据选择(BDS)从离线SFT数据集中选择问答对以最大化验证性能。我们从理论上证明,BDS给出的最优模型在有用数据覆盖方面优于直接数据混合方法。此外,我们为基于梯度的BDS方法在单层Transformer上提供了全局收敛性分析,表明离线BDS的ε-全局最优可在有限时间内实现。尽管高效,离线BDS会丢弃潜在有害的问题及其回答,从而降低问题多样性。我们通过在线自优化生成框架优化所选问题的回答来解决这一限制。然而,当回答在线重新生成时,BDS更新回答权重效率低下。为解决此问题,我们引入了用于回答级权重的双层多目标优化(BMO)。我们证明BMO恢复了与BDS相同的验证对齐解,但具有适应重新生成回答的闭式重要性比权重。在LLM质量提升和安全感知微调上的实验表明,所提框架一致地提高了数据质量和下游微调性能。

英文摘要

Supervised fine-tuning (SFT) datasets are critical to the downstream performance of large language models, yet they often contain low-quality or harmful question-response pairs. To improve SFT data quality, we develop a unified bilevel framework that combines offline data selection with the online self-refining generation. In the offline setting, bilevel data selection (BDS) selects question-response pairs from the offline SFT dataset to maximize the validation performance. We theoretically show that the optimal model given by BDS outperforms direct data mixing approach in useful data coverage. Moreover, we provide a global convergence analysis for gradient-based BDS approach for one-layer Transformer, showing that the epsilon-global optimum of offline BDS is achievable in finite time. Although efficient, offline BDS discards potentially harmful questions together with responses, thereby reducing question diversity. We address this limitation by refining the responses to selected questions using online self-refining generation framework. However, BDS is inefficient to update the response weights when responses are regenerated online. To address this issue, we introduce bilevel multi-objective optimization (BMO) for response-level weighting. We show that BMO recovers the same validation-aligned solution as BDS, but admits a closed-form importance-ratio weight that adapts to regenerated responses. Experiments on LLM quality enhancement and safety-aware fine-tuning demonstrate that the proposed framework consistently improves both data quality and downstream fine-tuning performance.

URL PDF HTML 收藏
2606.22877 2026-06-23 cs.CL 新提交

DynamicMem: A Long-Horizon Memory Benchmark in Real-World Settings

DynamicMem:真实世界场景下的长时记忆基准测试

Wenya Xie, Shengming Zhou, Zelin Li, Pouya Parsa, Shuang Zhou, Xinheng Ding, Chinmay Arvind, Guanchu Wang, Vladimir Braverman, Ali Payani, Yantao Zheng, Zirui Liu

机构 * University of Minnesota(明尼苏达大学) University of North Carolina at Charlotte(北卡罗来纳大学夏洛特分校) Johns Hopkins University(约翰霍普金斯大学) Cisco(思科) Adobe

AI总结 提出DynamicMem基准,通过合成15个月的多应用用户活动数据,评估LLM代理在异构、动态变化且隐含的用户画像记忆能力,发现记忆检索是主要瓶颈。

详情
AI中文摘要

LLM代理越来越多地充当个人助理,必须记住用户数月内的画像:他们是谁(属性)、他们通常做什么(习惯)以及他们喜欢什么(偏好),并在工作、日常和品味变化时保持更新。现有基准通过简短、简化的交互评估这种“记忆”能力,忽略了真实行为的三个核心特性:画像具有异质性,属性、习惯和偏好按不同时间线演变;变化由外部环境(如季节和生活事件)驱动;证据很少明确陈述,而是分散在不同应用中的许多小动作中,记忆系统必须从中推断。我们引入DynamicMem,一个合成基准,为每个用户构建15个月的活动,提供真实用户隐私无法触及的长期多应用数据。它提供用户一致的轨迹,平均每个用户220万token和1,772个基于事件的活动,涵盖16个应用,如电子商务、健身和社交平台。画像在此期间演变,且从未明确给出:每个属性、习惯或偏好必须从分散在各应用中的小信号推断。我们在五个季度检查点评估,以跟踪系统随历史增长的可扩展性。对五个代表性系统的基准测试揭示了单个准确率分数隐藏的问题:(i) 画像重建随历史长度下降,而服务任务准确率保持平稳,尽管两者依赖相同的记忆;(ii) 没有系统既能保持正确的事实又能替换变化的事实,错误集中在偏好和命名确切指代上;(iii) 超过93%的失败可追溯到记忆检索的内容,而非编写答案的模型,因此最大的改进空间在于记忆本身。代码:此 https URL

英文摘要

LLM agents increasingly act as personal assistants that must remember a user's profile over months: who they are (attributes), what they routinely do (habits), and what they prefer (preferences), and keep it updated as jobs, routines, and tastes drift. Existing benchmarks evaluate this "memory" ability through short, simplified interactions, missing three core properties of real behavior: the profile is heterogeneous, with attributes, habits, and preferences evolving on different timelines; changes are driven by external context such as seasons and life events; and evidence is rarely stated explicitly, instead scattered across many small actions in different apps that a memory system must infer from. We introduce DynamicMem, a synthetic benchmark that constructs 15 months of activity per user, providing long-term multi-app data that real users' privacy keeps out of reach. It provides user-consistent trajectories averaging 2.2M tokens and 1,772 grounded events per user across 16 applications such as e-commerce, fitness, and social platforms. The profile evolves over this period and is never given explicitly: each attribute, habit, or preference must be inferred from small signals scattered across apps. We evaluate at five quarterly checkpoints to track how systems scale as history grows. Benchmarking five representative systems exposes problems a single accuracy score hides: (i) profile reconstruction degrades with history length while service-task accuracy stays flat, despite both drawing on the same memory; (ii) no system both keeps facts that stay true and replaces facts that change, with errors clustering on preferences and on naming the exact referent; and (iii) over 93% of failures trace to what the memory retrieves, not to the model writing the answer, so the largest room for improvement lies in memory itself. Code: https://wenyaxie023.github.io/DynamicMem/

URL PDF HTML 收藏
2606.20587 2026-06-23 cs.NI cs.AI cs.LG 新提交

Protocol-Aware Tokenization and Architecture Co-Design for Wireless Packet Foundation Models

协议感知分词与架构协同设计用于无线数据包基础模型

Swadhin Pradhan, Shazal Irshad, Jerome Henry

机构 * Cisco Systems(思科系统)

AI总结 通过2x2对比实验发现,协议感知分词是无线数据包基础模型性能的主要杠杆,改变分词器可使准确率波动32个百分点,而改变架构仅影响2个百分点。

Comments 10 pages, 5 figures, 3 tables

详情
AI中文摘要

对于构建无线数据包轨迹的基础模型,什么更重要:分词器还是架构,还是两者?为了回答这个问题,我们基于PLUME Anonymous [2026](该工作引入了针对802.11轨迹的协议感知分词)进行扩展;我们扩展了模型深度,并将相同的分词器迁移到一个根本不同的架构家族。一个更深的GPT(PLUME-DEEP,24层)达到了98.2%的top-1准确率,比原始12层设计提升了32个百分点,而Mamba-2状态空间变体(PLUME-MAMBA)在1.7倍吞吐量和2倍上下文长度下实现了96.1%的准确率。关键见解来自跨分词器和架构的受控2x2比较:改变分词器使准确率波动32个百分点;改变架构仅移动2个百分点。协议感知分词是主要的性能杠杆,而骨干网络成为权衡准确率与速度的部署旋钮。

英文摘要

What matters more for building foundation models for wireless packet traces: the tokenizer or the architecture or both? To answer this question, we build on PLUME Anonymous [2026], which introduced protocol-aware tokenization for 802.11 traces; we scale model depth and transfer the same tokenizer to a fundamentally different architecture family. A deeper GPT (PLUME-DEEP, 24 layers) reaches 98.2% top-1 accuracy, gaining 32 points over the original 12-layer design, while a Mamba-2 state-space variant (PLUME-MAMBA) achieves 96.1% with 1.7x higher throughput and 2x longer context. The key insight emerges from a controlled 2x2 comparison across tokenizers and architectures: changing the tokenizer swings accuracy by 32 points; changing the architecture moves it by only 2. Protocol-aware tokenization is the primary performance lever, and the backbone becomes a deployment knob trading accuracy for speed.

URL PDF HTML 收藏
2606.19605 2026-06-23 cs.SE cs.AI 新提交

FAPO: Fully Automated Prompt Optimization of Multi-Step LLM Pipelines

FAPO:多步骤LLM流水线的全自动提示优化

Paul Kassianik, Baturay Saglam, Huaibo Zhao, Blaine Nelson, Supriti Vijay, Aman Priyanshu, Amin Karbasi

机构 * Foundation AI–Cisco Systems Inc.(基础AI–思科系统公司) Yale University(耶鲁大学)

AI总结 提出FAPO框架,通过自动诊断流水线瓶颈并迭代优化提示或链结构,在18个模型-基准比较中15次优于基线GEPA,平均提升14.1个百分点。

详情
AI中文摘要

多步骤LLM流水线因检索、推理和格式化步骤间的交互而失败,因此仅提示优化可能遗漏链中的瓶颈。我们提出FAPO(全自动提示优化),一个让Claude Code在标准化代码库内优化LLM流水线的框架。FAPO评估流水线、检查中间步骤、诊断失败、提出范围变更,并重复验证变体以针对评分函数进行优化。它首先尝试提示编辑,仅当提示优化似乎不足时,在归因识别出结构瓶颈的情况下,在允许范围内更改链结构。在六个基准和三个任务模型上,FAPO在18个模型-基准比较中的15个中击败了基线GEPA。在11个模型-基准比较中,FAPO以不重叠的均值±试验标准差范围获胜,平均FAPO-GEPA增益为+14.1个百分点。在六个HoVer和IFBench比较中,当提示优先搜索升级为结构变更时,FAPO在所有六个中获胜,平均增益为+33.8个百分点。FAPO还提高了安全任务的性能:在CTIBench-RCM(一个安全CVE到CWE任务)上,仅提示的FAPO在GPT-5上提升了+4.0个百分点的测试准确率,在Foundation-Sec-8B-Instruct上提升了+7.1个百分点,在Foundation-Sec-8B-Reasoning上提升了+2.0个百分点。这些结果使FAPO成为通用和安全任务的最先进流水线优化技术。

英文摘要

Multi-step LLM pipelines fail through interactions among retrieval, reasoning, and formatting steps, so prompt-only optimization can miss bottlenecks in the chain. We present Fully Automated Prompt Optimization (FAPO), a framework that lets Claude Code optimize an LLM pipeline inside a standardized codebase. FAPO evaluates a pipeline, inspects intermediate steps, diagnoses failures, proposes scoped changes, and validates variants repeatedly to optimize against a score function. It first tries prompt edits and, only when prompt optimization appears insufficient, changes chain structure within the permitted scope when attribution identifies a structural bottleneck. Across six benchmarks and three task models, FAPO beats the baseline GEPA in 15 of 18 model-benchmark comparisons. In 11 model-benchmark comparisons, FAPO wins with non-overlapping mean $\pm$ trial-standard-deviation ranges, and the mean FAPO-GEPA gain is +14.1 pp. In the six HoVer and IFBench comparisons where prompt-first search escalated to structural changes, FAPO wins all six with a mean gain of +33.8 pp. FAPO also improves performance on security tasks: on CTIBench-RCM, a security CVE-to-CWE task, prompt-only FAPO lifts test accuracy by +4.0 pp on GPT-5, +7.1 pp on Foundation-Sec-8B-Instruct, and +2.0 pp on Foundation-Sec-8B-Reasoning. These results position FAPO as a state-of-the-art pipeline optimization technique for both general-purpose and security-focused tasks.

URL PDF HTML 收藏
2602.21445 2026-06-23 cs.RO 版本更新

VLA Knows Its Limits: Adaptive Execution Horizons for Robot Policies

VLA 知道自己的极限:机器人策略的自适应执行视界

Haoxuan Wang, Gengyu Zhang, Yan Yan, Ramana Rao Kompella, Gaowen Liu

机构 * University of Illinois Chicago(伊利诺伊大学芝加哥分校) Cisco Research(思科研究)

AI总结 针对流式视觉-语言-动作模型中执行视界影响性能的问题,提出 AutoHorizon 方法,通过分析注意力权重动态估计每块动作的执行视界,提升机器人操作任务性能。

Comments ECCV 2026. Project page at https://hatchetproject.github.io/autohorizon/

详情
AI中文摘要

动作分块最近已成为流式视觉-语言-动作(VLA)模型中的标准做法。然而,执行视界(即从每个预测块中执行的动作数量)的影响和选择仍未得到充分探索。在这项工作中,我们首先展示了改变执行视界会导致显著的性能偏差,随着视界增加,性能先提升后下降。为了揭示原因,我们分析了流式VLA中的交叉注意力和自注意力权重,揭示了两个关键现象:(i)块内动作对视觉-语言标记的注意力不变,限制了适应环境变化的能力;(ii)初始和终止动作标记作为稳定锚点,形成潜在中心,中间动作围绕其组织。受这些见解的启发,我们将动作自注意力权重解释为模型预测极限的代理,并提出了AutoHorizon,这是第一个在测试时动态估计每个预测动作块的执行视界以适应不断变化的感知条件的方法。在模拟和真实世界的机器人操作任务中,AutoHorizon性能良好,计算开销可忽略,并且能够泛化到各种任务和基于流的模型。

英文摘要

Action chunking has recently emerged as a standard practice in flow-based Vision-Language-Action (VLA) models. However, the effect and choice of the execution horizon - the number of actions to be executed from each predicted chunk - remains underexplored. In this work, we first show that varying the execution horizon leads to substantial performance deviations, with performance initially improving and then declining as the horizon increases. To uncover the reasons, we analyze the cross- and self-attention weights in flow-based VLAs and reveal two key phenomena: (i) intra-chunk actions attend invariantly to vision-language tokens, limiting adaptability to environmental changes; and (ii) the initial and terminal action tokens serve as stable anchors, forming latent centers around which intermediate actions are organized. Motivated by these insights, we interpret action self-attention weights as a proxy for the model's predictive limit and propose AutoHorizon, the first test-time method that dynamically estimates the execution horizon for each predicted action chunk to adapt to changing perceptual conditions. Across simulated and real-world robotic manipulation tasks, AutoHorizon is performant, incurs negligible computational overhead, and generalizes across diverse tasks and flow-based models.

URL PDF HTML 收藏
2510.09898 2026-06-23 cs.LG cs.AI 版本更新

Learning Bug Context for PyTorch-to-JAX Translation with LLMs

学习 PyTorch 到 JAX 翻译中的 Bug 上下文

Hung Phan, Son Vu, Tuan Dinh, Nesreen Ahmed, Ali Payani, Ali Jannesari

机构 * Department of Computer Science, Iowa State University, Ames, IA, USA(Iowa State大学计算机科学系) Department of Human Science, Iowa State University, Ames, IA, USA(Iowa State大学人类科学系) Cisco AI Research, Outshift, San Jose, CA, USA(Cisco AI研究,Outshift,San Jose,加利福尼亚州,美国)

AI总结 针对 LLM 在 PyTorch 到 JAX 代码翻译中易出错的问题,构建 T2J 基准(含 bug 及修复),通过上下文学习使弱 LLM 翻译质量提升达 20%。

Comments ICML Deep Learning for Code (DL4C) workshop, 2026

详情
AI中文摘要

大型语言模型(LLMs)在常用编程语言之间的代码翻译上表现出色。然而,对于领域特定代码,翻译的可靠性会大大降低,因为其正确性依赖于框架特定的 API 和执行语义。一个例子是将深度学习代码从 PyTorch 翻译到 JAX,LLM 的输出常常包含细微的 bug 或非惯用用法,导致无法执行或行为改变。先前的研究表明,从 LLM 生成的代码中精心策划的 bug 修复数据有助于提高代码生成质量,但此类资源对于 PyTorch 到 JAX 的翻译仍然有限。在这项工作中,我们引入了 T2J,这是一个包含 LLM 翻译 bug 及其开发者编写修复的基准,专门针对 PyTorch 到 JAX 的代码。我们从 TorchLeet 数据集中的 20 个内核开始,使用弱 LLM gpt-4o-mini 将其翻译成 JAX,并聘请软件开发人员调试和修复生成的 JAX 实现。然后,我们利用 T2J 通过上下文学习来改进弱 LLM gpt-4o-mini 的 PyTorch 到 JAX 翻译。我们的评估表明,使用 T2J 使我们提出的指标 T2J-CodeTrans-Score 提升了高达 20%。

英文摘要

Large language models (LLMs) have shown strong performance on code translation between widely used programming languages. However, translation becomes much less reliable for domain-specific code, where correctness depends on framework-specific APIs and execution semantics. One example is translating deep-learning code from PyTorch to JAX, where LLM outputs often contain subtle bugs or non-idiomatic usage that prevents execution or changes behavior. Prior work suggests that curated bug-fix data from LLM-generated code can help improve code generation quality, but such resources are still limited for PyTorch-to-JAX translation. In this work, we introduce T2J, a benchmark of LLM translation bugs paired with developer-written fixes for PyTorch-to-JAX code. We start from 20 kernels in the TorchLeet dataset, translate them to JAX using the weak LLM gpt-4o-mini, and hire software developers to debug and repair the generated JAX implementations. We then use T2J to improve PyTorch-to-JAX translation for the weak LLM gpt-4o-mini via in-context learning. Our evaluation shows that using T2J yields up to 20% improvement of our proposed metric T2J-CodeTrans-Score.

URL PDF HTML 收藏
2606.19390 2026-06-19 cs.SE cs.AI 新提交

Execution-bound advisory automation for agentic AI: a reproducible AIBOM-driven CSAF-VEX framework

面向执行约束的自主AI自动化:一种可复现的AIBOM驱动的CSAF-VEX框架

Petar Radanliev, Omar Santos, Carsten Maple, Kay Atefi

机构 * University of Oxford(牛津大学) Cisco Systems(思科系统) The Alan Turing Institute(艾伦·图灵研究所) University of Warwick – WMG(沃里克大学 – WMG) University of Hull(哈罗德大学)

AI总结 提出一种协议驱动框架,通过绑定SBOM和AIBOM工件与确定性环境捕获及结构化运行时遥测,结合静态与运行时证据生成CSAF VEX公告,经密码签名和确定性重放验证,在合成自主AI工作负载上评估。

Journal ref Execution-bound advisory automation for agentic AI: a reproducible AIBOM-driven CSAF-VEX framework. Front Artif Intell 9, (May 2026), 1826384

详情
AI中文摘要

提出一种协议驱动框架,将SBOM和AIBOM工件绑定到确定性环境捕获和结构化运行时遥测。利用声明的工件、观察到的激活条件和强制执行的策略计算可利用性。从静态和运行时证据生成CSAF VEX公告,经密码签名并通过确定性重放验证。评估使用约10000个组件条目,涵盖50到5000个组件的合成自主AI工作负载,并整合OSV、GitHub Advisory、KEV和EPSS数据集。

英文摘要

A protocol driven framework is presented that binds SBOM and AIBOM artefacts to deterministic environment capture and structured runtime telemetry. Exploitability is computed from declared artefacts, observed activation conditions, and enforced execution policies. CSAF VEX advisories are generated from combined static and runtime evidence, cryptographically signed, and validated through deterministic replay. Evaluation uses approximately 10000 component entries across synthetic Agentic AI workloads 50 to 5000 components, incorporating OSV, GitHub Advisory, KEV, and EPSS datasets.

URL PDF HTML 收藏
2606.15123 2026-06-16 cs.CR cs.LG 新提交

Data-Centric Benchmarking of Exploit Generation in LLMs: Understanding the Impact of Fine-Tuning

数据为中心的LLM漏洞利用生成基准测试:理解微调的影响

Yiwei Chen, Lichi Li, Kai Cheung, Vinny Parla, Ganesh Sundaram

机构 * Cisco Systems, Inc.(思科系统公司) Michigan State University(密歇根州立大学)

AI总结 采用数据驱动方法,构建高质量数据集并设计评估框架,对17个大语言模型进行零样本漏洞利用生成能力基准测试,发现8B开源模型经微调后性能提升超42.5%,接近部分商业模型。

Comments Technical Report

详情
AI中文摘要

我们研究了CVE条件漏洞利用生成任务,即模型根据软件漏洞上下文生成概念验证(PoC)漏洞利用。我们采用数据驱动的方法,通过多阶段预处理构建高质量数据集,并引入可扩展的评估框架,使用LLM作为评判者和细粒度评分标准。在此统一设置下,我们根据8个评估标准对17个大语言模型进行了基准测试,系统性地洞察了它们的零样本能力。我们进一步证明,一个紧凑的8B开源模型在精选数据上微调后,漏洞利用质量提升了超过42.5%,并且当与简单的测试时拒绝策略结合时,可与一些专有模型相媲美。我们的结果强调了数据质量、结构化监督和评估设计对于可靠漏洞利用生成的重要性,表明这些因素在将LLM适应网络安全任务时可能与模型规模同等关键。

英文摘要

We study the task of CVE-conditioned exploit generation, where a model drafts proof-of-concept (PoC) exploits given software vulnerability context. We adopt a data-centric approach, constructing a high-quality dataset via multi-stage preprocessing and introducing a scalable evaluation framework with LLM-as-judge and fine-grained rubrics. Under this unified setup, we benchmark 17 large language models across 8 evaluation criteria, providing systematic insights into their zero-shot capabilities. We further show that a compact 8B open-weight model, when fine-tuned on curated data, achieves over 42.5% improvement in exploit quality and rivals some proprietary models when combined with simple test-time rejection strategies. Our results highlight the importance of data quality, structured supervision, and evaluation design for reliable exploit generation, suggesting that these factors can be as critical as model scale in adapting LLMs to cybersecurity tasks.

URL PDF HTML 收藏
2605.26595 2026-06-16 cs.CR cs.AI cs.LG 版本更新

Cordyceps: Covert Control Attacks on LLMs via Data Poisoning

Cordyceps: 通过数据投毒对LLM的隐蔽控制攻击

Zedian Shao, Charles Fleming, Teodora Baluta

机构 * Georgia Institute of Technology(佐治亚理工学院) Cisco Systems(思科系统)

AI总结 提出一种数据投毒方法,通过语义关联教LLM隐藏任意恶意指令,实现隐蔽控制攻击,绕过多种防御。

Comments USENIX Security '26

详情
AI中文摘要

大型语言模型(LLM)通常在没有经过精心筛选的文本数据集上进行微调,而对手可以对这些数据集进行投毒。现有的投毒攻击主要依赖于固定的触发短语,而异常检测、干净数据正则化或在线监控等防御措施可以中和这些触发短语。在本文中,我们提出了一种数据投毒方法,通过共享知识(如事实或概念)与攻击者选择的短语之间的语义关联,可靠且隐蔽地教LLM一种信息隐藏方案。诱导的隐藏方案可以编码和解码任意恶意指令,从而揭示了一种新的、微妙的投毒诱导漏洞:隐蔽控制攻击。我们精确描述了隐蔽控制攻击,并在5个LLM、3个后门防御和4个提示注入防御上进行了评估。在少量投毒样本的情况下,隐蔽控制攻击在平均攻击成功率上比基于启发式的提示注入攻击高出约40%(相对于干净微调模型)。它们还绕过了基于检测和微调的防御,在后门防御后保持高达93%的攻击成功率,在提示注入防御后保持高达98%的攻击成功率。

英文摘要

Large language models (LLMs) are often fine-tuned on uncurated text datasets that adversaries can poison. Existing poisoning attacks primarily rely on fixed trigger phrases that defenses such as outlier detection, clean-data regularization, or online monitoring can neutralize. In this paper, we propose a data poisoning method that teaches an LLM an information hiding scheme reliably and stealthily through semantic associations between shared knowledge such as facts or concepts and attacker-chosen phrases. The induced hiding scheme can encode and decode arbitrary malicious instructions, thus revealing a new and subtle poisoning-induced vulnerability: covert control attacks. We precisely characterize covert control attacks and evaluate them across $5$ LLMs, $3$ backdoor defenses, and $4$ prompt injection defenses. With a small poisoned fraction, covert control attacks outperform heuristic-based prompt injection attacks in average attack success rate by about $40\%$ relative to clean fine-tuned models. They also circumvent defenses based on detection and fine-tuning, maintaining up to $93\%$ attack success rate after backdoor defenses and up to $98\%$ after prompt injection defenses.

URL PDF HTML 收藏
2606.14518 2026-06-15 cs.LG 新提交

Behavioral Audit of Machine Unlearning Has a Privacy Cost

机器遗忘的行为审计具有隐私代价

Liou Tang, James Joshi, Ashish Kundu

机构 * University of Pittsburgh(匹兹堡大学) Cisco(思科)

AI总结 本文证明,在互不信任的模型所有者和审计者场景下,仅依赖模型行为查询的审计方案无法在不泄露保留集成员信息的情况下识别未充分遗忘的模型,揭示了隐私与审计之间的固有权衡。

详情
AI中文摘要

通过机器遗忘从机器学习模型中移除已学习数据已被广泛研究;然而,目前尚未有公认的审计方案。现有工作表明,不诚实的模型所有者可以伪造证据来避免执行遗忘,而好奇的审计者(及对手)即使在有限访问权限下也能推断模型及其训练数据的隐私敏感属性。然而,在模型所有者和审计者互不信任的情况下对机器遗忘的审计仍未得到探索。我们为此场景提供了信息论证明:对于凸机器学习模型,仅依赖查询模型获取\textit{行为}信号的通用审计方案无法在不泄露保留集成员信息的情况下识别未充分遗忘的模型。因此,在不诚实的模型所有者和诚实但好奇的审计者假设下审计机器遗忘面临固有的隐私-审计权衡。我们在凸模型上的实证结果强烈支持这一结论,而进一步实验表明这种隐私-审计张力在非凸模型中依然存在。我们的结果呼吁在更现实的审计者威胁模型下更仔细地考虑隐私-审计张力,并为机器遗忘流程中隐私保护审计方案的设计提供更严格的审查基础。我们还在此 https URL 发布了代码实现。

英文摘要

The removal of learned data from Machine Learning models through Machine Unlearning (MU) has been widely studied; however, there has yet to be an agreed-upon scheme for auditing MU. Existing work has shown that a dishonest model owner can falsify evidence to avoid executing MU, while curious auditors (and adversaries) can infer the privacy-sensitive properties of the model and its training data even with limited access. Yet auditing of MU under mutual distrust between the model owner and the auditor remains unexplored. We provide an information-theoretic proof for this scenario: for convex ML models, a generic audit scheme that relies solely on querying the model for \textit{behavioral} signals cannot identify insufficiently unlearned models without revealing membership information of the retained set. Therefore, auditing MU under the assumption of a dishonest model owner and an honest-but-curious auditor faces an inherent privacy-audit tradeoff. Our empirical results on convex models strongly supports this result, while further experiments demonstrate that this privacy-audit tension persists in non-convex models. Our results call for a more careful consideration of the privacy-audit tension under a realistic auditor threat model, and serve as a foundation for more scrutiny of designs of privacy-preserving audit schemes for the MU pipeline. We also release our code implementation at https://github.com/LiouTang/Behavioral-Unlearn-Audit.

URL PDF HTML 收藏
2606.14516 2026-06-15 cs.AI cs.CL cs.CY 新提交

Every Eval Ever: A Unifying Schema and Community Repository for AI Evaluation Results

Every Eval Ever:AI评估结果的统一模式与社区仓库

Jan Batzner, Sree Harsha Nelaturu, Damian Stachura, Anastassia Kornilova, Jon Crall, Tommaso Cerruti, Yanan Long, Yifan Mai, Sanchit Ahuja, Asaf Yehudai, Marek Šuppa, John P. Lalor, Oluwagbemike Olowe, Jatin Ganhotra, Brian H. Hu, Eliya Habba, Andrew M. Bean, Chang Liu, Sander Land, Steven Dillmann, Aniketh Garikaparthi, Elron Bandel, Saki Imai, James Edgell, Wm. Matthew Kennedy, Jenny Chim, Patrick Meusling, Asteria Kaeberlein, Venkata Ramachandra Karthik Chundi, Manasi Patwardhan, Martin Ku, Austin Meek, Leon Knauer, Brian Wingenroth, Srishti Yadav, Usman Gohar, Felix Friedrich, Michelle Lin, Jennifer Mickel, Arman Cohan, Stella Biderman, Irene Solaiman, Zeerak Talat, Anka Reuel, Mubashara Akhtar, Gjergji Kasneci, Avijit Ghosh, Leshem Choshen

机构 * Technical University Munich(慕尼黑工业大学) Munich Center for Machine Learning(慕尼黑机器学习中心) Weizenbaum Institute(魏岑鲍姆研究所) Zuse Institute Berlin(柏林祖泽研究所) Evidence Prime Trustible Kitware ETH Zurich(苏黎世联邦理工学院) StickFlux Labs Stanford University(斯坦福大学) Northeastern University(东北大学) IBM Research(IBM研究院) Comenius University Bratislava(布拉迪斯拉发夸美纽斯大学) Cisco(思科) University of Notre Dame(圣母大学) Hebrew University of Jerusalem(耶路撒冷希伯来大学) University of Oxford(牛津大学) Ohio University(俄亥俄大学) Writer TCS Research(塔塔咨询服务研究院) Oxford University Press(牛津大学出版社) Queen Mary University of London(伦敦玛丽女王大学) Technical University Berlin(柏林工业大学) University of Delaware(特拉华大学) Cinemo Johns Hopkins University(约翰霍普金斯大学) University of Copenhagen(哥本哈根大学) ELLIS(欧洲学习与智能系统实验室) Iowa State University(爱荷华州立大学) Meta FAIR University of Montreal(蒙特利尔大学) Mila Quebec AI Institute(Mila魁北克人工智能研究所) EleutherAI Yale University(耶鲁大学) Hugging Face University of Edinburgh(爱丁堡大学) Harvard University(哈佛大学) ETH AI Center(ETH人工智能中心) MIT(麻省理工学院) MIT-IBM Watson Lab(MIT-IBM沃森实验室)

AI总结 针对AI评估结果格式不统一、难以比较的问题,提出首个共享模式与社区众包仓库,通过标准化表示、自动转换器和社区数据库实现跨评估框架的统一。

详情
AI中文摘要

AI评估被广泛用于测试和理解进展。然而,多样化的评估工具带来了不一致性,挑战了分析和比较。首先,结果以不兼容的格式保存,分散在排行榜、论文、博客文章、评估工具日志和自定义仓库中。其次,结果由不同的评估框架创建,这些框架对名义上相同的评估产生不同的分数,并且不一致地记录元数据,阻碍了比较、跨社区评估科学、成本降低和重用。我们介绍了Every Eval Ever,这是第一个用于AI评估结果的共享模式和社区众包仓库。该模式标准化了评估在统一的单个JSON文档中的表示方式。它在设计上与源无关,可以摄取来自评估工具和论文的结果,并可选择存储每个实例的输出以进行细粒度分析。我们贡献了:(i) 一个社区治理的元数据模式及其配套的实例级模式,这是同类标准化工作的首次;(ii) 从流行格式、评估工具和排行榜到统一模式的自动转换器;以及 (iii) 一个托管在Hugging Face上的众包社区数据库,目前涵盖22,235个模型、2,273个独特基准和31种评估格式。

英文摘要

AI evaluations are widely used for testing and understanding progress. However, the diverse evaluators bring with them inconsistencies that challenge analysis and comparison. First, results are saved in incompatible formats, scattered across leaderboards, papers, blog posts, evaluation harness logs, and custom repositories. Second, results are created by different evaluation frameworks, which produce divergent scores for nominally identical evaluations and record metadata inconsistently, hindering comparison, cross-community evaluation science, cost reduction, and reuse. We introduce Every Eval Ever, the first shared schema and community-crowdsourced repository for AI evaluation results. The schema standardizes how evaluations are represented in a unified, single JSON document. It is source-agnostic by design, ingesting results from evaluation harnesses and papers alike, and optionally stores per-instance outputs for fine-grained analysis. We contribute: (i) a community-governed metadata schema with a companion instance-level schema, the first standardization effort of its kind; (ii) automatic converters from popular formats, evaluation harnesses, and leaderboards to the unified schema; and (iii) a crowdsourced community database hosted on Hugging Face, currently spanning to date 22,235 models, 2,273 unique benchmarks, and 31 evaluation formats.

URL PDF HTML 收藏
2606.13647 2026-06-12 cs.CL cs.AI cs.LG 新提交

SkMTEB: Slovak Massive Text Embedding Benchmark and Model Adaptation

SkMTEB:斯洛伐克大规模文本嵌入基准与模型适配

Marek Šuppa, Andrej Ridzik, Daniel Hládek, Natália Kňažeková, Viktória Ondrejová

机构 * Comenius University in Bratislava(布拉迪斯拉发夸美纽斯大学) Cisco Systems(思科系统) Technical University of Košice(科希策技术大学) Kempelen Institute of Intelligent Technologies(肯佩伦智能技术研究所)

AI总结 针对低资源西斯拉夫语斯洛伐克语,构建首个MTEB风格文本嵌入基准SkMTEB(含31个数据集、7类任务),并开发高效本地部署模型e5-sk-small/large,通过词汇裁剪与微调在参数减少62%下达到与商业API相当的竞争力。

Comments ACL 2026

详情
AI中文摘要

我们介绍了SkMTEB,这是首个针对斯洛伐克语(一种低资源西斯拉夫语)的全面MTEB风格文本嵌入基准,包含31个数据集,覆盖7种任务类型——几乎是现有斯洛伐克语多语言基准覆盖深度的4倍。我们对31个嵌入模型的评估表明,大型指令调优多语言模型表现最强,而现有的针对NLU任务训练的斯洛伐克语特定模型在嵌入任务上迁移效果不佳。为了满足高效、可本地部署的斯洛伐克语嵌入需求,我们通过对多语言E5模型进行词汇裁剪和微调,开发了\ exttt{e5-sk-small}(45M参数)和\ exttt{e5-sk-large}(365M)模型。尽管模型尺寸缩小了高达62%,我们的开源模型在性能上与专有API相当,同时仍可本地部署用于语义搜索和检索增强生成(RAG)。我们公开了基准、模型、数据集和代码,希望我们的方法能为其他资源匮乏的语言提供可复现的路径。

英文摘要

We introduce SkMTEB, the first comprehensive MTEB-style text embedding benchmark for Slovak, a low-resource West Slavic language, comprising 31 datasets across 7 task types -- nearly 4$\times$ the depth of existing multilingual benchmark coverage for Slovak. Our evaluation of 31 embedding models reveals that large instruction-tuned multilingual models achieve the strongest performance, while existing Slovak-specific models trained for NLU tasks transfer poorly to embedding tasks. To address the need for efficient, locally-deployable Slovak embeddings, we develop \texttt{e5-sk-small} (45M parameters) and \texttt{e5-sk-large} (365M) by applying vocabulary trimming and fine-tuning to Multilingual E5 models. Despite size reductions of up to 62\%, our open-source models achieve competitive performance with proprietary APIs while remaining locally deployable for semantic search and retrieval-augmented generation (RAG). We release the benchmark, models, datasets, and code openly, hoping our approach offers a replicable path for other under-resourced languages.

URL PDF HTML 收藏
2606.11553 2026-06-11 cs.LG 新提交

APEX: A Network-Native Time-Series Foundation Model for Forecasting and Anomaly Detection for Wireless Edge Operations

APEX:面向无线边缘运维的预测与异常检测的网络原生时间序列基础模型

Swadhin Pradhan, Niloo Bahadori, Peiman Amini

机构 * Cisco Systems, USA(思科系统公司)

AI总结 提出网络原生解码器Transformer APEX,针对企业AP遥测数据预训练,在DHCP退化基准上MAE比最强基线降低18%,异常检测F1=0.93,边缘版本实现亚秒级隐私保护推理。

Comments 5 pages, 1 figure, 4 tables. Discusses a network-native time-series foundation model for wireless edge operations

详情
AI中文摘要

通用时间序列基础模型对无线网络遥测数据的迁移效果较差,因为这些信号具有突发性、零膨胀性且跨协议层耦合。我们提出APEX,一个网络原生的、仅解码器的Transformer,用于预测企业AP遥测数据,并以DHCP退化作为代表性网络任务进行评估。APEX在来自约4500个生产无线网络的10通道多变量遥测数据(约10万AP时间序列,每个AP 34个指标)上预训练,并提供APEX-Large(269M参数,云端)和APEX-Edge(10.5M参数,边缘)两个版本。在192步(4天)的DHCP退化基准上,APEX-Large比最强的基础模型基线(Toto)MAE降低18%,比SARIMA降低38%,异常检测F1=0.93,而APEX-Edge能够在AP级边缘硬件上实现亚秒级、保护隐私的推理。这些结果表明,网络原生预训练是主动无线运维的实用基础。

英文摘要

Generic time-series foundation models transfer poorly to wireless network telemetry whose signals are bursty, zero-inflated, and coupled across protocol layers. We present APEX, a network-native, decoder-only transformer for forecasting enterprise AP telemetry, and evaluate it on DHCP degradation as a representative network task. APEX is pre-trained on 10-channel multivariate telemetry from ~4,500 production wireless networks (~100K AP time series, 34 metrics per AP), and is available as APEX-Large (269M, cloud) and APEX-Edge (10.5M, edge). On a 192-step (4-day) DHCP degradation benchmark, APEX-Large reduces MAE by 18% over the strongest foundation-model baseline (Toto) and 38% over SARIMA, with anomaly-detection F1 = 0.93, while APEX-Edge enables sub-second, privacy-preserving inference on AP-class edge hardware. These results suggest network-native pre-training is a practical foundation for proactive wireless operations.

URL PDF HTML 收藏
2510.22397 2026-06-11 cs.NI cs.LG 版本更新

NetBurst: Event-Centric Forecasting of Bursty, Intermittent Time Series

NetBurst: 以事件为中心的突发间歇性时间序列预测

Satyandra Guthula, Jaber Daneshamooz, Charles Fleming, Kesheng Wu, Walter Willinger, Arpit Gupta

机构 * University of California, Santa Barbara(加州大学圣巴bara分校) Cisco Research(思科研究) Lawrence Berkeley National Laboratory(伯克利国家实验室) Northwestern University(西北大学)

AI总结 针对网络遥测数据中罕见突发和长间隔低活动的“野性”统计特性,提出NetBurst事件中心管道,通过压缩低活动期、分离突发时序和幅度流学习统一表示,在预测误差、突发分布匹配和异常描述性上显著优于Chronos-2等基线。

详情
AI中文摘要

网络运营商通过收集遥测数据(如数据包计数、字节速率或流体积)来监控其基础设施,但有效运营所需的问题——预测未来负载、诊断和表征异常、搜索和检索历史先例——需要超越原始测量。弥合这一差距需要学习表示:紧凑的每实体摘要,从每个实体的单变量时间序列中捕获时间动态。时间序列基础模型是自然的起点,但它们是为密集、周期性的基准数据集(“温和”统计体制)设计的。然而,网络遥测数据处于“野性”体制:操作相关事件罕见,被可变长度的低活动或无活动(“低潮”)间隔分隔,并伴有间歇性的重尾极端值突发(“潮汐”)。我们提出NetBurst,一个以事件为中心的管道,它压缩低潮,将每个时间序列分离为突发时序流和突发幅度流,并学习一个服务于所有三个操作任务的单一表示。与八个基线中最强的竞争者(包括Amazon的Chronos-2和Datadog的Toto)相比,在九个生产遥测配置上,NetBurst在野性体制数据上将中位预测误差降低了1.3–116倍,对真实突发分布的匹配度提高了1.0–7.5倍,并在温和体制基准上与基线相当。对于异常表征,NetBurst产生平衡、分布良好的聚类,在一种新的可解释性评分下,这些聚类在操作员熟悉的术语中可描述性提高了16倍,而聚类过滤搜索实现了7.5倍的端到端检索加速。

英文摘要

Network operators monitor their infrastructure by collecting telemetry data such as packet counts, byte rates, or flow volumes, yet answering the questions that effective operations demand -- forecasting future load, diagnosing and characterizing anomalies, and searching for and retrieving historical precedents -- requires more than raw measurements. Bridging this gap calls for learned representations: compact per-entity summaries that capture temporal dynamics from each entity's univariate time series. Time-series foundation models are the natural starting point, but they are designed for dense, periodic benchmark datasets -- the \emph{mild} statistical regime. However, network telemetry data inhabits the \emph{wild} regime: operationally relevant events are rare, separated by variable-length stretches of low or no activity (``ebbs''), with intermittent bursts of heavy-tailed extremes (``tides''). We present NetBurst, an event-centric pipeline that collapses ebbs, separates each time series into a stream of burst timings and a stream of burst magnitudes, and learns a single representation serving all three operational tasks. Compared to the strongest competitors among eight baselines -- including Amazon's Chronos-2 and Datadog's Toto -- and across nine production telemetry configurations, NetBurst reduces median forecasting error by $1.3$--$116\times$ on wild-regime data with a $1.0$--$7.5\times$ better match to the true burst distribution, and matches baselines on mild-regime benchmarks. For characterizing anomalies, NetBurst produces balanced, well-spread clusters that are $16\times$ more describable in operator-familiar terms under a novel interpretability score, and cluster-filtered search delivers $7.5\times$ faster end-to-end retrieval.

URL PDF HTML 收藏
2606.09692 2026-06-09 cs.CR cs.AI 新提交

Observability for Delegated Execution in Agentic AI Systems

自主AI系统中委托执行的可观测性

Abhinav Mishra, Kumar Sharad

机构 * Splunk Cisco Inc(思科公司)

AI总结 针对基于LLM的自主系统中委托执行轨迹难以归因的问题,提出一种轻量级网关和通用信息模型,在运行时绑定委托上下文,实现跨工具委托范围的可靠重建和直接取证查询。

详情
AI中文摘要

委托范围的执行无法从标准可观测性中识别:审计日志和执行轨迹在多个不兼容的委托分配下可能完全相同。这一差距在基于LLM的自主系统中尤为严重,其中代理动态选择工具、针对相同指令的执行序列在不同运行中变化,并生成协作子代理。这些动态使轨迹碎片化和交错,使得仅从因果结构进行委托范围重建在结构上欠定。尽管单个操作被授权和记录,现有审计、追踪和安全模式缺乏语义来重建在异构系统中给定委托下发生的操作。我们关注委托范围的归因和访问/共享足迹重建,而非意图推断或推理重建。我们提出一种代理感知的可观测性基础,包括轻量级网关和通用信息模型,在运行时绑定委托上下文。这实现了跨工具委托范围的重建和直接取证查询,无需启发式时间窗口关联。

英文摘要

Delegation-scoped execution is not identifiable from standard observables: audit logs and execution traces can be identical under multiple incompatible delegation assignments. This gap is especially acute in LLM-based agentic systems, where agents dynamically select tools, vary execution sequences across runs for the same instruction, and spawn cooperating sub-agents. These dynamics fragment and interleave traces, making delegation-scoped reconstruction from causal structure alone structurally underdetermined. Although individual actions are authorized and logged, existing audit, tracing, and security schemas lack the semantics to reconstruct what actions occurred under a given delegation across heterogeneous systems. We focus on delegation-scoped attribution and access/share footprint reconstruction, not intent inference or reasoning reconstruction. We present an agent-aware observability substrate consisting of a lightweight gateway and a common information model that binds delegation context at execution time. This enables reliable cross-tool delegation-scoped reconstruction and direct forensic queries without heuristic time-window correlation.

URL PDF HTML 收藏
2404.02039 2026-06-09 cs.AI 版本更新

A Survey on Large Language Model-Based Game Agents

基于大语言模型的游戏智能体综述

Sihao Hu, Tiansheng Huang, Gaowen Liu, Ramana Rao Kompella, Fatih Ilhan, Selim Furkan Tekin, Yichang Xu, Zachary Yahn, Ling Liu

机构 * Georgia Institute of Technology USA(佐治亚理工学院美国分校) Cisco Research USA(思科研究美国分公司)

AI总结 综述基于大语言模型的游戏智能体,提出统一参考架构,从单智能体(记忆、推理、感知-行动接口)和多智能体(通信协议、组织模型)层面总结研究,并建立挑战导向的分类法连接六种游戏类型与智能体需求。

Comments ACM Computing Surveys, 2026

详情
AI中文摘要

游戏环境提供了丰富、可控的设置,能够模拟现实世界复杂性的许多方面。因此,游戏智能体为探索与通用人工智能相关的能力提供了有价值的测试平台。最近,大语言模型(LLM)的出现为在这些复杂游戏环境中赋予智能体可泛化的推理、记忆和适应性提供了新的机会。本综述通过一个统一的参考架构,对基于LLM的游戏智能体(LLMGA)进行了最新回顾。在单智能体层面,我们围绕三个核心组件综合了现有研究:记忆、推理和感知-行动接口,这些组件共同描述了语言如何使智能体感知、思考和行动。在多智能体层面,我们概述了通信协议和组织模型如何支持协调、角色分化以及大规模社会行为。为了将这些设计置于具体情境中,我们引入了一个以挑战为中心的分类法,将六种主要游戏类型与其主导的智能体需求联系起来,从动作游戏中的低延迟控制到沙盒世界中的开放式目标形成。相关论文的精选列表可在以下网址获取:https://github.com/xxx/xxx

英文摘要

Game environments provide rich, controllable settings that stimulate many aspects of real-world complexity. As such, game agents offer a valuable testbed for exploring capabilities relevant to Artificial General Intelligence. Recently, the emergence of Large Language Models (LLMs) provides new opportunities to endow these agents with generalizable reasoning, memory, and adaptability in complex game environments. This survey offers an up-to-date review of LLM-based game agents (LLMGAs) through a unified reference architecture. At the single-agent level, we synthesize existing studies around three core components: memory, reasoning, and perception-action interfaces, which jointly characterize how language enables agents to perceive, think, and act. At the multi-agent level, we outline how communication protocols and organizational models support coordination, role differentiation, and large-scale social behaviors. To contextualize these designs, we introduce a challenge-centered taxonomy linking six major game genres to their dominant agent requirements, from low-latency control in action games to open-ended goal formation in sandbox worlds. A curated list of related papers is available at https://github.com/git-disl/awesome-LLM-game-agent-papers

URL PDF HTML 收藏