English

Task-Adaptive Retrieval over Agentic Multi-Modal Web Histories via Learned Graph Memory

Information Retrieval 2026-04-10 v1 Artificial Intelligence

Abstract

Retrieving relevant observations from long multi-modal web interaction histories is challenging because relevance depends on the evolving task state, modality (screenshots, HTML text, structured signals), and temporal distance. Prior approaches typically rely on static similarity thresholds or fixed-capacity buffers, which fail to adapt relevance to the current task context. We propose \textbf{ACGM}, a learned graph-memory retriever that constructs \emph{task-adaptive} relevance graphs over agent histories using policy-gradient optimization from downstream task success. ACGM captures heterogeneous temporal dynamics with modality-specific decay (visual decays 4.3×4.3\times faster than text: λv=0.47\lambda_v{=}0.47 vs.\ λx=0.11\lambda_x{=}0.11) and learns sparse connectivity (3.2 edges/node), enabling efficient O(logT)O(\log T) retrieval. Across WebShop, VisualWebArena, and Mind2Web, ACGM improves retrieval quality to \textbf{82.7 nDCG@10} (+9.3 over GPT-4o, p<0.001p{<}0.001) and \textbf{89.2\% Precision@10} (+7.7), outperforming 19 strong dense, re-ranking, multi-modal, and graph-based baselines. Code to reproduce our results is available at{\color{blue}\href{https://github.com/S-Forouzandeh/ACGM-Agentic-Web}{Saman Forouzandeh}}.

Keywords

Cite

@article{arxiv.2604.07863,
  title  = {Task-Adaptive Retrieval over Agentic Multi-Modal Web Histories via Learned Graph Memory},
  author = {Saman Forouzandeh and Kamal Berahmand and Mahdi Jalili},
  journal= {arXiv preprint arXiv:2604.07863},
  year   = {2026}
}

Comments

The 49th International ACM SIGIR Conference on Research and Development in Information Retrieval

R2 v1 2026-07-01T12:00:38.282Z