paper-with-me

홈 › Papers

Retrieval and Distill: A Temporal Data Shift-Free Paradigm for Online Recommendation System

2024-04-24 · Lei Zheng, Ning li, Weinan Zhang, Yong Yu

Current recommendation systems are significantly affected by a serious issue of temporal data shift, which is the inconsistency between the distribution of historical data and that of online data. Most existing models focus on utilizing updated data, overlooking the transferable, temporal data shift-free information that can be learned from shifting data. We propose the Temporal Invariance of Association theorem, which suggests that given a fixed search space, the relationship between the data and the data in the search space keeps invariant over time. Leveraging this principle, we designed a retrieval-based recommendation system framework that can train a data shift-free relevance network using shifting data, significantly enhancing the predictive performance of the original model in the recommendation system. However, retrieval-based recommendation models face substantial inference time costs when deployed online. To address this, we further designed a distill framework that can distill information from the relevance network into a parameterized module using shifting data. The distilled model can be deployed online alongside the original model, with only a minimal increase in inference time. Extensive experiments on multiple real datasets demonstrate that our framework significantly improves the performance of the original model by utilizing shifting data.

📄 PDF Abstract BibTeX arXiv:2404.15678

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsRetrieval

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Distilling Temporal Search and Reasoning: Evolving LLMs for Future Prediction via Harness-Assisted Efficient Data Synthesis

2026-07-28 · Wanxu Cai, Zhengyu Chen, Huaisheng Zhu, Wei Wang 외 arxiv

Future event prediction carries broad social impact yet remains challenging. SOTA approaches augment LLMs with external agent frameworks whose predictive capability vanishes once the harness is removed. While recent Tool…

MEMTS: Internalizing Domain Knowledge via Parameterized Memory for Retrieval-Free Domain Adaptation of Time Series Foundation Models

2026-02-14 · Xiaoyun Yu, Li fan, Xiangfei Qiu, Nanqing Dong 외 arxiv

While Time Series Foundation Models (TSFMs) have demonstrated exceptional performance in generalized forecasting, their performance often degrades significantly when deployed in real-world vertical domains characterized …

Time Series ForecastingDomain Adaptation

TS-Memory: Plug-and-Play Memory for Time Series Foundation Models

2026-02-12 · Sisuo Lyu, Siru Zhong, Tiegang Chen, Weilin Ruan 외 arxiv

Time Series Foundation Models (TSFMs) achieve strong zero-shot forecasting through large-scale pre-training, but adapting them to downstream domains under distribution shift remains challenging. Existing solutions face a…

Training-Free Test-Time Contrastive Learning for Large Language Models

2026-04-15 · Kaiwen Zheng, Kai Zhou, Jinwu Hu, Te Gu 외 arxiv

Large language models (LLMs) demonstrate strong reasoning capabilities, but their performance often degrades under distribution shift. Existing test-time adaptation (TTA) methods rely on gradient-based updates that requi…

Test-time AdaptationContrastive Learning

Knowledge-driven Augmentation and Retrieval for Integrative Temporal Adaptation

2026-04-23 · Weisi Liu, Guangzeng Han, Xiaolei Huang arxiv

Time introduces fundamental challenges in model development and deployment: models are usually trained on historical data while deployed on future data where semantic distributions and domain knowledge may evolve. Unfort…