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

大厂专区

SambaNova Systems

至 收录 9
2607.10891 2026-07-14 cs.AI 新提交

SETA: Scaling Environments for Terminal Agents

SETA:终端智能体的扩展环境

Qijia Shen, Zhiqi Huang, Vamsidhar Kamanuru, Aznaur Aliev, Jay Rainton, Ahmed Awelkair, Zhichen Zeng, Jiajun Li, Shi Dong, Yueming Yuan, Boyuan Ma, Qizheng Zhang, Jiwei Fu, Yuzhen Mao, Wendong Fan, Ping Nie, Philip Torr, Bernard Ghanem, Changran Hu, Jonathan Lingjie Li, Urmish Thakker, Guohao Li

机构 * Imperial College London(帝国理工学院) University College London(伦敦大学学院) SambaNova(桑巴诺瓦公司) KAUST(阿卜杜拉国王科技大学) Stanford University(斯坦福大学) University of Oxford(牛津大学) University of Waterloo(滑铁卢大学) RadixArk(基数方舟公司)

AI总结 研究针对终端智能体训练扩展难的问题,提出SETA框架,含SETA - Synth和SETA - Evol两个管道及统一验证机制,构建了SETA - Env数据集。实验显示该数据集能为终端智能体提供优质训练环境,推动相关研究发展。

详情
AI中文摘要

大语言模型正迅速向通过多种接口(包括网络和图形用户界面)解决任务的智能体转变。其中,终端命令行提供了基于文本的通用接口,涵盖从系统操作到数据科学和机器学习的任务。然而,扩展终端智能体训练仍具有挑战性,因为它需要多样且连贯的任务指令、可执行环境和可靠验证,同时缺乏自然基础的监督数据。在这项工作中,我们提出了SETA,这是一个用于为强化学习生成可验证终端环境的可扩展框架。该框架由两个共享统一验证机制的管道组成:SETA - Synth将各种来源转换为标准化的强化学习环境,SETA - Evol通过对难度和多样性的自适应控制从现有环境进一步扩展。我们共同构建并发布了SETA - Env,这是迄今为止最大的开源可验证终端强化学习数据集,包含超过4500个环境。我们通过在SETA - Env上使用GRPO训练Qwen3 - 8B来评估我们的数据集,在Terminal - Bench 2.0上实现了12%的通过率,这是8B规模的强化学习训练模型报告的最佳结果。我们还观察到在相同终端智能体框架下DeepSeek - V4 - Flash的收益,Terminal - Bench 2.0上的pass@1从40%提高到43%,pass@5从54%提高到58%。这些结果表明SETA - Env为终端智能体提供了高质量的训练环境,并作为推进基于终端的智能体学习研究的宝贵资源。

英文摘要

Large language models (LLMs) are rapidly shifting toward agents that solve tasks through diverse interfaces, including web and graphical user interfaces (GUIs). Among these, the terminal command line provides a text-based, general-purpose interface, covering tasks from system operations to data science and machine learning. However, scaling terminal-agent training remains challenging, as it requires diverse and coherent task instructions, executable environments, and reliable verification, while lacking naturally grounded supervision data. In this work, we propose SETA, a scalable framework for generating verifiable terminal environments for reinforcement learning (RL). The framework consists of two pipelines sharing a unified verification mechanism: SETA-Synth converts diverse sources into standardized RL environments, and SETA-Evol further expands from existing environments with adaptive control of difficulty and diversity. Together, we construct and release SETA-Env, the largest open-source verifiable terminal RL dataset to date, containing over 4,500 environments. We evaluate our dataset by training Qwen3-8B with GRPO on SETA-Env, achieving 12% pass rate on Terminal-Bench 2.0, the best reported result for an RL-trained model at the 8B scale. We further observe gains on DeepSeek-V4-Flash under the same terminal agent harness, with pass@1 on Terminal-Bench 2.0 improving from 40% to 43% and pass@5 improving from 54% to 58%. These results demonstrate that SETA- Env provides high-quality training environments for terminal agents and serves as a valuable resource for advancing research on terminal-based agent learning.

URL PDF HTML 收藏
2606.01336 2026-06-23 cs.CL 版本更新

LongAttnComp: Cross-Family Context Compression for Long-Context Reasoning

LongAttnComp:跨族上下文压缩用于长上下文推理

Mengmeng Ji, Ravi Shanker Raju, Jonathan Lingjie Li, Chen Wu

机构 * SambaNova Systems, Inc.(SambaNova系统公司)

AI总结 提出LongAttnComp方法,通过微调轻量级交叉注意力评分层并引入令牌级分块、令牌预算top-p算法、位置重排序和格式无关查询解析器,结合两阶段微调策略,在长上下文推理任务中实现与全上下文相当或更优的准确率。

Comments Under review

详情
AI中文摘要

随着实际应用越来越需要处理10万+令牌的输入,上下文长度与推理效率之间的差距已成为关键瓶颈。上下文压缩提供了一种在保持任务准确性的同时降低预填充成本的方法。然而,现有的无训练注意力方法在代码推理等要求高的长上下文任务中留下了显著差距。我们提出了LongAttnComp,这是AttnComp的长上下文适配,它微调了一个轻量级的交叉注意力评分层,并引入了令牌级分块、令牌预算top-p算法、位置重排序和格式无关的查询解析器。我们进一步为压缩器设计了两阶段微调方案:阶段1从NIAH风格数据构建通用检索基础,阶段2通过多跳和推理数据扩展,以覆盖更广泛的长上下文任务。在InfiniteBench Code-Debug上,LongAttnComp匹配或超过全上下文准确率,显著优于无训练基线,并在来自三个族的四个目标模型上迁移。在LongBench v2上,两阶段方案在很大程度上缩小了阶段1在多文档推理上的差距,同时保持了Code-Debug的性能。

英文摘要

As real-world applications increasingly require processing inputs of 100k+ tokens, the gap between context length and inference efficiency has become a critical bottleneck. Context compression offers a way to reduce prefill costs while preserving task accuracy. However, existing training-free attention-based methods leave substantial gaps in demanding long-context tasks such as code reasoning. We present LongAttnComp, a long-context adaptation of AttnComp that fine-tunes a lightweight cross-attention scoring layer and introduces tokenlevel chunking, a token-budget top-p algorithm, positional reordering, and a formatagnostic query parser. We further design a two-stage fine-tuning recipe for the compressor: Stage 1 builds a general retrieval foundation from NIAH-style data, and Stage 2 extends it with multi-hop and reasoning data for broader long-context task coverage. On InfiniteBench Code-Debug, LongAttnComp matches or exceeds full-context accuracy, substantially outperforms training-free baselines, and transfers across four target models from three families. On LongBench v2, the two-stage recipe largely closes the Stage 1 gap on multi-document reasoning while preserving Code-Debug performance.

URL PDF HTML 收藏
2604.01658 2026-05-19 cs.AI

CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery

CORAL:迈向自主多智能体进化以实现开放性发现

Ao Qu, Han Zheng, Zijian Zhou, Yihao Yan, Yihong Tang, Shao Yong Ong, Fenglu Hong, Kaichen Zhou, Chonghe Jiang, Minwei Kong, Jiacheng Zhu, Xuan Jiang, Sirui Li, Cathy Wu, Bryan Kian Hsiang Low, Jinhua Zhao, Paul Pu Liang

机构 * MIT(麻省理工学院) NUS(新加坡国立大学) MiniMax McGill(麦吉尔大学) Stanford(斯坦福大学) SambaNova Meta Singapore-MIT Alliance for Research and Technology(新加坡-麻省理工联合研究技术联盟) Amazon(亚马逊) Microsoft(微软)

AI总结 本文提出CORAL框架,通过自主多智能体进化方法,实现了在开放性问题上的发现,展示了智能体自主性和多智能体进化对提升开放性发现的显著效果。

详情
AI中文摘要

基于大型语言模型(LLM)的进化是一种有前景的开放性发现方法,其中进展需要持续的搜索和知识积累。现有方法仍然严重依赖固定启发式和硬编码探索规则,这限制了LLM智能体的自主性。我们提出了CORAL,这是首个用于开放性问题的自主多智能体进化的框架。CORAL用长运行的智能体取代了刚性的控制,这些智能体通过共享持久记忆、异步多智能体执行和基于心跳的干预进行探索、反思和协作。它还提供了实用的保障措施,包括隔离的工作空间、评估者分离、资源管理以及智能体会话和健康管理。在多样化的数学、算法和系统优化任务上评估,CORAL在10个任务上实现了新的最先进结果,其改进率比固定进化搜索基线高出3-10倍,且使用更少的评估。在Anthropic的内核工程任务中,四个共进化智能体将最佳已知分数从1363提高到1103周期。机理分析进一步显示这些增益源于知识重用和多智能体探索和交流。这些结果表明,更大的智能体自主性和多智能体进化可以显著提高开放性发现。代码可在https://github.com/Human-Agent-Society/CORAL上获得。

英文摘要

Large language model (LLM)-based evolution is a promising approach for open-ended discovery, where progress requires sustained search and knowledge accumulation. Existing methods still rely heavily on fixed heuristics and hard-coded exploration rules, which limit the autonomy of LLM agents. We present CORAL, the first framework for autonomous multi-agent evolution on open-ended problems. CORAL replaces rigid control with long-running agents that explore, reflect, and collaborate through shared persistent memory, asynchronous multi-agent execution, and heartbeat-based interventions. It also provides practical safeguards, including isolated workspaces, evaluator separation, resource management, and agent session and health management. Evaluated on diverse mathematical, algorithmic, and systems optimization tasks, CORAL sets new state-of-the-art results on 10 tasks, achieving 3-10 times higher improvement rates with far fewer evaluations than fixed evolutionary search baselines across tasks. On Anthropic's kernel engineering task, four co-evolving agents improve the best known score from 1363 to 1103 cycles. Mechanistic analyses further show how these gains arise from knowledge reuse and multi-agent exploration and communication. Together, these results suggest that greater agent autonomy and multi-agent evolution can substantially improve open-ended discovery. Code is available at https://github.com/Human-Agent-Society/CORAL.

URL PDF HTML 收藏
2511.03092 2026-04-10 cs.AI cs.AR cs.DC

SnapStream: Efficient Long Sequence Decoding on Dataflow Accelerators

SnapStream: 在数据流加速器上高效处理长序列解码

Jonathan Li, Nasim Farahini, Evgenii Iuliugin, Magnus Vesterlund, Christian Häggström, Guangtao Wang, Shubhangi Upasani, Ayush Sachdeva, Rui Li, Faline Fu, Chen Wu, Ayesha Siddiqua, John Long, Tuowen Zhao, Matheen Musaddiq, Håkan Zeffer, Yun Du, Mingran Wang, Qinghua Li, Bo Li, Urmish Thakker, Raghu Prabhakar

机构 * SambaNova Systems, Inc.(SambaNova系统公司) Microsoft AI(微软人工智能) Meta Platforms, Inc.(Meta平台公司)

AI总结 本文探讨了在数据流加速器上实现长序列解码的效率与准确性,提出SnapStream方法,通过压缩KV缓存提升芯片内存利用率,减少精度损失。

详情
AI中文摘要

1000亿参数以上的大型语言模型(LLMs)和10万+上下文长度的支持,导致对芯片内内存的需求增加。StreamingLLM和SnapKV展示了如何在保持模型精度的同时控制KV缓存大小。然而,这些技术在工业部署中使用vLLM或SGLang等框架时并不常见。原因有两个方面:一方面,这些框架采用静态图和连续分批方法,使修改标准多头注意力算法变得困难;另一方面,这些技术对现代指令跟随和推理模型的准确性影响尚不明确,模糊了实施这些技术的必要性。本文探讨了这些准确性影响,并开发了SnapStream,一种可扩展部署的KV缓存压缩方法。在SambaNova SN40L加速器上16路张量并行部署DeepSeek-671B时,展示了SnapStream在128k上下文长度和每秒1832个token的现实生产环境中的有效性。SnapStream实现了4倍的芯片内存利用率,并在LongBench-v2、AIME24和LiveCodeBench上引入了最小的精度损失。据我们所知,这是首次在具有静态图和连续分批的生产推理系统中实现稀疏KV注意力技术。

英文摘要

The proliferation of 100B+ parameter Large Language Models (LLMs) with 100k+ context length support have resulted in increasing demands for on-chip memory to support large KV caches. Techniques such as StreamingLLM and SnapKV demonstrate how to control KV cache size while maintaining model accuracy. Yet, these techniques are not commonly used within industrial deployments using frameworks like vLLM or SGLang. The reason is twofold: on one hand, the static graphs and continuous batching methodology employed by these frameworks make it difficult to admit modifications to the standard multi-head attention algorithm, while on the other hand, the accuracy implications of such techniques on modern instruction-following and reasoning models are not well understood, obfuscating the need for implementing these techniques. In this paper, we explore these accuracy implications on Llama-3.1-8B-Instruct and DeepSeek-R1, and develop SnapStream, a KV cache compression method that can be deployed at scale. We demonstrate the efficacy of SnapStream in a 16-way tensor-parallel deployment of DeepSeek-671B on SambaNova SN40L accelerators running at 128k context length and up to 1832 tokens per second in a real production setting. SnapStream enables $4\times$ improved on-chip memory usage and introduces minimal accuracy degradation on LongBench-v2, AIME24 and LiveCodeBench. To the best of our knowledge, this is the first implementation of sparse KV attention techniques deployed in a production inference system with static graphs and continuous batching.

URL PDF HTML 收藏
2510.04618 2026-03-31 cs.LG cs.AI cs.CL

Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models

代理情境工程:为自我改进语言模型演化情境

Qizheng Zhang, Changran Hu, Shubhangi Upasani, Boyuan Ma, Fenglu Hong, Vamsidhar Kamanuru, Jay Rainton, Chen Wu, Mengmeng Ji, Hanchen Li, Urmish Thakker, James Zou, Kunle Olukotun

机构 * Stanford University(斯坦福大学) SambaNova Systems, Inc.(SambaNova Systems公司) UC Berkeley(加州大学伯克利分校)

AI总结 本文提出ACE框架,通过生成、反思和整理的模块化过程,使情境持续进化,提升语言模型在代理和领域推理中的性能,减少适应延迟和成本。

Comments ICLR 2026; 32 pages

详情
AI中文摘要

大型语言模型(LLM)应用如代理和领域特定推理日益依赖情境适应:通过修改输入指令、策略或证据,而非权重更新。先前方法虽提高可用性,但常受简洁偏差影响,导致领域洞察丢失,以及情境崩溃,迭代重写会逐渐侵蚀细节。我们引入ACE(代理情境工程),将情境视为持续演化的 playbook,通过生成、反思和整理的模块化过程积累、精炼和组织策略。ACE通过结构化、渐进式的更新防止崩溃,保留详细知识并可扩展至长上下文模型。在代理和领域特定基准测试中,ACE在离线(如系统提示)和在线(如代理记忆)优化情境,持续优于强基线:在代理任务上提升10.6%,在金融领域提升8.6%,同时显著减少适应延迟和部署成本。值得注意的是,ACE可在无标注监督的情况下有效适应,通过利用自然执行反馈。在AppWorld排行榜上,ACE在整体平均表现上与顶级生产级代理持平,在更难的测试挑战分割上超越它,尽管使用较小的开源模型。这些结果表明,全面、持续的情境使LLM系统具备可扩展、高效且自我改进的特性,且具有低开销。

英文摘要

Large language model (LLM) applications such as agents and domain-specific reasoning increasingly rely on context adaptation: modifying inputs with instructions, strategies, or evidence, rather than weight updates. Prior approaches improve usability but often suffer from brevity bias, which drops domain insights for concise summaries, and from context collapse, where iterative rewriting erodes details over time. We introduce ACE (Agentic Context Engineering), a framework that treats contexts as evolving playbooks that accumulate, refine, and organize strategies through a modular process of generation, reflection, and curation. ACE prevents collapse with structured, incremental updates that preserve detailed knowledge and scale with long-context models. Across agent and domain-specific benchmarks, ACE optimizes contexts both offline (e.g., system prompts) and online (e.g., agent memory), consistently outperforming strong baselines: +10.6% on agents and +8.6% on finance, while significantly reducing adaptation latency and rollout cost. Notably, ACE could adapt effectively without labeled supervision and instead by leveraging natural execution feedback. On the AppWorld leaderboard, ACE matches the top-ranked production-level agent on the overall average and surpasses it on the harder test-challenge split, despite using a smaller open-source model. These results show that comprehensive, evolving contexts enable scalable, efficient, and self-improving LLM systems with low overhead.

URL PDF HTML 收藏
2603.05829 2026-03-18 cs.LG cs.CL

Test-Time Adaptation via Many-Shot Prompting: Benefits, Limits, and Pitfalls

通过多示例提示进行测试时适应:益处、限制与陷阱

Shubhangi Upasani, Chen Wu, Jay Rainton, Bo Li, Urmish Thakker, Changran Hu, Qizheng Zhang

机构 * SambaNova Systems, Inc(SambaNova系统公司) Stanford University(斯坦福大学)

AI总结 研究通过多示例提示在不同任务和模型中分析测试时适应的性能变化,探讨其有效性及限制,指出其在结构化任务中的优势及在开放生成任务中的不足。

详情
AI中文摘要

测试时适应使大语言模型在推理时无需更新参数即可调整行为。常见方法是多示例提示,通过注入大量上下文学习(ICL)示例作为输入空间的测试时更新。尽管增加示例能提升性能,但该更新机制的可靠性及限制尚不明确,尤其对开源模型。本文通过跨任务和模型分析,探讨性能随更新规模、示例顺序和选择策略的变化。进一步研究动态和强化ICL作为替代测试时更新策略,控制注入信息及约束模型行为。发现多示例提示在信息增益高的结构化任务中有效,但对选择策略敏感,且在开放生成任务中收益有限。总体上,本文刻画了基于提示的测试时适应的实用限制,并概述了输入空间更新的有益与有害场景。

英文摘要

Test-time adaptation enables large language models (LLMs) to modify their behavior at inference without updating model parameters. A common approach is many-shot prompting, where large numbers of in-context learning (ICL) examples are injected as an input-space test-time update. Although performance can improve as more demonstrations are added, the reliability and limits of this update mechanism remain poorly understood, particularly for open-source models. We present an empirical study of many-shot prompting across tasks and model backbones, analyzing how performance varies with update magnitude, example ordering, and selection policy. We further study Dynamic and Reinforced ICL as alternative test-time update strategies that control which information is injected and how it constrains model behavior. We find that many-shot prompting is effective for structured tasks where demonstrations provide high information gain, but is highly sensitive to selection strategy and often shows limited benefits for open-ended generation tasks. Overall, we characterize the practical limits of prompt-based test-time adaptation and outline when input-space updates are beneficial versus harmful.

URL PDF HTML 收藏
2602.16069 2026-03-09 cs.SE cs.LG

The Limits of Long-Context Reasoning in Automated Bug Fixing

长上下文推理在自动化Bug修复中的局限性

Ravi Raju, Mengmeng Ji, Shubhangi Upasani, Bo Li, Urmish Thakker

机构 * SambaNova Systems(SambaNova系统)

AI总结 本研究发现长上下文推理在自动化Bug修复中存在显著局限,现有模型在长上下文下的表现远低于预期。

Comments Accepted to ICLR 2026 ICBINB workshop

详情
AI中文摘要

快速增长的上下文长度导致人们假设大语言模型(LLMs)能够直接对整个代码库进行推理。同时,最近在LLMs上的进展使它们在软件工程基准测试中表现出色,尤其是在与代理工作流结合使用时。在本工作中,我们系统地评估了当前LLMs是否能够可靠地执行长上下文代码调试和补丁生成。使用SWE-bench Verified作为受控实验设置,我们首先在代理Harness(mini-SWE-agent)中评估了最先进的模型,其中性能显著提升:GPT-5-nano在100个样本上实现了高达31%的解决率,而像Deepseek-R1-0528这样的开源模型也取得了具有竞争力的结果。然而,逐个令牌分析显示,成功的代理轨迹通常保持在20k-30k个令牌以下,并且较长的累计上下文与较低的成功率相关,这表明代理的成功主要来自于将任务分解为短上下文步骤,而不是有效的长上下文推理。为了直接测试长上下文能力,我们构建了一个数据管道,其中我们将相关文件放入上下文中(确保完美检索召回率);然后我们研究了在真正长上下文中(64k个令牌)进行单次补丁生成。尽管如此,性能仍然急剧下降:Qwen3-Coder-30B-A3B在64k上下文中仅实现了7%的解决率,而GPT-5-nano解决了零个任务。定性分析揭示了系统性的失败模式,包括幻觉的差异、错误的目标文件和格式不正确的补丁头。总体而言,我们的发现突显了当前LLMs中名义上下文长度与可用上下文容量之间存在显著差距,并表明现有的代理编码基准测试并不真正评估长上下文推理。

英文摘要

Rapidly increasing context lengths have led to the assumption that large language models (LLMs) can directly reason over entire codebases. Concurrently, recent advances in LLMs have enabled strong performance on software engineering benchmarks, particularly when paired with agentic workflows. In this work, we systematically evaluate whether current LLMs can reliably perform long-context code debugging and patch generation. Using SWE-bench Verified as a controlled experimental setting, we first evaluate state-of-the-art models within an agentic harness (mini-SWE-agent), where performance improves substantially: GPT-5-nano achieves up to a 31\% resolve rate on 100 samples, and open-source models such as Deepseek-R1-0528 obtain competitive results. However, token-level analysis shows that successful agentic trajectories typically remain under 20k-30k tokens, and that longer accumulated contexts correlate with lower success rates, indicating that agentic success primarily arises from task decomposition into short-context steps rather than effective long-context reasoning. To directly test long-context capability, we construct a data pipeline where we artificially inflate the context length of the input by placing the relevant files into the context (ensuring perfect retrieval recall); we then study single-shot patch generation under genuinely long contexts (64k tokens). Despite this setup, performance degrades sharply: Qwen3-Coder-30B-A3B achieves only a 7\% resolve rate at 64k context, while GPT-5-nano solves none of the tasks. Qualitative analysis reveals systematic failure modes, including hallucinated diffs, incorrect file targets, and malformed patch headers. Overall, our findings highlight a significant gap between nominal context length and usable context capacity in current LLMs, and suggest that existing agentic coding benchmarks do not meaningfully evaluate long-context reasoning.

URL PDF HTML 收藏
2511.04768 2026-01-27 cs.LG cs.AR cs.PL

FuseFlow: A Fusion-Centric Compilation Framework for Sparse Deep Learning on Streaming Dataflow

FuseFlow:一种面向稀疏深度学习的流数据流编译框架

Rubens Lacouture, Nathan Zhang, Ritvik Sharma, Marco Siracusa, Fredrik Kjolstad, Kunle Olukotun, Olivia Hsu

机构 * Stanford University(斯坦福大学) SambaNova Systems, Inc.(SambaNova系统公司) Barcelona Supercomputing Center(巴塞罗那超级计算中心) Carnegie Mellon University(卡内基梅隆大学)

AI总结 FuseFlow是一种用于稀疏深度学习的编译框架,通过融合稀疏操作提升模型效率,展示了融合粒度对模型性能的影响。

详情
AI中文摘要

随着深度学习模型的扩展,稀疏计算和专用数据流硬件已成为解决效率问题的强大解决方案。我们提出了FuseFlow,一种将用PyTorch编写的稀疏机器学习模型转换为融合稀疏数据流图的编译器,用于可重构数据流架构(RDAs)。FuseFlow是首个支持一般跨表达式融合的编译器。除了跨内核(表达式)的融合外,FuseFlow还支持诸如并行化、数据流排序和稀疏性阻塞等优化。它针对一个精确周期的数据流模拟器,用于融合策略的微架构分析。我们使用FuseFlow在四个实际机器学习应用中进行设计空间探索,显示完全融合(整个跨表达式融合所有端到端模型中的计算)并不总是稀疏模型的最佳选择——融合粒度取决于模型本身。FuseFlow还提供了一个启发式方法来识别和修剪次优配置。使用FuseFlow,我们实现了性能提升,包括在使用BigBird块稀疏注意力的GPT-3中,相比未融合基线的性能提升了约2.7倍。

英文摘要

As deep learning models scale, sparse computation and specialized dataflow hardware have emerged as powerful solutions to address efficiency. We propose FuseFlow, a compiler that converts sparse machine learning models written in PyTorch to fused sparse dataflow graphs for reconfigurable dataflow architectures (RDAs). FuseFlow is the first compiler to support general cross-expression fusion of sparse operations. In addition to fusion across kernels (expressions), FuseFlow also supports optimizations like parallelization, dataflow ordering, and sparsity blocking. It targets a cycle-accurate dataflow simulator for microarchitectural analysis of fusion strategies. We use FuseFlow for design-space exploration across four real-world machine learning applications with sparsity, showing that full fusion (entire cross-expression fusion across all computation in an end-to-end model) is not always optimal for sparse models-fusion granularity depends on the model itself. FuseFlow also provides a heuristic to identify and prune suboptimal configurations. Using Fuseflow, we achieve performance improvements, including a ~2.7x speedup over an unfused baseline for GPT-3 with BigBird block-sparse attention.

URL PDF HTML 收藏
2509.20293 2025-10-09 cs.LG cs.AI

When Judgment Becomes Noise: How Design Failures in LLM Judge Benchmarks Silently Undermine Validity

Benjamin Feuer, Chiung-Yi Tseng, Astitwa Sarthak Lathe, Oussama Elachqar, John P Dickerson

机构 * Stanford University(斯坦福大学) SambaNova Mozilla AI(Mozilla人工智能)

详情
英文摘要

LLM-judged benchmarks are increasingly used to evaluate complex model behaviors, yet their design introduces failure modes absent in conventional ground-truth based benchmarks. We argue that without tight objectives and verifiable constructions, benchmark rankings can produce high-confidence rankings that are in fact largely noise. We introduce two mechanisms to diagnose these issues. Schematic adherence quantifies how much of a judge's overall verdict is explained by the explicit evaluation schema, revealing unexplained variance when judges deviate from their own rubric. Psychometric validity aggregates internal consistency and discriminant validity signals to quantify irreducible uncertainty in any benchmarking run. Applying these tools to Arena-Hard Auto, we find severe schema incoherence and factor collapse across popular judges: for example, unexplained variance exceeding 90 percent for DeepSeek-R1-32B and factor correlations above 0.93 for most criteria. We also show that the ELO-style aggregation used by Arena-Hard Auto collapses and masks genuine ranking uncertainty. Our results highlight design failures that undermine validity and offer actionable principles for building better-scoped, reliability-aware LLM-judged benchmarks. We released our code and dataset at https://github.com/penfever/judgment-to-noise

URL PDF HTML 收藏