paper-with-me

Papers

D2K: Turning Historical Data into Retrievable Knowledge for Recommender Systems

2024-01-21 · Jiarui Qin, Weiwen Liu, Ruiming Tang, Weinan Zhang, Yong Yu

A vast amount of user behavior data is constantly accumulating on today's large recommendation platforms, recording users' various interests and tastes. Preserving knowledge from the old data while new data continually arrives is a vital problem for recommender systems. Existing approaches generally seek to save the knowledge implicitly in the model parameters. However, such a parameter-centric approach lacks scalability and flexibility -- the capacity is hard to scale, and the knowledge is inflexible to utilize. Hence, in this work, we propose a framework that turns massive user behavior data to retrievable knowledge (D2K). It is a data-centric approach that is model-agnostic and easy to scale up. Different from only storing unary knowledge such as the user-side or item-side information, D2K propose to store ternary knowledge for recommendation, which is determined by the complete recommendation factors -- user, item, and context. The knowledge retrieved by target samples can be directly used to enhance the performance of any recommendation algorithms. Specifically, we introduce a Transformer-based knowledge encoder to transform the old data into knowledge with the user-item-context cross features. A personalized knowledge adaptation unit is devised to effectively exploit the information from the knowledge base by adapting the retrieved knowledge to the target samples. Extensive experiments on two public datasets show that D2K significantly outperforms existing baselines and is compatible with a major collection of recommendation algorithms.

📄 PDF Abstract BibTeX arXiv:2401.11478

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Event-based Access to Historical Italian War Memoirs

2019-04-08 · Marco Rovera, Federico Nanni, Simone Paolo Ponzetto

The progressive digitization of historical archives provides new, often domain specific, textual resources that report on facts and events which have happened in the past; among these, memoirs are a very common type of p…

Retrievable Gradients: Continual Post-Training Without Cumulative Weight Drift

2026-06-14 · Weihang Su, Jiacheng Kang, Jingyan Xu, Qingyao Ai 외 arxiv

Continual post-training enables models to absorb emerging knowledge after deployment, but repeatedly updating shared parameters can accumulate weight drift, potentially causing catastrophic forgetting and degrading gener…

Incremental Learning of Retrievable Skills For Efficient Continual Task Adaptation

2024-10-30 · Daehee Lee, Minjong Yoo, Woo Kyung Kim, Wonje Choi 외

Continual Imitation Learning (CiL) involves extracting and accumulating task knowledge from demonstrations across multiple stages and tasks to achieve a multi-task policy. With recent advancements in foundation models, t…

Imitation LearningIncremental Learning

Turning Adaptation into Assets: Cross-Domain Bridging for Online Vision-Language Navigation

2026-05-22 · Zixuan Hu, Xuantuo Huang, Yancheng Li, Yichun Hu 외 arxiv

Navigating under non-stationary environment shifts poses a critical challenge for a Vision-and-Language Navigation (VLN) agent deployed in the wild. Yet, existing Test-Time Adaptation (TTA) methods for VLN largely treat …

Vision-Language NavigationTest-time Adaptation

StreamSoccer: Event-Driven Memory for Streaming Soccer Commentary

2026-08-20 · Chenxi Shao, Bozhong Wang, Jiaxin Huang, Zhao Liu 외 arxiv

Streaming video understanding requires models to causally update state as video arrives and organize growing history into semantic units that can evolve, persist, and be recalled under bounded computation and memory. Thi…