paper-with-me

Papers

AMA-Bench: Evaluating Long-Horizon Memory for Agentic Applications

2026-02-26 · Yujie Zhao, Boqin Yuan, Junbo Huang, Haocheng Yuan, Zhongming Yu, Haozhou Xu, Lanxiang Hu, Abhilash Shankarampeta, Zimeng Huang, Wentao Ni, Yuandong Tian, Jishen Zhao arxiv

Large Language Models (LLMs) are increasingly used as autonomous agents in complex, long-horizon applications, where effective memory is critical for sustained performance. Yet existing memory benchmarks are largely dialogue-centric, while real agent memory consists of continuous agent-environment interaction trajectories composed of states, actions, observations, and tool outputs. To address this gap, we introduce AMA-Bench (Agent Memory with Any length), a benchmark for evaluating long-horizon memory in realistic agentic settings. AMA-Bench combines real-world agent trajectories from representative applications with expert-curated QA, as well as synthetic trajectories that scale to arbitrary horizons with rule-based QA. Our study shows that existing memory systems underperform because they fail to capture causal and objective information and rely heavily on lossy similarity-based retrieval. We further propose AMA-Agent, a memory system based on causality-graph construction and tool-augmented retrieval. AMA-Agent achieves 57.22% accuracy on AMA-Bench, outperforming the strongest baseline by 11.16%. Resources are available at: https://ama-bench.github.io/.

📄 PDF Abstract BibTeX arXiv:2602.22769

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MementoGUI: Learning Agentic Multimodal Memory Control for Long-Horizon GUI Agents

2026-05-18 · Ziyun Zeng, Hang Hua, Bocheng Zou, Mu Cai 외 arxiv

Recent GUI agents have made substantial progress in visual grounding and action prediction, yet they remain brittle in long-horizon tasks that require maintaining task state across many interface transitions. Existing ag…

Visual Grounding

AgentLAB: Benchmarking LLM Agents against Long-Horizon Attacks

2026-02-18 · Tanqiu Jiang, Yuhui Wang, Jiacheng Liang, Ting Wang arxiv

LLM agents are increasingly deployed in long-horizon, complex environments to solve challenging problems, but this expansion exposes them to long-horizon attacks that exploit multi-turn user-agent-environment interaction…

ATOD: An Evaluation Framework and Benchmark for Agentic Task-Oriented Dialogue Systems

2026-01-17 · Yifei Zhang, Hooshang Nayyeri, Rinat Khaziev, Emine Yilmaz 외 arxiv

Recent advances in task-oriented dialogue (TOD) systems, driven by large language models (LLMs) with extensive API and tool integration, have enabled conversational agents to coordinate interleaved goals, maintain long-h…

Task-Oriented Dialogue SystemsDialogue Generation

Visual Agentic Memory: Enabling Online Long Video Understanding via Online Indexing, Hierarchical Memory, and Agentic Retrieval

2026-05-15 · Aiden Yiliu Li, Nels Numan, Anthony Steed arxiv

Long video understanding requires more than large context windows. It also needs a memory mechanism that decides what visual evidence to retain, keeps it searchable over long horizons, and grounds later reasoning in reco…

EgoCITE: Context-Augmented Indexing and Time-Aware Retrieval for Long-Horizon Egocentric Memory

2026-08-12 · Le Zhang, Hao Chen, Vlad Roznyatovskiy, Jianzhong Zhang 외 arxiv

Long-horizon egocentric memory transforms continuous first-person video and audio into a searchable record of past experiences. We demonstrate two bottlenecks in existing systems: indices built from context-poor captions…