VLDB 2026 Research / reviewers in the wild / expert
Dongyue Wang
dblp:221/7705
· DBLP profile ↗
7ranked-venue papers in the field
0as first author
7since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | MMRM: A Multiplex Multimodal Representation Model for Product Ranking in E-commerce SearchabstractMultimodal information is pivotal for e-commerce search ranking. Existing works leverage multimodal data typically by fine-tuning general Multimodal Large Language Models (MLLMs) via collaborative signals, subsequently integrating the derived representations into ranking models as item features. Despite their efficacy, these methods face two primary limitations: (1) they rely on a single collaborative signal for MLLM fine-tuning, failing to exploit the heterogeneous signals essential for multitask ranking; and (2) they treat multimodal representations as regular item features in ranking models, underutilizing their latent potential for user behavior modeling. To address these challenges, we propose the Multiplex Multimodal Representation Model (MMRM), a unified framework that aligns MLLMs with diverse collaborative signals. By employing a shared backbone with task-specific tokens and projection layers, MMRM simultaneously learns from multiple signals and generates comprehensive multiplex item representations in a single inference pass. Furthermore, we introduce a multiplex user representation strategy in ranking models, which derives task-specific user representations via search-based behavior sequence modeling leveraging multiplex item representations. Extensive experiments demonstrate MMRM's superior efficiency and effectiveness. Notably, MMRM has been successfully deployed in the JD e-commerce search engine, yielding significant performance gains for millions of daily users. Zhen-Lin Chen, Maosen Sheng, Jianmin Chen, Zhuojian Xiao, Dongyue Wang, Xiwei Zhao |
SIGIR | 6 |
| 2026 | M²GR: Generative User Interest Modeling via Multi-Granularity Multi-Objective CoT for Industrial RecommendationabstractUser interest modeling plays a vital role in industrial recommendation systems (RSs). Existing generative recommendation (GR) methods rely on single-step direct inference, which falls short of deeply modeling complex and dynamically evolving user interest. Recent chain-of-thought (CoT)-based GR methods attempt to address this, but either suffer from information loss during semantic space transformation in explicit reasoning or yield uncontrollable, homogeneous reasoning chains in implicit reasoning. Jingwen Shi, Wen Shi 0005, Zhen Chen 0021, Dongyue Wang, Xiwei Zhao, Sulong Xu |
SIGIR | 7 |
| 2026 | From Modularity to Unity: Towards Industrial-Scale Generative Recommendation
Xiaofeng Liu 0009, Guanliang Song, Zhen Chen 0021, Dongyue Wang, Xiwei Zhao, Sulong Xu |
WWW | 7 |
| 2026 | A CFlow-based data generation framework for chiller fault diagnosis with a latent space evaluation method
Chuanmin Dai, Zhibin Yan, Dongyue Wang |
Adv. Eng. Informatics | 6 |
| 2025 | Hierarchical User Long-term Behavior Modeling for Click-Through Rate PredictionabstractState-of-the-art approaches for click-through rate (CTR) prediction in industry predominantly rely on transformer-based networks or their variants. However, as user behavior sequences become longer, employing self-attention networks for CTR prediction within a constrained inference time presents a significant challenge. To address this, mainstream methods adopt a classical two-stage paradigm: a General Search Unit (GSU) for quickly retrieving relevant items from long-term behaviors, and an Exact Search Unit (ESU) for applying effective Multi-Head Target Attention (MHTA) over the items selected by the GSU. These two-stage algorithms have certain limitations. Firstly, the GSU needs to retrieve different target subsequences for different target items, restricting the ESU to a suboptimal MHTA network rather than a more effective transformer-based network. Secondly, the GSU retrieves only a subset of items from the user's behavior sequence, ignoring the evolution of user interests and the interrelationships between different points of interest. To overcome these challenges, we propose a novel end-to-end hierarchical user long-term behavior modeling network for CTR prediction (HBM). Specifically, we employ the multi-interest routing layer to channel the user's long-term behavior to several aggregated interest clusters. Furthermore, we introduce a fine interest learning network that selects the top-k interests from the initial aggregated representations. Subsequently, we employ a transformer network to model the user's behavior sequence associated with these top-k interests in a detailed manner, while also capturing the inherent correlations between different user interests at a coarse level. Finally, we integrate the coarse and fine interests. Extensive experiments on two real-world datasets demonstrate the effectiveness of our proposed methods. In addition, an online A/B test on the JD recommendation platform shows promising improvements, with a 2.15% increase in CTR and a 0.98% increase in CVR, accompanied by lower online inference latency. Mao Pan, Xuanhua Yang, Nan Qiao 0011, Dongyue Wang, Feng Mei, Xiwei Zhao, Sulong Xu |
SIGIR | 4 |
| 2023 | Satisfaction-Aware User Interest Network for Click-Through Rate PredictionabstractClick-Through Rate (CTR) prediction plays a pivotal role in numerous industrial applications, including online advertising and recommender systems. Existing approaches primarily focus on modeling the correlation between user interests and candidate items. However, we argue that personalized user preferences for candidate items depend not only on correlation but also on the satisfaction of associated interests. To address this limitation, we propose SUIN, a novel CTR model that integrates satisfaction factors into user interest modeling for enhanced click-through rate prediction. Specifically, we employ a user interest satisfaction-aware network to capture the degree of satisfaction for each interest, thereby enabling adaptation of the user's personalized preference based on satisfaction levels. Additionally, we leverage the exposure-unclicked signal (recommended to the user but not clicked) as supervision during training, facilitating the interest satisfaction module to better model the satisfaction degree of user interests. Besides, this module serves as a foundational building block suitable for integration into mainstream sequential-based CTR models. Extensive experiments conducted on two real-world datasets demonstrate the superiority of our proposed model, outperforming state-of-the-art methods across various evaluation metrics. Furthermore, an online A/B test deployed on large-scale recommender systems shows significant improvements achieved by our model in diverse evaluation metrics. Mao Pan, Wen Shi 0005, Dongyue Wang, Zhuoye Ding, Xiwei Zhao, Sulong Xu |
CIKM | 5 |
| 2023 | IUI: Intent-Enhanced User Interest Modeling for Click-Through Rate PredictionabstractClick-Through Rate (CTR) prediction is becoming increasingly vital in many industrial applications, such as recommendations and online advertising. How to precisely capture users' dynamic and evolving interests from previous interactions (e.g., clicks, purchases, etc.) is a challenging task in CTR prediction. Mainstream approaches focus on disentangling user interests in a heuristic way or modeling user interests into a static representation. However, these approaches overlook the importance of users' current intent and the complex interactions between their current intent and global interests. To address these concerns, in this paper, we propose a novel intent-enhanced user interest modeling for click-through rate prediction in large-scale e-commerce recommendations, abbreviated as IUI. Methodologically, different from existing works, we consider users' recent interactions to be inspired by their implicit intent and then leverage an intent-aware network to model their current local interests in a more precise and fine-grained manner. In addition, to obtain a more stable co-dependent global and local interest representation, we employ a co-attention network capable of activating the corresponding interest in global-level interactions and capturing the dynamic interactions between global- and local-level interaction behaviors. Finally, we incorporate self-supervised learning into the model training by maximizing the mutual information between the global and local representations obtained via the above two networks to enhance the CTR prediction performance. Compared with existing methods, IUI benefits from the different granularity of user interest to generate a more accurate and comprehensive preference representation. Experimental results demonstrate that the proposed model outperforms previous state-of-the-art methods in various metrics on three real-world datasets. In addition, an online A/B test deployed on the JD recommendation platforms shows a promising improvement across multiple evaluation metrics. Mao Pan, Dongyue Wang, Zhuoye Ding, Xiwei Zhao, Sulong Xu |
CIKM | 5 |