Papers · organized/paper_cards

论文

115 张论文卡片 · 评测集 · OA 绿色

开放获取 全部 绿色 · 724
9️⃣ arXiv · Benchmarking Multimodal Memory for Realistic User-Agent Interactions(M3Exam)(⭐⭐⭐ 参考)
9️⃣ arXiv · 面向真实用户-Agent 交互的多模态记忆基准测试(M3Exam)(⭐⭐⭐ 参考)
arXiv:2606.07402 评测基准 评测集 OA · 绿色 被引 1 · S2

本文提出 M$^3$Exam,一个以查询为中心、基于真实用户-Agent 交互构建的多模态对话记忆基准,涵盖跨模态定位与隐式信息推断等多维度评估。M$^3$Exam is introduced, a query-centric multimodal conversational memory benchmark built on realistic user-agent interaction, with multi-dimensional evaluation spanning cross-modal grounding and implicit information inference.

5. VideoRAG & V-RAGBench
5. VideoRAG 与 V-RAGBench
arXiv:2606.13141 RAG 检索增强 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本文提出 V-RAGBench——一个由 ⟨query, evidence chunk, answer⟩ 三元组构成的基准,可对检索与生成进行忠实且解耦的评估;同时提出 CARVE,一种在多种配置下并行运行检索器、并通过分块自适应重排序为每个分块挑选最优配置的简易方法。V-RAGBench is introduced, a benchmark of $\langle$ query, evidence chunk, answer$\rangle$ triplets that enables faithful, decoupled evaluation of retrieval and generation, and CARVE, a simple method that runs parallel retrievers across configurations and employs chunk-adaptive reranking to identify the winning configuration for each chunk.

5.2 ForeSci:研究判断型 agent 评测
arXiv:2606.00644 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本文提出 ForeSci,一个时间受控的基准,用于评估 LLM Agent 是否能从历史证据中做出前瞻性研究判断,并在四种骨干模型上评测原生 LLM、Hybrid RAG 以及三种 research-agent 适配方案。This work introduces ForeSci, a temporally controlled benchmark for evaluating whether LLM agents can make such forward-looking research judgements from historical evidence, and evaluates native LLMs, Hybrid RAG, and three research-agent adaptations across four backbones.

4.3 π-Bench:Proactive Personal Assistant Agents in Long-Horizon Workflows
4.3 π-Bench:长周期工作流中的主动式个人助手 Agent(⭐⭐⭐⭐⭐)
arXiv:2605.14678 Agent 智能体 评测集 OA · 绿色 被引 2 · S2

本文提出 π-Bench,一个用于评估主动式协助能力的基准,包含跨 5 个领域特定用户画像的 100 个多轮任务,用于评估 Agent 在长交互中预见并满足用户需求的能力,联合衡量长周期轨迹中的主动性与任务完成度,更贴近真实使用场景。$-Bench is introduced, a benchmark for proactive assistance comprising 100 multi-turn tasks across 5 domain-specific user personas that evaluates agents'ability to anticipate and address user needs over extended interactions, jointly measuring proactivity and task completion in long-horizon trajectories that better reflect real-world use.

MMLongEmbed: 多模态嵌入模型长上下文基准测试
arXiv:2606.14747 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本文提出 MMLongEmbed,首个面向长上下文场景评估 MEM 的综合基准,并发现现有架构严重依赖浅层特征匹配,难以捕捉深层语义与结构依赖。This work introduces MMLongEmbed, the first comprehensive benchmark for evaluating MEMs in long-context scenarios, and finds that current architectures rely heavily on superficial feature matching and struggle to capture deep semantic and structural dependencies.

5. Agents' Last Exam (ALE)
5. Agents' Last Exam(ALE)
arXiv:2606.05405 Agent 智能体 评测集 OA · 绿色 被引 8 · S2

Agents' Last Exam(ALE)是一个面向长时序、具有经济价值且结果可验证的真实任务的 AI Agent 评测基准,旨在弥合基准测试表现与 GDP 相关影响之间的差距,而非仅仅作为排行榜。Agents'Last Exam (ALE) is introduced, a benchmark designed to evaluate AI agents on long horizon, economically valuable, real world tasks with verifiable outcomes, intended not merely as another leaderboard, but as an instrument for closing the gap between benchmark success and GDP relevant impact.

1️⃣2️⃣ arXiv · RAGPerf: End-to-End RAG Benchmarking Framework(⭐⭐⭐ 参考)
arXiv · RAGPerf:端到端 RAG 基准测试框架(⭐⭐⭐ 参考)
arXiv:2603.10765 RAG 检索增强 评测集 OA · 绿色 被引 1 · S2

提出一个面向 RAG 的 AI 系统基准测试(RAGPerf)框架,用于刻画 RAG pipeline 的系统行为,并证明其引入的性能开销可忽略不计。The design and implementation of a RAG-based AI system benchmarking (RAGPerf) framework for characterizing the system behaviors of RAG pipelines is presented and it is shown that RAGPerf incurs negligible performance overhead.

条目D2:When More Cores Hurts — HPC环境中向量数据库扩展悖论(arXiv 2606.08950,2026-06)
arXiv:2606.08950 数据与向量库 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

在两台生产超级计算机上对三种 SOTA 向量数据库进行大规模评估,扩展至 64 个计算节点上的 256 个分布式 worker,结果显示:工作负载特性可能限制延迟下降,增加核心反而会降低查询吞吐,且从 16 扩展至 256 个 worker 仅带来 5.46 倍的性能提升。A large-scale evaluation of three state-of-the-art vector databases on two production supercomputers, scaling to 256 distributed workers across 64 compute nodes, reveals that workload characteristics can limit latency reduction, additional cores can reduce query throughput, and scaling from 16 to 256 workers only yields a 5.46x improvement.

14. LLM 推理在线调度:hindsight optimal benchmark
arXiv:2502.07115 LLM 基础设施 评测集 OA · 绿色 被引 20 · S2

本文在 KV cache 约束下对 LLM 推理进行理论建模,提出一种新型批处理与调度算法,在有效管理 KV cache 内存的同时最小化推理延迟,并通过在合成数据集上与后视最优的对比展示其强劲的实证性能。This work model LLM inference with KV cache constraints theoretically and proposes a novel batching and scheduling algorithm that minimizes inference latency while effectively managing the KV cache's memory, and demonstrates the algorithm's strong empirical performance by comparing it to the hindsight optimal in a synthetic dataset.

🔴 保留 · `Exploration Structure in LLM Agents for Multi-File Change Localization`
🔴 保留 · LLM Agent 中用于多文件变更定位的探索结构
arXiv:2606.11976 Agent 智能体 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本文构建一种针对 GitHub issue 的持久会话评估方法,锚定在单一 base commit,对线性顺序探索与非线性、领域范围的并行 agentic 探索进行比较。This work constructs an approach for persistent-session evaluation of GitHub issues anchored at a single base commit, and compares linear sequential exploration against non-linear, domain-scoped parallel agentic exploration.

2.1 AgentLeak: 多智能体系统隐私泄露基准
arXiv:2602.11510 Agent 智能体 评测集 Open MIND OA · 绿色 被引 8 · S2

结果表明,在所评估的协调者–工作者设定下,多 Agent 系统中的隐私风险主要由架构层面的协调通道决定,而非仅取决于最终输出行为:风险来源于对标准输出级防御不可见的内部通道。Results suggest, within the evaluated coordinator-worker setting, that privacy risk in multi-agent systems is strongly shaped by architectural coordination channels rather than final-output behavior alone: it arises from internal channels that remain invisible to standard output-level defenses.

🔴 保留 · `Toward Secure LLM Agents: Threat Surfaces, Attacks, Defenses, and Benchmarking`
🔴 保留 · `Toward Secure LLM Agents: Threat Surfaces, Attacks, Defenses, and Benchmarking`
arXiv:2606.10749 评测基准 评测集 OA · 绿色 被引 3 · S2

文中指出,安全的 LLM Agent 需要显式的信任边界、原则化的权限控制、具备溯源能力的 state 管理,以及与真实运行场景对齐的评估实践;现有 benchmark 仍未能充分覆盖长程、具状态、对部署敏感的风险。It is argued that secure LLM agents require explicit trust boundaries, principled privilege control, provenance-aware state management, and evaluation practices aligned with realistic operational settings, as well as existing benchmarks still underrepresent long-horizon, stateful, and deployment-sensitive risks.

🔴 保留 · `DeNovoSWE: Scaling Long-Horizon Environments for Generating Entire Repositories from Scratch`
🔴 保留 · `DeNovoSWE: Scaling Long-Horizon Environments for Generating Entire Repositories from Scratch`
arXiv:2606.10728 评测基准 评测集 OA · 绿色 被引 2 · S2

在 DeNovoSWE 上对 Qwen3-30B-A3B 进行微调可显著提升长程 SWE 性能,在具有挑战性的 BeyondSWE-Doc2Repo benchmark 上将其得分从 5.8% 提升至 47.2%。Fine-tuning Qwen3-30B-A3B on DeNovoSWE substantially improves long-horizon SWE performance, raising its score on the challenging BeyondSWE-Doc2Repo benchmark from 5.8% to 47.2%.

条目A1:EvoArena + EvoMem — 动态环境下的LLM Agent记忆演进基准(arXiv:2606.13681)
arXiv:2606.13681 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

介绍 EvoArena 基准套件,将环境变化建模为跨终端、软件与社会领域的渐进式更新序列;并提出 EvoMem,一种基于 patch 的记忆范式,将记忆演化记录为结构化的更新历史,使 Agent 能通过记忆的变化推理环境的演化。EvoArena is introduced, a benchmark suite that models environment changes as sequences of progressive updates across terminal, software, and social domains, and EvoMem is proposed, a patch-based memory paradigm that records memory evolution as structured update histories, enabling agents to reason about environmental evolution through changes in their memory.

【arXiv】MCP-Persona:Benchmarking LLM Agents on Real-World Personal Applications
【arXiv】MCP-Persona:Benchmarking LLM Agents on Real-World Personal Applications
arXiv:2606.02470 Agent 智能体 评测集 OA · 绿色 被引 1 · S2

介绍 MCP-Persona,这是首个专为评估 Agent 在真实场景、个性化 MCP 工具上的表现而设计的基准,并揭示了当前 Agent 在个性化工具使用上的显著不足,从而凸显该基准在发现并解决这些局限上的关键作用。MCP-Persona is introduced, the first benchmark specifically designed for evaluating agent performance on real-world, personalized MCP tools and demonstrates their significant struggles with personalized tool use, thereby highlighting the benchmark's crucial role in identifying and addressing these limitations.

9️⃣ arXiv · 下一代云原生内存数据库:从 Redis 到 Valkey ⭐⭐⭐⭐⭐ 必读评测
arXiv:2510.19805 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本研究对新兴的内存键值存储进行了全面的性能与可行性评估,突出了性能、兼容性与长期可行性(包括项目成熟度、社区支持与持续开发)之间的权衡。This study presents a comprehensive performance and viability assessment of the emerging in-memory key-value stores and highlights trade-offs between performance, compatibility, and long-term viability, including project maturity, community support, and sustained development.

5️⃣ arXiv · Is Agentic RAG Worth It? An Experimental Comparison of RAG Approaches(⭐⭐⭐⭐ 高优先级)
5️⃣ arXiv · Agentic RAG 是否值得?RAG 方法的实验对比(⭐⭐⭐⭐ 高优先级)
arXiv:2601.07711 RAG 检索增强 评测集 OA · 绿色 被引 4 · S2

基于实证对 "Enhanced" 与 "Agentic" RAG 范式进行评估,为真实场景中选取最有效的 RAG 设计(兼顾性能与成本)提供指导。An empirically driven evaluation of the "Enhanced" and "Agentic" RAG paradigms is conducted, offering guidance on selecting the most effective RAG design for real-world applications, considering both performance and costs.

2️⃣ arXiv · Generating Leakage-Free Benchmarks for Robust RAG Evaluation(⭐⭐⭐⭐⭐ 必读评测方法论)
arXiv · Generating Leakage-Free Benchmarks for Robust RAG Evaluation(⭐⭐⭐⭐⭐ 必读评测方法论)
arXiv:2605.08838 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本文提出了 SeedRG,一个用于缓解 knowledge leakage 并应对 benchmark aging 问题的半合成 benchmark 生成 pipeline。SeedRG is introduced, a semi-synthetic benchmark generation pipeline that mitigates knowledge leakage and addresses the issue of benchmark aging.

2. Systemic Measurement Bias in LLM Inference Benchmarking
LLM Inference Benchmarking 中的系统性测量偏差
arXiv:2605.24217 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本文提出一个无偏的多进程 evaluation 框架,能够有效分散 client 端负载,从而在每秒数千次 query 以上的生产规模下实现对 LLM 的精确、可复现 profiling。This work proposes an unbiased, multi-process evaluation framework that effectively distributes client-side load, enabling accurate, reproducible profiling of LLMs at production scales exceeding thousands of queries per second.

11. AgenticRAGTracer(arXiv 2602.19127)
11. AgenticRAGTracer(arXiv 2602.19127)
arXiv:2602.19127 Agent 智能体 评测集 OA · 绿色 被引 2 · S2

本文提出 AgenticRAGTracer,这是首个主要由大语言模型自动构建、专为支持逐步验证而设计的 Agentic RAG 基准。AgenticRAGTracer is introduced, the first Agentic RAG benchmark that is primarily constructed automatically by large language models and designed to support step-by-step validation, and is primarily constructed automatically by large language models and designed to support step-by-step validation.

1. AlphaEval: Evaluating Agents in Production
AlphaEval: 在生产环境中评估 Agent
arXiv:2604.12162 评测基准 评测集 OA · 绿色 被引 1 · S2

本工作提出 AlphaEval,一个基于真实生产环境的基准,包含来自七家在其核心业务中部署 AI Agent 的公司的 94 个任务,覆盖六个 O*NET (Occupational Information Network) 领域;并贡献了一套从需求到基准的构建框架,将从需求到评估的完整流程标准化。This work presents AlphaEval, a production-grounded benchmark of 94 tasks sourced from seven companies deploying AI agents in their core business, spanning six O*NET (Occupational Information Network) domains, and contributes a requirement-to-benchmark construction framework that standardizes the entire pipeline from requirement to evaluation.

RoboDojo: A Unified Sim-and-Real Benchmark for Comprehensive Evaluation of Generalist Robot Manipulation Policies
RoboDojo:面向通用机器人操作策略综合评估的仿真-真机统一基准
arXiv:2607.04434 评测基准 评测集 OA · 绿色 被引 7 · S2

提出 RoboDojo,一个面向通用机器人操作策略综合评估的仿真-真机统一基准,将 30 种策略集成到 XPolicyLab 并在 RoboDojo 上进行评测,建立了公开的排行榜与系统性的策略性能分析。RoboDojo is introduced, a unified sim-and-real benchmark for comprehensive evaluation of generalist robot manipulation policies that integrates 30 policies into XPolicyLab and evaluates them on RoboDojo, establishing a public leaderboard and systematic analysis of current policy performance.

PluraMath: Extending Mathematical Reasoning Evaluation Beyond High-Resource Languages
PluraMath:将数学推理评估拓展至丰富资源语言之外
arXiv:2607.05992 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

确认了丰富资源语言与代表性不足语言之间在数学推理性能上存在持续差距,性能更优主要与更强的指令遵循能力相关,并提出了完全开源的数据集、数据采集流程与评估框架。A persistent gap in mathematical reasoning performance between high-resource and underrepresented languages is confirmed, with stronger results largely associated with better instruction-following ability, and a fully open-source dataset, data acquisition pipeline, and evaluation framework is introduced.

HETERQA: Benchmarking Record Retrieval over Multiple Heterogeneous Sources
HETERQA:跨多个异构来源的记录检索基准
arXiv:2607.03028 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

该工作提出 HETERQA,一个包含 857 个 QA 对的综合性基准,涵盖五个异构来源的记录检索,并表明 HETERQA 为异构来源下的记录检索提供了有效的测试平台,为未来检索方法留下了显著空间。This work introduces HETERQA, a comprehensive benchmark with 857 QA pairs for record retrieval over five heterogeneous sources and indicates that HETERQA provides an effective testbed for record retrieval over heterogeneous sources and leaves substantial room for future retrieval methods.

Taste-aware music retrieval from audio embeddings
基于音频嵌入的品味感知音乐检索
arXiv:2607.03296 RAG 检索增强 评测集 OA · 绿色 被引 1 · S2

将预测的味觉空间作为基于内容的检索索引,对 309 项条目池的排序比 CLAP-text 基线(处于随机水平)忠实得多;ridge probes 与 audio-bandstop knockout 在已记载的声-味对应关系上读出了最强表征。Operationalised as a content-based retrieval index, the predicted taste space ranks a 309-item pool far more faithfully than a CLAP-text baseline, which sits at chance; ridge probes and an audio-bandstop knockout read the strongest representations against documented sound-taste correspondences.

DataComp-VLM: Improved Open Datasets for Vision-Language Models
DataComp-VLM:面向视觉-语言模型的改进开源数据集
arXiv:2606.28551 多模态 评测集 MPG.PuRe (Max Planck Society) OA · 绿色 被引 1 · S2

数据混合(而非过滤)是构建高质量训练数据集的关键:以指令型数据为主的混合在扩展时优于以描述型数据为主的混合,且规模越大优势越明显。It is found that data mixing, not filtering, is key to a high-quality training dataset: instruction-heavy mixtures scale better than caption-heavy ones, with gains widening at larger scales.

AGVBench: A Reliability-Oriented Benchmark of Data Augmentation for Vein Recognition
AGVBench:面向可靠性的静脉识别数据增强基准
arXiv:2607.02271 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

静脉识别是一种安全生物特征技术,常受限于标注数据稀缺与成像差异;而面向自然图像设计的增强策略可能破坏其关键的细粒度拓扑与纹理。本文提出 AGVBench,在 5 个公开掌/指静脉数据集、7 种骨干网络(含经典 CNN、视觉 Transformer 及静脉专用模型)上评测 30 种代表性增强策略。结果显示,多图混合类方法(如 MixUp、PuzzleMix……Vein recognition is a secure biometric technology often constrained by limited annotated data and imaging variations. While data augmentation mitigates this, strategies designed for natural images may disrupt the fine-grained topology and textures essential for identity discrimination. We present AGVBench, which evaluates 30 representative augmentation strategies on five public palm- and finger-vein datasets with seven backbone architectures, covering classic CNNs, vision transformers, and vein-specific recognition models. Our results show that multi-image mixing methods (e.g., MixUp, PuzzleMi

EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments
EvoPolicyGym:在交互式环境中评估自主策略演化
arXiv:2607.02440 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

提出"自主策略演化"评估范式:在固定交互预算下,由 harness-model Agent 反复编辑可执行策略系统;并在 EvoPolicyGym 中实例化,该基准基于一组紧凑型交互式 RL 环境构建,用于评测 Agent 如何迭代改进已探索策略。This work introduces Autonomous Policy Evolution, a controlled evaluation setting in which a harness-model agent repeatedly edits an executable policy system under a fixed interaction budget, and instantiates this setting in EvoPolicyGym, a benchmark built from compact interactive RL environments that evaluates how agents iteratively improve explored policies.

Discrete Diffusion Language Models for Interactive Radiology Report Drafting
用于交互式放射学报告起草的离散扩散语言模型
arXiv:2607.01436 多模态 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本文适配了一款专家混合扩散语言模型 DiffusionGemma-26B,并在医学视觉问答数据集上,使用相同的 LoRA 配置将其与同规模的自回归模型 Gemma-4-26B 进行基准对比,由对冗长度鲁棒的 LLM 裁判打分。This work adapts a mixture-of-experts diffusion language model, DiffusionGemma-26B, and benchmark it against its same-size AR sibling Gemma-4-26B under an identical LoRA recipe on medical visual question answering datasets, scored by a verbosity-robust LLM judge.

Breaking Failure Cascades: Step-Aware Reinforcement Learning for Medical Multimodal Reasoning
打破失败级联:面向医学多模态推理的步骤感知强化学习
arXiv:2606.31825 多模态 评测集 OA · 绿色 被引 1 · S2

在三种多模态 LLM 主干模型上,MRPO 均稳定优于标准 GRPO 及一项最新的 RL 基线;在 Qwen3-VL-8B-Instruct 上甚至超越规模显著更大的医学 MLLM(如 HuatuoGPT-Vision-34B)2.79 分。Across three multimodal LLM backbones, MRPO consistently outperforms standard GRPO and a recent RL baseline, and on Qwen3-VL-8B-Instruct even surpasses substantially larger medical MLLMs such as HuatuoGPT-Vision-34B by 2.79 points.

Beyond IID: How General Are Tabular Foundation Models, Really?
超越 IID:表格基础模型的泛化能力究竟如何?
arXiv:2606.30410 评测基准 评测集 OA · 绿色 被引 2 · S2

BeyondArena 是首个面向表格数据的统一整体基准,支持多种任务类型(IID、时序、分组),覆盖样本量与特征维度的不同尺度,并涵盖来自广泛学科的多样化特征类型。BeyondArena is the first unified holistic benchmark for tabular data that supports diverse task types (IID, temporal, grouped), across sample size and feature dimensionality scales, with diverse feature types from a broad range of disciplines.

PerceptionRubrics: Calibrating Multimodal Evaluation to Human Perception
PerceptionRubrics:将多模态评估校准至人类感知
arXiv:2606.28322 评测基准 评测集 OA · 绿色 被引 2 · S2

提出 PerceptionRubrics——一个基于评分量表的评估框架,旨在弥合饱和的基准分数与真实场景脆弱性之间的差距,并验证了严格的感知保真是可靠生成的前提。PerceptionRubrics is introduced, a rubric-based evaluation framework that addresses the gap between saturated benchmark scores and real-world brittleness, validating that strict perceptual fidelity is the prerequisite for reliable generation.

MIRROR: Novelty-Constrained Memory-Guided MCTS Red-Teaming for Agentic RAG
MIRROR:面向智能体 RAG 的新颖性约束记忆引导 MCTS 红队对抗
arXiv:2606.26793 RAG 检索增强 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

提出 MIRROR——一个统一的跨表层框架,在显式新颖性约束下以检索到的上下文为条件生成候选,并执行记忆引导的蒙特卡洛树搜索,使检索可影响搜索先验,同时避免提示词级别的复制。MIRROR is presented, a unified cross-surface framework that performs memory-guided Monte Carlo tree search while conditioning candidate generation on retrieved context under an explicit novelty constraint, allowing retrieval to inform search priors without enabling prompt copying.

Adaptive Evaluation of Out-of-Band Defenses Against Prompt Injection in LLM Agents
针对 LLM Agent 提示注入的带外防御的自适应评估
arXiv:2606.26479 Agent 智能体 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

本工作将带外防御组织为经典完整性保护、引用监控与最小权限的具体实例,对它们覆盖与未覆盖的内容进行结构化对比;与该假设一致但尚未被证实的是:确定性的带外强制执行相比带内检测,是更难被自适应攻击者攻破的目标。This work organizes out-of-band defenses as instances of classical integrity protection, reference monitoring, and least privilege, yielding a structured comparison of what they do and do not cover, consistent with, but not established, the hypothesis that deterministic out-of-band enforcement is a harder target for an adaptive attacker than in-band detection.

How Good Can Linear Models Be for Time-Series Forecasting?
线性模型在时间序列预测中能做到多好?
arXiv:2606.27282 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

所得到的模型在大多数数据集-预测步长组合上优于先前的线性预测器,并在八个基准中的六个上超越 Transformer、MLP 和 CNN 基线;同时它还可作为对数据本身的诊断工具,揭示那些被更大模型默默吸收进其学习参数中的结构。The resulting models beat prior linear forecasters on most dataset-horizon entries and exceed Transformer, MLP, and CNN baselines on six of eight benchmarks, and serve as a diagnostic on the data itself, revealing structures that larger models absorb silently into their learned parameters.

Running the Gauntlet: Re-evaluating the Capabilities of Agents Beyond Familiar Environments
穿越 gauntlet:重新评估 Agent 在熟悉环境之外的能力
arXiv:2606.14397 评测基准 评测集 OA · 绿色 被引 0 · S2 + OpenAlex

提出 GauntletBench,一个用于评估 Agent 在挑战性场景中泛化能力的 Web 基准,聚焦于三种被低估的能力(时间感知、图形理解与 3D 推理),揭示了当前 Agent 能力与复杂真实场景所需能力之间的巨大差距。GauntletBench, a web-based benchmark for evaluating agent generalisation in challenging scenarios, focusing on three underexplored capabilities (temporal perception, graphical understanding, and 3D reasoning), is introduced, revealing the substantial gap between current agent capabilities and those required for complex real-world scenarios.