The reviewed record of science sign in
Pith

arxiv: 2508.05198 · v1 · pith:DFB3YYKI · submitted 2025-08-07 · cs.IR · cs.AI

Balancing Accuracy and Novelty with Sub-Item Popularity

Reviewed by Pithpith:DFB3YYKIopen to challenge →

classification cs.IR cs.AI
keywords personalisedpopularityaccuracynoveltyrecjpqrecommendationsub-itemcapture
0
0 comments X
read the original abstract

In the realm of music recommendation, sequential recommenders have shown promise in capturing the dynamic nature of music consumption. A key characteristic of this domain is repetitive listening, where users frequently replay familiar tracks. To capture these repetition patterns, recent research has introduced Personalised Popularity Scores (PPS), which quantify user-specific preferences based on historical frequency. While PPS enhances relevance in recommendation, it often reinforces already-known content, limiting the system's ability to surface novel or serendipitous items - key elements for fostering long-term user engagement and satisfaction. To address this limitation, we build upon RecJPQ, a Transformer-based framework initially developed to improve scalability in large-item catalogues through sub-item decomposition. We repurpose RecJPQ's sub-item architecture to model personalised popularity at a finer granularity. This allows us to capture shared repetition patterns across sub-embeddings - latent structures not accessible through item-level popularity alone. We propose a novel integration of sub-ID-level personalised popularity within the RecJPQ framework, enabling explicit control over the trade-off between accuracy and personalised novelty. Our sub-ID-level PPS method (sPPS) consistently outperforms item-level PPS by achieving significantly higher personalised novelty without compromising recommendation accuracy. Code and experiments are publicly available at https://github.com/sisinflab/Sub-id-Popularity.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. URecJPQ: Memory-efficient Multimodal Recommendation Models through RecJPQ in Large-Scale Scenarios

    cs.IR 2026-06 unverdicted novelty 5.0

    URecJPQ compresses user and item embeddings via joint product quantization for multimodal top-k recommendation, cutting checkpoint size 86-98% and parameters 98-99% with average 8.5% recall drop across three datasets.