VLDB 2026 Research / reviewers in the wild / expert
Yu Zhang 0206
dblp:50/671-206
· DBLP profile ↗
13ranked-venue papers in the field
0as first author
13since 2021 · last 2026
0000-0002-6057-7886ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 12Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | RCLRec: Reverse Curriculum Learning for Modeling Sparse Conversions in Generative RecommendationabstractConversion objectives in large-scale recommender systems are sparse, making them difficult to optimize. Generative recommendation (GR) partially alleviates data sparsity by organizing multi-type behaviors into a unified token sequence with shared representations, but conversion signals remain insufficiently modeled. While recent behavior-aware GR models encode behavior types and employ behavior-aware attention to highlight decision-related intermediate behaviors, they still rely on standard attention over the full history and provide no additional supervision for conversions, leaving conversion sparsity largely unresolved. To address these challenges, we propose RCLRec, a reverse curriculum learning–based GR framework for sparse conversion supervision. For each conversion target, RCLRec constructs a short curriculum by selecting a subsequence of conversion-related items from the history in reverse. Their semantic tokens are fed to the decoder as a prefix, together with the target conversion tokens, under a joint generation objective. This design provides additional instance-specific intermediate supervision, alleviating conversion sparsity and focusing the model on the user's critical decision process. We further introduce a curriculum quality-aware loss to ensure that the selected curricula are informative for conversion prediction. Experiments on offline datasets and an online A/B test show that RCLRec achieves superior performance, with +2.09% advertising revenue and +1.86% orders in online deployment. Yulei Huang, Hao Deng 0011, Haibo Xing, Jinxin Hu, Chuanfei Xu, Zulong Chen, Yu Zhang 0206, Xiaoyi Zeng |
SIGIR | 7 |
| 2026 | LWGR: Lagrangian-Constrained Personalized World Knowledge for Generative RecommendationabstractRecent progress in large language model (LLM) based generative recommendation (GR) shows that leveraging LLM world knowledge can substantially improve performance. However, existing methods rely on fixed, manually designed instructions to generate semantic knowledge and directly incorporate it into GR, which has two limitations: (1) fixed instructions cannot capture the multidimensional heterogeneity of user interests; (2) uncontrollable knowledge fusion may conflict with behavioral signals and harm recommendations. To address these limitations, we propose LWGR, a framework that leverages Lagrangian constraints to transfer users' personalized World knowledge from LLMs into Generative Recommendation. LWGR enhances GR along two axes: knowledge extraction and fusion. It builds user personalized soft instructions to extract behavior-relevant LLM world knowledge. Then, it formulates knowledge fusion as an optimization problem with explicitly bounded performance degradation, solved via a Lagrangian primal–dual method that selectively incorporates beneficial knowledge. We further design two training strategies for different LLM scales and a deployment scheme that combines nearline precomputation with lightweight online serving. Experiments on multiple public datasets and one industrial dataset show that LWGR outperforms eight state-of-the-art baselines by up to 11.23% and brings a 1.35% revenue lift on a large-scale advertising platform, demonstrating its effectiveness and practicality. Lingyu Mu, Hao Deng 0011, Haibo Xing, Kaican Lin, Zhitong Zhu, Zhengxiao Liu, Zheng Lin 0001, Xiaoyi Zeng, Yu Zhang 0206, Jinxin Hu |
SIGIR | 9 |
| 2026 | MMQ: Multimodal Mixture-of-Quantization Tokenization for Semantic ID Generation and User Behavioral AdaptationabstractRecommender systems traditionally represent items using unique identifiers (ItemIDs), but this approach struggles with large, dynamic item corpora and sparse long-tail data, limiting scalability and generalization. Semantic IDs, derived from multimodal content such as text and images, offer a promising alternative by mapping items into a shared semantic space, enabling knowledge transfer and improving recommendations for new or rare items. However, existing methods face two key challenges: (1) balancing cross-modal synergy with modality-specific uniqueness, and (2) bridging the semantic-behavioral gap, where semantic representations may misalign with actual user preferences. To address these challenges, we propose Multimodal Mixture-of-Quantization (MMQ), a two-stage framework that trains a novel multimodal tokenizer. First, a shared-specific tokenizer leverages a multi-expert architecture with modality-specific and modality-shared experts, using orthogonal regularization to capture comprehensive multimodal information. Second, behavior-aware fine-tuning dynamically adapts semantic IDs to downstream recommendation objectives while preserving modality information through a multimodal reconstruction loss. Extensive offline experiments and online A/B tests demonstrate that MMQ effectively unifies multimodal synergy, specificity, and behavioral adaptation, providing a scalable and versatile solution for both generative retrieval and discriminative ranking tasks. Moyu Zhang, Chenxuan Li 0003, Zhihao Liao 0001, Haibo Xing, Hao Deng 0011, Jinxin Hu, Yu Zhang 0206, Xiaoyi Zeng, Jing Zhang 0037 |
WSDM | 8 |
| 2026 | Infer As You Train: A Symmetric Paradigm of Masked Generative for Click-Through Rate Prediction
Moyu Zhang, Yujun Jin, Jinxin Hu, Yu Zhang 0206, Xiaoyi Zeng |
WWW | 5 |
| 2025 | Global-Distribution Aware Scenario-Specific Variational Representation Learning FrameworkabstractCurrent recommendation methods typically use a unified framework to offer personalized recommendations for different scenarios provided by commercial platforms. However, they often employ shared bottom representations, which partially hinders the model's capacity to capture scenario uniqueness. Ideally, users and items should exhibit specific characteristics in different scenarios, prompting the need to learn scenario-specific representations to differentiate scenarios. Yet, variations in user and item interactions across scenarios lead to data sparsity issues, impeding the acquisition of scenario-specific representations. To learn robust scenario-specific representations, we introduce a Global-Distribution Aware Scenario-Specific Variational Representation Learning Framework (GSVR) that can be directly applied to existing multi-scenario methods. Specifically, considering the uncertainty stemming from limited samples, our approach employs a probabilistic model to generate scenario-specific distributions for each user and item in each scenario, estimated through variational inference (VI). Additionally, we introduce the global knowledge-aware multinomial distributions as prior knowledge to regulate the learning of the posterior user and item distributions, ensuring similarities among distributions for users with akin interests and items with similar side information. This mitigates the risk of users or items with fewer records being overwhelmed in sparse scenarios. Extensive experimental results affirm the efficacy of GSVR in learning more robust representations. Moyu Zhang, Yujun Jin, Jinxin Hu, Yu Zhang 0206 |
CIKM | 4 |
| 2025 | Distribution-Guided Auto-Encoder for User Multimodal Interest Cross FusionabstractTraditional recommendation methods model a user's interest in a target item by correlating its embedding with the embeddings of items from the user's interaction history, thereby capturing implicit collaborative filtering signals. Consequently, traditional ID-based methods often encounter data sparsity problems stemming from the sparse nature of ID features. To mitigate this issue, recommendation models incorporate multimodal item information to enhance recommendation accuracy. However, existing multimodal recommendation methods typically rely on early fusion approaches, which focus primarily on combining text and image features, while neglecting the dynamic context provided by user behavior sequences. This oversight precludes the dynamic adaptation of multimodal interest representations to behavioral patterns, thereby hindering the model's ability to effectively capture user multimodal interests. Therefore, this paper proposes the Distribution-Guided Multimodal-Interest Auto-Encoder (DMAE), which achieves the cross fusion of user multimodal interest at the behavioral level. Specifically, DMAE comprises three key components: 1) Multimodal Interest Encoding Unit (MIEU), which encodes the similarity scores between the target item and historically clicked items as the corresponding representation vectors of user interest across different modalities. 2) Multimodal Interest Fusion Unit (MIFU), which dynamically adapts these interest representations through both intra- and inter-modal fusion, a process contextualized by the user's behavioral sequence to achieve a fine-grained and behavior-aware representation of interest. 3) Interest-Distribution Decoding Unit (IDDU), which employs a decoder to reconstruct the encoded user interest representations into true similarity distributions for each modality. The similarity distributions serve as a guide for model learning, aiming to retain as much multimodal information as possible. Ultimately, extensive experiments demonstrate the superiority of DMAE. Moyu Zhang, Yongxiang Tang 0001, Yujun Jin, Jinxin Hu, Yu Zhang 0206 |
CIKM | 5 |
| 2025 | HeterRec: Heterogeneous Information Transformer for Scalable Sequential RecommendationabstractTransformer-based sequential recommendation (TSR) models have shown superior performance in recommendation systems, where the quality of item representations plays a crucial role. Classical representation methods integrate item features using concatenation or neural networks to generate homogeneous representation sequences. While straightforward, these methods overlook the heterogeneity of item features, limiting the transformer's ability to capture fine-grained patterns and restricting scalability. Recent studies have attempted to integrate user-side heterogeneous features into item representation sequences, but item-side heterogeneous features, which are vital for performance, remain excluded. To address these challenges, we propose a Heterogeneous Information Transformer model for Sequential Recommendation (HeterRec), which incorporates Heterogeneous Token Flatten Layer (HTFL) and Hierarchical Causal Transformer Layer (HCT). Our HTFL is a novel item tokenization method that converts items into a heterogeneous token set and organizes these tokens into heterogeneous sequences, effectively enhancing performance gains when scaling up the model. Moreover, HCT introduces token-level and item-level causal transformers to extract fine-grained patterns from the heterogeneous sequences. Experiments on offline and online datasets show that the HeterRec model achieves superior performance. Hao Deng 0011, Haibo Xing, Kanefumi Matsuyama, Yulei Huang, Jinxin Hu, Hong Wen 0002, Jia Xu 0005, Zulong Chen, Yu Zhang 0206, Xiaoyi Zeng, Jing Zhang 0037 |
SIGIR | 9 |
| 2025 | CSMF: Cascaded Selective Mask Fine-Tuning for Multi-Objective Embedding-Based RetrievalabstractMulti-objective embedding-based retrieval (EBR) has become increasingly critical due to the growing complexity of user behaviors and commercial objectives. While traditional approaches often suffer from data sparsity and limited information sharing between objectives, recent methods utilizing a shared network alongside dedicated sub-networks for each objective partially address these limitations. However, such methods significantly increase the model parameters, leading to an increased retrieval latency and a limited ability to model causal relationships between objectives. To address these challenges, we propose the Cascaded Selective Mask Fine-Tuning (CSMF), a novel method that enhances both retrieval efficiency and serving performance for multi-objective EBR. The CSMF framework selectively masks model parameters to free up independent learning space for each objective, leveraging the cascading relationships between objectives during the sequential fine-tuning. Without increasing network parameters or online retrieval overhead, CSMF computes a linearly weighted fusion score for multiple objective probabilities while supporting flexible adjustment of each objective's weight across various recommendation scenarios. Experimental results on real-world datasets demonstrate the superior performance of CSMF, and online experiments validate its significant practical value. Hao Deng 0011, Haibo Xing, Kanefumi Matsuyama, Moyu Zhang, Jinxin Hu, Hong Wen 0002, Yu Zhang 0206, Xiaoyi Zeng, Jing Zhang 0037 |
SIGIR | 7 |
| 2025 | LREA: Low-Rank Efficient Attention on Modeling Long-Term User Behaviors for CTR PredictionabstractWith the rapid growth of user historical behavior data, user interest modeling has become a prominent aspect in Click-Through Rate (CTR) prediction, focusing on learning user intent representations. However, this complexity poses computational challenges, requiring a balance between model performance and acceptable response times for online services. Traditional methods often utilize filtering techniques. These techniques can lead to the loss of significant information by prioritizing top K items based on item attributes or employing low-precision attention mechanisms. In this study, we introduce LREA, a novel attention mechanism that overcomes the limitations of existing approaches while ensuring computational efficiency. LREA leverages low-rank matrix decomposition to optimize runtime performance and incorporates a specially designed loss function to maintain attention capabilities while preserving information integrity. During the inference phase, matrix absorption and pre-storage strategies are employed to effectively meet runtime constraints. The results of extensive offline and online experiments demonstrate that our method outperforms state-of-the-art approaches. Jinxin Hu, Hong Wen 0002, Zulong Chen, Yu Zhang 0206, Xiaoyi Zeng, Jing Zhang 0037 |
SIGIR | 6 |
| 2025 | ESANS: Effective and Semantic-Aware Negative Sampling for Large-Scale Retrieval SystemsabstractIndustrial recommendation systems typically involve a two-stage process: retrieval and ranking, which aims to match users with millions of items. In the retrieval stage, classic embedding-based retrieval (EBR) methods depend on effective negative sampling techniques to enhance both performance and efficiency. However, existing techniques often suffer from false negatives, high cost for ensuring sampling quality and semantic information deficiency. To address these limitations, we propose Effective and Semantic-Aware Negative Sampling (ESANS), which integrates two key components: Effective Dense Interpolation Strategy (EDIS) and Multimodal Semantic-Aware Clustering (MSAC). EDIS generates virtual samples within the low-dimensional embedding space to improve the diversity and density of the sampling distribution while minimizing computational costs. MSAC refines the negative sampling distribution by hierarchically clustering item representations based on multimodal information (visual, textual, behavioral), ensuring semantic consistency and reducing false negatives. Extensive offline and online experiments demonstrate the superior efficiency and performance of ESANS. Haibo Xing, Kanefumi Matsuyama, Hao Deng 0011, Jinxin Hu, Yu Zhang 0206, Xiaoyi Zeng |
WWW | 5 |
| 2024 | Scenario-Adaptive Fine-Grained Personalization Network: Tailoring User Behavior Representation to the Scenario ContextabstractAs e-commerce has evolved, commercial platforms accommodate various scenarios to cater to the diverse shopping preferences of users.To conserve resources, current methods utilize a unified framework to deliver personalized recommendations across various scenarios.Given the overlap of users and items in multiple scenarios, current methods typically employ shared bottom representations, capturing similarities and differences between scenarios through adaptive adjustments.However, they adjust representations adaptively after aggregating user behavior sequences.This coarse-grained approach to re-weighting the entire user sequence hampers the model's ability to model the user interest migration across different scenarios.To enhance the model's capacity to capture user interests across scenarios, we develop a ranking framework named the Scenario-Adaptive Fine-Grained Personalization Network (SFPNet), which designs a fine-grained method for multiscenario personalized recommendations.Specifically, SFPNet comprises a series of blocks, stacked sequentially.Each block initially deploys a parameter personalization unit to integrate scenario information into fundamental features at a coarse-grained level, where adjusted feature representations will serve as context information.By employing residual connection, we incorporate the context into the representation of each historical behavior, allowing for contextaware fine-grained customization of the behavior representations at the scenario-level, which supports scenario-aware user interest modeling.Ultimately, the effectiveness of our method is strongly substantiated by extensive experiments and online A/B testing. Moyu Zhang, Yongxiang Tang 0001, Jinxin Hu, Yu Zhang 0206 |
SIGIR | 4 |
| 2022 | CROLoss: Towards a Customizable Loss for Retrieval Models in Recommender SystemsabstractIn large-scale recommender systems, retrieving top N relevant candidates accurately with resource constrain is crucial. To evaluate the performance of such retrieval models, [email protected], the frequency of positive samples being retrieved in the top N ranking, is widely used. However, most of the conventional loss functions for retrieval models such as softmax cross-entropy and pairwise comparison methods do not directly optimize [email protected] Moreover, those conventional loss functions cannot be customized for the specific retrieval size N required by each application and thus may lead to sub-optimal performance. In this paper, we proposed the Customizable R[email protected] Optimization Loss (CROLoss), a loss function that can directly optimize the [email protected] metrics and is customizable for different choices of N. This proposed CROLoss formulation defines a more generalized loss function space, covering most of the conventional loss functions as special cases. Furthermore, we develop the Lambda method, a gradient-based method that invites more flexibility and can further boost the system performance. We evaluate the proposed CROLoss on two public benchmark datasets. The results show that CROLoss achieves SOTA results over conventional loss functions for both datasets with various choices of retrieval size N. CROLoss has been deployed onto our online E-commerce advertising platform, where a fourteen-day online A/B test demonstrated that CROLoss contributes to a significant business revenue growth of 4.75%. Yongxiang Tang 0001, Wentao Bai, Guilin Li 0001, Xialong Liu, Yu Zhang 0206 |
CIKM | 5 |
| 2022 | Adversarial Filtering Modeling on Long-term User Behavior Sequences for Click-Through Rate PredictionabstractRich user behavior information is of great importance for capturing and understanding user interest in click-through rate (CTR) prediction. To improve the richness, collecting long-term behaviors becomes a typical approach in academy and industry but at the cost of increasing online storage and latency. Recently, researchers have proposed several approaches to shorten long-term behavior sequence and then model user interests. These approaches reduce online cost efficiently but do not well handle the noisy information in long-term user behavior, which may deteriorate the performance of CTR prediction significantly. To obtain better cost/performance trade-off, we propose a novel Adversarial Filtering Model (ADFM) to model long-term user behavior. ADFM uses a hierarchical aggregation representation to compress raw behavior sequence and then learns to remove useless behavior information with an adversarial filtering mechanism. The selected user behaviors are fed into interest extraction module for CTR prediction. Experimental results on public datasets and industrial dataset demonstrate that our method achieves significant improvements over state-of-the-art models. Jian Liang 0002, Xialong Liu, Yu Zhang 0206 |
SIGIR | 4 |