• 学术搜索
  • 科研智能体
    • Research Labs
    • AI 阅读
    • AI 文库
    • 深度研究
    • 学者亮点
  • 学术资源
    • AI2000
    • 期刊/会议
    • 学者库
    • 学术API
    • 溯源树
    • 数据集
  • 知识沉淀
    • 学术空间
订阅小程序
旧版功能
aminer vip
开通会员低至0.73元/天
一次搞定AI科研
立即登录
  • English
  • 联系方式
    第

    第一资本

    Capital One
    EST. 1988
    261论文总数
    4,590引用总数

    论文量&引用量时间轴

    机构学者

    排序
    Genta Indra Winata
    Genta Indra Winata
    Capital One
    论文:25引用:0H-index:0
    C. Bayan Bruss
    C. Bayan Bruss
    Capital One
    论文:16引用:0H-index:0
    Supriyo Chakraborty
    Supriyo Chakraborty
    Capital One
    论文:15引用:0H-index:0
    Tom Goldstein
    Tom Goldstein
    Department of Computer Science, University of Maryland
    论文:8引用:0H-index:0
    A.R. Trivedi
    A.R. Trivedi
    Georgia Institute of Technology
    论文:6引用:0H-index:0
    Andrew Gordon Wilson
    Andrew Gordon Wilson
    Courant Institute of Mathematical Sciences, New York University;Center for Data Science, New York University
    论文:6引用:0H-index:0
    Micah Goldblum
    Micah Goldblum
    Columbia University
    论文:6引用:0H-index:0
    Furong Huang
    Furong Huang
    Department of Computer Science, University of Maryland;Center for Machine Learning, University of Maryland;Institute for Advanced Computer Studies, University of Maryland
    论文:5引用:0H-index:0
    Luis Gustavo Nonato
    Luis Gustavo Nonato
    Departamento de Matematica Aplicada e Estatistica, Universidade de Sao Paulo;Instituto de Ciencias Matematicas e de Computacao, Universidade de Sao Paulo
    论文:5引用:0H-index:0

    论文(261)

    年份
    起
    –
    止
    排序
    1A Survey of Agent Memory in the Second Half: Towards Self-Evolving and Long-Horizon Agents
    Wei-Chieh Huang,Weizhi Zhang,Yueqing Liang,Yuanchen Bei,Yankai Chen,Tao Feng, Xinyu Pan, Zhen Tan,Yu Wang,Tianxin Wei, Shanglin Wu, Ruiyao Xu,

    Research in artificial intelligence is shifting from model innovations and benchmark scores towards problem definition and rigorous real-world evaluation. As the field enters the "second half," the central challenge becomes real utility in long-horizon, dynamic, and user-dependent settings such as agentic coding, deep research, and computer use, where LLM-based agents face context explosion beyond fixed context windows and must continuously accumulate, manage, and selectively reuse information across extended interactions. Memory, with hundreds of papers released in 2025, therefore emerges as the critical solution to fill this utility gap. Beyond passive storage, memory is increasingly the substrate through which agents self-evolve: short-term memory gates which experiences are perceived and abstracted during execution, while long-term memory consolidates them into reusable knowledge and skills, forming the loop through which agents improve from their own experience. In this survey, we provide a unified view of foundation agent memory along three dimensions: memory substrate (internal parametric state and external retrieval-augmented stores), cognitive mechanism (sensory, working, episodic, semantic, and procedural), and memory subject (user-centric personalization and agent-centric experience). We then analyze how memory is operated under single- and multi-agent topologies and highlight learning policies over memory operations, showing how memory management itself is becoming a trainable capability spanning reinforcement-learned context curation, experience consolidation at decision time, and the emerging ecosystem of portable, shareable agent skills. Finally, we review evaluation benchmarks and metrics for memory utility, and outline open challenges and future directions.

    2026CoRR(2026)引用:29
    引用
    AI阅读
    加入学术空间
    2RAFFLES: Reasoning-based Attribution of Faults for LLM Systems
    Chenyang Zhu, Spencer Hong, Jingyu Wu, Kushal Chawla, Charlotte Tang, Youbing Yin, Nathan Wolfe, Erin Babinsky, Daben Liu

    We have reached a critical roadblock in the development and enhancement of long-horizon, multi-component LLM agentic systems: it is incredibly tricky to identify where these systems break down and why. Evaluation capabilities that currently exist today (e.g., single pass LLM-as-a-judge) are limited in that they often focus on individual metrics or capabilities, end-to-end outcomes, and are narrowly grounded on the preferences of humans. We argue that to match the agentic capabilities, evaluation frameworks must also be able to reason, probe, iterate, and understand the complex logic passing through these systems over long horizons. In this paper, we present RAFFLES - an evaluation architecture that incorporates reasoning and iterative refinement. Specifically, RAFFLES operates as an iterative, multi-component pipeline, using a central Judge to systematically investigate faults and a set of specialized Evaluators to assess not only the system's components but also the quality of the reasoning by the Judge itself, thereby building a history of hypotheses. We tested RAFFLES against several baselines on the Who&When dataset, a benchmark designed to diagnose the "who" (agent) and "when" (step) of a system's failure. RAFFLES outperforms these baselines, achieving an agent-step fault pair accuracy of over 43% on the Algorithmically-Generated dataset (a substantial increase from the previously published best of 16.6%) and over 20% on the Hand-Crafted dataset (surpassing the previously published best of 8.8%). These results demonstrate a key step towards introducing automated fault detection for autonomous systems over labor-intensive manual human review.

    2026Conference of the European Chapter of the Association for Computational Linguistics(2026)引用:18
    引用
    AI阅读
    加入学术空间
    3DynaGuard: A Dynamic Guardian Model with User-Defined Policies
    Monte Hoover, Vatsal Baherwani,Neel Jain,Khalid Saifullah, Joseph James Vincent, Chirag Jain, Melissa Kazemi Rad, C. Bayan Bruss,Ashwinee Panda,Tom Goldstein

    Guardian models play a crucial role in ensuring the safety and ethical behavior of user-facing AI applications by enforcing guardrails and detecting harmful content. While standard guardian models are limited to predefined, static harm categories, we introduce DynaGuard, a suite of dynamic guardian models offering novel flexibility by evaluating text based on user-defined policies, and DynaBench, a dataset for training and evaluating dynamic guardian models. Our models provide both rapid detection of policy violations and a chain-of-thought reasoning option that articulate and justify model outputs. Critically, DynaGuard not only surpasses static models in detection accuracy on traditional safety categories, but is competitive with frontier reasoning models on free-form policy violations, all in a fraction of the time. This makes DynaGuard an critical tool for language model guardrails.

    ICLR 2026引用:10
    引用
    AI阅读
    加入学术空间
    4MemGym: a Long-Horizon Memory Environment for LLM Agents
    Wujiang Xu, Yu Wang,Kai Mei,Kaiqu Liang,Zhenting Wang,Mingyu Jin,Han Zhang, Shi-Xiong Zhang,Wenyue Hua, Sambit Sahu,Dimitris N. Metaxas

    Memory is a central capability for LLM agents operating across long-horizon tasks. Existing memory benchmarks predominantly evaluate retention of personalized information in multi-turn chat scenarios, overlooking the dynamic memory formation that occurs during extended agent execution. Consequently, the memory systems they produce transfer poorly to realistic agentic environments, such as coding and web navigation. We present MemGym, a benchmark for agentic memory that unifies existing agent gyms and in-house memory-grounded pipelines behind one memory-reasoning interface. MemGym spans five evaluation tracks grouped into four agentic regimes: tool-use dialogue (tau2-bench), multi-turn deep-research search (MEMGYM-DR), coding (SWE-Gym and MEMGYM-CODEQA), and computer use (WebArena-Infinity). MemGym reports memory-isolated scores that decouple memory performance from reasoning, retrieval, and tool-use ability, so memory strategies can be ranked without those confounders. Our synthetic pipelines for MEMGYM-CODEQA and MEMGYM-DR are length-controllable, ablation-verified at every stage, and tightly aligned with downstream scenarios. To make evaluation on coding environments academically tractable, we train MemRM, a lightweight reward model (Qwen3-1.7B fine-tuned with QLoRA) that scores compression quality as a fast scalar read in place of full Docker rollouts.

    2026引用:6
    引用
    AI阅读
    加入学术空间
    5MAEB: Massive Audio Embedding Benchmark
    Adnan El Assadi, Isaac Chung,Chenghao Xiao, Roman Solomatin, Animesh Jha, Rahul Chand, Silky Singh, Kaitlyn Wang, Ali Sartaz Khan, Marc Moussa Nasser, Sufen Fong, Pengfei He,

    We introduce the Massive Audio Embedding Benchmark (MAEB), a large-scale benchmark covering 30 tasks across speech, music, environmental sounds, and cross-modal audio-text reasoning in 100+ languages. We evaluate 50+ models and find that no single model dominates across all tasks: contrastive audio-text models excel at environmental sound classification (e.g., ESC50) but score near random on multilingual speech tasks (e.g., SIB-FLEURS), while speech-pretrained models show the opposite pattern. Clustering remains challenging for all models, with even the best-performing model achieving only modest results. We observe that models excelling on acoustic understanding often perform poorly on linguistic tasks, and vice versa. We also show that the performance of audio encoders on MAEB correlates highly with their performance when used in audio large language models. MAEB is derived from MAEB+, a collection of 98 tasks. MAEB is designed to maintain task diversity while reducing evaluation cost, and it integrates into the MTEB ecosystem for unified evaluation across text, image, and audio modalities. We release MAEB and all 98 tasks along with code and a leaderboard at https://github.com/embeddings-benchmark/mteb.

    2026CoRR(2026)引用:6
    引用
    AI阅读
    加入学术空间
    立即登录,查看全部 261 篇论文

    合作机构(100)

    马里兰大学合作论文 18
    加利福尼亚南方大学合作论文 12
    纽约大学合作论文 12
    斯坦福大学合作论文 11
    哥伦比亚大学合作论文 10
    伊利诺伊大学香槟分校合作论文 7
    弗吉尼亚联邦大学合作论文 6
    伊利诺伊大学芝加哥分校合作论文 6
    Bandung Institute of Technology合作论文 6
    Georgia Institute of Technology,University System of Georgia合作论文 5

    机构统计