面向LinkedIn招聘助手的层次化长期语义记忆系统 / Hierarchical Long-Term Semantic Memory for LinkedIn's Hiring Agent
1️⃣ 一句话总结
本文提出了一种名为HLTM的层次化长期语义记忆框架,通过将杂乱的行为数据整理成结构化的记忆树,让AI助手在保护隐私的同时,能够快速、准确地记住用户偏好,从而在LinkedIn招聘助手等实际产品中显著提升个性化交互效果。
Large Language Model (LLM) agents are increasingly used in real-world products, where personalized and context-aware user interactions are essential. A central enabler of such capabilities is the agent's long-term semantic memory system, which extracts implicit and explicit signals from noisy longitudinal behavioral data, stores them in a structured form, and supports low-latency retrieval. Building industrial-grade long-term memory for LLM agents raises five challenges: scalability, low-latency retrieval, privacy constraints, cross-domain generalizability, and observability. We introduce the Hierarchical Long-Term Semantic Memory (HLTM) framework, which organizes textual data into a schema-aligned memory tree that captures semantic knowledge at multiple levels of granularity, enabling scalable ingestion, privacy-aware storage, low-latency retrieval, and transparent provenance; HLTM further incorporates an adaptation mechanism to generalize across diverse use cases. Extensive evaluations on LinkedIn's Hiring Assistant show that HLTM improves answer correctness and retrieval F1 significantly by more than 10%, while significantly advancing the Pareto frontier between query and indexing latency. HLTM has been deployed in LinkedIn's Hiring Assistant to power core personalization features in production hiring workflows.
面向LinkedIn招聘助手的层次化长期语义记忆系统 / Hierarchical Long-Term Semantic Memory for LinkedIn's Hiring Agent
本文提出了一种名为HLTM的层次化长期语义记忆框架,通过将杂乱的行为数据整理成结构化的记忆树,让AI助手在保护隐私的同时,能够快速、准确地记住用户偏好,从而在LinkedIn招聘助手等实际产品中显著提升个性化交互效果。
源自 arXiv: 2604.26197