PulseAugur
EN
LIVE 08:17:33

New benchmark and memory architecture for LLM agents unveiled

Researchers have introduced MemHop, a new benchmark designed to evaluate the multi-hop reasoning capabilities of Large Language Model (LLM) agents. This benchmark consists of 1,000 questions with evidence annotations across 10 social network scenarios, testing recall at depths of 1 to 5 hops. Alongside MemHop, the paper proposes Profile-Graph Memory (ProGraph), a novel memory architecture that combines profile expansion for traversing entity names within narrative profiles and compression residuals for capturing precise details like dates and quantities. ProGraph demonstrated strong performance on both MemHop and the Long Context Modeling (LoCoMo) benchmark, outperforming existing memory frameworks. AI

IMPACT Introduces new methods for evaluating and improving LLM agent long-term memory, potentially enhancing their ability to handle complex, multi-step tasks.

RANK_REASON Academic paper introducing a new benchmark and memory architecture for LLM agents. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New benchmark and memory architecture for LLM agents unveiled

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Shengtong Zhu ·

    Profile-Graph Memory for LLM Agents: Implicit Cross-Entity Traversal through Narrative Profiles

    arXiv:2607.19359v1 Announce Type: new Abstract: Long-term memory is essential for LLM agents that interact across sessions, yet current memory benchmarks primarily evaluate single-hop recall, leaving multi-hop association largely unmeasured. We make three contributions. First, we…