Vector memory helps recommendation agents use full interaction histories

CoVeMem feeds collaborative user and item representations into an LLM as trainable soft tokens, avoiding repeated calls to rewrite textual memory.

PaperIndependentcs.IRarXiv:2608.26895v1
Hanchong Chen · Xing Tang · Lingjie Li · Xiongfeng Shan · Xiuqiang He
Research Digest··2 min read
Chen et al. replace the repeatedly updated text memory used by recommendation agents with a vector memory built from collaborative interaction data. Across four instruction-grounded benchmarks, their system matched or surpassed the strongest collaborative text-memory agent in 19 of 20 metric cells while eliminating per-interaction LLM calls for memory maintenance.

What they did

The authors built CoVeMem around frozen LightGCN representations, which encode users and items from an interaction graph. For each recommendation decision, the candidate set retrieves relevant historical states from this memory bank; these states are inserted into the LLM context as continuous “soft tokens” alongside a compact textual user profile.

They first aligned the vectors with semantic item representations using contrastive training, then jointly trained ranking behavior with masked candidate lists. A pointwise yes-or-no output scores each candidate. The system was evaluated on four instruction-grounded recommendation benchmarks against collaborative text-memory agents.

Key findings

  • CoVeMem matched or exceeded the strongest collaborative text-memory baseline in 19 of 20 reported metric cells.
  • It required no additional LLM calls to maintain memory beyond the static textual profile shared with the comparison system; text memory required calls after each interaction.
  • Candidate-conditioned retrieval let the model draw on relevant states from the full interaction history rather than relying on a sequentially rewritten narrative.
  • Training taught the LLM to interpret collaborative vectors and use them for ranking while the underlying LightGCN user and item states remained frozen.

Why it matters

The results suggest that an agent’s persistent memory need not be natural-language text. Representing collaborative behavior as vectors can preserve graded user–item similarities that are difficult to express in prose, while making memory maintenance substantially less dependent on costly LLM inference.

Caveats

The abstract does not provide absolute metric values, statistical uncertainty, dataset names, model sizes, or deployment-level latency and storage costs. CoVeMem also depends on an interaction graph and frozen collaborative representations, so its behavior for new users or items, sparse histories, shifting preferences, and biased interaction data remains unclear.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.