Accepted Contributions

 

List of all Long papers accepted for RecSys 2026 (in alphabetical order).

  • RESA Control Function Framework for Mitigating Position Bias in Learning to Rank Systems
    by Md Aminul Islam, Kathryn Vasilaky and Elena Zheleva

    Learning-to-rank (LTR) systems commonly depend on implicit feedback, such as user clicks, because it is easy to collect and can serve as a valuable signal of user preferences. However, directly optimizing ranking models using implicit feedback data often yields suboptimal performance because such data is inherently skewed by systematic biases. Among these biases, position bias is particularly pervasive: items ranked higher tend to receive disproportionately more interactions, regardless of their actual relevance. To address this, we introduce a novel two-stage framework based on control functions. In the first stage, we utilize exogenous variation from the residuals of the ranking process, which are then incorporated into a second stage click model to account for position-dependent distortions. In contrast to existing methods, our approach avoids explicit propensity estimation, supports nonlinear ranking models, and can be flexibly incorporated into any state-of-the-art ranking algorithm for position bias correction. We also propose a debiasing strategy for validation clicks that enables reliable hyperparameter tuning in the absence of unbiased validation data. Empirical results show that our method outperforms state-of-the-art position bias correction methods on both benchmark and real-world industrial datasets.

  • RESA Redundancy Reduction Approach for Controllable Sequential Recommendations
    by Veronika Ivanova, Marina Munkhoeva, Ivan Razvorotnev and Evgeny Frolov

    Sequential recommendation must operate under long-tailed item distributions and popularity-driven concentration, often forcing practitioners to trade short-list accuracy against long-tail exposure. In this work, we study feature decorrelation as a mechanism for shaping representation geometry in dot-product sequential recommenders, and analyze how this, in turn, affects popularity-driven concentration. We propose a decorrelation-regularized training framework that augments next-item prediction with an auxiliary redundancy-reduction term, and instantiate it with BT-SR, which uses the Barlow Twins objective. To form label-consistent positive pairs without synthetic corruptions, we pair user histories that share the same next-item target. Beyond accuracy, we provide a geometric analysis showing how decorrelation suppresses shared low-rank directions in the user representation space that can give popular items a global scoring advantage, and we introduce a bucket-based alignment concentration metric to quantify this effect. Experiments on five public benchmarks show that BT-SR consistently improves next-item ranking quality, while the decorrelation strength acts as a simple control knob that reallocates accuracy across head and tail items, enabling accuracy–exposure trade-offs. Our analysis also reveals that the impact on head-vs-tail exposure differs across datasets, reflecting interactions between decorrelation and data temporal structure.

  • RESAdaptive Retraining of Recommender Systems via Reinforcement Learning
    by Diego Russo, Valerio La Gatta, Claudio Spasiano and Vincenzo Moscato

    Modern recommender systems operate in dynamic environments where user preferences drift, new items arrive, and interaction patterns evolve, causing deployed models to become progressively stale. Retraining is essential to maintain recommendation quality, yet prior work has largely treated the how and when of retraining separately: adaptation strategies are evaluated under fixed schedules, while scheduling policies assume predefined updates. We formalize retraining as a sequential, resource-constrained decision problem that jointly determines when and how to update a recommender. Rather than introducing new retraining algorithms, our approach leverages existing strategies, including full retraining, fine-tuning, and sample-based updates, selecting the most effective action at each timestep. We introduce RTagent, an agent instantiated via reinforcement learning, which learns a meta-policy optimizing long-term cumulative performance under a global constraint on the number of retraining operations. Evaluation on MovieLens 1M and Yelp across three recommender architectures (SVD, CAFE, and NeuMF) shows that RTagent consistently outperforms static schedules, closely approaches full-retraining effectiveness while operating under the same budget constraint, and exhibits interpretable, architecture-specific retraining rhythms, demonstrating the benefits of sequential, strategy-aware retraining decisions.

  • RESAddressing Cross-Stage Decoupling of Semantic and Collaborative Signals in Generative Recommendation
    by Jiayi Dan, Weijian Li, Yongqi Liu and Kaiqiao Zhan

    Generative recommendation reformulates sequential recommendation as autoregressive generation by encoding items into semantic tokens, enabling improved scaling capability and cross-domain generalization. However, existing generative recommender systems typically follow a two-stage pipeline, where item tokenization is largely dominated by textual semantics with limited incorporation of collaborative signals and interaction similarity, leading to code assignments that are misaligned with downstream generation. Conversely, the generation stage tends to overlook the original semantic information, as the code sequences are re-embedded based on interaction data. This cross-stage information decoupling limits semantic coherence and recommendation accuracy. To address this issue, we propose SCRec, a general framework that enhances cross-stage coherence through bidirectional information supplementation. Specifically, we introduce (i) collaborative-enhanced tokenization to explicitly inject textualized collaborative signals into semantic tokenization, without introducing additional alignment task, (ii) semantic-guided generation to dynamically recalibrate semantic priors with learnable code embeddings in generation stage, and (iii) manifold alignment to reconcile the geometric mismatch between the embedding space of discrete codebook indices and the dense continuous semantic space. These interrelated components form a general framework that aligns semantic and collaborative signals and enhances cross-stage information coherence, with minimal additional training and inference costs. Extensive experiments demonstrate the effectiveness, robustness, and generalizability of our proposed framework.

  • RESAutomated Selection-based Mixture-of-Experts with Dual-stage Input–Target Pattern Learning for Sequential Recommendation
    by Xiaolin Lin, Weike Pan and Zhong Ming

    Sequential recommendation (SR) aims to predict the next items for users by learning the users’ representations from their historical sequences. In this process, most existing methods rely on a single globally shared encoder to model the relationship between input sequences and target items, implicitly learning input–target patterns. However, such implicit learning treats patterns uniformly and largely overlooks their intrinsic characteristics and differences among training samples. Through the empirical studies in this paper, we find that input–target patterns exhibit both conflicting and generalizable characteristics, which impose distinct modeling requirements. Neglecting these properties leads to suboptimal user representations and limited generalization. Motivated by these findings, we propose a novel MoE architecture, Automated Selection-based Mixture-of-Experts (ASMoE), with a dual-stage training scheme to address these issues. In our ASMoE, we introduce an automated expert selection mechanism to adaptively allocate selectable experts and accommodate diverse modeling requirements of input–target patterns. Furthermore, we develop a dual-stage training scheme to enhance our ASMoE for input–target pattern learning. The first stage performs initial learning over diverse patterns. In the second stage, we explicitly construct the potentially generalizable input–target patterns via a category-aware mask generator and a similarity-aware penalty, thereby facilitating the fine-tuning of our ASMoE towards generalizable knowledge. Extensive experiments on four public datasets demonstrate the effectiveness of our ASMoE. The source code and auxiliary material of our ASMoE are provided at https://anonymous.4open.science/r/ASMoE.

  • RESBeyond Fixed Depths and Widths: Optimizing Textual Decoding Tries in LLM-based Generative Recommendation
    by Jingzhe Liu, Hanbing Wang, Jiliang Tang, Liam Collins, Tong Zhao, Neil Shah and Mingxuan Ju

    Generative recommendation (GR) is an increasingly popular paradigm in recommender systems, with a prominent line of work using LLMs as autoregressive backbones to predict the next item’s term IDs (e.g., titles or keywords). The success of autoregressive generation hinges on constrained beam search over a decoding trie to ensure that generated outputs correspond to valid items. However, current research predominantly focuses on generating more comprehensive term IDs to describe items, while largely neglecting the structural design of the decoding trie formed by these terms. This can lead to a trie that is poorly suited to beam search, which degrades performance. To address this, we examine the effectiveness of term IDs from the perspective of decoding trie optimization. Through empirical and theoretical analyses, we identify two desirable properties for a highly performant trie: (1) adaptive and variable ID length, enabling items with varying semantic richness to be represented by IDs of appropriate lengths, and (2) constrained branching factors, especially at shallow levels, which drastically improves the success rate of constrained beam search. Motivated by these properties, we introduce BONSAI: Branching-Optimized Node Structure for Adaptive Identifiers, a novel framework that co-designs textual term IDs and their underlying decoding trie. BONSAI extracts recommendation-informative words from item metadata and employs a minimum set cover formulation to recursively build a trie that satisfies the above properties. Experiments reveal that BONSAI achieves up to a 21.6% relative improvement over state-of-the-art baselines. Further analyses confirm the crucial role of our proposed properties, and demonstrate their generalizability to be applied to enhance the performance of other term ID methods.

  • RESBiLPR: Bidirectional Teacher-Student Agent Interaction for Context-Aware Learning Path Recommendation
    by Zejun Chen, Weiwei Chen, Suojuan Zhang, Zhi Zheng, Dawei Jin, Ziwei Zhao, Tong Xu, Jing Cui, Jiaqi Long and Enhong Chen

    Learning path recommendation is a critical component of intelligent education systems, aiming to plan a personalized sequence of learning resources for each student based on their cognitive state. Existing methods predominantly rely on unidirectional modeling for recommendations, failing to adequately capture the bidirectional interaction between teachers and students. This leads to a lack of feedback-driven adaptation and difficulty in forming an effective instructional closed loop. Furthermore, current learning path recommendations are often limited to static student-exercise matching. They cannot perceive and respond to dynamic learning contexts, which results in insufficient adaptability. This limitation stems from an inadequate consideration of key contextual factors, including real-time cognitive states, interaction history, exercise semantics, and knowledge structures. To address these issues, this paper proposes a Bidirectional Teacher-Student Agent Interaction for Context-Aware Learning Path Recommendation (BiLPR), which implements a bidirectional, dynamic, and synergistic process. Specifically, the Teacher Agent integrates domain knowledge graphs with semantic reasoning to thoroughly mine features of the learning context. This enables dynamic exercise adaptation and recommendation strategies underpinned by knowledge transfer. The Student Agent simulates the evolution of dynamic cognitive states and behaviors during authentic learning processes, providing feedback on its performance. This interaction establishes a novel iterative closed loop of recommendation, feedback, and reflection. Evaluated on two real-world educational datasets, Junyi and ASSIST2009, the proposed method significantly outperforms baseline models in recommendation effectiveness. The code is available at https://anonymous.4open.science/r/BiLPR-D16D.

  • RESBilateral Intent-Enhanced Sequential Recommendation with Embedding Perturbation-Based Contrastive Learning
    by Shanfan Zhang, Yuan Rao, Yongyi Lin, Jia Lei, Linghan Zhang and Shuo Wang

    Modeling evolving user preferences from interaction sequences remains a core problem in sequential recommendation (SR). Recent work highlights intent learning for uncovering latent user motivations. Yet, existing methods either model intents within individual sequences or treat global intent signals as auxiliary supervision, limiting the explicit use of collective behavioral patterns and causing information isolation. Meanwhile, existing contrastive learning strategies are often costly and rely on suboptimal view construction, e.g., random sequence editing or weakly controlled model perturbations. We propose BIPCL, an end-to-end Bilateral Intent-enhanced, Embedding Perturbation-based Contrastive Learning framework. BIPCL integrates collective intent priors into both sequence- and item side representations via bilateral intent enhancement. Shared intent prototypes capture collective semantics from behaviorally similar entities and inject them into representations, alleviating information isolation and improving robustness. It further induces a non-separable cross-intent interaction, providing complementary sequence–item matching signals beyond unilateral intent modeling. To construct effective contrastive views, we introduce an embedding perturbation-based paradigm that directly perturbs structural item embeddings, yielding bounded and discriminative views while preserving temporal and structural dependencies. Compatibility studies across multiple CL-based SR backbones demonstrate the effectiveness of this paradigm beyond BIPCL. Extensive experiments show that BIPCL consistently outperforms state-of-the-art baselines. All code and datasets are publicly available at https://anonymous.4open.science/r/BIPCL-8E78/.

  • RESBridge the Unseen Gap: Enhancing Non-overlapping Cross-domain CTR Prediction via Profile Retrieval
    by Jingyang Bin, Xing Tang, Wei Zeng, Jianan Su, Kaixin Shen, Jingtong Wu, Chaohua Yang, Kailiang Hao, Dugang Liu and Xiuqiang He

    Click-through rate (CTR) prediction is a fundamental task in industrial recommender systems. Cross-domain CTR prediction, which leverages data from a source domain to improve performance in a target domain, has emerged as a key strategy. However, most existing methods rely on overlapping users or items across domains to enable knowledge transfer, which fails in prevalent real-world scenarios where domains are functionally or geographically isolated (e.g., cross-country services). In this paper, we introduce a novel paradigm shift, from implicit representation alignment to explicit retrieval-based instance transfer. We propose LLM-PRIT, a framework for Large Language Model-generated Profile Retrieval & Instance Transfer. Our framework operates in three cohesive stages. First, it utilizes an LLM as a universal semantic interpreter to generate domain-agnostic, transferable profiles for users and items, encapsulating open-world knowledge. Second, instead of directly using these textual profiles, it employs them as semantic anchors to retrieve the most relevant historical instances from the source domain. This step explicitly establishes cross-domain correlations while avoiding the modality gap. Finally, it transfers knowledge by efficiently fine-tuning the target CTR model on the retrieved instances, preserving the model’s inherent feature-interaction capabilities. We conduct extensive experiments on a public and a real-world industrial dataset. Both online and offline results demonstrate the effectiveness of our LLM-PRIT, bridging the unseen gap with open-world semantic information.

  • RESCONGA: Continual Neural Gated Architecture for Long-History Sequential Recommendation
    by Hoang Vu Le, Tuong Bach Hy Nguyen and Bac Le

    Existing sequential recommendation models rely on absolute positional encodings and fixed context windows, producing two structural failure modes: out-of-distribution degradation on histories longer than the training window, and hard context limits that discard long-range interactions. We present CONGA (COntinual Neural Gated Architecture), which addresses these limitations through three contributions: (1) Rotary Positional Embeddings (RoPE) with a norm-preserving property (||R_m||_F = sqrt(d) for any sequence length), accelerated by custom CUDA kernels; (2) KromHC multi-stream fusion with exact doubly-stochastic mixing via Kronecker-product parametrization, where ablation confirms the expressivity gain arises from balanced gradient flow rather than additional parameters, together with a data-adaptive stream selection mechanism that prevents overfitting on sparse corpora; and (3) TITANS neural associative memory adapted to discrete-item recommendation—the first such proof-of-concept—via a two-phase training protocol with a structural forgetting-prevention property: the base encoder is frozen, preserving its short-sequence predictions, while Phase 2 only adds a learned memory term. Evaluated under a rigorous full-ranking protocol across four benchmarks (ML-1M, Beauty, Yelp, Steam), CONGA achieves state-of-the-art performance with gains up to +29.7% on ML-1M—the densest, longest-history dataset where all three failure modes are simultaneously active.

  • RESCalibrating User Preferences for Cross-Domain Recommendation via Target-Guided Representation Mapping
    by Guohang Zeng, Jie Lu and Guangquan Zhang

    As an interdisciplinary field between transfer learning and recommender systems, cross-domain recommendation (CDR) leverages a data-rich source domain to overcome the data sparsity issue in the target domain. In this paper, we study the problem of user preference calibration in CDR when the source domain contains noisy interactions, an aspect overlooked in previous studies. We demonstrate that noisy interactions in the source domain introduce a calibration gap — a divergence between the user representations learned in the noisy source domain and the user’s true preferences — which leads to inaccurate preference transfer to the target domain. To address this, we propose a robust CDR framework called Denoising Cross-Domain Recommendation (DCDR), which incorporates a target-guided representation mapping mechanism. The intuition behind this component lies in leveraging the cleaner user representations in the target domain to construct an explicit mapping function, thereby deriving calibrated user representations that correct the distorted source-domain preferences toward their true, preference-aligned counterparts. Notably, the proposed DCDR method is agnostic to specific CDR models, making it a general framework applicable to various existing CDR approaches. Experimental results show that our method effectively calibrates user preferences and mitigates the impact of noisy preference transfer, outperforming existing single-domain denoising approaches across multiple real-world recommendation tasks.

  • RESCoarse-to-Fine Long-term Interest Modeling for Generative Recommendation
    by Shiteng Cao, Junda She, Ji Liu, Bin Zeng, Chengcheng Guo, Kuo Cai, Qiang Luo, Ruiming Tang, Han Li, Kun Gai, Zhiheng Li and Cheng Yang

    Leveraging long-term user behavioral patterns is a key trajectory for enhancing the accuracy of modern recommender systems. Due to the quadratic complexity of attention mechanisms, existing GR models are typically confined to short interaction sequences. While pioneer works have attempted to adapt Search-based Interest Models (SIM) to the generative context, they typically overlook the inherent hierarchical distinction of SIDs. GR is fundamentally a coarse-to-fine generation task, where the initial SIDs (prefix) determine the broad semantic category and the subsequent SIDs (suffix) pinpoint the specific item. Thus, our core insight is that the prefix and suffix of SIDs require distinct long-term signal injections. To bridge this gap, we propose GLASS, a Generative recommendation framework that integrates Long-term user interests into the generative process via SIDTier and Semantic Search. For the generation of SID prefix, we introduce SID-Tier, a module that maps long-term interactions into a unified interest vector to enhance the prediction of the initial SID token. SID-Tier leverages the compact nature of the semantic codebook to incorporate cross features between the user’s long-term history and candidate semantic codes. Furthermore, for the generation of SID suffix, we present semantic hard search, which utilizes generated coarse-grained semantic ID as dynamic keys to extract relevant historical behaviors, which are then fused via an adaptive gated fusion module to recalibrate the trajectory of subsequent fine-grained tokens. Extensive experiments on two large-scale real-world datasets, TAOBAO-MM and KuaiRec, demonstrate that method outperforms state-of-the-art baselines. A two-week online A/B test on a short-video platform demonstrate that GLASS achieves significant gains in recommendation quality. Our codes are publicly available at this anonymous link to facilitate further research in generative recommendation.

  • RESConsensus vs. Dissent: Dynamic LLM Modeling of Subjective Preferences in Group Recommenders
    by Cedric Waterschoot, Nava Tintarev and Francesco Barile

    Previous work in group recommender systems has demonstrated a sensitivity to the distribution of preferences within a group. Specifically, the selection of the preference aggregation strategy benefits from considering such group configurations. In this paper, we study whether LLMs are able to mimic this sensitivity and to select the ideal aggregation strategy and corresponding recommendation according to nuanced human perceptions of fairness, satisfaction, and consensus. We do this by fine-tuning Large Language Models (LLMs) on human survey data to serve as real-time judgmental models within the recommendation pipeline. Using a reasoning dataset distilled from DeepSeek-V3.1 and human ground truth assessments, we develop Judgmental Llama and Judgmental OLMo to simulate group assessments. Our pipeline successfully generates multiple recommendation candidates based on social choice-based aggregation strategies and dynamically selects the one that maximizes these predicted human-like evaluations. We further validate these suggestions in a user study (n=284) and find that our methodology achieved the highest scores for satisfaction and group consensus. Furthermore, we find that LLM judgments are most aligned with human perceptions of fairness, satisfaction and consensus when we also consider interaction effects between our LLM-based method and group configuration (e.g., minority or coalition). These findings give further support for dynamically adapting aggregation strategies to specific within-group preference distributions, and highlight the advantage of using LLMs for an adaptation that is aligned with subjective human judgments.

  • RESDart: Adaptive Tweedie Likelihood Mitigates the σ Escape Route in Cross-Platform Popularity Prediction
    by Tomohiro Mimura

    Although predicting social media popularity is crucial for modern recommender systems, it remains a significant challenge due to heavy-tailed, zero-inflated, and non-negative target distributions. While architectural innovations have advanced the field, standard objectives such as Gaussian negative log-likelihood (NLL) and mean squared error (MSE) are often poorly matched to these distributions, creating a critical performance bottleneck. In this paper, we diagnose one concrete manifestation of this mismatch, which we refer to as the sigma escape route: under Gaussian NLL, the noise parameter sigma absorbs prediction errors on heavy-tailed data, preventing the model from improving its mean prediction mu. To address this issue, we propose replacing Gaussian NLL with an adaptive Tweedie likelihood, which ties variance directly to the mean and naturally handles non-negative, zero-inflated, and heavy-tailed targets in a single parametric family. Notably, our empirical results demonstrate that the Tweedie likelihood consistently improves the Spearman’s rho independent of the model architecture. We also introduce Dart, a purpose-built retrieval-augmented system that achieves state-of-the-art ranking across multiple platforms. Dart excels in cold-start scenarios, substantially outperforming meta-learning baselines without requiring target-platform data. Furthermore, our downstream evaluations confirm that these ranking improvements translate directly into practical recommender-system tasks.

  • RESDP-Rec: Towards Dynamic Patching for Efficient Long-Sequence Recommendation
    by Dwipam Katariya, Thomas Caputo, Akshat Shreemali, Juan Manuel Origgi, Pranab Mohanty, Nam Nguyen, Kalanand Mishra, Nikita Seleznev and James Montgomery

    Transformers have redefined sequential recommendation by effectively modeling dynamic user behaviors and long-range dependencies. However, they remain inherently inefficient: standard architectures operate at a fixed rate, allocating comparable computation to every item in a user’s history regardless of its information content. This leads to prohibitive computational overhead on long sequences and increased sensitivity to behavioral noise. To address this, practitioners often resort to lossy sequence compression, staged modeling, or truncation. This limits the model’s ability to leverage the full context of long histories during inference. Inspired by the recent success of Byte Latent Transformers, we propose DP-Rec, a dynamic latent patching architecture for recommendation. DP-Rec shifts from item-level modeling to patch-level modeling by segmenting interaction sequences using contrastive entropy surprise to identify informative behavioral boundaries. A lightweight patch encoder compresses these temporally contextualized segments into a reduced set of dynamic latent behavior vectors, which are then processed by a larger latent transformer and decoded for next-item prediction. Extensive experiments show that, under constrained computational budgets, DP-Rec scales effectively to long sequences and achieves a superior efficiency–accuracy trade-off over both non-compressed and fixed-size compression baselines.

  • RESDPGFlow: Decoupled Preference Guided Flow Matching for Cross Domain Sequential Recommendation
    by Xiaoxin Ye, Chengkai Huang, Hongtao Huang, Shoujin Wang and Lina Yao

    Cross-Domain Sequential Recommendation (CDSR) aims to improve next-item prediction by leveraging users’ sequential behaviors across multiple domains. Despite recent progress, existing CDSR models suffer from two fundamental limitations: (1) they often entangle transferable, domain-invariant interests with domain-specific preferences, leading to negative transfer across heterogeneous domains; and (2) they are highly sensitive to noisy interactions such as misclicks, and abrupt domain transitions. Generative models have recently emerged as a promising paradigm for modeling complex preference dynamics and mitigating noise. However, diffusion-based approaches rely on Gaussian initialization and stochastic denoising, resulting in unstable inference. Flow Matching (FM) offers a deterministic and efficient alternative by directly learning preference transport trajectories, yet existing FM-based recommenders are restricted to single-domain settings and fail to account for domain-dependent signals critical in CDSR. To bridge these gaps, we propose DPGFlow, the first Flow Matching framework specifically designed for CDSR. DPGFlow explicitly disentangles user preferences into domain-invariant and domain-specific components and injects them as structured guidance into a domain-aware conditional flow field. This design enables stable and efficient few-step inference, suppresses noise propagation, and facilitates effective knowledge transfer under heterogeneous and noisy behaviors. Extensive experiments on multiple real-world CDSR benchmarks demonstrate that DPGFlow consistently outperforms state-of-the-art baselines, while exhibiting strong robustness under noise, cold-start, and domain-transition scenarios. The data and code are available at here.

  • RESDPGR: Dual-Domain Spatiotemporal Generative Retrieval for Intent-Aware Local Life Service Recommendation
    by Lei Shao, Fei Xiong, Meng Wang, Shiqi Tian, Zihan Yang, Ran Li, Xing Dong, Ming Liu and Hao Gu

    Local life service recommendation (LLSR) spans content recommendation and Point-of-Interest (POI) recommendation. On platforms such as Dianping, users browse content (notes, videos, reviews) and interact with POIs (collecting restaurants, planning check-ins) within the same session. The core challenge is that dual domain actions are causally linked: a content click on a food review and a subsequent POI collect are two reflections of the same latent user intent, not merely two separate problems. Yet existing generative retrieval methods treat content and POI signals as independent, missing this shared latent structure. To address these limitations, we propose DPGR (Dual-domain Spatiotemporal Generative Retrieval), a unified dual-domain generative retrieval framework for LLSR. DPGR introduces a Spatiotemporal State-Conditioned Token Modeling mechanism that injects dynamic user context into multiple stages of the encoder, enabling state-dependent reweighting and adaptive preference balancing. Instead of directly generating items, DPGR learns discrete intent codes via quantization of dual-domain behaviors and predicts the top intents for the target session. Each intent code independently retrieves candidates via parallel ANN, achieving diverse coverage with no additional latency. Offline experiments on public and internal datasets show that DPGR outperforms state-of-the-art generative retrieval baselines. Online A/B tests on Dianping demonstrate significant gains in both domains: in the content domain, visit views increase by 1.486% and watch time by 1.015%; in the POI domain, POI clicks increase by 0.527% and POI collects by 5.209% (all < 0.05).

  • RESDecoupled Learning and Selection in Slate Recommendation for Privacy and Stability Under Noisy Scores
    by Sam Urmian, Qinyi Liu and Mohammad Khalil

    Many recommender systems do not show users the raw list produced by a learned model. They first score possible items, then apply a repeatable rule layer that removes restricted items, adds variety, enforces constraints, and decides how many items to show. We study what can be said when these two steps are separated explicitly. The aim is not to propose a new recommender, but to understand which privacy, auditability, and stability guarantees follow from this common design pattern. Our main result is a certificate for when the final recommendation list stays unchanged. If the recorded gap between each chosen item and the closest alternative is large enough, then small changes in learned scores cannot change the selected list. This gives a practical way to audit whether a recommendation was robust to noisy scores. The result also explains why mixing a changing model with a fixed reference model can reduce top-list changes under score noise. This stability claim is separate from privacy: if the learned model is trained with a formal privacy guarantee and the rule layer uses only public, fixed, or separately privacy-accounted inputs, then the full system and its audit log inherit that guarantee. If the fixed reference model is trained without privacy protection, the system may still be more stable, but it is not private end-to-end. We test these claims in the settings where they apply. Controlled top-list change tests match the predicted stability pattern, and ranking-change tests on OULAD, MovieLens-25M, and Amazon Musical Instruments show the same stable-reference/noisy-model effect. OULAD and EdNet margin diagnostics find certified cases with no slate changes. Simulated repeated recommendation runs on OULAD and EdNet show that selector rules can bound target drift and make decision changes replayable, while final user-facing utility effects remain mixed. Overall, the paper characterizes what follows from separating learning from repeatable rule-based selection: certifiable stability and scoped privacy claims, not a universally best recommender.

  • RESDo We Care About Personalization and Explainability? An Interview Study with News Recommendation Engineers
    by Jasmin Kareem, Siddharth Mehrotra, Martijn Willemsen and Maarten de Rijke

    Research on explainability in recommender systems largely centers on end users, overlooking the perspectives of those who build and maintain these systems and their potential use cases such as model debugging. In this study, we examine how news engineers and related technical stakeholders perceive and implement personalization and explainability in practice. We conducted 15 semi-structured interviews across nine news organizations, spanning diverse regions in both public and private sectors, to investigate the challenges and motivations shaping their approaches. Our findings reveal that personalization is not always a straightforward or desirable choice for news organizations, as concerns around user tracking, editorial control, and resource constraints often limit its adoption. Even among organizations implementing personalized news recommender systems in production, explainability is rarely prioritized, with day-to-day operational demands frequently taking precedence over longer-term transparency goals. Definitions of explainability vary widely across organizations, though some demonstrate promising internal practices and visualization tools that facilitate communication between engineering teams and newsrooms. Based on our analysis, we provide actionable and practical guidelines for news engineers and researchers on how to adopt explainability methods within a news personalization pipeline.

  • RESDo We Really Need LLMs to Augment All? A Selective Augmentation Framework with Lightweight Language Models for Multimodal CTR Prediction
    by Ziyun Chen, Yuhan Wang, Honghao Li, Mengzi Tang, Qing Xie and Yongjian Liu

    In recent years, multimodal models and large language models (LLMs) have been increasingly applied to click-through rate (CTR) prediction, owing to their ability to extract recommendation-relevant information from raw content and thereby alleviate the long-standing issue of collaborative signal sparsity. Existing paradigms typically either feed continuous embeddings from pretrained multimodal encoders into CTR models, or employ LLMs for unified knowledge augmentation. While these approaches have demonstrated promising performance, when and why their gains emerge remains unclear, and the inference cost of large LLMs introduces severe latency and scalability challenges in large-scale deployment. In this work, we empirically show that the gains of LLM-augmented CTR are highly item-dependent: uniformly applying stronger augmentation to all items is often inefficient, while the main benefits concentrate on a subset of items with more complex interaction patterns. Motivated by this observation, we propose A Selective Augmentation Framework with Lightweight Language Models for Multimodal CTR Prediction, dubbed SALM, which revisits the data augmentation paradigm and replaces indiscriminate full-data augmentation with a difficulty-aware selective strategy targeting necessary items. Extensive experiments on real-world multimodal datasets, across multiple CTR backbones and augmentation baselines, demonstrate that SALM consistently improves AUC and reduces LogLoss, while simultaneously reducing LLM-based augmentation cost.

  • RESEmpowering Cross-Domain Sequential Recommendation with Hybrid Tokenization and Serial-Parallel Decoding
    by Yuxuan Hu, Yuhao Wang, Tianbo Huang, Chao Zhang, Ziwei Liu, Lihua Zhang and Xiangyu Zhao

    Cross-domain sequential recommendation (CDSR) aims to model users’ dynamic interest transitions and sequential patterns across multiple domains. Recently, generative recommendation (GR) has emerged, which first learns semantic identifiers (SIDs) using semantic information of items and models the recommendation task as autoregressive generation. However, it faces with two critical issues: 1) ignoring collaborative correlations across different domains in tokenization step and 2) adopting inefficient decoding strategies like beam search in generation step, which hinders GR’s application in real-time services. To address these issues, we propose GenCDSR, an effective and efficient generative framework for CDSR. Specifically, GenCDSR learns domain-aware SIDs through a cross-domain hybrid tokenization mechanism, which jointly incorporates domain-shared and domain-specific codebooks to capture both cross-domain commonalities and distinctions. Furthermore, we design a serial-parallel decoding strategy that partially parallelizes cross-domain generation while preserving generation consistency, thus significantly reducing inference latency. Experimental results on three public datasets validate that GenCDSR achieves a 1.5% improvement in accuracy and an 85.1% reduction in inference latency on average compared to SOTA baselines. The implementation code and datasets are available online: https://anonymous.4open.science/r/GenCDSR.

  • RESExplaining Last-Item Reliance in Causal Self-Attention for Sequential Recommendation via Residual Dominance
    by Keito Kozaki, Keigo Sakurai, Ren Togo, Takahiro Ogawa and Miki Haseyama

    Transformer-based sequential recommenders with causal self-attention are known to rely heavily on the most recent interaction at inference time, but the structural origin of this behavior remains unclear. We study this problem by combining prediction-time diagnostics with norm-based analysis of the full attention block. First, we show that SASRec-style models exhibit highly localized last-item reliance. We then find that, although self-attention aggregates contextual information, the residual pathway has a dominant influence on the final representation and sharply reduces the expression of preceding context, yielding what we term residual dominance. To probe this interpretation, we use inference-time residual scaling as a controlled diagnostic intervention. Changing the residual strength induces a monotonic trade-off between structural mixing and last-item reliance, and reveals that some correct predictive signals already exist beyond the final position but are weakly expressed under standard inference. Overall, our results provide structural evidence that extreme last-item reliance in causal self-attention recommenders is closely tied to the dominance of the residual pathway at inference time. The code is available at: https://anonymous.4open.science/r/Residual-1BC6.

  • RESFASC: A Feature Aspect-Level Sentiment Consistency Framework for Explainable Recommendation Evaluation
    by Chenfu Yu, Qinglin Huang, Xiaoxuan Shen, Qian Wan, Zhicheng Dai, Jianwen Sun and Ruxia Liang

    Recent research in explainable recommendation commonly uses natural language explanations to improve transparency and user trust. However, reliably evaluating whether explanations are semantically faithful to users’ multi-dimensional preferences remains challenging. Existing methods mainly rely on text similarity metrics (e.g., BLEU, ROUGE) or shallow feature matching, which are insufficient for assessing whether explanations accurately reflect user preferences, especially in multi-aspect settings. To address these limitations, we propose Feature Aspect-Level Sentiment Consistency (FASC), a framework that quantifies semantic consistency between generated explanations and user-authored reference explanations through aspect coverage and sentiment polarity. FASC uses LLMs as auxiliary tools to extract structured aspect–sentiment units from explanation texts, enabling reproducible metrics for aspect coverage, correctness, and sentiment alignment. To validate the framework, we re-annotated several widely used explainable recommendation datasets to construct benchmarks with fine-grained, aspect-level sentiment labels. We further conducted human studies using pairwise comparisons, showing that FASC aligns more closely with human judgments than traditional metrics. Experimental results indicate that FASC can distinguish subtle differences in semantic faithfulness across models. To support future research, we release all annotated datasets and human evaluation results at https://anonymous.4open.science/r/FASC-F54E

  • RESFiCoRec: Fine-Grained Contrastive Learning with Dual Aggregation for Sequential Recommendation
    by Shun Zhang, Ziqiang Yin, Runsen Zhang and Junliang Pan

    Sequential recommendation methods integrated with contrastive learning have been proven effective in addressing the data sparsity issue. However, most contrastive learning schemes directly perform random data augmentation on original sequences, which struggles to capture fine-grained features in users’ historical interaction sequences. Meanwhile, these augmentation methods lack semantic consistency. Additionally, most approaches employ a single aggregation strategy for user representation, making it difficult to comprehensively characterize user preferences. To tackle these issues, we propose a Fine-Grained Contrastive Learning with Dual Aggregation approach for Sequential Recommendation (FiCoRec). Specifically, we design four tailored data augmentation methods on user embedding sequences to ensure semantic consistency and adaptability, and construct rich self-supervised signals, thereby enabling fine-grained contrastive learning. Furthermore, we design a Dual Aggregation module to capture the Tail Aggregation features and Global Aggregation features of sequences, which facilitates the comprehensive learning of users’ short-term key interests and long-term global preferences. Extensive experiments conducted on four public datasets demonstrate that FiCoRec achieves superior performance compared with existing baseline models, with up to 45.93% increase on Mean Reciprocal Rank (MRR).

  • RESFrom Constraint to Control: Modeling Expected Fairness in Ranking Systems
    by Tristan Cladière, Antoine Gourru, Bissan Audeh and Christine Largeron

    Modern learning to rank systems have achieved remarkable performance across a wide range of applications. However, they may also exhibit disparities in exposure, raising concerns about fairness, especially in sensitive domains such as healthcare, judicial decision-making, and recruitment, where biased rankings may have critical societal consequences. A common approach to mitigate such issues is to incorporate fairness constraints or regularization terms into the training objective. Yet, this provides limited insight into how these constraints influence the final level of bias, and consequently require costly hyperparameter tuning to reach a desired fairness outcome. In this work, we study fairness in ranking by leveraging threshold-based constraints on disparate exposure, which, under a distributional approximation, induce a predictable transformation of the exposure distribution. We derive a closed-form expression for the expected disparate exposure as a function of the threshold, and introduce an anchored formulation that accounts for practical optimization limits. This formulation enables practitioners to directly select a threshold that achieves a desired fairness target, eliminating the need for extensive hyperparameter tuning. An experimental evaluation on standard learning to rank benchmarks confirms that the proposed model closely matches empirical behavior. These results demonstrate that fairness can be explicitly modeled, predicted and controlled, providing novel and sound approach to tuning fairness in ranking systems. Finally, we disclose our source code for full reproducibility.

  • RESGSPRec: On Improving Item Representations in Graph Signal Processing for Collaborative Filtering
    by Ahmad Bin Rabiah and Julian McAuley

    Graph-based collaborative filtering methods act as low-pass filters in the spectral domain and discard the intermediate-frequency components where community-level user preferences reside. Existing GSP-based methods address this through increasingly sophisticated filter designs, yet derive item representations from the user-item interaction matrix alone. The interaction matrix captures which items each user interacted with, but not which items users interacted with close together in their interaction ordering. We propose GSPRec, a graph spectral collaborative filtering framework that produces richer item spectral representations by incorporating item-item proximity derived from user interaction ordering before spectral filtering. GSPRec derives item-item edges from user interaction ordering via multi-hop diffusion and incorporates them into the graph topology. The resulting Laplacian exposes intermediate-frequency structure that a Gaussian bandpass filter selectively amplifies. A low-pass filter retains broad popularity trends. Extensive experiments on four real-world datasets show that GSPRec outperforms all GSP-based and GCN-based CF baselines, with average improvements of 5.12% in NDCG@10. Ablation studies establish that graph construction and filter design are coupled: incorporating item-item proximity without the bandpass filter falls below all GSP baselines, while bandpass filtering without item-item proximity already surpasses them.

  • RESGTP: Mitigating Popularity Bias in PLM-based Sequential Recommendation via Group-Aware Token Pruning
    by Ruilin Yuan, Dugang Liu, Hao Chen and Zhong Ming

    Incorporating item textual information with pretrained language models (PLMs) still incurs popularity bias at the semantic representation level. Although existing studies have explored debiasing at the token level, most of them treat tokens in a uniform manner based on item inputs, without finely distinguishing the distributional differences between unique and shared tokens in popular and tail items. Consequently, it remains difficult to characterize the heterogeneous impact of different tokens on popularity bias. To address this issue, we first conduct a validation study to investigate token distribution patterns in popular and tail items. Our findings reveal that unique tokens are more likely to introduce bias than shared tokens, primarily driven by the distributional discrepancies between popular-unique and tail-unique tokens. Based on this observation, we find that strategically pruning biased tokens can enhance item exposure fairness without sacrificing recommendation accuracy. Accordingly, we propose GTP, a group-aware token pruning framework with an adaptive selection network. GTP explicitly categorizes tokens into popular-unique, tail-unique, and shared groups, and learns differentiated retention strategies for different types of unique tokens, thereby effectively mitigating popularity bias induced by unique tokens. Extensive experiments on three real-world datasets demonstrate that GTP consistently alleviates popularity bias while maintaining recommendation performance.

  • RESGateBoxGCN: Hard-Soft Gated Box Embeddings with Graph Convolution for Recommendation
    by Fan Mo, Takashi Wada, Rongqin Chen, Chongxian Chen, Xin Fan, Tianwei Chen and Hayato Yamana

    This paper proposes GateBoxGCN, a box embedding framework that relaxes the strict positivity constraint on offsets via a hard-forward/soft-backward gating mechanism, improving recommendation performance. Box embeddings have been explored as a technique to model user preferences via high-dimensional boxes defined by centers and offsets. However, existing box-based methods restrict all offset dimensions to be positive to ensure valid box geometry, limiting the model’s flexibility and expressiveness. To address this limitation, we relax the constraint to allow offsets to be negative values. We then use negative offset dimensions to explicitly model unevaluable dimensions, such as those arising from unobserved user preferences or noise. During inference, we exclude unevaluable dimensions and calculate user-item preference scores by using only the robust ones. To handle unevaluable dimensions, we further introduce a hard-forward/soft-backward gating mechanism, where unevaluable dimensions are filtered out by the hard gate during forward propagation while the soft gate provides gradients to these dimensions during backpropagation, enabling end-to-end learning of the gating mechanism and user/item box representations. Experimental results on real-world datasets confirm the effectiveness of our method over state-of-the-art baselines.

  • RESGeneralized Position-Based Model: Rethinking Position Weights in Ranking Off-Policy Evaluation
    by Norman Knyazev, Vito Bellini, Huseyin Yurtseven and Ben London

    Off-policy evaluation (OPE) estimates the performance of new recommendation policies using logged data, thus enabling fast, safe and inexpensive iteration prior to costly A/B tests. To evaluate ranking policies, existing OPE estimators all make structural assumptions about user behavior, leading to a spectrum of trade-offs between bias and variance. The recently proposed INTERPOL estimator navigates these trade-offs through a window system that defines how clicks at different positions are combined. However, this approach has two key limitations: the window configuration must be specified a priori, which can impede practical use, and all positions within a window are weighted uniformly, regardless of their relative utility, potentially limiting accuracy. To address these gaps, we introduce Generalized PBM (GPBM), an estimator that learns position-specific weights by minimizing an approximate upper bound on the estimation error. GPBM retains the unbiasedness guarantees of INTERPOL while eliminating manual hyperparameter tuning. Our experiments demonstrate that GPBM provides more accurate and robust estimates across a wide range of position bias misestimation levels, logging policies, and dataset sizes.

  • RESGenerating Personalized Images for Sparse-Interaction Users with Uncertainty-Aware Retrieval and Dense Knowledge Guidance
    by Yuting Zhang, Ying Sun, Dazhong Shen, Ziwei Xie, Feng Liu, Changwang Zhang, Xiang Liu, Jun Wang and Hui Xiong

    Personalized image generation aims to synthesize target images tailored to individual preferences based on users’ historical interaction data. Existing methods typically inject features from historical interaction records to guide personalized generation. However, such methods encounter two critical challenges when serving sparse-interaction users: (1) Preference Misalignment: Sparse interactions tend to lack target-semantic preference information, causing the direct injection of interaction features to misalign with users’ true target preferences. (2) Lack of Reliable Supervision: Mining preferences from sparse interactions requires sufficient supervision signals, yet personalized generation with sparse data inherently lacks direct feedback or ample preference signals for generated outputs. To this end, we propose Uncertainty-aware retrieval with Dense guidance for Sparse personalized Image Generation (UDSIG). For preference alignment, we first retrieve reference images that exhibit low-uncertainty matching with user sparse preferences from the entire dataset. For reliable supervision, we propose a dense-to-sparse scheme that incorporates a reward model derived from active users’ dense interaction data to drive personalized generation in sparse scenarios. Extensive experiments and human evaluations across three public datasets confirm the superiority of our model, along with its strong generalization to dense interaction scenarios.

  • RESGive the Long-tail More SPACE: Promoting Provider Fairness in Next POI Recommendation
    by Anran Zhang, Jiaqi Jiang, Jiahui Jin and Yuhan Zhao

    Next point-of-interest (POI) recommendation predicts users’ future destinations from historical mobility sequences and has become a key component of location-based services. However, mainstream models often concentrate exposure on a small set of popular POIs, leaving long-tail merchants systematically under-exposed. While provider fairness has recently attracted increasing attention, directly applying existing provider-fairness techniques to POI recommendation is problematic: (i) users face execution constraints; and (ii) POIs face resource supply constraints. These coupled constraints render provider fairness in POI recommendation a fundamentally different—and more challenging—problem than in purely digital settings. To address this, we propose SPACE (Supply- and Physics-Aware Conditional Embedding generation), a model-agnostic framework that improves long-tail POI exposure via virtual user generation under explicit feasibility and supply control. SPACE consists of three stages: (1) community inference to capture heterogeneous user execution constraints; (2) unbalanced optimal-transport allocation to decide how many virtual users each tail POI should receive from which communities under POI-specific supply budgets; and (3) constraint-guided latent diffusion to generate POI-conditional, community-consistent virtual user embeddings. The generated user–POI pairs can be seamlessly used to train existing recommenders without modifying their architectures. Extensive experiments on three real-world datasets demonstrate that SPACE substantially improves provider fairness while maintaining—and often improving—recommendation accuracy across multiple backbone models. Our code is publicly available at https://anonymous.4open.science/r/anonym046A/.

  • RESHamiltonian Spectral-Temporal Dissipative Dynamics for Sequential Recommendation
    by Shuiying Liao and P. Y. Mok

    Sequential recommendation requires understanding how user preferences evolve over time, yet most existing models treat such evolution as a first order process where the next state depends solely on the current latent representation. Nevertheless, real user behavior often exhibits richer dynamics, including inertia, periodicity, and sudden shifts that cannot be fully captured by these first order assumptions. Motivated by these behavioral characteristics, we reconceptualize sequential recommendation through the lens of second order dynamical systems and introduce the Hamiltonian Spectral Recommender (HSR), a novel framework that models user interest trajectories in a dissipative Hamiltonian phase space. HSR decomposes user interest evolution into position (long term preference) and momentum (short term tendency) components, and uses a spectral symplectic integrator to propagate these dynamics efficiently in the frequency domain. A learnable dissipation mechanism further captures natural interest decay, while a short impulse refinement module models abrupt behavioral fluctuations commonly observed in sparse interaction logs. This design jointly accounts for global periodic patterns, inertial evolution, and localized shocks — three phenomena that are underrepresented in existing sequential models. Extensive experiments on three benchmark datasets demonstrate that HSR consistently outperforms state-of-the-art Transformer-based and state space model based recommenders. Ablation studies further verify the necessity of each component, including spectral propagation, second order coupling, and impulse refinement. This study highlights the value of incorporating dynamical systems perspectives into sequential recommendation, offering an effective alternative to prevailing first order modeling approaches.

  • RESHierarchical Semantic Tokenization for Generative Recommendation
    by Tianxin Wei, Xuying Ning, Xuxing Chen, Ruizhong Qiu, Yupeng Hou, Yan Xie, Shuang Yang, Zhigang Hua and Jingrui He

    Generative recommendation models next-item prediction as autoregressive generation over tokenized user histories, where each item is represented as a sequence of discrete tokens. However, existing methods typically construct these tokens by compressing heterogeneous item attributes, such as ID, category, title, and description, into a single latent representation before quantization, which obscures the hierarchical structure of item semantics and limits their ability to capture how user preferences evolve from broad interests to specific choices during web interactions. To address this issue, we propose NAME, a generative recommendation framework that explicitly incorporates Coarse-to-Fine semantic structure into both item tokenization and decoding. Specifically, NAME organizes item information into multiple semantic levels, spanning high-level categories, fine-grained textual content, and collaborative signals. Building on this design, we introduce the CoFiRec Tokenizer, which tokenizes each semantic level independently while preserving their structural order, thereby better reflecting how users refine their preferences and enabling more structured generation. During autoregressive decoding, the language model generates item tokens progressively from coarse to fine, allowing the recommendation process to better capture the natural refinement of user intent. Extensive experiments on multiple public benchmarks and backbone models demonstrate that NAME consistently outperforms existing baselines, and our theoretical analysis further shows that structured hierarchical tokenization reduces the expected dissimilarity between generated items and ground-truth targets.

  • RESImproving Rare Medication Recommendation with Counterfactual Data Augmentation and Large Language Models
    by Shinhwan Kang, Soo Yong Lee, Jaewon Kim, Kijung Shin and Buru Chang

    AI-based medication recommendation systems have attracted substantial attention due to their potential to enhance patient safety and therapeutic outcomes. Despite the clinical importance of accurately recommending rarely prescribed medications (rare-meds), we observe that most existing methods show significantly lower predictive performance for rare-meds. We attribute this issue to two intrinsic limitations: (a) the inherent scarcity of data for rare-meds and (b) limited consideration of co-recommended medications. To address these limitations, we propose GenRxR, a novel framework based on large language models (LLMs). GenRxR leverages the medical knowledge and clinical reasoning capability of LLMs to generate counterfactual medical data, mitigating the data scarcity issue for rare-meds. It also integrates an LLM into the medication recommendation process to model relationships among co-recommended medications. To further enhance the clinical reasoning, we introduce an instruction tuning step that aligns the LLM’s capability with the recommendation task, enabling better handling of clinical context, including rare-meds cases. In our experiments, we show that GenRxR outperforms 14 (including 5 LLM-based) baselines in most cases. Specifically, it achieves up to 30.9% higher predictive performance for rare-meds than the strongest baseline.

  • RESInformation-Aware Long Sequence Compression for Sequential Recommendation
    by Wooseung Kang, Minje Kim, Suwon Lee, Gun-Woo Kim and Sang-Min Choi

    Sequential recommendation (SR) aims to predict a user’s next interaction by modeling temporal dependencies in historical behavior sequences. However, modeling long sequences introduces two challenges: longer histories often include noisy interactions irrelevant to a user’s core interests, and increasing sequence length substantially raises computational cost while often degrading prediction accuracy due to noise accumulation. We present RDSR, a Rate-Distortion-based Sequential Recommendation framework grounded in a task-oriented rate-utility view. Instead of directly modeling full-length sequences, RDSR combines fixed-capacity token selection with VIB-based latent compression to retain task-relevant information under explicit rate control. This suppresses irrelevant interactions while preserving essential preference signals, effectively reducing sequence length and computational overhead. Extensive experiments show that RDSR improves the performance–efficiency trade-off across attention-, MLP-, and SSM-based SR backbones, with performance gains depending on backbone inductive bias. Our code and supplementary material are available at https://anonymous.4open.science/r/Recsys_RDSR-1D6C/

  • RESInverse Theory of Mind Modeling for Content Recommendation: From Web Browsing to Dynamic Intelligent Interfaces
    by Mengyu Chen, Feiyu Lu, Chun-Fu Chen, Lucas Vinh Tran and Jay Katukuri

    Modern recommender systems treat observed actions as reliable proxies for user preferences, yet interactions often reflect exploration or comparison rather than stable preference expression. As interfaces evolve from static layouts toward generative UIs and immersive extended reality (XR), the need for deeper, modality-agnostic user understanding grows: these adaptive environments must decide not only what to present but where, when, how prominently, and most importantly why a user acts. We propose an Inverse Theory of Mind (IToM) pipeline that reasons backward from observed interactions to infer the beliefs, preferences, and decision-making traits that explain behavior. The pipeline reconstructs each user’s decision context, including what was chosen and what alternatives were available, applies LLM-driven counterfactual reasoning to produce evidence-grounded natural-language belief statements, and synthesizes these beliefs through multi-hypothesis abductive inference into a structured user persona. We evaluate on the OPeRA dataset against ground-truth personality assessments, attitudinal surveys, and interview-based personas across four tasks: next action prediction, shopping category prediction, Big Five personality inference, and shopping attitude alignment. Results show that inferred personas match or exceed ground-truth personas and that multi-hypothesis reasoning is useful for personality prediction. We further demonstrate cross-modal transferability with a persona-driven spatial banking application on VisionOS.

  • RESLearning Sparse Representations of Multimodal Content for Enhanced Cold Item Recommendation
    by Gregor Meehan and Johan Pauwels

    The scale and rapid growth of item catalogs in modern digital platforms present significant challenges to recommender system (RS) practitioners. Most RSs use embedding similarity to predict user-item preferences, but storage and low-latency retrieval of these embeddings is challenging in industry-scale catalogs. Furthermore, newly added items do not have corresponding embeddings and cannot be recommended effectively; previous works often tackle this item cold-start problem by generating cold item representations from auxiliary content, such as images or descriptive text, so that user preferences can be predicted without historical interactions. In this paper, we argue that sparse embeddings have notable advantages over standard dense vectors in this content-based cold-start paradigm. We describe how existing cold-start training regimes can be adapted for sparse representation learning, and build on insights from linear attention to design a pre-sparsification activation technique that induces sharpness and denoising effects in learned item-item similarities. We show that the resulting sparse embeddings achieve significant improvements in cold-start recommendation accuracy over dense embeddings at considerably lower storage costs, especially for users with multiple interests. Through comprehensive experiments on four multimodal RS datasets, we also demonstrate the interpretability of sparse content embeddings and their robustness in the trade-off between size and accuracy.

  • RESMODE: Mutual Optimality in Direct Effects of Reciprocal Recommendations in Matching Markets
    by Yoji Tomita

    Matching platforms such as job posting services and online dating platforms have become widely used over the past decade. For a matching platform to be successful, it is crucial to design appropriate reciprocal recommendation systems (RRSs) that consider the preferences of both sides of users (job candidates and employers) and prevent opportunities from being concentrated too heavily on a few popular users. However, prioritizing concentration mitigation too much can lead to recommending undesirable results to some individual users, resulting in their dissatisfaction. In this paper, we formulate the concept of optimality of direct effects of the recommendation list for an individual user, given the recommendations to other users. Furthermore, we propose a novel method, MODE, that computes mutually optimal recommendations in direct effects. Experiments with synthetic and real-world data demonstrate that MODE surpasses other existing methods in terms of mutual optimality of direct effects, exhibits faster processing speeds, and enables a higher expected number of matches.

  • RESMaskPoison: Intent-Guided Poisoning Attacks on Sequential Recommendation via Masked Discrete Diffusion
    by Han Zhou, Hongxu Ma, Hui Fang, Jiayu Xu and Zhu Sun

    Sequential recommendation (SR) systems are widely deployed across modern online platforms and have been shown to be vulnerable to poisoning attacks. Such attacks inject fabricated user sequences into training data to promote target items. Existing methods achieve stealthiness by enforcing surface-level similarity to genuine data, including matching item frequencies, local transition patterns, and co-occurrence statistics. This assumption holds in idealized, homogeneous settings where user behaviors are narrow and repetitive. In real-world platforms, however, users exhibit rich and context-dependent behavioral intents. In such heterogeneous environments, surface-level mimicry fails to preserve the logical coherence of user intent, causing poisoned sequences to be detectable. We propose MaskPoison, an intent-guided poisoning framework that addresses this fundamental gap. Our method extracts intent anchors from real user sequences containing the target item. A masked discrete diffusion model then synthesizes poisoned sequences conditioned on these anchors as hard semantic constraints, ensuring alignment with the behavioral manifolds of genuine users. Extensive experiments demonstrate that MaskPoison outperforms existing attacks in both attack effectiveness and stealthiness, across homogeneous and heterogeneous recommendation scenarios alike. Our code is available at https://anonymous.4open.science/r/MaskPoison-Code-6678/.

  • RESMembership Inference Attacks on In-Context Learning Recommendation
    by Jiajie He, Min-Chun Chen, Xintong Chen, Xinyang Fang, Yuechun Gu and Keke Chen

    Large language models (LLMs) based recommender systems (RecSys) can adapt flexibly across different domains. It uses in-context learning (ICL), i.e., prompts, including sensitive historical user-specific item interactions, to customize the recommendation functions. However, no study has examined whether such private information may be exposed by novel privacy attacks. We design two membership inference attacks (MIAs): ItemMem, and RecInertia, aiming to identify whether system prompts contain the victim’s information. We have carefully evaluated them on the latest open-source LLMs and three well-known RecSys datasets. The results confirm that the MIA threat to LLM RecSys is realistic and can be more sophisticated than prompt extraction. They utilize the unique prompt structures in ICL RecSys and cannot be easily mitigated with existing defense methods on prompt extraction.

  • RESNot All Branches Are Equal: Adaptive Semantic ID Construction for Generative Recommendation
    by Guy Hadad, Haggai Roitman and Bracha Shapira

    Generative recommendation models represent items as sequences of discrete tokens known as semantic IDs. Existing approaches derive these identifiers using residual or hierarchical vector quantization, assuming that tokens carry independent semantic meaning across quantization levels. Revisiting this assumption, we argue that semantic IDs should behave as hierarchical paths where each token’s meaning is conditioned on its prefix. This highlights a mismatch between conventional fixed-codebook quantization and the hierarchical structure implicitly learned by generative recommenders. Motivated by this insight, we propose Adaptive Silhouette Tree (AST), a top-down divisive clustering method that constructs semantic IDs as paths within a tree structure. Unlike prior methods with fixed branching factors, AST dynamically determines the number of branches at each node by maximizing the silhouette coefficient, enabling finer partitions in dense regions and compact groupings in homogeneous ones. We further introduce constrained variants that enforce minimum probability mass during splitting to improve supervision for long-tail items. Extensive experiments on five Amazon Review datasets of varying sizes and domains show that AST significantly outperforms strong baselines. These results demonstrate that aligning semantic ID construction with the inherent hierarchical structure of generative recommenders leads to more effective recommendations.

  • RESOn Reranking Space for Multi-Tenant Retrieval with Adapted Queries
    by Jun Woo Chung and Weijie Zhao

    Multi-tenant dense retrieval systems increasingly employ shared compressed indexes where individual tenants adapt embeddings via fine-tuning (e.g., LoRA). While query-side projection adapters bridge the resulting embedding mismatch, a critical design choice remains for the optional reranking stage: should distances be computed in the original index space (source-space) or the adapted query space (target-space)? Contrary to the intuition that the calibrated target-space should perform better, we find the opposite to be true. Across 23 LoRA-adapted dataset-tenant pairs, four adapter architectures, and four index configurations (ranging from PQ-16 to HNSW), source-space reranking consistently outperforms target-space reranking, improving nDCG@10 by more than 10 percentage points in some cases. We further evaluate distance blending between these signals, finding that it provides robust gains on coarse indexes (e.g., PQ-16) when the reverse adapter is structurally sound, while adding minimal latency. Our results offer a straightforward heuristic for multi-tenant platforms: maintain the shared index, project queries using existing adapters, rerank in the source-space, and apply distance blending as latency permits when working with low-precision indexes.

  • RESOn the Convergent Validity of Offline Evaluation Designs for Recommender Systems
    by Sushobhan Parajuli, Samira Vaez Barenji and Michael Ekstrand

    Offline evaluation on historical interaction logs is the most common evaluation methodology for recommender systems. However, such evaluations depend on sparse, incomplete or biased data which raises concerns about whether commonly used evaluation setups reliably reflect true user preferences. In this work, we study how offline evaluation design choices affect the validity of recommender system comparisons. We evaluate a set of recommendation models across many evaluation configurations that vary key factors including data filtering thresholds, feedback binarization versus graded relevance, candidate set construction, train-test splitting strategies, and evaluation metrics. To assess the validity of these configurations, we measure the correlation between model rankings obtained from conventional train-test splits on sparse interaction data and rankings from evaluations based on dense ground-truth relevance judgments. We use this agreement as an evidence of their validity with respect to true user preferences. Using KuaiRec and extended MovieLens-32M datasets that provide such ground-truth data, we analyze which evaluation setups produce results that better align with ground-truth performance.

  • RESProbabilistic Residual Learning for Online Recommendations
    by Wenyuan Wang, Yusong Zhao, Zihao Xu, Hengyi Wang, Qi Xu, Zhigang Hua, Yan Xie, Yi Wang, Zihao Zhao, Bo Long, Chengzhi Mao, Shuang Yang, Hengguan Huang and Hao Wang

    Modern recommender systems are typically based on deep learning (DL) models, where a dense encoder learns representations of users and items. As a result, these systems often suffer from the black-box nature and computational complexity of the underlying models, making it difficult to systematically enhance their recommendation capabilities. To address this problem, we propose Probabilistic Residual Learning (PRL), a causal Bayesian recommendation model that models the residual between ground-truth and base predictions, enabling targeted refinement of existing systems. Specifically, PRL (1) divides users into clusters in an unsupervised manner and identifying causal confounders that influence latent variables, (2) learns sub-models for each confounder given the observable variables, and (3) generates recommendations by aggregating the rating residuals under each confounder using do-calculus. Experiments demonstrate that our plug-and-play PRL is compatible with various base DL recommender systems, improving their performance while automatically discovering meaningful user clusters. Auxiliary materials (including the Appendix) are at https://anonymous.4open.science/r/PRL_Appendix-CDD7/PRL_RecSys_Appendix.pdf.

  • RESPurifying Interaction Sequences: Topology-Aware Spectral Denoising for Side-Information Integrated Sequential Recommendation
    by Yang Jiao, Chao Yang, Bin Jiang and Junhao Gao

    Side-information Integrated Sequential Recommendation (SISR) enhances preference modeling under sparse interactions by incorporating auxiliary item attributes. However, two core challenges remain. First, real interaction sequences inevitably contain noisy behaviors that distort user preference inference. Second, existing methods often fail to simultaneously preserve ID-driven transition patterns and fully exploit attribute-aware semantics. To address these challenges, we propose TSD-SR. Our approach first represents each fixed-length interaction sequence under a circular-shift topology, then applies Topology-aware Spectral Denoising, followed by a Decoupled Dual-branch Fusion module. Specifically, Topology-aware Spectral Denoising is performed on two streams: a pure ID stream and an early-fused stream that integrates item ID, attribute, and positional embeddings. This process suppresses accidental interactions and transient fluctuations prior to deep encoding, while preserving informative sequential patterns. Subsequently, a Decoupled Dual-branch Fusion module models ID-centric transition dependencies and attribute-enriched semantic context in parallel, capturing collaborative signals and side-information semantics while alleviating information invasion. Experiments on four datasets from two real-world benchmarks, namely Yelp and three domains from Amazon Reviews, demonstrate that TSD-SR consistently outperforms state-of-the-art sequential recommenders and side-information-aware baselines, while exhibiting robust performance in long-tail and noisy settings. Code: https://anonymous.4open.science/r/TSD-SR-2374

  • RESRecRec: Latent Interests Recursive Reasoning for Sequential Recommendation
    by Wenhao Deng, Junchen Fu, Hanwen Du, Alexandros Karatzoglou, Ioannis Arapakis, Hangjun Guo, Kaiwen Zheng, Yongxin Ni and Joemon Jose

    Sequential recommender systems rely on a single forward pass to encode user interaction histories and predict the next item. Increasing inference-time computation through latent reasoning, with the model proceeding step by step before the final prediction, has been recently explored in sequential recommendation with promising results. However, how to structure the reasoning process for sequential recommendation remains an open question. Existing approaches couple reasoning and prediction in a single d-dimensional state, limiting reasoning depth and often relying on multi-stage pipelines with reinforcement learning. We propose RecRec (Recursive Reasoning for Recommendation), an RL-free framework that decouples reasoning from prediction, overcoming the fixed d-dimensional state bottleneck of prior methods. RecRec consists of a Context Compressor and a Recursive Reasoner, trained in two simple supervised stages. The Context Compressor distills the backbone’s hidden states into a small set of latent interests, with an Interest Diversity Regularizer encouraging each interest to capture a distinct aspect of user behavior. The Recursive Reasoner then refines these interests by reasoning in a separate intermediate latent space. Deep supervision lets the reasoning depth be freely adjusted at inference without retraining. On four real-world datasets, RecRec outperforms state-of-the-art reasoning-enhanced methods, and on three of four datasets, gains extend past the training-time depth. Our findings point to a decoupled, multi-vector recipe that unleashes latent reasoning from the single-state bottleneck of prior methods, suggesting reasoning-state structure as a design axis to explore further in sequential recommendation.

  • RESReducing Perceived Polarization through Affect-Balanced News Reframing
    by Jia-Hua Jeng, Alain D. Starke, David Elsweiler and Christoph Trattner

    Emotionally charged news headlines can amplify negative reactions and increase perceptions of societal polarization. In this paper, we investigate whether large language models can be used to reframe news headlines in a more affect-balanced manner, combining fear and hope, without undermining engagement or perceived fairness. Across three studies, we analyze emotional framing in news headlines using large-scale interaction data, validate that LLMs can reliably generate fear-hope reframings, and evaluate their effects in a controlled user study (N = 80). Our results show that fear-hope reframed headlines significantly reduce perceived polarization compared to original headlines (roughly a 20-25 decrease relative to the original condition’s mean, substantial given the brief exposure), while reducing negative emotional states such as anger and hostility. At the same time, we find no significant decrease in engagement intentions, perceived fairness, or willingness to pay for news. Emotional effects are not uniform, indicating that LLM-based reframing changes specific emotional responses rather than broadly reducing emotionality. Together, these findings suggest that carefully designed LLM-driven headline reframing can reduce perceived polarization and some negative emotional responses while preserving key engagement-related outcomes.

  • RESSAGE: Sequence-level Adaptive Gradient Evolution for Generative Recommendation
    by Yu Xie, Xingkai Ren, Qi Ying, Di Jia and Yao Hu

    Generative recommender systems hold the promise of jointly optimizing accuracy, content diversity, and creator exposure fairness. However, current reinforcement learning–based optimizers such as Gradient-Bounded Policy Optimization (GBPO) exhibit a Symmetric Conservatism failure mode: symmetric update bounds suppress learning from rare positive signals (e.g., cold-start items), static negative-sample constraints fail to prevent diversity collapse under rejection-dominated feedback, and group-normalized multi-objective rewards produce low-resolution training signals. These limitations directly harm user experience by reinforcing information cocoons and reducing new-creator visibility. We propose SAGE (Sequence-level Adaptive Gradient Evolution), a unified optimizer for list-wise generative recommendation. SAGE introduces (i) a geometric-mean importance ratio for sequence-level signal alignment, (ii) asymmetric adaptive bounding—a Positive Boost for cold-start slates and an Entropy-Aware Penalty for low-diversity failures—and (iii) a decoupled multi-objective advantage estimator. On three Amazon Product Reviews datasets and the large-scale RecIF-Bench, SAGE consistently improves top-K accuracy while delivering +89% to +101% cold-start recall recovery and +11% diversity gains relative to GBPO. Beyond-accuracy evaluation confirms that SAGE substantially reduces intra-list similarity and broadens catalog coverage, suggesting that asymmetric, sequence-aware policy optimization is an effective approach to improving both recommendation quality and content ecosystem health.

  • RESSPEAR: Selection-aware Personalized End-to-end Adaptive Rewriting and Retrieval for Community Search
    by Wenbin Wu, Yuzhong Wu, Yufan Xu, Kuan Fang, Xing Xu, Cheng Ye and Xiaobin Hu

    Query reformulation bridges user intent and retrieval in e-commerce search, yet production systems optimize rewrite quality and retrieval effectiveness separately, leaving the two stages structurally misaligned. Path-based architectures unify them end-to-end but were designed for personalization, where relevance is not an explicit constraint—search additionally requires the rewrite to remain faithful to the user’s stated query intent. Transplanted directly, these models learn a shortcut we term the generalization-word dominance effect: they favor generic rewrites that score well on paths but drift from query intent. To address this, we propose SPEAR (Selection-aware Personalized End-to-end Adaptive Rewriting and Retrieval), which integrates three components each targeting one failure mode: (1) a dual-embedding backbone with gradient isolation that shields recall-side semantics from being eroded by CTR-driven ranking signals; (2) a multiplicative gating aggregator that lets a rewrite score high only when both its confidence and item relevance are strong, eliminating the generic-rewrite shortcut; (3) a relevance-aligned auxiliary loss that steers the selector toward rewrites faithful to the original query intent, directly enforcing rewrite relevance. Offline evaluation on 100K held-out industrial search sessions shows that the proposed framework improves rewrite semantic similarity@10 by +18.2% and click recall@10 by +99.5% over the production baseline. In online A/B testing, SPEAR achieves +0.259% in query-view CTR and +0.733% in average reading depth, confirming that improved rewrite selection translates into stronger retrieval and deeper user engagement.

  • RESSafety-Aware Next-POI Recommendation with Large Language Models
    by Rami Zaboura, Ludovico Boratto and Adir Solomon

    Point of Interest (POI) recommendation has become a core task in location-based services, with modern systems increasingly driven by deep learning models that achieve strong predictive accuracy. Yet, despite these advances, most approaches optimize primarily for relevance, giving limited attention to an equally important real-world factor: user safety. In this study, we propose a safety-aware next-POI recommendation method that leverages a Large Language Model (LLM) to generate predictions informed by both mobility patterns and crime-derived safety signals. By integrating crime statistics with POI data and encoding safety information directly into trajectory prompts, our approach produces recommendations that better reflect real-world risk. Through tailored prompt engineering, we finetune an LLM to incorporate safety considerations, yielding predictions that align with user preferences while prioritizing personal security. Experimental results show that our method substantially improves the safety profile of recommended POIs and surpasses state-of-the-art baselines in overall accuracy.

  • RESSimulating Diverse User Behavioral Stereotypes for Evaluating Agentic Conversational Recommenders
    by Alessandro Petruzzelli, Alessandro Francesco Maria Martina, Cataldo Musto, Marco de Gemmis, Pasquale Lops and Giovanni Semeraro

    Agentic Conversational Recommender Systems (ACRSs) are designed to recommend through multi-turn dialogue with users whose needs are not fully formed at the outset. However, their evaluation almost exclusively relies on user simulators that instantiate users with clear, pre-formed needs, reducing the interaction to a retrieval over attributes disclosed in the initial turns of the conversation. This covers only a narrow slice of the behaviors real users exhibit, and assessing the robustness and reliability of these systems requires simulated users that span a wider range. To this end, we introduce a stereotype-conditioned, open-weight user simulator that spans three behavioral stereotypes: Direct, Vague-Proactive, and Vague-Reactive. Benchmarking four state-of-the-art ACRSs across four e-commerce domains with our simulator, three findings emerge. First, under certain stereotypes the user stops contributing new information about the target as turns accumulate while the agent continues to act, a regime previously unobserved, which we name Unproductive Stagnation and formalize via Preference Coverage. Second, a systematic Robustness Gap emerges: as the simulated user shifts from decisive to passive, accuracy collapses while conversations grow longer. Third, accuracy degrades more sharply than Preference Coverage does, decomposing the gap into two separable capabilities current ACRSs lack: elicitation and retrieval, which current evaluation entangles in a single score. Our simulator makes this distinction reportable and gives the field a controllable axis along which elicitation and retrieval can be measured and compared.

  • RESStabilizing Stability and Plasticity in Graph-based Continual Recommender System
    by Yixin Chen, Xiangmeng Wang and Qian Li

    Real-world graph-based recommender systems face increasing challenges as interaction graphs evolve continuously, exposing models to persistent out-of-distribution shifts. Continual learning has emerged as a promising paradigm for incremental updates without retraining from scratch. However, existing methods primarily emphasize preserving historical knowledge (i.e., stability) and fail to address the unique challenges of graph structures. We identify fundamental challenges in graph-based continual recommendation. Through empirical analysis, we reveal three key challenges: (i) over-stabilization induced by message passing limits the absorption of new knowledge, i.e., lack of plasticity; (ii) improving plasticity for new items degrades performance on historical items, exposing a stability–plasticity trade-off; and (iii) evolving graph topology weakens the preservation of learned representations, i.e., limited stability. To address these challenges, we propose SSPRec, a graph prompt-based continual learning framework for OOD recommendation that explicitly preserve plasticity, enhance stability, and effectively balance the stability–plasticity trade-off. SSPRec freezes a pre-trained backbone and adapts to evolving graph slices via lightweight prompts and user-specific control. Specifically, we design contextual and temporal prompts to enhance stability, introduce forward-knowledge-guided contrastive objectives to improve plasticity, and develop a preference-shift-aware mechanism to adaptively balance stability and plasticity at the user level. Extensive experiments demonstrate that SSPRec consistently outperforms state-of-the-art methods under evolving graph settings.

  • RESTAGRec: Tailness-Aware Gate for Sequential Recommendation under Long-Tailed Distributions
    by Fengying Li, Jiawei Gao, Sen Li and Rongsheng Dong

    Sequential recommendation performance is persistently hindered by the long-tailed distribution of interaction data. Existing dual-view methods can alleviate this issue to some extent, but they typically rely on static fusion strategies and cannot adaptively regulate the contributions of semantic and collaborative signals at the sample level, nor can they transfer such decisions to training-time supervision. We propose TAGRec (Tailness-Aware Gated Recommendation), a unified tailness-aware framework that uses a single gate to coordinate both forward view fusion and backward supervision scheduling. Specifically, TAG estimates a contextual tailness prior from observable histories to produce a sample-level gate, T-MoV uses this gate to dynamically balance semantic and collaborative views, and ASCL preserves the semantic view as a stable anchor while adaptively strengthening asymmetric contrastive supervision on the collaborative branch. Experiments on four public benchmarks show that TAGRec consistently achieves the best or near-best performance, with especially clear gains in tail-heavy settings, while introducing only lightweight overhead and no extra online inference.

  • RESTRACE: Targeted Ranking-Aware Counterfactual Explanation for Sequential Recommendation
    by Ungsik Kim, Sang-Min Choi, Gun-Woo Kim and Suwon Lee

    Ranking-constraint counterfactual explanation for sequential recommendation requires query-limited search to decide where to edit and what to substitute—the bottlenecked for query efficiency lies more in how the search space is structured than in the mutation rate alone. We propose TRACE (Targeted Ranking-Aware Counterfactual Explanation), which decomposes the search into three stages under an embedding-accessible, training-free setting: influence-guided position selection, plausibility-aware candidate retrieval, and actual-margin beam pruning. Across five datasets and three recommender architectures, TRACE outperforms the GA-based baseline GECE in validity, query efficiency, edit cost, and likelihood preservation, with the largest gains on bring-in (raising a target item to top-1) and up to an order-of-magnitude reduction in queries on push-out (displacing the current top-1 beyond top-K). Ablations confirm that the gains arise from structuring the search space before evaluation, rather than from increased mutation frequency. Available code: https://anonymous.4open.science/r/recsys-anon-1D31/

  • RESTSMOO: Solving Multi-Objective Experimentation with Constrained Thompson Sampling
    by Krishna Chaitanya Kalagarla, Yi Liu, Lin Chai and Wenyang Liu

    Traditional online A/B experimentation limits the number of treatments that can be evaluated concurrently. Bandit-based adaptive experimentation algorithms address this by dynamically reallocating traffic across an order of magnitude more treatments. Yet existing methods involve a fundamental trade-off: single-metric Thompson Sampling-based methods are robust to novelty effects but cannot accommodate multiple launch criteria, while elimination-based multi-objective methods support multiple constraints but risk prematurely removing promising treatments. We introduce TSMOO (Thompson Sampling with Multi-Objective Optimization), a method that bridges this gap by combining multi-metric optimization with continuous learning. Grounded in stochastically constrained best-arm identification, TSMOO extends single-metric Thompson Sampling to multi-objective batch traffic allocation by estimating multi-constraint feasibility at each allocation step, while preserving all treatments throughout exploration. It further incorporates uplift modeling that mitigates temporal effects shared across treatments and control and ensures that the Gaussian distribution assumption holds. In simulations replaying historical real-world experimentation patterns, TSMOO achieves 93-94% success rates in multi-winner settings and 63-66% under novelty effects, outperforming both single-metric and elimination-based baselines.

  • RESThe Cost of Continuous Time: Diagnosing Solver Sensitivity in Recommenders and Mitigating It via Training-Free Routing
    by Zixu Li and Sergio Augusto Romaña Ibarra

    Continuous-time recommendation models irregular user behavior naturally, but under heavy-tailed temporal gaps the solver becomes part of the deployment problem. Under an aligned evaluation protocol, we find that explicit integrators (e.g., explicit Euler) exhibit substantial utility degradation on extreme temporal gaps under temporal corruption, a pattern consistent with stiffness-related numerical sensitivity. Implicit solvers mitigate this degradation through fixed-point iterations, but their iterative computational graphs substantially increase tail latency, approaching a two-fold increase in P99 under our fixed software stack. To address this trade-off, we propose Stiffness-Aware Routing (STAR), a training-free, quantile-calibrated inference-time routing policy. Rather than relying on parameterized gating networks, STAR uses offline temporal priors to route only high-risk long-gap requests to an implicit solver while keeping the remaining traffic on the fast explicit path. Experiments on Amazon, Yelp, and ML-1M show that STAR improves the Pareto frontier between robustness and latency under the aligned evaluation protocol. On Amazon, for example, STAR confines utility degradation to 2.52% (compared with 7.80% for Always-Explicit) while capping P99 latency at 18.44ms, thereby avoiding the 24.46ms tail-latency cost of an Always-Implicit baseline. On dense ML-1M, however, Always-Implicit underperforms Always-Explicit, indicating that no single solver is uniformly optimal across temporal regimes. Overall, the results show that deployment-time solver allocation is more effective than uniformly applying a single integration strategy in the ODE-based setting studied here.

  • RESThe Utility of LLMs in Recommender Systems Explanation Evaluation
    by Kathrin Wardatzky, Oana Inel, Luca Rossetto and Abraham Bernstein

    Explanations play a crucial role in creating trustworthy recommender systems (RS), yet choosing a good explanation method comes with challenges. Many explanation methods are available, but little guidance exists on which is best for which setting. Existing explanation generation methods often produce abstract outputs that require further formatting to become user-friendly with a seemingly endless pool of options. Running user-based evaluations of all possible options is usually unfeasible, but existing automated evaluation metrics often either assess only the explainer’s abstract output or require comparison with a ground truth, which is generally unavailable. Recent studies have shown that large language models (LLMs) can serve as judges in explanation evaluations, but their reliability has not yet been thoroughly explored. This paper investigates the utility of LLMs in selecting an effective explanation method for a given application. We first explore their ability to generate explanation prototypes given varying information about the RS and the user in the prompts. Specifically, we generate 18 distinct explanation prototypes, which are subsequently evaluated by 14 LLMs of varying sizes across two temperature settings. We compare these against human ratings derived from a user study. Our results show that while LLMs exhibit human-like rating patterns and achieve moderate rank correlation with human raters, their absolute rating agreement is low and varies substantially by model size and evaluation construct. We derive four practical recommendations: keep explanation-generation prompts concise, prefer larger models for evaluation, pre-test evaluation constructs, and audit explanations for factual accuracy, as neither humans nor LLMs reliably detect non-factual content.

  • RESThere’s Something About You: Epistemic Recommendation for Latent Interest Discovery
    by Daniel Nemirovsky, Priya Khokher, Adarsh Jois, Marco Zagha and Joaquin Delgado

    How well does a recommender system know you? These systems are typically trained on the silhouette of user activity to predict immediate engagement, such as the next click or stream. Yet this narrow focus may paradoxically expose how fragmented and incomplete the system’s knowledge of the user really is. In contrast to recommending from established user knowledge, in this work, we recommend to enrich it – an approach we term epistemic recommendation. To realize this, we propose EGRec (Epistemic Gain Recommender). For each item it could recommend, EGRec constructs two hypothetical futures (the user engages, or does not) and uses Jensen-Shannon divergence to quantify how much either outcome would enrich the model’s understanding of the user across the full catalog. We explore two variants depending on how outcomes are valued: epistemic gain (EG), which considers what the model would learn from any outcome, and expected epistemic gain (EEG), which weights learning by how likely each outcome is. For practicality, we train a lightweight prediction head on frozen model embeddings to approximate EG in a single forward pass. We formalize our intuition by introducing a dual regret framework analyzing both reward regret and coverage regret, and prove that EGRec achieves bounded reward regret O(T_explore) and bounded coverage regret O(1), while greedy relevance incurs linear coverage regret Ω(T). We evaluate EGRec both as a standalone strategy and as a signal augmenting bandit methods on KuaiRec and MovieLens-1M, against baselines spanning UCB, Thompson Sampling, MMR, and greedy relevance. Our results show that combining EG with bandit exploration (UCB+EG) achieves the best balance of recommendation accuracy and interest coverage, improving alpha-NDCG by 9-19% over the strongest exploratory baseline and calibration by up to 20%. Moreover, we show that EG signal quality depends on the expressiveness of the base model’s user representation, a dependency that serves as a practical diagnostic for when the approach will be most effective. Our work points to a broader principle in recommendation, that the value of recommending an item lies not merely in expected engagement but extends to what the system is poised to learn about the user from the outcome.

  • RESTopology-Aware Tokenization for Generative Recommendation
    by Yaokun Liu, Yifan Liu, Zhenrui Yue, Gyuseok Lee, Zelin Li, Ruichen Yao and Dong Wang

    Generative recommendation has emerged as a powerful paradigm by reframing sequential recommendation as an autoregressive generation task. Central to this paradigm is item tokenization, which quantizes continuous item embeddings into discrete semantic IDs for autoregressive item prediction. Despite its importance, we identify a critical yet overlooked issue in the tokenization process: topology distortion. Specifically, we observe that the intrinsic adjacency relationships of items in the continuous embedding space are significantly disrupted after quantization. This topology distortion misleads the model’s perception of item similarity, ultimately bottlenecking the accuracy of generative recommendations. To address this issue, we propose Hierarchical Topology Distillation (HiToD), a topology-aware tokenization framework that preserves item relational structure throughout the quantization hierarchy. Different from the prior monolithic supervision in tokenization, HiToD introduces a multi-level distillation scheme to progressively recover the topology from coarse to fine granularity: 1) Inter-Group Distillation to capture global cluster-wise relations; 2) Intra-Group Distillation to refine local structures within semantic clusters; and 3) Inter-Item Distillation to enforce fine-grained alignment at the individual item level. Extensive experiments on three benchmark datasets demonstrate that HiToD effectively alleviates topology distortion and consistently outperforms state-of-the-art tokenizers, achieving significant performance gains of up to 9.42% in Recall@5. Our code is available at https://anonymous.4open.science/r/HiToD.

  • RESTowards welfare-oriented recommendations in activity-travel behavior
    by Ekin Ugurel and Takahiro Yabe

    While mainstream recommender systems (RS) rely on diverse heuristics to rank alternatives, they generally lack a principled account of user welfare (i.e., whether accepting the recommendation will leave the user better off than other alternatives). The problem is particularly acute in activity-based travel behavior, where users incur costs they cannot recoup (i.e., energy, time) regardless of eventual satisfaction. As a result, existing systems may recommend options based on popularity or collaborative filtering, but may still leave users worse off than nearby or self-selected alternatives. We address this gap by introducing a welfare-oriented framework for activity recommendation that evaluates suggestions in terms of net utility, defined as experienced benefit minus travel costs. Specifically, we formalize two operational decision criteria: Positive Utility Probability (PUP) recommends only when the probability of non-negative net utility exceeds a threshold, while Regret Minimization (RM) recommends only when expected regret relative to the user’s best organic alternative falls below a tolerance level. To evaluate these criteria, we develop an agent-based simulation in which heterogeneous synthetic travelers interact with multiple RS over time in a spatial environment with realistic travel costs, congestion, and behavioral feedback loops. This framework enables controlled counterfactual evaluations, and offers a practical foundation for designing RS that treat user welfare as a primary objective rather than an incidental byproduct.

  • RESUniRec: A Unified Expressive-Aligned Generative Recommendation Framework for E-commerce
    by Ziliang Wang, Gaoyun Lin, Xuesi Wang, Shaoqiang Liang, Yili Huang, Weijie Bian, Li Zhang, Mingchen Cai, Jian Dong and Guanxing Zhang

    Traditional discriminative recommendation pipelines suffer from objective misalignment and error propagation across stages, motivating a shift toward generative recommendation (GR). However, existing GR methods decode over compact Semantic ID (SID) tokens without access to item-side features, lacking the explicit user–item feature crossing that discriminative models rely on. Combined with the inherent one-to-many nature of recommendation, this absence of item-side signals significantly amplifies generation uncertainty, making the generative paradigm widely regarded as having a lower performance ceiling than its discriminative counterpart. We propose UniRec, a unified expressive-aligned GR framework that unifies the multi-stage pipeline into a single generative model and aligns its expressive power with the discriminative counterpart. Via Bayes’ theorem, we show that any practical gap stems from feature coverage rather than modeling asymmetry, motivating Chain-of-Attribute (CoA), an expressive-alignment mechanism that pre-generates item attributes before decoding SIDs, recovering item-side feature crossing and yielding measurable per-step entropy reduction. Beyond CoA, Capacity-constrained SID enforces exposure-weighted load balancing to suppress token collapse, and Conditional Decoding Context (CDC) injects scenario-conditioned signals to stabilize multi-scenario decoding and Cartesian-product-based structured summaries of generated tokens to reinforce conditional dependence across decoding layers. A joint Reward-Driven Fine-tuning (RFT) and Direct Preference Optimization (DPO) framework further aligns the model with business objectives. Deployed on a large-scale e-commerce platform, online A/B tests confirm significant gains in page-view click-through rate (PVCTR, +5.37%), orders (+4.76%), and gross merchandise volume (GMV, +5.60%).

  • RESWhen Do Contrastive Explanations Really Matter in Recommender Systems?
    by Thi Ngoc Trang Tran, Sebastian Lubos, Alexander Felfernig, Mehrdad Rostami, Viet-Man Le and Damian Garber

    Recommender systems often provide explanations to help users understand why items are suggested. Beyond such non-contrastive explanations, systems can also offer contrastive explanations, such as proposing alternative options (“Something different?”) or explaining why a specific item was not recommended (“Why not Item Y?”). This paper investigates when contrastive explanations matter across different contexts. We report on a user study examining two contrastive explanation types across item domains (movies, shopping, and housing) and recommendation algorithms (collaborative, content-based, and constraint-based). Our results show that contrastive explanations yield context-dependent differences compared to baseline explanations on traditional explanation goals, with generally small to moderate effects. Users tend to perceive contrastive explanations as more necessary in higher-involvement domains and in constraint-based recommendation scenarios, where reasoning about trade-offs, alternatives, and excluded options becomes more important, while baseline explanations remain effective for efficient decision-making. Overall, these findings suggest that contrastive explanations should be viewed as complementary mechanisms and selectively deployed based on recommendation contexts.

  • RESWhen attention is bounded, structure matters: personalizing recommendation explanations under time constraints
    by Deo Munduku and Elsa Negre

    Recommendation explanations are often consulted in situations where reading time is limited—for example, when users browse options on a mobile device while on the move—and can process only part of the available information. Yet, little is still known about how such explanations should be structured in this kind of context in order to continue supporting decision-making. In explainable recommender systems, personalization has so far focused mainly on explanation content or linguistic form, much less on explanation structure. In this paper, we study explanation structure as a personalization variable under time constraints. To this end, we introduce a user interpretive schema, defined as an explicit representation of the relative importance the user assigns to the different pieces of information relevant to their decision, and we use this schema to structure the explanation by ordering this information according to its importance to the user. From this, we derive a structuring principle: when reading time is limited, the information that matters most to the user should appear as early as possible. We evaluate this principle in a controlled user study involving 663 participants in a restaurant recommendation scenario, where explanation variants differ only in the order in which information is presented. The results show that a structure aligned with the user’s interpretive schema improves the explanation’s ability to support decision-making when time constraints are strong, whereas this effect weakens as more time becomes available. These findings suggest that explanation structure is not merely a matter of presentation, but constitutes a genuine personalization.

  • RESZero-Observation User Reactivation with Gap-Driven Dimensional Gating
    by Jiandong Ding, Tianying Liu, Fuyuan Liu, Huijie Qin and Tiandeng Wu

    Sequential recommendation (SR) models excel at capturing continuous user interests, but struggle with user reactivation – scenarios where users return after prolonged absence. We formally define the Zero-Observation Reactivation problem: a user possesses rich pre-gap behavioral history, yet the platform observes strictly zero signals during a macro-gap (delta t spanning months to years), causing their interests to evolve unobserved. Through systematic evaluation on three Amazon datasets (Video Games, CDs & Vinyl, Movies & TV) using a strictly chronologically-aligned Gap-Synthesize Protocol, we reveal a consistent empirical pattern: sequence intent lifespan exhibits strict monotonic decay, culminating in a structural collapse when delta t exceeds one year, affecting all major SR paradigms equally. To address this, we propose DeltaGate, a lightweight, backbone-agnostic post-processing plugin featuring Gap-Driven Dimensional Gating. Operating on a frozen backbone, DeltaGate performs dimension-level representation routing: as delta t increases, it selectively suppresses volatile short-term dimensions while preserving stable long-term interests, falling back to a zero-initialized global prior. Counterfactual perturbation provides causal evidence that this routing is genuinely delta t-drive. On the critical >365d zone, DeltaGate recovers up to +106.1% Hit@10 using only 66K trainable parameters (<4% overhead). Systematic comparison with end-to-end retraining reveals two complementary adaptation regimes: full retraining maximizes accuracy but causes gate saturation and embedding drift. DeltaGate is the only configuration that maintains interpretable dimensional routing with 46x higher parameter efficiency and zero backbone drift.