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

大厂专区

Together AI

至 收录 36
2607.09739 2026-07-14 cs.AI cs.CL 新提交

Coresets Before Score Sets: Evaluation-Unsupervised Prompt Subset Selection for LLM Benchmarks

分数集之前的核心集:用于大语言模型基准测试的评估无监督提示子集选择

Jihan Yao, Gantavya Bhatt, Arnav Das, Peter Jin, Ke Bao, Qiaolin Yu, Khushi Bhardwaj, Chang Su, Jialei Wang, Yikai Zhu, Sugam Devare, Damon Mosk-Aoyama, Zhen Dong, Venkat Krishna Srinivasan, Yineng Zhang, Oleksii Kuchaiev, Jiantao Jiao, Banghua Zhu, Jeff Bilmes

机构 * University of Washington(华盛顿大学) University of California, Berkeley(加利福尼亚大学伯克利分校) Oracle(甲骨文公司) Together AI(Together AI公司) LMSYS NVIDIA(英伟达公司)

AI总结 研究大语言模型基准测试的核心集选择,采用评估无监督方法,利用次模子集选择,开发多种次模函数。在新大规模套件上实验发现设施选址函数效果好,该目标不限于特定模式,在相关排行榜上表现优且计算成本低,证明次模性对基准压缩有用。

详情
AI中文摘要

我们研究大语言模型基准核心集选择问题,即在多个基准测试中选择一小部分提示,使诱导的模型分数和排名接近完整基准测试集的结果。在评估无监督基准核心集选择中,选择算法不使用模型评估结果,通过在多个基准测试中生成提示子集进行细粒度操作。我们使用次模子集选择,并为此开发和评估了许多不同的次模函数。在一个包含35个异构基准测试、18个前沿大语言模型和超61K提示的新大规模套件上,我们发现仅基于廉价语义提示嵌入操作的设施选址函数在一系列核心集预算下比12个基于分数和多样性的基线更好地保留大语言模型分数。此外,我们提出的目标不限于评估无监督模式,在仅需选择少数完整基准测试且有大量模型分数可用的设置中,相同目标在MMLU和MTEB排行榜上与现有最佳基线相当或更优,且计算成本更低。我们的结果表明,一般来说,次模性是基准压缩的强大且可靠工具。

英文摘要

We study LLM benchmark coreset selection: selecting a small subset of prompts over multiple benchmarks whose induced model scores and rankings approximate those obtained from the full benchmark suite. In evaluation-unsupervised benchmark coreset selection (our approach), the selection algorithm uses no model evaluation outcomes, and operates on a fine granularity by producing subsets of prompts over multiple benchmarks rather than producing a sub-collection of entire benchmarks. We use submodular subset selection, and we develop and evaluate many different submodular functions for this purpose, including determinantal point process (DPP) based approaches, submodular mutual information functions, and facility location-based functions. On a new large-scale suite of 35 heterogeneous benchmarks spanning five different capability categories, 18 frontier LLMs, and over 61K prompts, we find that the facility location (FL) function operating exclusively on inexpensive semantic prompt embeddings preserves LLM scores better than twelve separate score-based and diversity-based baselines, across a range of coreset budgets. Moreover, we show our proposed objective is not limited to the evaluation-unsupervised regime: in the setting where only a handful of whole benchmarks must be selected and a large amount of model scores are available, the same objective matches or outperforms state-of-the-art baselines on the MMLU and MTEB leaderboards, while being substantially cheaper to compute. Together, our results suggest that submodularity, in general, is a strong and reliable tool for benchmark compression.

URL PDF HTML 收藏
2602.21196 2026-07-13 cs.LG cs.DC 版本更新

Untied Ulysses: Memory-Efficient Context Parallelism via Headwise Chunking

解耦乌lysses:通过头级分块实现内存高效的上下文并行

Ravi Ghadia, Maksim Abraham, Sergei Vorobyov, Max Ryabinin

机构 * Together AI

AI总结 UPipe通过头级分块实现内存高效的上下文并行,显著减少激活内存使用,支持更长的上下文长度。

Comments 14 pages, 6 figures

详情
AI中文摘要

高效处理长序列的Transformer模型通常需要通过上下文并行将计算分散到加速器上。在这一类方法中,主导的方案如环形注意或DeepSpeed Ulysses,能够在上下文维度上扩展,但并未关注内存效率,这限制了它们所能支持的序列长度。更先进的技术,如完全流水线化的分布式Transformer或激活卸载,虽然可以进一步扩展可能的上下文长度,但以牺牲训练吞吐量为代价。在本文中,我们提出了UPipe,一种简单而有效的上下文并行技术,它在注意力头级别执行细粒度的分块。该技术显著减少了自注意力的激活内存使用,突破了激活内存瓶颈,解锁了更长的上下文长度。我们的方法在注意力层中将中间张量内存使用减少高达87.5%对于32B Transformer,同时在训练速度方面与之前的上下文并行技术相当。UPipe可以在单个8×H100节点上训练Llama3-8B时支持5M token的上下文长度,比先前的方法提高了超过25%。

英文摘要

Efficiently processing long sequences with Transformer models usually requires splitting the computations across accelerators via context parallelism. The dominant approaches in this family of methods, such as Ring Attention or DeepSpeed Ulysses, enable scaling over the context dimension but do not focus on memory efficiency, which limits the sequence lengths they can support. More advanced techniques, such as Fully Pipelined Distributed Transformer or activation offloading, can further extend the possible context length at the cost of training throughput. In this paper, we present UPipe, a simple yet effective context parallelism technique that performs fine-grained chunking at the attention head level. This technique significantly reduces the activation memory usage of self-attention, breaking the activation memory barrier and unlocking much longer context lengths. Our approach reduces intermediate tensor memory usage in the attention layer by as much as 87.5$\%$ for 32B Transformers, while matching previous context parallelism techniques in terms of training speed. UPipe can support the context length of 5M tokens when training Llama3-8B on a single 8$\times$H100 node, improving upon prior methods by over 25$\%$.

URL PDF HTML 收藏
2607.00597 2026-07-07 cs.CL cs.IR 新提交

Multi-Turn Agentic Scientific Literature Search via Workflow Induction

通过工作流归纳实现多轮智能科学文献搜索

Jisen Li, Bingxuan Li, Nanyi Jiang, Xuying Ning, Xiyao Wang, Yifan Shen, Heng Wang, Yuqing Jian, Xiaoxia Wu, Ben Athiwaratkun, Pan Lu, Jiaxuan You, Bingxin Zhao

机构 * University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) Together AI University of Pennsylvania(宾夕法尼亚大学) Stanford University(斯坦福大学)

AI总结 提出PaperPilot,通过构建可执行DAG工作流进行多轮文献搜索,利用用户反馈优化查询和工作流,显著提升搜索性能并消除执行错误。

Comments 17 pages, 12 figures

详情
AI中文摘要

科学文献搜索通常需要的不仅仅是根据单个查询检索论文:用户的意图是未明确指定的、依赖偏好的,并且通过交互演变。现有的搜索代理通常依赖于固定流程或隐式的纯语言推理,使得其搜索策略难以控制、检查和改进。我们引入了PaperPilot,一个多轮文献搜索代理,将科学搜索框架化为工作流归纳。给定一篇锚点论文和用户查询,PaperPilot构建一个可执行的论文搜索算子DAG,包括关键词搜索、引文扩展、过滤、评分、重排序和证据提取。然后利用用户反馈来优化查询和工作流本身。我们通过监督工作流模仿和对受控工作流损坏的偏好优化来训练PaperPilot。实验表明,在多轮交互下,PaperPilot-9B相比基础Qwen3.5-9B工具集代理,将Hit@5从58.0提高到77.0,MRR从47.5提高到59.4,nDCG@10从26.8提高到32.5,同时将工作流执行错误从9.5%降低到0%。这些结果表明,显式、可编辑的搜索工作流为将文献搜索代理与复杂的科学意图对齐提供了一种有效且可控的接口。

英文摘要

Scientific literature search often requires more than retrieving papers from a single query: users' intents are underspecified, preference-dependent, and evolve through interaction. Existing search agents typically rely on fixed pipelines or implicit language-only reasoning, making their search strategies difficult to control, inspect, and refine. We introduce PaperPilot, a multi-turn literature search agent that frames scientific search as workflow induction. Given an anchor paper and a user query, PaperPilot constructs an executable DAG of paper-search operators, including keyword search, citation expansion, filtering, scoring, reranking, and evidence extraction. User feedback is then used to refine both the query and the workflow itself. We train PaperPilot with supervised workflow imitation and preference optimization over controlled workflow corruptions. Experiments show that PaperPilot-9B improves over the base Qwen3.5-9B toolset agent under multi-turn interaction, increasing Hit@5 from 58.0 to 77.0, MRR from 47.5 to 59.4, and nDCG@10 from 26.8 to 32.5, while reducing workflow execution errors from 9.5% to 0%. These results show that explicit, editable search workflows provide an effective and controllable interface for aligning literature search agents with complex scientific intent.

URL PDF HTML 收藏
2606.26083 2026-06-25 cs.CL eess.AS 新提交

Real-Time Voice AI Hears but Does Not Listen

实时语音AI能听到但不倾听

Martijn Bartelds, Federico Bianchi, James Zou

机构 * Together AI Stanford University(斯坦福大学)

AI总结 评估四个领先实时语音系统,发现它们依赖文字而非声学线索,在情感理解上存在感知与行动脱节,提示需谨慎用于依赖语调的场景。

详情
AI中文摘要

语音通过词语和发声方式传递信息。我们评估了四个领先的实时语音系统——OpenAI的GPT Realtime 2、Google的Gemini 3.1 Flash Live以及阿里巴巴的Qwen3.5 Omni Plus和Omni Flash——在词语和表达方式都传递有意义信息的任务上。在三个关键场景中,所有四个系统都根据词语而非语音采取行动:它们挂断坚持说没事的哭泣来电者的电话,批准以恐惧声音授权的电汇,以及注册明显是讽刺的同意来电者。令人惊讶的是,这通常不是感知失败。当直接询问时,四个系统中有三个可靠地识别出后来在做决定时忽略的痛苦、恐惧或讽刺。当这些实时语音系统估计口音和年龄时,我们观察到类似模式,它们的回答常常遵循词语的偏见而非说话者的声学特性。我们将这种感知与行动之间的脱节称为语音AI的情感智能差距。提示系统明确关注发声方式仅能部分且不一致地改善性能。我们的发现表明,当前实时语音AI系统通常表现得好像语音已被简化为文本转录,建议在表达语气和情感传递重要信息的场景中谨慎使用。

英文摘要

Speech conveys information through both words and vocal delivery. We evaluate four leading production realtime voice systems-OpenAI's GPT Realtime 2, Google's Gemini 3.1 Flash Live, and Alibaba's Qwen3.5 Omni Plus and Omni Flash-on tasks where the words and the delivery patterns both convey meaningful information. Across three consequential scenarios, all four systems act on the words rather than the voice. They end calls with crying callers who insist nothing is wrong, approve wire transfers authorized in frightened voices, and enroll callers whose agreement is clearly sarcastic. Surprisingly, this is often not a failure of perception. When asked directly, three of the four systems reliably identify the distress, fear, or sarcasm they later ignore when making decisions. We observe a similar pattern when these realtime voice systems estimate accent and age, as their responses frequently follow the biases of the words rather than the acoustic properties of the speaker. We term this disconnect between perception and action the emotional intelligence gap of voice AI. Prompting systems to explicitly attend to vocal delivery improves performance only partially and inconsistently. Our findings show that current realtime voice AI systems often behave as if speech had been reduced to a transcript, suggesting that they should be used with caution in settings where the tone and emotion of delivery convey important information.

URL PDF HTML 收藏
2606.16429 2026-06-16 cs.LG cs.CL 新提交

Taylor-Calibrate: Principled Initialization for Hybrid Linear Attention Distillation

Taylor-Calibrate:混合线性注意力蒸馏的原则性初始化

Zhongzhu Zhou, Qingyang Wu, Junxiong Wang, Mayank Mishra, Shuaiwen Leon Song, Ben Athiwaratkun, Chenfeng Xu

机构 * The University of Sydney(悉尼大学) Together AI University of California, Berkeley(加州大学伯克利分校) The University of Texas at Austin(德克萨斯大学奥斯汀分校) Microsoft(微软)

AI总结 提出Taylor-Calibrate方法,利用泰勒引导的教师注意力统计初始化混合线性注意力学生模型,显著减少蒸馏所需训练令牌数。

Comments 24 pages, 9 figures

详情
AI中文摘要

混合线性注意力模型提供了一条更快长上下文推理的诱人路径:它们降低了全softmax注意力的二次成本和KV缓存负担,同时保留了Transformer模型的大部分质量。获得此类模型的一种实用方法是转换预训练的Transformer,而不是从头开始预训练新架构,但这种转换仍然脆弱。简单地将教师注意力投影复制到Gated DeltaNet(GDN)学生中并不能指定新的循环衰减、写入和输出门控动态。因此,转换后的模型通常从较差的动态状态开始,必须花费大量蒸馏令牌来修复初始化,而不是学习剩余的教师行为。我们提出了Taylor-Calibrate,一种用于混合GDN学生的轻量级初始化方法。该方法使用泰勒引导的教师注意力统计来设置值投影、记忆时间尺度、写入门和输出门,然后应用一个简短的逐层对齐步骤,使每个转换后的层与教师输出匹配。在四种教师设置和三种保留层策略下,Taylor-Calibrate提供了显著更强的零样本学生,在代表性消融中改进高达88倍,并且达到匹配恢复目标所需的训练令牌比朴素转换少4.9倍至9.2倍。

英文摘要

Hybrid linear attention models offer an appealing path to faster long-context inference: they reduce the quadratic cost and KV-cache burden of full softmax attention while retaining much of the quality of Transformer models. A practical way to obtain such models is to convert a pretrained Transformer instead of pretraining a new architecture from scratch, but this conversion is still brittle. Simply copying the teacher attention projections into a Gated DeltaNet (GDN) student does not specify the new recurrent decay, write, and output-gating dynamics. As a result, the converted model often starts in a poor dynamical regime and must spend many distillation tokens repairing initialization rather than learning the remaining teacher behavior. We propose Taylor-Calibrate, a lightweight initialization method for hybrid GDN students. The method uses Taylor-guided teacher attention statistics to set the value projection, memory timescale, write gates, and output gate, then applies a short per-layer alignment step to match each converted layer to the teacher output. Across four teacher settings and three retained-layer policies, Taylor-Calibrate gives substantially stronger zero-shot students, with up to an 88x improvement in a representative ablation, and reaches matched recovery targets with 4.9x--9.2x fewer training tokens than naive conversion.

URL PDF HTML 收藏
2606.10402 2026-06-10 cs.CL cs.AI 新提交

Harnessing the Collective Intelligence of AI Agents in the Wild for New Discoveries

利用野外AI代理的集体智慧实现新发现

Federico Bianchi, Yongchan Kwon, Aneesh Pappu, James Zou

机构 * Together AI Stanford University(斯坦福大学)

AI总结 提出EinsteinArena平台,通过开放分布式环境中的自主代理交互,在数学问题中实现12项新最优结果,展示了集体AI驱动研究的范式。

详情
AI中文摘要

科学发现通常是一个集体过程:研究人员分享部分结果,检查失败的尝试,并在长时间跨度内相互借鉴想法。最近的AI系统表明,基于语言模型的代理可以在开放科学问题上取得有意义的进展,但大多数现有系统孤立运行。在本文中,我们提出EinsteinArena,一个面向开放分布式研究和发现的代理原生平台。EinsteinArena为代理提供一组实时开放问题,每个问题都有可靠的验证器、公共排行榜和特定问题的讨论论坛,代理可以在其中提问和分享见解。我们专注于引起大量研究兴趣的数学任务,其进展可以明确衡量。截至2026年5月,EinsteinArena上的代理已发现12项新的最优结果,优于以往任何人类或AI解决方案。一个显著例子是11维接吻数问题,该平台将已知最佳下界从593提高到604。这一进展并非来自单个代理或孤立运行,而是通过一系列提交、公开讨论、验证器改进以及后续代理间的思想借鉴而产生的。这些结果证明,去中心化的科学发现可以从自主代理在野外的开放交互中涌现,展示了集体AI驱动研究的新范式。

英文摘要

Scientific discovery is often a collective process: researchers share partial results, inspect failed attempts, and build on each other's ideas over long time horizons. Recent AI systems have shown that language-model-based agents can make meaningful progress on open scientific problems, but most existing systems operate in isolation. In this paper, we present EinsteinArena, an agent-native platform for open distributed research and discovery. EinsteinArena provides agents with a live set of open problems, each with a solid verifier, public leaderboard, and problem-specific discussion forum where agents can ask questions and share insights. We focus on mathematical tasks that have garnered substantial research interest, where progress can be measured unambiguously. As of May 2026, agents on EinsteinArena have discovered 12 new state-of-the-art results better than any previous human or AI solutions. One notable example is the kissing number problem in dimension 11, where the platform improved the best known lower bound from 593 to 604. This advance did not come from a single agent or isolated run. Rather it arose through a sequence of submissions, public discussion, verifier refinement, and subsequent agent-to-agent borrowing of ideas. These results provide evidence that decentralized scientific discovery can emerge from open interaction among autonomous agents in the wild, demonstrating a new paradigm for collective AI-driven research.

URL PDF HTML 收藏
2605.26079 2026-05-27 cs.CL

Automated Benchmark Auditing for AI Agents and Large Language Models

AI智能体与大语言模型的自动化基准审计

Junlin Wang, Federico Bianchi, Shang Zhu, Fan Nie, Yongchan Kwon, Bhuwan Dhingra, James Zou

机构 * Duke University(杜克大学) Together AI Stanford University(斯坦福大学)

AI总结 提出自动化基准审计框架ABA,系统审计基准任务中的隐藏环境依赖、规范缺失和评分逻辑问题,在168个基准中发现25.7%的任务存在关键问题,过滤后模型排名变化且性能提升约10%。

详情
AI中文摘要

现代AI基准的复杂性超出了传统验证方法的能力。由领域专家编写的任务通常包含隐含假设、不完整的环境规范和脆弱的评估逻辑,人工标注无法可靠地捕捉这些问题。我们引入了自动化基准审计(ABA),一个系统审计单个基准任务的智能体框架,揭示隐藏的环境依赖、规范缺失和有限的评分逻辑等问题。我们在前沿LLM基准和之前的NeurIPS出版物上运行ABA,共涵盖九个领域的168个基准。在这些语料中,ABA识别出关键问题,包括模糊的任务设计、执行环境冲突和错误的地面真值,在超过25.7%的评估任务中。这些自动化审计的精确性通过专家评审和独立第三方报告(如上游PR)得到验证。关键的是,我们证明这些有问题的任务严重扭曲了对智能体和LLM的能力评估:过滤掉这些有问题的任务会改变模型排名,并在SWE-bench Verified和Terminal-Bench 2上分别将平均性能提高9.9%和9.6%。我们发布智能体工具和所有任务注释,以支持前沿基准的未来发展。

英文摘要

Modern AI benchmarks operate at a complexity that outpaces traditional verification methods. Tasks authored by domain experts often contain implicit assumptions, incomplete environment specifications, and brittle evaluation logic that human annotation cannot reliably catch. We introduce Auto Benchmark Audit (ABA), an agentic framework that systematically audits individual benchmark tasks, uncovering issues such as hidden environment dependencies, specification gaps, and limited grading logic. We run ABA on a collection of frontier LLM benchmarks and previous NeurIPS publications, totaling 168 benchmarks across nine domains. Across this corpus, ABA identifies critical issues including ambiguous task design, execution environment conflicts, and incorrect ground truths in over 25.7% of the evaluated tasks. The precision of these automated audits is validated by expert review and independent third-party reports such as upstream PRs. Crucially, we demonstrate that these problematic tasks severely distorts capability assessments for agents and LLMs: filtering out these tasks with issues shifts model rankings and increases average performance on SWE-bench Verified and Terminal-Bench 2 by 9.9% and 9.6%, respectively. We release the agentic tool and all task annotations to support the future development of frontier benchmarks.

URL PDF HTML 收藏
2605.22785 2026-05-22 cs.CL

Evaluating Commercial AI Chatbots as News Intermediaries

评估商业AI聊天机器人作为新闻中介

Mirac Suzgun, Emily Shen, Federico Bianchi, Alexander Spangher, Thomas Icard, Daniel E. Ho, Dan Jurafsky, James Zou

机构 * Stanford University(斯坦福大学) Independent Researcher(独立研究者) Together AI

AI总结 本研究评估了AI聊天机器人在跨语言和区域处理新兴事实的准确性,发现其在多选题中表现良好,但在自由回答和复杂问题上存在显著误差,揭示了区域不平等和依赖检索基础设施的问题。

Comments https://suzgunmirac.github.io/ai-news-preview/

详情
AI中文摘要

AI聊天机器人正在迅速塑造人们获取新闻的方式,但此前没有任何研究系统地衡量了这些系统在跨语言和区域处理新兴事实的准确性。我们对六个AI聊天机器人(Gemini 3 Flash和Pro、Grok 4、Claude 4.5 Sonnet、GPT-5和GPT-4o mini)进行了14天(2026年2月9日至22日)的评估,测试了2100个基于同日BBC新闻报道的事实性问题,覆盖六个区域服务(美国和加拿大、阿拉伯语、非洲、印地语、俄语、土耳其语)。最佳系统在处理数小时前报道的事件问题时,多选题准确率超过90%。然而,这些系统在自由回答评估中准确率下降11-13%,在整体群体中下降16-17%。我们进一步识别了三种失败模式。首先,所有模型在印地语上的准确率最低(79% vs. 89-91%在其他地方),引用表明存在英语语系的检索偏见(例如,模型回答印地语查询时引用英语维基百科比任何印地语来源更多)。其次,检索失败而非推理失败导致超过70%的错误。当模型检索到正确的来源时,它们通常能提取出正确的答案;问题在于如何首先找到正确的来源。第三,模型在处理结构良好的问题时准确率在88-96%之间,但在包含微妙虚假前提的问题中准确率骤降至19-70%,最脆弱的模型接受伪造事实的频率高达64%。我们还识别出一个检测准确性悖论:最好的虚假前提检测器在对抗性准确性(回避率)上排名第二,而较弱的检测器排名第一,表明前提检测和答案恢复是部分独立的能力。总体而言,这些结果表明高准确性可能掩盖系统性的区域不平等、对检索基础设施的近乎完全依赖,以及对不完美查询的脆弱性。

英文摘要

AI chatbots are rapidly shaping how people encounter the news, yet no prior study has systematically measured how accurately these systems, with their proprietary search integrations and retrieval-synthesis pipelines, handle emerging facts across languages and regions. We present a 14-day (February 9-22, 2026) evaluation of six AI chatbots (Gemini 3 Flash and Pro, Grok 4, Claude 4.5 Sonnet, GPT-5 and GPT-4o mini) on 2,100 factual questions derived from same-day BBC News reporting across six regional services (US & Canada, Arabic, Afrique, Hindi, Russian, Turkish). The best systems achieve over 90% multiple-choice accuracy on questions about events reported hours earlier. The same systems, however, lose 11-13% under free-response evaluation, and 16-17% across the cohort. We further characterize three failure patterns. First, every model achieves its lowest accuracy on Hindi (79% vs. 89-91% elsewhere) and citations indicate an Anglophone retrieval bias (e.g., models answering Hindi queries cite English Wikipedia more than any Hindi outlet). Second, retrieval, not reasoning, failures drive over 70% of all errors. When models retrieve a correct source, they often extract the correct answer; the problem is to land on the right source in the first place. Third, models achieving 88-96% accuracy on well-formed questions drop to 19-70% when questions contain subtle false premises, with the most vulnerable model accepting fabricated facts 64% of the time. We also identify a detection-accuracy paradox: the best false-premise detector ranks second in adversarial accuracy (abstention rate), while a weaker detector ranks first, showing that premise detection and answer recovery are partially independent capabilities. Overall, these suggest that high accuracy can mask systematic regional inequity, near-total dependence on retrieval infrastructure, and vulnerability to imperfect queries real users pose.

URL PDF HTML 收藏
2605.22154 2026-05-22 cs.AI

IdleSpec: Exploiting Idle Time via Speculative Planning for LLM Agents

IdleSpec: 通过投机规划利用空闲时间用于LLM代理

Daewon Choi, Kyunghyun Park, Woomin Song, Saket Dingliwal, Sai Muralidhar Jayanthi, Jinwoo Shin, Aram Galstyan

机构 * KAIST(韩国科学技术院) Amazon AGI(亚马逊人工智慧实验室) Together AI

AI总结 本文提出IdleSpec,一种利用空闲时间提升LLM代理性能的方法,通过在空闲期间生成计划候选并减少延迟开销,从而在多种代理场景中显著提高性能。

详情
AI中文摘要

基于大型语言模型(LLM)的代理通过多步骤推理和迭代工具调用及环境交互来解决复杂任务,这在等待观察时会产生空闲时间。尽管大多数代理场景中普遍存在空闲时间,但现有工作将其视为不可避免的开销或提出受限解决方案,忽略了不同工具调用之间的不同计算预算和未来观察不确定性,从而导致空闲时间利用不充分。本文介绍IdleSpec,一种可扩展且通用的推理方法,利用空闲时间计算来提高代理性能同时最小化延迟开销。具体而言,IdleSpec在空闲期间迭代生成计划候选,并在观察可用时汇总它们以引导下一步推理。为了在观察不确定性下有效生成计划,IdleSpec从学习的分布中采样互补的起草策略(即渐进和恢复),该分布通过后验反馈更新。我们的实验表明,IdleSpec在各种代理场景中通过有效利用空闲时间显著提高了代理性能。特别是,在GAIA和FRAMES上,IdleSpec使用Gemini-2.5-Flash实现了55.6%的平均准确率,超过了不使用空闲时间的基线方法5.1%。此外,在涉及大量代码执行延迟的MLE-Bench上,IdleSpec在Any Medal速率上实现了高达9.1%的性能提升,突显了其在长周期任务中的通用性。

英文摘要

Large language model (LLM)-based agents solve complex tasks by leveraging multi-step reasoning with iterative tool calls and environment interactions, which incur idle time while waiting for observations. Despite the prevalence of idle time in most agentic scenarios, existing works treat it as an unavoidable overhead or propose restricted solutions that overlook varying computational budgets across different tool calls and future observation uncertainty, thereby leading to suboptimal utilization of idle time. In this paper, we introduce IdleSpec, a scalable and generic inference approach that leverages idle-time computation to improve agent performance while minimizing latency overhead. Specifically, IdleSpec iteratively generates plan candidates during idle periods and, once observations become available, aggregates them to guide the next reasoning step. For effective plan generation under observation uncertainty, IdleSpec samples between complementary drafting strategies (i.e., progressive and recovery) from a learned distribution that is updated via posterior feedback. Our experiments demonstrate that IdleSpec significantly improves agent performance in various agentic scenarios by effectively utilizing idle time. In particular, on the GAIA and FRAMES, IdleSpec achieves 55.6% average accuracy with Gemini-2.5-Flash, surpassing the vanilla baseline without idle-time usage by 5.1%. Furthermore, for MLE-Bench, which involves substantial delay from code executions, IdleSpec achieves performance gains of up to 9.1% on the Any Medal rate, highlighting its generalizability to long-horizon tasks.

URL PDF HTML 收藏
2605.22102 2026-05-22 cs.AI

ExComm: Exploration-Stage Communication for Error-Resilient Agentic Test-Time Scaling

ExComm:探索阶段通信用于容错的代理测试时间扩展

Woomin Song, Beomjun Kim, Daewon Choi, Sai Muralidhar Jayanthi, Saket Dingliwal, Jinwoo Shin, Aram Galstyan

机构 * KAIST(韩国科学技术院) Amazon AGI(亚马逊人工智能实验室) Together AI

AI总结 本文提出ExComm,一种用于探索阶段的代理测试时间扩展通信协议,通过定期审计代理信念状态以检测跨代理事实冲突,并通过专用工具验证循环解决冲突,从而提升测试时间扩展的容错能力。

详情
AI中文摘要

在长周期代理测试时间扩展中,错误传播是一个常见的失败模式,其中中间步骤中引入的事实错误或无效推论会持续存在于代理的信念状态中,并污染后续推理。现有测试时间扩展方法对这一过程控制有限,因为它们通常依赖于代理自行检测错误、在错误轨迹中选择或仅在错误已影响推理路径后才修正解决方案。我们提出ExComm,一种用于探索阶段的代理测试时间扩展通信协议。ExComm受到经验观察的启发,即并行代理推理中的大多数中间错误会产生可检测的跨代理事实冲突。利用代理工作流的迭代结构,ExComm定期审计代理信念状态以检测此类冲突,通过专用工具验证循环解决冲突,并将简洁、针对性的反馈返回相关代理。通过软信念更新将修正纳入其中,即附加已验证的反馈而非覆盖现有信念。此外,为防止由于通信导致轨迹多样性崩溃,ExComm进一步引入轨迹多样化模块,将冗余轨迹引导至正交策略。在AIME 2024、AIME 2025和GAIA上使用Gemini-2.5-Flash-Lite和Qwen3.5-4B的实验表明,ExComm在测试时间扩展中一致优于强基线,分别在最佳基线上实现了平均性能提升5.7%和5.0%。进一步分析显示了改进的错误恢复、有利的扩展行为、比适应通信基线更强的多样性,以及在评估方法中最佳的性能-成本权衡。

英文摘要

A common failure mode in long-horizon agentic test-time scaling is error propagation, where factual errors or invalid deductions introduced at intermediate steps persist in the agent's belief state and contaminate later reasoning. Existing test-time scaling methods provide limited control over this process, as they often rely on agents to detect their own mistakes, select among flawed trajectories, or refine solutions only after errors have already shaped the reasoning path. We propose ExComm, a communication protocol for exploration-stage agentic test-time scaling. ExComm is motivated by the empirical observation that the majority of intermediate errors in parallel agentic reasoning produce detectable cross-agent factual conflicts. Leveraging the iterative structure of agentic workflows, ExComm periodically audits agent belief states to detect such conflicts, resolves them through a dedicated tool-based verification loop, and returns concise, targeted feedback to the involved agents. Corrections are incorporated through soft belief updates, which append verified feedback rather than overwriting existing beliefs. Furthermore, to prevent collapsing trajectory diversity due to communication, ExComm further introduces a trajectory diversification module that redirects redundant trajectories toward orthogonal strategies. Experiments on AIME 2024, AIME 2025, and GAIA with Gemini-2.5-Flash-Lite and Qwen3.5-4B show that ExComm consistently outperforms strong test-time scaling baselines, achieving average performance gains of 5.7% and 5.0% over the best-performing baselines, respectively. Further analyses demonstrate improved error recovery, favorable scaling behavior, stronger diversity than adapted communication baselines, and the best performance-cost trade-off among the evaluated methods.

URL PDF HTML 收藏
2511.07885 2026-05-22 cs.DC cs.AI cs.CL cs.LG

Intelligence per Watt: Measuring Intelligence Efficiency of Local AI

每瓦智能:衡量本地AI的智能效率

Jon Saad-Falcon, Avanika Narayan, Hakki Orhun Akengin, J. Wes Griffin, Herumb Shandilya, Adrian Gamarra Lafuente, Medhya Goel, Rebecca Joseph, Shlok Natarajan, Etash Kumar Guha, Shang Zhu, Ben Athiwaratkun, John Hennessy, Azalia Mirhoseini, Christopher Ré

机构 * Stanford University(斯坦福大学) Together AI

AI总结 本文研究了本地AI在能源效率和性能上的表现,提出了一种统一的衡量指标IPW,展示了本地推理在重新分配需求方面的能力,并揭示了本地加速器的优化潜力。

详情
AI中文摘要

大型语言模型(LLM)查询主要由集中式云基础设施中的前沿模型处理。需求增长比提供商能够扩展的速度更快。两项进展创造了重新思考这一范式的机会:小型本地LM(<=20B活跃参数)在许多任务上能与前沿模型竞争性地表现,而本地加速器(如Apple M4 Max)可以以交互延迟支持这些模型。这引发了问题:本地推理能否在能源受限的设备上有效重新分配需求?这需要测量本地LM是否能准确回答现实查询以及是否在能源受限的设备上高效。我们提出了智能每瓦(IPW),即任务准确度每单位功率,作为衡量本地推理能力与效率的统一指标。我们评估了20多个最先进的本地LM、8种硬件加速器(本地和云)以及100万条现实单轮聊天和推理查询。对于每个查询,我们测量了准确性(本地LM对前沿模型的胜率)、能耗、延迟和功率。我们发现三个关键结果。首先,本地LM成功回答了88.7%的这些查询,准确性因领域而异。其次,2023-2025年的纵向分析显示IPW提高了5.3倍,由算法和加速器的改进驱动,本地可服务查询覆盖范围从23.2%增加到71.3%。第三,本地加速器在相同模型上实现的IPW至少比云加速器低1.4倍,揭示了本地加速器优化的巨大潜力。这些发现表明,本地推理可以对集中式基础设施的大量查询需求进行有意义的重新分配,IPW是跟踪这一转变的关键指标。

英文摘要

Large language model (LLM) queries are predominantly processed by frontier models in centralized cloud infrastructure. Demand growth strains this paradigm faster than providers can scale. Two advances create an opportunity to rethink it: small, local LMs (<=20B active parameters) now achieve competitive performance to frontier models on many tasks, and local accelerators (e.g., Apple M4 Max) can host these models at interactive latencies. This raises the question: can local inference viably redistribute demand from centralized infrastructure? This requires measuring both whether local LMs can accurately answer real-world queries and whether they can do so efficiently on power-constrained devices (e.g., laptops). We propose intelligence per watt (IPW), task accuracy per unit of power, as a unified metric for the capability and efficiency of local inference across model-accelerator configurations. We evaluate 20+ state-of-the-art local LMs, 8 hardware accelerators (local and cloud), and 1M real-world single-turn chat and reasoning queries. For each query, we measure accuracy (local LM win rate against frontier models), energy, latency, and power. We find three key results. First, local LMs successfully answer 88.7% of these queries, with accuracy varying by domain. Second, longitudinal analysis from 2023-2025 shows IPW improved 5.3x, driven by both algorithmic and accelerator advances, with locally-serviceable query coverage rising from 23.2% to 71.3%. Third, local accelerators achieve at least 1.4x lower IPW than cloud accelerators running identical models, revealing significant headroom for local accelerator optimization. These findings demonstrate that local inference can meaningfully redistribute demand from centralized infrastructure for a substantial subset of queries, with IPW serving as the critical metric for tracking this transition.

URL PDF HTML 收藏
2605.19269 2026-05-21 cs.LG

CODA: Rewriting Transformer Blocks as GEMM-Epilogue Programs

CODA:将Transformer块重写为GEMM-epilogue程序

Han Guo, Jack Zhang, Arjun Menon, Driss Guessous, Vijay Thakkar, Yoon Kim, Tri Dao

机构 * Massachusetts Institute of Technology(麻省理工学院) Princeton University(普林斯顿大学) Together AI Meta

AI总结 本文提出CODA,一种将Transformer中的非注意力计算重写为GEMM-epilogue程序的GPU内核抽象,以提高训练效率和硬件利用效率。

详情
AI中文摘要

Transformer训练系统围绕密集线性代数构建,但端到端时间的非平凡分数耗费在周围的内存绑定操作上。归一化、激活、残差更新、减少和相关计算反复在全局内存中移动大型中间张量,同时进行很少的算术运算,使数据移动成为在高度优化的训练堆栈中越来越重要的瓶颈。我们引入CODA,一种GPU内核抽象,将这些计算表示为GEMM-plus-epilogue程序。CODA基于观察到许多Transformer运算作为独立框架内核暴露时,可以重新参数化为在GEMM输出瓷砖留在芯片上执行,然后再写入内存。该抽象固定了GEMM主循环,并暴露了一组小的可组合的epilogue原语用于缩放、减少、配对转换和累积。这种受限的接口保留了专家编写GEMM的性能结构,同时足够表达以覆盖标准Transformer块正向和反向传递中几乎所有非注意力计算。在代表性的Transformer工作负载上,无论是人工还是LLM编写的CODA内核均实现了高性能,表明GEMM-plus-epilogue编程为结合框架级生产力与硬件级效率提供了一条实际路径。

英文摘要

Transformer training systems are built around dense linear algebra, yet a nontrivial fraction of end-to-end time is spent on surrounding memory-bound operators. Normalization, activations, residual updates, reductions, and related computations repeatedly move large intermediate tensors through global memory while performing little arithmetic, making data movement an increasingly important bottleneck in otherwise highly optimized training stacks. We introduce CODA, a GPU kernel abstraction that expresses these computations as GEMM-plus-epilogue programs. CODA is based on the observation that many Transformer operators exposed as separate framework kernels can be algebraically reparameterized to execute while a GEMM output tile remains on chip, before it is written to memory. The abstraction fixes the GEMM mainloop and exposes a small set of composable epilogue primitives for scaling, reductions, pairwise transformations, and accumulation. This constrained interface preserves the performance structure of expert-written GEMMs while remaining expressive enough to cover nearly all non-attention computation in the forward and backward pass of a standard Transformer block. Across representative Transformer workloads, both human- and LLM-authored CODA kernels achieve high performance, suggesting that GEMM-plus-epilogue programming offers a practical path toward combining framework-level productivity with hardware-level efficiency.

URL PDF HTML 收藏
2605.17757 2026-05-19 cs.LG cs.AI cs.DC cs.PF

OSCAR: Offline Spectral Covariance-Aware Rotation for 2-bit KV Cache Quantization

OSCAR: 2位KV缓存量化中的离线频谱协方差感知旋转

Zhongzhu Zhou, Donglin Zhuang, Jisen Li, Ziyan Chen, Shuaiwen Leon Song, Ben Athiwaratkun, Xiaoxia Wu

机构 * Together AI University of Sydney(悉尼大学) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校)

AI总结 本文提出OSCAR方法,通过离线估计注意力感知的协方差结构,实现2位KV缓存量化的高效和准确,同时开发了可部署的系统,提升了LLM服务框架的性能和效率。

Comments 35 pages, 10 figures

详情
AI中文摘要

INT2 KV-cache量化对于长上下文LLM服务具有吸引力,但实现准确性和可部署性仍然具有挑战。简单的旋转如Hadamard变换可以减少异常值,但仍然在INT2层面失效,因为它们与下游注意力不对齐。我们提出了OSCAR,一种超低比特KV缓存量化方法,通过离线估计注意力感知的协方差结构,并利用这些结构推导出固定旋转和截断阈值用于量化。这样,KV量化就与注意力实际消耗的协方差结构对齐。更重要的是,我们不仅提供了理论依据,还开发了一个完全可部署的OSCAR系统,包含一个定制的INT2注意力内核,该内核与分页KV缓存服务和融合内核流水线保持兼容,从而无缝集成到现代LLM服务框架中,如SGLang和vLLM。我们评估了我们的方法在最近的推理模型上,使用最多32k token的推理轨迹进行跨5个任务的测试。在Qwen3-4B-Thinking-2507和Qwen3-8B上,OSCAR将BF16精度差距分别减少到3.78和1.42个点,而朴素旋转INT2几乎归零。我们进一步将OSCAR扩展到Qwen3-32B和GLM-4.7(358B参数),其中它仍然与BF16保持有效相当。在长上下文-RULER-NIAH(最多128K)上,OSCAR在Qwen3模型上保持稳健,而朴素旋转INT2崩溃。从系统层面来看,OSCAR将KV缓存内存减少约8倍,在相同内存预算下,大批次大小下吞吐量提高最多7倍,并且由于内存带宽开销减少,单批次解码速度比BF16快最多3倍。

英文摘要

INT2 KV-cache quantization is attractive for long-context LLM serving, but it remains difficult to make both accurate and deployable. Simple rotations such as Hadamard transforms reduce outliers, but still degrade at INT2 because they are not aligned with downstream attention. We propose OSCAR, an Ultra-low-bit KV Cache quantization method that estimates attention-aware covariance structures offline and uses them to derive fixed rotations and clipping thresholds for quantization. In this way, it aligns KV quantization with the covariance structures that attention actually consumes. More importantly, we not only provide theoretical justification but also develop a fully deployable OSCAR system with a custom INT2 attention kernel that remains compatible with paged KV-cache serving and fused kernel pipelines, enabling seamless integration into modern LLM serving frameworks such as SGLang and vLLM. We evaluate our methods on recent reasoning models with reasoning traces of up to 32k tokens across 5 tasks. On Qwen3-4B-Thinking-2507 and Qwen3-8B, OSCAR reduces the BF16 accuracy gap to 3.78 and 1.42 points, respectively, while naive rotation INT2 collapses to nearly zero. We further scale OSCAR to Qwen3-32B and GLM-4.7 (358B params), where it remains effectively on par with BF16. On long context - RULER-NIAH up to 128K, OSCAR remains robust on both Qwen3 models, while naive rotation INT2 collapses. System-wise, OSCAR reduces KV-cache memory by approximately 8x, improves throughput by up to 7x at large batch sizes under the same memory budget, and accelerates batch-size-1 decoding by up to 3x over BF16 due to reduced memory bandwidth overhead.

URL PDF HTML 收藏
2603.14360 2026-05-15 cs.LG cs.AI

M$^2$RNN: Non-Linear RNNs with Matrix-Valued States for Scalable Language Modeling

M$^2$RNN:基于矩阵值状态的非线性RNN用于可扩展的语言建模

Mayank Mishra, Shawn Tan, Ion Stoica, Joseph Gonzalez, Tri Dao

机构 * MIT-IBM Watson Lab(MIT-IBM沃森实验室) Princeton University(普林斯顿大学) Together AI

AI总结 本文提出M$^2$RNN,通过矩阵值状态和非线性状态转移提升语言建模性能,实验证明其在长序列泛化和大规模语言建模中的优势。

详情
AI中文摘要

Transformers虽然具有高度并行性,但受限于TC$^0$复杂度类,无法处理需要更高表达能力的任务如实体跟踪和代码执行。受此限制启发,本文重新审视非线性RNN用于语言建模,引入矩阵到矩阵RNN(M$^2$RNN):一种具有矩阵值隐藏状态和表达性非线性状态转移的架构。本文证明非线性RNN的语言建模性能受限于其状态大小,并展示状态大小扩展机制如何实现对张量核心的高效利用。实验证明,M$^2$RNN在未见过的序列长度上实现完美的状态跟踪泛化。这些优势也适用于大规模语言建模。在混合设置中,Hybrid M$^2$RNN在7B MoE模型上优于等效的Gated DeltaNet混合结构,同时使用更小的状态大小。值得注意的是,在现有混合架构中替换单个递归层为M$^2$RNN可获得与Hybrid M$^2$RNN相当的精度提升,且对训练吞吐量影响较小。此外,单个M$^2$RNN层的Hybrid Gated DeltaNet模型在长上下文泛化上也优于最先进混合线性注意力架构,最高高出LongBench 8点。这些结果确立了非线性RNN层作为高效可扩展语言模型的重要构建块。

英文摘要

Transformers are highly parallel but are limited to computations in the TC$^0$ complexity class, excluding tasks such as entity tracking and code execution that provably require greater expressive power. Motivated by this limitation, we revisit non-linear Recurrent Neural Networks (RNNs) for language modeling and introduce Matrix-to-Matrix RNN (M$^2$RNN): an architecture with matrix-valued hidden states and expressive non-linear state transitions. We demonstrate that the language modeling performance of non-linear RNNs is limited by their state size, and show how the state size expansion mechanism enables efficient use of tensor cores. Empirically, M$^2$RNN achieves perfect state tracking generalization at sequence lengths not seen during training. These benefits also translate to large-scale language modeling. In hybrid settings that interleave recurrent layers with attention, Hybrid M$^2$RNN outperforms equivalent Gated DeltaNet hybrids by $0.4$-$0.5$ perplexity points on a 7B MoE model, while using $3\times$ smaller state sizes for the recurrent layers. Notably, replacing even a single recurrent layer with M$^2$RNN in an existing hybrid architecture yields accuracy gains comparable to Hybrid M$^2$RNN with minimal impact on training throughput. Further, the Hybrid Gated DeltaNet models with a single M$^2$RNN layer also achieve superior long-context generalization, outperforming state-of-the-art hybrid linear attention architectures by up to $8$ points on LongBench. Together, these results establish non-linear RNN layers as a compelling building block for efficient and scalable language models.

URL PDF HTML 收藏
2512.10931 2026-05-14 cs.LG cs.CL

Asynchronous Reasoning: Training-Free Interactive Thinking LLMs

异步推理:无需训练的交互式思考LLM

George Yakushev, Nataliia Babina, Masoud Vahid Dastgerdi, Vyacheslav Zhdanovskiy, Denis Kuznedelev, Alina Shutova, Max Ryabinin

机构 * Yandex HSE University(俄罗斯高等经济大学) The University of Tokyo(东京大学) MATS Together AI

AI总结 本文提出一种无需额外训练的LLM异步推理方法,通过位置嵌入特性实现同时思考、倾听和生成输出,提升数学、常识和安全推理任务的准确性和响应速度。

Comments Preprint, work in progress

详情
AI中文摘要

许多最先进的LLM在给出答案前需进行推理,推理可显著提升语言模型能力,但也会降低交互性:给定新输入,模型必须停止推理才能响应。现实应用场景如语音或具身助手需要LLM代理实时响应并适应额外信息,这与顺序交互不兼容。相比之下,人类可以边阅读边思考,边思考边生成答案。本文通过位置嵌入特性,使具备推理能力的LLM能够以类似方式操作,无需额外训练。我们评估了该方法在数学、常识和安全推理上的表现:它使模型能够生成准确的思考增强答案,同时将首次非思考标记的时间从分钟级缩短至≤5秒,并将整体延迟降低至12倍。

英文摘要

Many state-of-the-art LLMs are trained to think before giving their answer. Reasoning can greatly improve language model capabilities, but it also makes them less interactive: given a new input, a model must stop thinking before it can respond. Real-world use cases such as voice-based or embodied assistants require an LLM agent to respond and adapt to additional information in real time, which is incompatible with sequential interactions. In contrast, humans can listen, think, and act asynchronously: we begin thinking about the problem while reading it and continue thinking while formulating the answer. In this work, we augment LLMs capable of reasoning to operate in a similar way without additional training. Our method uses the properties of positional embeddings to enable LLMs built for sequential generation to simultaneously think, listen, and write outputs. We evaluate our approach on math, commonsense, and safety reasoning: it allows models to generate accurate thinking-augmented answers while reducing time to first non-thinking token from minutes to ${\le}$ 5s and the overall delays by up to $12{\times}$.

URL PDF HTML 收藏
2604.19157 2026-04-22 cs.LG

SAW-INT4: System-Aware 4-Bit KV-Cache Quantization for Real-World LLM Serving

SAW-INT4: 为现实世界LLM服务的系统感知4位KV缓存量化

Jinda Jia, Jisen Li, Zhongzhu Zhou, Jung Hwan Heo, Jue Wang, Tri Dao, Shuaiwen Leon Song, Ben Athiwaratkun, Chenfeng Xu, Tianyi Zhang, Xiaoxia Wu

机构 * Together AI

AI总结 本文提出SAW-INT4方法,通过系统感知的4位KV缓存量化,在满足实际服务约束下实现高精度与高效率的平衡,恢复近全部精度损失。

详情
AI中文摘要

KV缓存内存是现实世界LLM服务中的主要瓶颈,系统必须同时支持对延迟敏感的小批量请求和高吞吐量的并发工作负载。尽管许多KV缓存压缩方法在离线准确度或压缩比上有所改进,但它们往往违反实际服务约束,如分页内存布局、规则内存访问和融合注意力执行,限制了其在部署中的有效性。在本文中,我们识别出在这些约束下最小的4位KV缓存量化方法集。我们的核心发现是,一种简单的设计——基于令牌的INT4量化与块对角Hadamard旋转——在准确性与效率之间实现了最佳权衡。在多个模型和基准测试中,该方法恢复了朴素INT4所丢失的几乎全部精度,而更复杂的量化方法如向量量化和Hessian感知量化在考虑服务兼容性后仅提供微小的额外增益。为了使其实用,我们实现了一个融合旋转-量化内核,直接集成到分页KV缓存布局中,并引入了零可测量的端到端开销,匹配普通INT4在不同并发级别下的吞吐量。我们的结果表明,有效的KV缓存压缩本质上是系统协同设计问题:在现实服务约束下,轻量级块对角Hadamard旋转是一种可行的方法,能够在不牺牲服务效率的情况下实现接近无损的精度。

英文摘要

KV-cache memory is a major bottleneck in real-world LLM serving, where systems must simultaneously support latency-sensitive small-batch requests and high-throughput concurrent workloads. Although many KV-cache compression methods improve offline accuracy or compression ratio, they often violate practical serving constraints such as paged memory layouts, regular memory access, and fused attention execution, limiting their effectiveness in deployment. In this work, we identify the minimal set of 4-bit KV-cache quantization methods that remain viable under these constraints. Our central finding is that a simple design--token-wise INT4 quantization with block-diagonal Hadamard rotation--consistently achieves the best accuracy-efficiency trade-off. Across multiple models and benchmarks, this approach recovers nearly all of the accuracy lost by naive INT4, while more complex methods such as vector quantization and Hessian-aware quantization provide only marginal additional gains once serving compatibility is taken into account. To make this practical, we implement a fused rotation-quantization kernel that integrates directly into paged KV-cache layouts and introduces zero measurable end-to-end overhead, matching plain INT4 throughput across concurrency levels. Our results show that effective KV-cache compression is fundamentally a systems co-design problem: under real serving constraints, lightweight block-diagonal Hadamard rotation is a viable method that delivers near-lossless accuracy without sacrificing serving efficiency.

URL PDF HTML 收藏
2604.12946 2026-04-15 cs.LG

Parcae: Scaling Laws For Stable Looped Language Models

Parcae:稳定循环语言模型的扩展定律

Hayden Prairie, Zachary Novack, Taylor Berg-Kirkpatrick, Daniel Y. Fu

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

AI总结 本文提出Parcae,一种稳定的循环架构,通过限制注入参数的谱范数来解决现有循环架构的不稳定性问题,实验表明其在验证 perplexity 和测试性能上均优于现有模型。

详情
AI中文摘要

传统固定深度架构通过增加训练FLOPs来提升质量,通常通过增加参数化,但导致更高的内存足迹或数据消耗。循环架构通过将激活通过层块循环来增加FLOPs。尽管有前景,现有训练循环架构的配方可能不稳定,导致残差爆炸和损失尖峰。我们通过将循环重述为残差流上的非线性时间变分系统,发现现有循环架构的不稳定性源于其注入参数的谱范数过大。为解决这些问题,我们提出Parcae,一种新型稳定的循环架构,通过离散化负对角参数化来限制注入参数的谱范数。结果表明,Parcae在验证perplexity上比现有大规模循环模型低6.3%。利用我们的稳定循环架构,我们研究了循环作为提升质量的介质,通过增加训练和测试时的FLOPs。对于训练,我们推导出可预测的功率定律以在固定参数数量下扩展FLOPs。我们的初步扩展定律表明,在固定FLOP预算下,循环和数据应同步增加。在测试时,我们发现Parcae可以利用循环来扩展计算,遵循可预测的饱和指数衰减。当扩展到13亿参数时,Parcae在CORE和Core-Extended质量上分别比强Transformer基线提高2.99和1.18点,在固定参数和数据预算下,达到相对于Transformer两倍大小的相对质量最高87.5%。

英文摘要

Traditional fixed-depth architectures scale quality by increasing training FLOPs, typically through increased parameterization, at the expense of a higher memory footprint, or data. A potential alternative is looped architectures, which instead increase FLOPs by sending activations through a block of layers in a loop. While promising, existing recipes for training looped architectures can be unstable, suffering from residual explosion and loss spikes. We address these challenges by recasting looping as a nonlinear time-variant dynamical system over the residual stream. Via a linear approximation to this system, we find that instability occurs in existing looped architectures as a result of large spectral norms in their injection parameters. To address these instability issues, we propose Parcae, a novel stable, looped architecture that constrains the spectral norm of the injection parameters via discretization of a negative diagonal parameterization. As a result, Parcae achieves up to 6.3% lower validation perplexity over prior large-scale looped models. Using our stable looped architecture, we investigate the scaling properties of looping as a medium to improve quality by increasing FLOPs in training and test-time. For training, we derive predictable power laws to scale FLOPs while keeping parameter count fixed. Our initial scaling laws suggest that looping and data should be increased in tandem, given a fixed FLOP budget. At test-time, we find that Parcae can use looping to scale compute, following a predictable, saturating exponential decay. When scaled up to 1.3B parameters, we find that Parcae improves CORE and Core-Extended quality by 2.99 and 1.18 points when compared to strong Transformer baselines under a fixed parameter and data budget, achieving a relative quality of up to 87.5% a Transformer twice the size.

URL PDF HTML 收藏
2604.11035 2026-04-14 cs.AI

Introspective Diffusion Language Models

反思式扩散语言模型

Yifan Yu, Yuqing Jian, Junxiong Wang, Zhongzhu Zhou, Donglin Zhuang, Xinyu Fang, Sri Yanamandra, Xiaoxia Wu, Qingyang Wu, Shuaiwen Leon Song, Tri Dao, Ben Athiwaratkun, James Zou, Fan Lai, Chenfeng Xu

机构 * Together AI University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) The University of Texas at Austin(德克萨斯大学奥斯汀分校) Princeton University(普林斯顿大学) Stanford University(斯坦福大学)

AI总结 本文提出反思式扩散语言模型,通过引入反思性解码算法,在保持并行解码的同时继承自回归训练的反思一致性,实现了与同规模自回归模型相当的质量并优于先前扩散模型。

详情
AI中文摘要

扩散语言模型承诺并行生成,但仍在质量和自回归(AR)模型之间存在差距。我们发现这一差距源于反思一致性失败:自回归模型与其自身生成内容一致,而扩散语言模型(DLM)往往不一致。我们定义了反思接受率,以衡量模型是否接受其先前生成的标记。这揭示了自回归训练在结构上的优势:因果遮蔽和logit偏移隐式地强制反思一致性。受此启发,我们引入了反思式扩散语言模型(I-DLM),一种在保持扩散式并行解码的同时继承自回归训练反思一致性的范式。I-DLM使用了一种新的反思性步进解码(ISD)算法,使模型能够在同一前向传递中验证先前生成的标记并生成新的标记。从系统角度看,我们基于继承自自回归的优化构建了I-DLM推理引擎,并进一步定制了其使用静止批次调度器。据我们所知,I-DLM是首个在15个基准测试中与同规模自回归模型质量相当并优于先前扩散模型的扩散模型,其在模型质量和实际服务效率方面均优于先前的扩散模型。I-DLM在AIME-24上达到69.6,在LiveCodeBench-v6上达到45.7,分别超过了LLaDA-2.1-mini(16B)超过26和15分。除了质量,I-DLM还针对日益增长的大型并发服务需求进行了设计,其吞吐量比先前最先进的扩散模型高约3倍。

英文摘要

Diffusion language models promise parallel generation, yet still lag behind autoregressive (AR) models in quality. We stem this gap to a failure of introspective consistency: AR models agree with their own generations, while DLMs often do not. We define the introspective acceptance rate, which measures whether a model accepts its previously generated tokens. This reveals why AR training has a structural advantage: causal masking and logit shifting implicitly enforce introspective consistency. Motivated by this observation, we introduce Introspective Diffusion Language Model (I-DLM), a paradigm that retains diffusion-style parallel decoding while inheriting the introspective consistency of AR training. I-DLM uses a novel introspective strided decoding (ISD) algorithm, which enables the model to verify previously generated tokens while advancing new ones in the same forward pass. From a systems standpoint, we build I-DLM inference engine on AR-inherited optimizations and further customize it with a stationary-batch scheduler. To the best of our knowledge, I-DLM is the first DLM to match the quality of its same-scale AR counterpart while outperforming prior DLMs in both model quality and practical serving efficiency across 15 benchmarks. It reaches 69.6 on AIME-24 and 45.7 on LiveCodeBench-v6, exceeding LLaDA-2.1-mini (16B) by more than 26 and 15 points, respectively. Beyond quality, I-DLM is designed for the growing demand of large-concurrency serving, delivering about 3x higher throughput than prior state-of-the-art DLMs.

URL PDF HTML 收藏
2604.07725 2026-04-13 cs.AI cs.CL

Squeeze Evolve: Unified Multi-Model Orchestration for Verifier-Free Evolution

Squeeze Evolve:无验证者演化的统一多模型协调

Monishwaran Maheswaran, Leon Lakhani, Zhongzhu Zhou, Shijia Yang, Junxiong Wang, Coleman Hooper, Yuezhou Hu, Rishabh Tiwari, Jue Wang, Harman Singh, Qingyang Wu, Yuqing Jian, Ce Zhang, Kurt Keutzer, Tri Dao, Xiaoxia Wu, Ben Athiwaratkun, James Zou, Chenfeng Xu

机构 * UC Berkeley(加州大学伯克利分校) UT Austin(德克萨斯大学奥斯汀分校) Stanford University(斯坦福大学) Princeton University(普林斯顿大学) Together AI

AI总结 本文提出Squeeze Evolve框架,通过动态分配模型能力提升无验证者演化的多样性与效率,实验证明其在多个基准测试中显著降低成本并提升性能。

Comments 40 Pages, Project Page: https://squeeze-evolve.github.io/

详情
AI中文摘要

我们证明无验证者演进受限于多样性和效率:没有外部校正,重复演进会加速向狭窄模式坍缩,而统一使用高成本模型浪费计算资源并变得经济不可行。我们引入Squeeze Evolve,一种统一的多模型协调框架用于无验证者演进推理。我们的方法基于一个简单原则:将模型能力分配到边际效用最高的地方。更强的模型保留用于高影响阶段,而更便宜的模型处理其他阶段,成本更低。该原则同时解决多样性和成本效率问题,同时保持轻量。Squeeze Evolve自然支持开源、闭源和混合模型部署。在AIME 2025、HMMT 2025、LiveCodeBench V6、GPQA-Diamond、ARC-AGI-V2以及多模态视觉基准,如MMMU-Pro和BabyVision中,Squeeze Evolve在单模型演进上持续改进成本-能力前沿,并在多个任务上取得新状态-of-the-art结果。实证上,Squeeze Evolve将API成本降低高达~3倍,并将固定预算服务吞吐量提高高达~10倍。此外,在发现任务中,Squeeze Evolve是首个无验证者演进方法能匹配甚至超越有验证者方法性能的。

英文摘要

We show that verifier-free evolution is bottlenecked by both diversity and efficiency: without external correction, repeated evolution accelerates collapse toward narrow modes, while the uniform use of a high-cost model wastes compute and quickly becomes economically impractical. We introduce Squeeze Evolve, a unified multi-model orchestration framework for verifier-free evolutionary inference. Our approach is guided by a simple principle: allocate model capability where it has the highest marginal utility. Stronger models are reserved for high-impact stages, while cheaper models handle the other stages at much lower costs. This principle addresses diversity and cost-efficiency jointly while remaining lightweight. Squeeze Evolve naturally supports open-source, closed-source, and mixed-model deployments. Across AIME 2025, HMMT 2025, LiveCodeBench V6, GPQA-Diamond, ARC-AGI-V2, and multimodal vision benchmarks, such as MMMU-Pro and BabyVision, Squeeze Evolve consistently improves the cost-capability frontier over single-model evolution and achieves new state-of-the-art results on several tasks. Empirically, Squeeze Evolve reduces API cost by up to $\sim$3$\times$ and increases fixed-budget serving throughput by up to $\sim$10$\times$. Moreover, on discovery tasks, Squeeze Evolve is the first verifier-free evolutionary method to match, and in some cases exceed, the performance of verifier-based evolutionary methods.

URL PDF HTML 收藏
2603.22260 2026-03-24 cs.CL

Greater accessibility can amplify discrimination in generative AI

更大的可及性可能放大生成AI中的歧视

Carolin Holtermann, Minh Duc Bui, Kaitlyn Zhou, Valentin Hofmann, Katharina von der Wense, Anne Lauscher

机构 * Trustworthy AI Lab, University of Hamburg(可信AI实验室,汉堡大学) NALA Group, JGU Mainz(NALA集团,吉森大学) Cornell University(康奈尔大学) Together AI Allen Institute for AI(人工智能研究院) CU Boulder(博尔德大学)

AI总结 研究发现语音交互虽提升可及性,但会因语音携带身份线索而加剧性别偏见,提出通过音调调节可缓解歧视问题。

Comments Preprint

详情
AI中文摘要

数百万人依赖大型语言模型进行教育、工作甚至医疗。然而,这些模型被发现会复制并放大训练数据中的社会偏见。此外,基于文本的界面仍是许多人的障碍,例如识字能力有限、运动障碍或仅使用移动设备的用户。语音交互有望扩大可及性,但不同于文本,语音携带身份线索,用户难以隐藏,引发关于可及性提升是否以公平性为代价的担忧。本文显示,具备音频功能的LLM存在系统性性别歧视,仅根据说话者声音就倾向于性别刻板印象的形容词和职业,并在文本交互中未观察到的偏见。因此,语音界面不仅将文本模型扩展到新模态,还引入了与副语言线索相关的不同偏见机制。补充调查证据(n=1000)显示,不常使用聊天机器人用户最不放心未披露属性推断,且在发现此类实践时最可能退出。为了展示潜在缓解策略,我们显示音调调节可以系统地调节性别歧视性输出。总体而言,我们的发现揭示了AI发展中的关键矛盾:通过语音界面扩大可及性的努力同时创造了新的歧视路径,要求公平性和可及性必须同时得到解决。

英文摘要

Hundreds of millions of people rely on large language models (LLMs) for education, work, and even healthcare. Yet these models are known to reproduce and amplify social biases present in their training data. Moreover, text-based interfaces remain a barrier for many, for example, users with limited literacy, motor impairments, or mobile-only devices. Voice interaction promises to expand accessibility, but unlike text, speech carries identity cues that users cannot easily mask, raising concerns about whether accessibility gains may come at the cost of equitable treatment. Here we show that audio-enabled LLMs exhibit systematic gender discrimination, shifting responses toward gender-stereotyped adjectives and occupations solely on the basis of speaker voice, and amplifying bias beyond that observed in text-based interaction. Thus, voice interfaces do not merely extend text models to a new modality but introduce distinct bias mechanisms tied to paralinguistic cues. Complementary survey evidence ($n=1,000$) shows that infrequent chatbot users are most hesitant to undisclosed attribute inference and most likely to disengage when such practices are revealed. To demonstrate a potential mitigation strategy, we show that pitch manipulation can systematically regulate gender-discriminatory outputs. Overall, our findings reveal a critical tension in AI development: efforts to expand accessibility through voice interfaces simultaneously create new pathways for discrimination, demanding that fairness and accessibility be addressed in tandem.

URL PDF HTML 收藏
2603.17946 2026-03-19 cs.LG cs.AI

CARE: Covariance-Aware and Rank-Enhanced Decomposition for Enabling Multi-Head Latent Attention

CARE: 一种考虑协方差和增强秩的分解方法,以实现多头潜在注意力

Zhongzhu Zhou, Fengxiang Bie, Ziyan Chen, Zhenyu Zhang, Yibo Yang, Junxiong Wang, Ben Athiwaratkun, Xiaoxia Wu, Shuaiwen Leon Song

机构 * University of Sydney(悉尼大学) King Abdullah University of Science and Technology(卡布斯大学) Together AI University of Texas at Austin(德克萨斯大学奥斯汀分校)

AI总结 CARE通过考虑激活协方差和增强秩,改进了多头潜在注意力的转换,减少了KV缓存成本并提升了表达能力,实验表明其在多个模型上表现更优。

Comments Accepted at ICLR 2026. Conference paper. 10 pages main text; 34 pages total including references and appendix. 11 figures and 20 tables in total

详情
AI中文摘要

将预训练的注意力模块如分组查询注意力(GQA)转换为多头潜在注意力(MLA)可以在不增加KV缓存成本的情况下提高表达能力,这在高效推理中具有吸引力。然而,许多实际转换基线依赖于仅权重的低秩近似(例如SVD风格的初始化)和均匀的秩分配。它们专注于最小化权重矩阵的差异,而不是这些权重如何影响输入激活,忽略了激活的协方差结构,并在各层之间强制均匀的秩,导致激活漂移和注意力保真度下降。为了解决这些问题,我们提出了CARE,一种在固定KV宽度下考虑协方差和增强秩的MLA转换流程。CARE引入了三个关键步骤:(i)保持激活的分解,将近似与实际输入激活对齐,而不是仅仅与权重对齐;(ii)调整的秩分配,通过将固定KV预算分配给需要更多容量的层来跨层分配;(iii)KV平衡映射,将转换后的K和V重新参数化以适应MLA格式,同时保持KV缓存大小不变。我们的方法在Qwen3-4B/30B-A3B-Instruct-2507和Llama-3.1-8B/70B-Instruct上优于均匀秩SVD基线,减少了一次性困惑度高达215倍,并在匹配的KV预算下提高了平均准确率高达1.70倍。通过简短的后SVD修复微调,我们完全恢复了原始模型的准确性。

英文摘要

Converting pretrained attention modules such as grouped-query attention (GQA) into multi-head latent attention (MLA) can improve expressivity without increasing KV-cache cost, making it attractive for efficient inference. However, many practical conversion baselines rely on weight-only low-rank approximations (e.g., SVD-style initializations) and uniform rank allocation. They focus on minimizing the difference between weight matrices rather than on how those weights affect input activations, ignore the covariance structure of activations, and enforce uniform rank across layers, causing activation drift and degraded attention fidelity. To address these issues, we propose CARE, a Covariance-Aware, Rank-Enhanced MLA conversion pipeline under a fixed KV width. CARE introduces three key steps: (i) activation-preserving factorization, which aligns the approximation with the actual input activations rather than just the weights; (ii) adjusted-rank allocation, which spreads a fixed KV budget across layers by giving more capacity to layers that need it most; and (iii) KV-parity mapping, which reparameterizes the converted K and V to fit the MLA format while keeping the KV-cache size unchanged. Our method outperforms a uniform-rank SVD baseline on Qwen3-4B/30B-A3B-Instruct-2507 and Llama-3.1-8B/70B-Instruct, reducing one-shot perplexity by up to 215x and improving mean accuracy by up to 1.70x at matched KV budgets. With a brief post-SVD healing fine-tune, we fully recover the original model's accuracy.

URL PDF HTML 收藏
2603.05451 2026-03-06 cs.CL

FlashAttention-4: Algorithm and Kernel Pipelining Co-Design for Asymmetric Hardware Scaling

FlashAttention-4:异构硬件扩展下的算法与内核流水线协同设计

Ted Zadouri, Markus Hoehnerbach, Jay Shah, Timmy Liu, Vijay Thakkar, Tri Dao

机构 * Princeton University(普林斯顿大学) Meta(Meta公司) Colfax Research(Colfax研究公司) NVIDIA(NVIDIA公司) Georgia Tech(佐治亚理工学院) Together AI

AI总结 FlashAttention-4通过异构硬件扩展下的算法与内核流水线协同设计,提升B200 GPU上的注意力计算效率。

详情
AI中文摘要

注意力机制作为Transformer架构的核心层,是大语言模型和长上下文应用的瓶颈。虽然FlashAttention-3通过异步执行和 warp 特化优化了Hopper GPU上的注意力计算,但主要针对H100架构。随着AI行业迅速转向部署基于Blackwell的系统,如B200和GB200,由于硬件扩展的不对称性,tensor核心吞吐量翻倍,而其他功能单元(共享内存带宽、指数单元)的扩展速度更慢或保持不变。我们开发了几种技术来解决这些变化的瓶颈:(1)重新设计的流水线利用完全异步的MMA操作和更大的瓷砖大小;(2)软件模拟的指数和条件softmax重新缩放,减少非矩阵乘法操作;(3)利用张量内存和2-CTA MMA模式,减少反向传播过程中的共享内存流量和原子加法。我们证明,我们的方法FlashAttention-4在B200 GPU上使用BF16时,相比cuDNN 9.13实现了高达1.3倍的加速,相比Triton实现了2.7倍的加速,达到最高1613 TFLOPs/s(71%利用率)。除了算法创新外,我们完全使用CuTe-DSL嵌入Python实现FlashAttention-4,相比传统的C++模板方法,编译时间快20-30倍,同时保持完整的表达能力。

英文摘要

Attention, as a core layer of the ubiquitous Transformer architecture, is the bottleneck for large language models and long-context applications. While FlashAttention-3 optimized attention for Hopper GPUs through asynchronous execution and warp specialization, it primarily targets the H100 architecture. The AI industry has rapidly transitioned to deploying Blackwell-based systems such as the B200 and GB200, which exhibit fundamentally different performance characteristics due to asymmetric hardware scaling: tensor core throughput doubles while other functional units (shared memory bandwidth, exponential units) scale more slowly or remain unchanged. We develop several techniques to address these shifting bottlenecks on Blackwell GPUs: (1) redesigned pipelines that exploit fully asynchronous MMA operations and larger tile sizes, (2) software-emulated exponential and conditional softmax rescaling that reduces non-matmul operations, and (3) leveraging tensor memory and the 2-CTA MMA mode to reduce shared memory traffic and atomic adds in the backward pass. We demonstrate that our method, FlashAttention-4, achieves up to 1.3$\times$ speedup over cuDNN 9.13 and 2.7$\times$ over Triton on B200 GPUs with BF16, reaching up to 1613 TFLOPs/s (71% utilization). Beyond algorithmic innovations, we implement FlashAttention-4 entirely in CuTe-DSL embedded in Python, achieving 20-30$\times$ faster compile times compared to traditional C++ template-based approaches while maintaining full expressivity.

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

When Does Divide and Conquer Work for Long Context LLM? A Noise Decomposition Framework

当分治策略在长上下文LLM中何时有效?一种噪声分解框架

Zhen Xu, Shang Zhu, Jue Wang, Junlin Wang, Ben Athiwaratkun, Chi Wang, James Zou, Ce Zhang

机构 * University of Chicago(芝加哥大学) Together AI Duke University(杜克大学) Google DeepMind(谷歌DeepMind) Stanford University(斯坦福大学)

AI总结 本文提出了一种噪声分解框架,分析了长上下文LLM中分治策略的有效条件,揭示了任务噪声、模型噪声和聚合噪声的区分,并通过实验验证了多代理分块策略在处理长上下文任务中的有效性。

Comments ICLR 2026

详情
AI中文摘要

我们研究了将大型语言模型(LLMs)应用于长文本所面临的挑战。我们提出了一种理论框架,将长上下文任务的失败模式区分为三类:跨块依赖(任务噪声)、随着上下文大小增长而增加的混淆(模型噪声)以及部分结果整合不完美的问题(聚合噪声)。在此视角下,我们分析了何时使用多代理分块策略有效,即把长序列分成更小的块并聚合每个块处理后的结果。我们在检索、问答和摘要等任务上的实验验证了理论分析以及支持多代理分块的条件。通过探索模型保真度随输入长度加速衰减的现象,我们还解释了为什么对于大输入,配置较弱但采用分块处理的模型可以超越像GPT4o单次应用的更高级模型。总体而言,我们提出了一个系统化的理解框架,我们的结果突显了一条通过精心管理分块和聚合策略来处理LLM长上下文的直接途径。

英文摘要

We investigate the challenge of applying Large Language Models (LLMs) to long texts. We propose a theoretical framework that distinguishes the failure modes of long context tasks into three categories: cross-chunk dependence (task noise), confusion that grows with context size (model noise), and the imperfect integration of partial results (aggregator noise). Under this view, we analyze when it is effective to use multi-agent chunking, i.e., dividing a lengthy sequence into smaller chunks and aggregating the processed results of each chunk. Our experiments on tasks such as retrieval, question answering, and summarization confirm both the theoretical analysis and the conditions that favor multi-agent chunking. By exploring the accelerated decay of model fidelity with input length, we also explain why, for large inputs, a weaker model configured with chunk-based processing can surpass a more advanced model like GPT4o applied in a single shot. Overall, we present a principled understanding framework and our results highlight a direct pathway to handling long contexts in LLMs with carefully managed chunking and aggregator strategies.

URL PDF HTML 收藏
2601.16175 2026-02-06 cs.LG cs.AI

Learning to Discover at Test Time

在测试时间学习以发现

Mert Yuksekgonul, Daniel Koceja, Xinhao Li, Federico Bianchi, Jed McCaleb, Xiaolong Wang, Jan Kautz, Yejin Choi, James Zou, Carlos Guestrin, Yu Sun

机构 * Stanford University(斯坦福大学) NVIDIA(英伟达) Astera Institute(Astera研究院) UC San Diego(加州大学圣地亚哥分校) Together AI

AI总结 通过在测试时间进行强化学习,TTT-Discover方法在多个科学领域实现了新的前沿状态,利用开放模型和公开代码实现高效解决方案。

Comments Code: https://github.com/test-time-training/discover

详情
AI中文摘要

如何利用人工智能为科学问题发现新的前沿状态?先前在测试时间扩展方面的研究,例如AlphaEvolve,通过提示一个冻结的LLM进行搜索。我们则在测试时间进行强化学习,因此LLM可以继续训练,但现在有了针对测试问题的经验。这种持续学习形式非常特殊,因为其目标是产生一个卓越的解决方案,而不是平均产生多个良好的解决方案,也不是解决其他问题,而是解决这个问题。因此,我们的学习目标和搜索子程序都设计成优先考虑最有前途的解决方案。我们称之为测试时间训练以发现(TTT-Discover)。继先前工作之后,我们专注于具有连续奖励的问题。我们报告了我们尝试的每一个问题的结果,涵盖数学、GPU内核工程、算法设计和生物学。TTT-Discover在几乎所有问题上都设定了新的前沿状态:(i)Erdős的最小重叠问题和一个自相关不等式;(ii)一个GPUMode内核竞赛(比现有技术快2倍);(iii)过去的AtCoder算法竞赛;(iv)单细胞分析中的去噪问题。我们的解决方案由专家或组织者审查。所有我们的结果都是使用一个开放模型,OpenAI gpt-oss-120b,且可以通过我们公开可用的代码重现,与之前最佳结果所需封闭前沿模型不同。我们的测试时间训练运行使用Tinker,由Thinking Machines提供的API进行,每个问题的成本仅几百美元。

英文摘要

How can we use AI to discover a new state of the art for a scientific problem? Prior work in test-time scaling, such as AlphaEvolve, performs search by prompting a frozen LLM. We perform reinforcement learning at test time, so the LLM can continue to train, but now with experience specific to the test problem. This form of continual learning is quite special, because its goal is to produce one great solution rather than many good ones on average, and to solve this very problem rather than generalize to other problems. Therefore, our learning objective and search subroutine are designed to prioritize the most promising solutions. We call this method Test-Time Training to Discover (TTT-Discover). Following prior work, we focus on problems with continuous rewards. We report results for every problem we attempted, across mathematics, GPU kernel engineering, algorithm design, and biology. TTT-Discover sets the new state of the art in almost all of them: (i) Erdős' minimum overlap problem and an autocorrelation inequality; (ii) a GPUMode kernel competition (up to $2\times$ faster than prior art); (iii) past AtCoder algorithm competitions; and (iv) denoising problem in single-cell analysis. Our solutions are reviewed by experts or the organizers. All our results are achieved with an open model, OpenAI gpt-oss-120b, and can be reproduced with our publicly available code, in contrast to previous best results that required closed frontier models. Our test-time training runs are performed using Tinker, an API by Thinking Machines, with a cost of only a few hundred dollars per problem.

URL PDF HTML 收藏
2602.01689 2026-02-03 cs.AI cs.LG

What LLMs Think When You Don't Tell Them What to Think About?

当你不告诉LLMs该思考什么时,它们会想什么?

Yongchan Kwon, James Zou

机构 * Together AI Stanford University(斯坦福大学)

AI总结 研究揭示了LLMs在无明确主题输入下生成内容的分布特征,发现不同模型家族存在显著的主题偏好和内容深度差异,并公开了相关数据集和代码。

Comments NA

详情
AI中文摘要

对大型语言模型(LLMs)在多样化环境中的行为进行表征对于可靠监控和AI安全至关重要。然而,大多数现有分析依赖于主题或任务特定的提示,这可能会显著限制可以观察到的内容。在本工作中,我们研究了LLMs在最小化、主题中性输入下生成的内容,并探测其接近无约束的生成行为。尽管没有显式主题,模型输出覆盖了广泛的语义空间,并意外地发现每个模型家族都表现出强烈且系统性的主题偏好。GPT-OSS主要生成编程(27.1%)和数学内容(24.6%),而Llama最常生成文学内容(9.1%)。DeepSeek经常生成宗教内容,而Qwen频繁生成多项选择题。除了主题偏好外,我们还观察到内容专业化和深度的差异:GPT-OSS通常生成更多技术先进内容(例如动态规划)与其他模型(例如基础Python)相比。此外,我们发现接近无约束的生成往往会退化为重复短语,揭示了每个模型家族独特的行为。例如,Llama的退化输出包括多个指向个人Facebook和Instagram账户的URL。我们发布了包含256000个样本的完整数据集,来自16个LLMs,以及可复现的代码库。

英文摘要

Characterizing the behavior of large language models (LLMs) across diverse settings is critical for reliable monitoring and AI safety. However, most existing analyses rely on topic- or task-specific prompts, which can substantially limit what can be observed. In this work, we study what LLMs generate from minimal, topic-neutral inputs and probe their near-unconstrained generative behavior. Despite the absence of explicit topics, model outputs cover a broad semantic space, and surprisingly, each model family exhibits strong and systematic topical preferences. GPT-OSS predominantly generates programming (27.1%) and mathematical content (24.6%), whereas Llama most frequently generates literary content (9.1%). DeepSeek often generates religious content, while Qwen frequently generates multiple-choice questions. Beyond topical preferences, we also observe differences in content specialization and depth: GPT-OSS often generates more technically advanced content (e.g., dynamic programming) compared with other models (e.g., basic Python). Furthermore, we find that the near-unconstrained generation often degenerates into repetitive phrases, revealing interesting behaviors unique to each model family. For instance, degenerate outputs from Llama include multiple URLs pointing to personal Facebook and Instagram accounts. We release the complete dataset of 256,000 samples from 16 LLMs, along with a reproducible codebase.

URL PDF HTML 收藏
2602.01007 2026-02-03 cs.CL

Distilling Token-Trained Models into Byte-Level Models

将令牌训练模型蒸馏为字节级模型

Zishuo Bao, Jiaqi Leng, Junxiong Wang, Bowen Peng, Yucheng Lu

机构 * Fuzhou University(福州大学) Fudan University(复旦大学) Together AI Nous Research

AI总结 本文提出了一种将令牌训练模型高效蒸馏为字节级模型的方法,通过两阶段课程实现端到端生成,验证了在有限数据下保持模型性能的可行性。

Comments 17 pages, 3 figures, 13 tables

详情
AI中文摘要

字节语言模型(BLMs)已成为在令牌化之外扩展语言模型的一种有前途的方向。然而,现有的BLMs通常需要从零开始在万亿字节上进行训练,使其成本高昂。在本文中,我们提出了一种高效的蒸馏配方,将现有的令牌训练语言模型转换为BLMs,同时保持相当的能力。我们的配方遵循两个阶段的课程:(1)渐进知识蒸馏,将字节级表示与令牌训练教师模型的嵌入对齐;以及(2)字节级监督微调,使端到端生成完全在字节空间中进行。我们验证了我们的方法在多个模型家族中的有效性,包括Llama、Qwen和OLMo,并证明使用仅约125B字节,蒸馏后的BLMs保留了大多数教师模型的性能。

英文摘要

Byte Language Models (BLMs) have emerged as a promising direction for scaling language models beyond tokenization. However, existing BLMs typically require training from scratch on trillions of bytes, making them prohibitively expensive. In this paper, we propose an efficient distillation recipe that converts existing token-trained LLMs into BLMs while retaining comparable capabilities. Our recipe follows a two-stage curriculum: (1) Progressive Knowledge Distillation, which aligns byte-level representations with the embeddings of the token-trained teacher model; and (2) Byte-Level Supervised Fine-Tuning, which enables end-to-end generation entirely in the byte space. We validate our approach across multiple model families, including Llama, Qwen, and OLMo, and demonstrate that the distilled BLMs retain most of the teacher models' performance using only approximately 125B bytes.

URL PDF HTML 收藏
2601.16344 2026-01-26 cs.AI

DSGym: A Holistic Framework for Evaluating and Training Data Science Agents

DSGym: 一个全面的框架用于评估和训练数据科学代理

Fan Nie, Junlin Wang, Harper Hua, Federico Bianchi, Yongchan Kwon, Zhenting Qi, Owen Queen, Shang Zhu, James Zou

机构 * Stanford University(斯坦福大学) Together AI Duke University(杜克大学) Harvard University(哈佛大学)

AI总结 DSGym通过标准化框架提升数据科学代理的评估与训练,解决现有基准测试的碎片化和数据不足问题,提供可扩展的任务套件和数据合成管道。

详情
AI中文摘要

数据科学代理旨在通过将数据转化为可执行的分析和发现来加速发现和洞察生成。然而,现有的数据科学基准测试存在不足,主要是由于碎片化的评估接口,使得跨基准测试比较困难,任务覆盖范围狭窄以及缺乏严谨的数据依据。特别是,我们展示了当前基准测试中的大量任务可以无需使用实际数据即可解决。为了解决这些限制,我们引入了DSGym,一个标准化的框架,用于在自包含的执行环境中评估和训练数据科学代理。与静态基准测试不同,DSGym提供了一种模块化架构,使其易于添加任务、代理框架和工具,使其成为一种活的、可扩展的测试平台。我们整理了DSGym-Tasks,一个全面的任务套件,通过质量和捷径可解决性过滤来标准化和优化现有基准测试。我们进一步通过(1)DSBio:基于文献的专家生成生物信息学任务和(2)DSPredict:涵盖计算机视觉、分子预测和单细胞扰动等领域的具有挑战性的预测任务来扩展覆盖范围。除了评估外,DSGym还通过执行验证的数据合成管道使代理训练成为可能。作为案例研究,我们构建了一个包含2000个示例的训练集,并在DSGym中训练了一个40亿参数的模型,其在标准化分析基准测试中优于GPT-4o。总体而言,DSGym能够严格地端到端地衡量代理是否能够在现实的科学情境中规划、实施和验证数据分析。

英文摘要

Data science agents promise to accelerate discovery and insight-generation by turning data into executable analyses and findings. Yet existing data science benchmarks fall short due to fragmented evaluation interfaces that make cross-benchmark comparison difficult, narrow task coverage and a lack of rigorous data grounding. In particular, we show that a substantial portion of tasks in current benchmarks can be solved without using the actual data. To address these limitations, we introduce DSGym, a standardized framework for evaluating and training data science agents in self-contained execution environments. Unlike static benchmarks, DSGym provides a modular architecture that makes it easy to add tasks, agent scaffolds, and tools, positioning it as a live, extensible testbed. We curate DSGym-Tasks, a holistic task suite that standardizes and refines existing benchmarks via quality and shortcut solvability filtering. We further expand coverage with (1) DSBio: expert-derived bioinformatics tasks grounded in literature and (2) DSPredict: challenging prediction tasks spanning domains such as computer vision, molecular prediction, and single-cell perturbation. Beyond evaluation, DSGym enables agent training via execution-verified data synthesis pipeline. As a case study, we build a 2,000-example training set and trained a 4B model in DSGym that outperforms GPT-4o on standardized analysis benchmarks. Overall, DSGym enables rigorous end-to-end measurement of whether agents can plan, implement, and validate data analyses in realistic scientific context.

URL PDF HTML 收藏
2512.24574 2026-01-21 cs.CL cs.AI cs.LG

Understanding and Steering the Cognitive Behaviors of Reasoning Models at Test-Time

在测试时理解并引导推理模型的认知行为

Zhenyu Zhang, Xiaoxia Wu, Zhongzhu Zhou, Qingyang Wu, Yineng Zhang, Pragaash Ponnusamy, Harikaran Subbaraj, Jue Wang, Shuaiwen Leon Song, Ben Athiwaratkun

机构 * University of Texas at Austin(德克萨斯大学奥斯汀分校) Together AI University of Sydney(悉尼大学)

AI总结 CREST通过引导推理模型的认知行为,提高推理准确性和效率,减少计算成本。

详情
AI中文摘要

大型语言模型(LLMs)常常依赖长链思维(CoT)推理来解决复杂任务。尽管有效,这些轨迹往往效率低下,导致延迟过高,因为生成过多的token,或者推理不稳定,会在浅层不一致步骤和过度思考之间交替。在本工作中,我们研究了推理轨迹的结构,并发现与验证和回溯等不同认知行为相关的专用注意力头。通过在推理时轻度干预这些头,可以将模型引导出低效模式。基于这一见解,我们提出了CREST,一种无需训练的测试时认知推理引导方法。CREST有两个组成部分:(1)一个离线校准步骤,用于识别认知头并推导头特定的引导向量;(2)一个推理时的程序,通过旋转隐藏表示来抑制这些向量上的组件。CREST能够自适应地抑制不产生成果的推理行为,从而提高准确性和降低计算成本。在多样化的推理基准和模型上,CREST将准确性提高了高达17.5%,同时将token使用量减少了37.6%,提供了一种简单而有效的途径,使LLM推理更快、更可靠。

英文摘要

Large Language Models (LLMs) often rely on long chain-of-thought (CoT) reasoning to solve complex tasks. While effective, these trajectories are frequently inefficient, leading to high latency from excessive token generation, or unstable reasoning that alternates between underthinking (shallow, inconsistent steps) and overthinking (repetitive, verbose reasoning). In this work, we study the structure of reasoning trajectories and uncover specialized attention heads that correlate with distinct cognitive behaviors such as verification and backtracking. By lightly intervening on these heads at inference time, we can steer the model away from inefficient modes. Building on this insight, we propose CREST, a training-free method for Cognitive REasoning Steering at Test-time. CREST has two components: (1) an offline calibration step that identifies cognitive heads and derives head-specific steering vectors, and (2) an inference-time procedure that rotates hidden representations to suppress components along those vectors. CREST adaptively suppresses unproductive reasoning behaviors, yielding both higher accuracy and lower computational cost. Across diverse reasoning benchmarks and models, CREST improves accuracy by up to 17.5% while reducing token usage by 37.6%, offering a simple and effective pathway to faster, more reliable LLM reasoning.

URL PDF HTML 收藏
2506.18203 2025-12-10 cs.CL

Shrinking the Generation-Verification Gap with Weak Verifiers

Jon Saad-Falcon, E. Kelly Buchanan, Mayee F. Chen, Tzu-Heng Huang, Brendan McLaughlin, Tanvir Bhathal, Shang Zhu, Ben Athiwaratkun, Frederic Sala, Scott Linderman, Azalia Mirhoseini, Christopher Ré

机构 * Stanford University(斯坦福大学) University of Wisconsin-Madison(威斯康星大学麦迪逊分校) Together AI

Comments Annual Conference on Neural Information Processing Systems (NeurIPS) 2025

详情
英文摘要

Verifiers can improve language model capabilities by scoring and ranking responses from generated candidates. Currently, high-quality verifiers are either unscalable (e.g., humans) or limited in utility (e.g., tools like Lean). While LM judges and reward models have become broadly useful as general-purpose verifiers, a significant performance gap remains between them and oracle verifiers (verifiers with perfect accuracy). To help close this gap, we introduce Weaver, a framework for designing a strong verifier by combining multiple weak, imperfect verifiers. We find weighted ensembles of verifiers, which typically require learning from labeled data, significantly outperform unweighted combinations due to differences in verifier accuracies. To reduce dependency on labeled data, Weaver leverages weak supervision to estimate each verifier's accuracy and combines outputs into a unified score that better reflects true response quality. However, directly applying weak supervision algorithms poses challenges, including inconsistent verifier output formats and handling low-quality verifiers. Weaver addresses these using dataset statistics to normalize outputs and filter specific verifiers. We study Weaver's effectiveness in test-time repeated sampling, where a model generates multiple candidate responses and selects one. Our evaluations show Weaver significantly improves over Pass@1-performance when selecting the first candidate-across reasoning and math tasks, achieving o3-mini-level accuracy with Llama 3.3 70B Instruct as generator, and an ensemble of 70B or smaller judge and reward models as verifiers (87.7% average). This gain mirrors the jump between GPT-4o and o3-mini (69.0% vs. 86.7%), which required extensive finetuning and post-training. To reduce computational costs of verifier ensembles, we train a 400M cross-encoder using Weaver's combined output scores.

URL PDF HTML 收藏
2512.05925 2025-12-08 cs.AI cs.CL

To Err Is Human: Systematic Quantification of Errors in Published AI Papers via LLM Analysis

Federico Bianchi, Yongchan Kwon, Zachary Izzo, Linjun Zhang, James Zou

机构 * Together AI NEC Labs America(NEC美国实验室) Rutgers University(罗格斯大学) Stanford University(斯坦福大学)

详情
英文摘要

How many mistakes do published AI papers contain? Peer-reviewed publications form the foundation upon which new research and knowledge are built. Errors that persist in the literature can propagate unnoticed, creating confusion in follow-up studies and complicating reproducibility. The accelerating pace of research and the increasing demands on the peer-review system make such mistakes harder to detect and avoid. To address this, we developed a Paper Correctness Checker based on GPT-5 to systematically identify mistakes in papers previously published at top AI conferences and journals. Our analysis focuses on objective mistakes-e.g., errors in formulas, derivations, calculations, figures, and tables-that have a clearly verifiable ground truth. We intentionally exclude subjective considerations such as novelty, importance, or writing quality. We find that published papers contain a non-negligible number of objective mistakes and that the average number of mistakes per paper has increased over time-from 3.8 in NeurIPS 2021 to 5.9 in NeurIPS 2025 (55.3% increase); from 4.1 in ICLR 2018 to 5.2 in ICLR 2025; and from 5.0 in TMLR 2022/23 to 5.5 in TMLR 2025. Human experts reviewed 316 potential mistakes identified by the AI Checker and confirmed that 263 were actual mistakes, corresponding to a precision of 83.2%. While most identified issues are relatively minor, correcting them would reduce confusion in the literature and strengthen reproducibility. The AI Checker also surfaced potentially more substantive mistakes that could affect the interpretation of results. Moreover, we show that the AI Checker can propose correct fixes for 75.8% of the identified mistakes. Overall, this study highlights the potential of frontier LLMs to detect and correct objective mistakes in published papers, helping to establish a firmer foundation of knowledge.

URL PDF HTML 收藏