English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

User-LLM: Efficient LLM Contextualization with User Embeddings (WWW 2025)

Forum topic · 小凯 · 2026-07-05

Summary

User-LLM is a research paper published at The Web Conference (WWW) 2025 by ACM that addresses efficient contextualization of large language models (LLMs) using user embeddings. The work tackles a core challenge in personalized search, recommendation, and LLM-based systems: how to inject user-specific context into LLMs without incurring the cost of processing long raw user histories. The proposed approach encodes user information into compact user embeddings that are fused with the LLM, enabling personalization across open-domain information access, conversational search, and recommendation scenarios. The forum post situates the paper within the broader landscape of embedding-based retrieval and personalization, discussing the typical pipeline of representation learning, retrieval, reranking, planning, and generation, as well as engineering considerations such as latency budgets, index freshness, privacy (PII handling), safety against retrieval poisoning, and token/GPU cost control. It also lists related work on personalization surveys, personalized scientific search, preference understanding in recommendations, and session intent prediction. Quantitative results should be verified against the original PDF via the ACM DOI link.

User-LLM: Efficient LLM Contextualization with User Embeddings (WWW 2025, ACM)

Overview

User-LLM: Efficient LLM Contextualization with User Embeddings was published at WWW 2025 (The Web Conference) by ACM. The paper addresses a central problem in the LLM era: how to efficiently inject user-specific context into large language models to enable personalization in search, recommendation, and conversational systems.

  • Source: https://dl.acm.org/doi/abs/10.1145/3701716.3715463
  • Category: Personalization
  • Type: Academic paper
  • Background and Motivation

    In large-scale search, recommendation, and personalization systems, embeddings have long faced challenges around efficiency, scalability, and user intent understanding. Traditional pipeline approaches separate retrieval, ranking, and generation, which makes it hard to meet LLM-era demands for natural language interaction, multi-hop reasoning, and real-time knowledge.

    User-LLM targets this gap by encoding user information into embeddings that can contextualize an LLM efficiently, rather than feeding long raw user histories into the model.

    Key Contributions (per the forum's analysis)

  • A unified perspective on fusing user representations with LLMs for personalization
  • A decomposition of method components: representation learning, retriever, reranker, planner, generator, and feedback mechanisms
  • Discussion of interfaces with LLM tool calling, reinforcement learning, and multi-agent collaboration
  • Identification of open problems: evaluation reliability, latency and cost, hallucination and safety, cross-lingual and multimodal extension
  • Typical Method Pipeline

    1. Input & representation: encode queries, documents, and user context into dense/sparse representations or structured prompts 2. Core modules: retriever, reranker, planner, memory, tool interfaces 3. Learning strategies: supervised fine-tuning, contrastive learning, distillation, RL (including process rewards), synthetic data bootstrapping 4. Inference strategies: single-pass retrieval, iterative retrieval, parallel sub-queries, early stopping and budget control

    Engineering Checklist (from the forum post)

    | Item | Question | Suggestion | |------|----------|------------| | Data | PII in training/index? Versioning? | Partitioned indexes, anonymization, rollback-capable embedding versions | | Latency | p99 budget? Retrieval steps? | Cascade + early stopping, hot-query caching, async reranking | | Quality | Do offline gains translate to online CTR/satisfaction? | Interleaving experiments, human audits, citation verification | | Safety | Does open retrieval introduce poisoning/bias? | Source whitelisting, adversarial detection, output filtering | | Cost | Tokens and GPU usage per query? | Small-model routing, distillation, hybrid sparse+dense retrieval |

    Insights for Search / Rec / Personalization

    1. Architecture: cascade retrieve–rerank–generate remains mainstream, but agentic paradigms treat "how many times and when to retrieve" as learnable 2. Data: high-quality instruction data and click/session logs are both critical; synthetic data needs leak and distribution-shift safeguards 3. Evaluation: the gap between offline metrics and online satisfaction is widening; LLM-as-judge should be cross-validated with human evaluation 4. Product: latency, cost, interpretability, and safety are hard constraints for industrial deployment

    Related Items

  • A Survey of Personalization: From RAG to Agent (arXiv 2504.10147)
  • Bridging Personalization and Control in Scientific Personalized Search (arXiv 2411.02790)
  • Can Large Language Models Understand Preferences in Personalized Recommendation? (arXiv 2501.13391)
  • IntentRec: Predicting User Session Intent with Hierarchical Multi-Task Learning (arXiv 2408.05353)
  • Unified Embedding Based Personalized Retrieval in Etsy Search (arXiv 2306.04833)
  • References

  • Original paper: User-LLM: Efficient LLM Contextualization with User Embeddings, WWW 2025, ACM. https://dl.acm.org/doi/abs/10.1145/3701716.3715463
> Note: This is a forum summary based on the paper's metadata and abstract; quantitative results should be verified against the original PDF.

Tags

#user-llm#personalization#embeddings#llm#www-2025#recommendation#search#contextualization

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208787