paper-with-me

홈 › Papers

DiPS: Differentiable Policy for Sketching in Recommender Systems

2021-12-08 · Aritra Ghosh, Saayan Mitra, Andrew Lan

In sequential recommender system applications, it is important to develop models that can capture users' evolving interest over time to successfully recommend future items that they are likely to interact with. For users with long histories, typical models based on recurrent neural networks tend to forget important items in the distant past. Recent works have shown that storing a small sketch of past items can improve sequential recommendation tasks. However, these works all rely on static sketching policies, i.e., heuristics to select items to keep in the sketch, which are not necessarily optimal and cannot improve over time with more training data. In this paper, we propose a differentiable policy for sketching (DiPS), a framework that learns a data-driven sketching policy in an end-to-end manner together with the recommender system model to explicitly maximize recommendation quality in the future. We also propose an approximate estimator of the gradient for optimizing the sketching algorithm parameters that is computationally efficient. We verify the effectiveness of DiPS on real-world datasets under various practical settings and show that it requires up to $50\%$ fewer sketch items to reach the same predictive quality than existing sketching policies.

📄 PDF Abstract BibTeX arXiv:2112.07616

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Towards Differential Privacy in Sequential Recommendation: A Noisy Graph Neural Network Approach

2023-09-17 · Wentao Hu, Hui Fang

With increasing frequency of high-profile privacy breaches in various online platforms, users are becoming more concerned about their privacy. And recommender system is the core component of online platforms for providin…

Graph Neural NetworkRecommendation SystemsSequential Recommendation

DiPS: Dialogue Policy Selection for High-Stakes Persuasion Agents

2026-07-02 · Tianyi Zhang, Mousumi Das, Abrar Anwar, Jesse Thomason 외 arxiv

Large Language Models (LLMs) often struggle with persuasion in high-stakes scenarios. People's individual personalities and concerns require tailored strategies rather than a one-size-fits-all approach. To address this c…

JAX-DIPS: Neural bootstrapping of finite discretization methods and application to elliptic problems with discontinuities

2022-10-25 · Pouria Mistani, Samira Pakravan, Rajesh Ilango, Frederic Gibou

We present a scalable strategy for development of mesh-free hybrid neuro-symbolic partial differential equation solvers based on existing mesh-based numerical discretization methods. Particularly, this strategy can be us…

Off-Policy Evaluation and Learning for Matching Markets

2025-07-18 · Yudai Hayashi, Shuhei Goda, Yuta Saito arxiv

Matching users based on mutual preferences is a fundamental aspect of services driven by reciprocal recommendations, such as job search and dating applications. Although A/B tests remain the gold standard for evaluating …

A Differentiable Ranking Metric Using Relaxed Sorting Operation for Top-K Recommender Systems

2020-08-30 · Hyunsung Lee, Yeongjae Jang, Jaekwang Kim, Honguk Woo

A recommender system generates personalized recommendations for a user by computing the preference score of items, sorting the items according to the score, and filtering top-K items with high scores. While sorting and r…

Recommendation Systems