paper-with-me

Papers

Beyond the Sequence: Statistics-Driven Pre-training for Stabilizing Sequential Recommendation Model

2024-04-08 · Sirui Wang, Peiguang Li, Yunsen Xian, Hongzhi Zhang

The sequential recommendation task aims to predict the item that user is interested in according to his/her historical action sequence. However, inevitable random action, i.e. user randomly accesses an item among multiple candidates or clicks several items at random order, cause the sequence fails to provide stable and high-quality signals. To alleviate the issue, we propose the StatisTics-Driven Pre-traing framework (called STDP briefly). The main idea of the work lies in the exploration of utilizing the statistics information along with the pre-training paradigm to stabilize the optimization of recommendation model. Specifically, we derive two types of statistical information: item co-occurrence across sequence and attribute frequency within the sequence. And we design the following pre-training tasks: 1) The co-occurred items prediction task, which encourages the model to distribute its attention on multiple suitable targets instead of just focusing on the next item that may be unstable. 2) We generate a paired sequence by replacing items with their co-occurred items and enforce its representation close with the original one, thus enhancing the model's robustness to the random noise. 3) To reduce the impact of random on user's long-term preferences, we encourage the model to capture sequence-level frequent attributes. The significant improvement over six datasets demonstrates the effectiveness and superiority of the proposal, and further analysis verified the generalization of the STDP framework on other models.

📄 PDF Abstract BibTeX arXiv:2404.05342

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeSequential Recommendation

Similar Papers 제목 키워드 기반

CaRe-BN: Precise Moving Statistics for Stabilizing Spiking Neural Networks in Reinforcement Learning

2025-09-28 · Zijie Xu, Xinyu Shi, Yiting Dong, Zihan Huang 외 arxiv

Spiking Neural Networks (SNNs) offer low-latency and energy-efficient decision-making on neuromorphic hardware by mimicking the event-driven dynamics of biological neurons. However, the discrete and non-differentiable na…

Reinforcement LearningContinuous Control

When AI Settles Down: Late-Stage Stability as a Signature of AI-Generated Text Detection

2026-01-08 · Ke Sun, Guangsheng Bao, Han Cui, Yue Zhang arxiv

Zero-shot detection methods for AI-generated text typically aggregate token-level statistics across entire sequences, overlooking the temporal dynamics inherent to autoregressive generation. We analyze over 120k text sam…

Text Detection

Data-driven distributionally robust LQR with multiplicative noise

2020-05-26 · L4DC 2020 6

We present a data-driven method for solving the linear quadratic regulator problem for systems with multiplicative disturbances, the distribution of which is only known through sample estimates. We adopt a distributional…

Optimal sequence memory in driven random networks

2017-09-22

Autonomous randomly coupled neural networks display a transition to chaos at a critical coupling strength. We here investigate the effect of a time-varying input on the onset of chaos and the resulting consequences for i…

Stability as a Liability:Systematic Breakdown of Linguistic Structure in LLMs

2026-01-26 · Xianzhe Meng, Qiangsheng Zeng, Ling Luo, Qinghan Yang 외 arxiv

Training stability is typically regarded as a prerequisite for reliable optimization in large language models. In this work, we analyze how stabilizing training dynamics affects the induced generation distribution. We sh…