VLDB 2026 Research / reviewers in the wild / expert
Dongjin Yu
dblp:95/5625
· DBLP profile ↗
14ranked-venue papers in the field
4as first author
12since 2021 · last 2026
0000-0001-8919-1613ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6Data Mining & Knowledge Discovery · 4 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 2Database Systems & Data Management · 1 (1 first)Other / Interdisciplinary · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Text-Attributed Graph Augmented Large Language Models for Question Answering
Zhongkun Zhu, Dongjin Yu |
KSEM (7) | 3 |
| 2025 | TCFMamba: Trajectory Collaborative Filtering Mamba for Debiased Point-of-Interest RecommendationabstractNext Point-of-Interest (POI) recommendation, which predicts users' future destinations based on their potential interests, has emerged as a critical task in location-based social networks (LBSNs). However, this task remains challenged by issues such as popularity bias, exposure bias, and limited representational capacity, all of which impede the accurate modeling of users and POIs, thereby restricting balanced and effective recommendations. Therefore, we propose Trajectory Collaborative Filtering Mamba (TCFMamba), which integrates two specially designed modules, i.e., Joint Learning of Static and Dynamic Representations (JLSDR) and Preference State Mamba Network (PSMN), for debiased Point-of-Interest recommendation. Shiyu Song, Xin Zhang 0079, Dongjing Wang, He Weng, Haiping Zhang 0001, Dongjin Yu |
CIKM | 7 |
| 2025 | Multi-scale Physics-informed Transformer With Spatio-temporal Feature Adapter For Extreme Precipitation NowcastingabstractExtreme precipitation, as a core causative factor of meteorological disasters, poses significant challenges for accurate short-term forecasting due to the chaotic nature of precipitation systems and their multi-scale spatio-temporal evolution. Traditional numerical models are notably affected by error accumulation, while existing deep learning models still face dual limitations in physical fidelity and multi-scale feature extraction. To Address these issues, we propose an innovative Multi-scale Physics-informed Transformer with spatio-temporal feature adapter for extreme precipitation nowcasting, termed MPFormer. Our framework comprises two core components: the deterministic Evolution Network and the stochastic Generative Network. The Evolution Network integrates a novel Scale-Aware Temporal Residual Modulation Transformer (STRMT) encoder that captures multi-scale storm dynamics through residual temporal attention. The Generative Network introduces spatio-temporal adapters as lightweight transfer modules for probabilistic modeling. We develop a Multi-scale Physics-informed Loss with three innovations: 1) dynamic weight scheduling for feature fusion, 2) physical constraints preserving storm evolution patterns, and 3) entropy-based uncertainty calibration. Experiments based on MRMS radar data from North America demonstrate that the model can generate high-resolution forecasts (2km grid) with a 3-hour lead time over an area of 2048×2048 square kilometers. Compared to the state-of-the-art technologies, the proposed framework shows significant effectiveness and superiority in metrics such as CSIN, offering a new paradigm that combines physical interpretability with engineering practicality for extreme weather warnings and disaster prevention in smart cities. Jingyuan Zheng, Xin Zhang 0079, Zhilin Qi, Ruiang Qiu, Dongjing Wang, Haiping Zhang 0001, Dongjin Yu |
KDD (2) | 7 |
| 2025 | TeProM: A rule-free method for extracting process from complex text with enhanced coreference handling
Chenying Zhao, Dongjin Yu, Nana Xiao |
Inf. Sci. | 3 |
| 2024 | Cascading Multimodal Feature Enhanced Contrast Learning for Music RecommendationabstractRepresentation learning remains one of the most important but challenging tasks within industrial music rec-ommendation systems. In the context of the Matthew effect, item exposure frequency demonstrates substantial inequality, leading to the Harry Potter problem for popular items and the long-tail issue for less interacted items, collectively impairing the adequacy and accuracy of representation learning. In this paper, to alleviate the negative impact of bias on representation learning in music recommendation systems, we propose a unified model based on introducing the unbiased Cascading Multimodal Feature, called CMF4Rec. Specifically, with our cascading feature enhancement module, we implement a dual-stage representation enhancement strategy. In the first stage, the pivotal subsequence is extracted from the coarse-grained similarity sequence derived from cascading multimodal features, which is subsequently ag-gregated to generate the enhanced representation of the candidate item. Moreover, in the feature interaction module, the enhanced representation is crossed with user behaviors to capture the diverse and dynamic interests of users. Furthermore, we employ contrastive learning and design an auxiliary contrastive task to provide high-quality gradients for the main recommendation task. We demonstrate the effectiveness of this model with extensive experiments on public and industrial datasets. Moreover, the deployment of CMF4Rec in a real music recommendation system has also yielded significant improvements. Qimeng Yang, Da Guo, Dongjin Yu, Dongjing Wang, Chuanjiang Luo |
ICDM | 4 |
| 2024 | Tag-Aware Recommendation Based on Attention Mechanism and Disentangled Graph Neural Network
Haojiang Yao, Dongjin Yu, Dongjing Wang, Haiping Zhang 0001, Shiyu Song, Jiaming Li 0007 |
ICWE | 2 |
| 2024 | CaDRec: Contextualized and Debiased Recommender ModelabstractRecommender models aimed at mining users' behavioral patterns have raised great attention as one of the essential applications in daily life. Recent work on graph neural networks (GNNs) or debiasing methods has attained remarkable gains. However, they still suffer from (1) over-smoothing node embeddings caused by recursive convolutions with GNNs, and (2) the skewed distribution of interactions due to popularity and user-individual biases. This paper proposes a contextualized and debiased recommender model (CaDRec). To overcome the over-smoothing issue, we explore a novel hypergraph convolution operator that can select effective neighbors during convolution by introducing both structural context and sequential context. To tackle the skewed distribution, we propose two strategies for disentangling interactions: (1) modeling individual biases to learn unbiased item embeddings, and (2) incorporating item popularity with positional encoding. Moreover, we mathematically show that the imbalance of the gradients to update item embeddings exacerbates the popularity bias, thus adopting regularization and weighting schemes as solutions. Extensive experiments on four datasets demonstrate the superiority of the CaDRec against state-of-the-art (SOTA) methods. Our source code and data are released at https://github.com/WangXFng/CaDRec. Xinfeng Wang, Fumiyo Fukumoto, Jin Cui 0005, Yoshimi Suzuki, Jiyi Li, Dongjin Yu |
SIGIR | 6 |
| 2024 | NFARec: A Negative Feedback-Aware Recommender ModelabstractGraph neural network (GNN)-based models have been extensively studied for recommendations, as they can extract high-order collaborative signals accurately which is required for high-quality recommender systems. However, they neglect the valuable information gained through negative feedback in two aspects: (1) different users might hold opposite feedback on the same item, which hampers optimal information propagation in GNNs, and (2) even when an item vastly deviates from users' preferences, they might still choose it and provide a negative rating. In this paper, we propose a negative feedback-aware recommender model (NFARec) that maximizes the leverage of negative feedback. To transfer information to multi-hop neighbors along an optimal path effectively, NFARec adopts a feedback-aware correlation that guides hypergraph convolutions (HGCs) to learn users' structural representations. Moreover, NFARec incorporates an auxiliary task - predicting the feedback sentiment polarity (i.e., positive or negative) of the next interaction - based on the Transformer Hawkes Process. The task is beneficial for understanding users by learning the sentiment expressed in their previous sequential feedback patterns and predicting future interactions. Extensive experiments demonstrate that NFARec outperforms competitive baselines. Our source code and data are released at https://github.com/WangXFng/NFARec. Xinfeng Wang, Fumiyo Fukumoto, Jin Cui 0005, Yoshimi Suzuki, Dongjin Yu |
SIGIR | 5 |
| 2024 | MHANER: A Multi-source Heterogeneous Graph Attention Network for Explainable Recommendation in Online GamesabstractRecommender system helps address information overload problem and satisfy consumers’ personalized requirement in many applications such as e-commerce, social networks, and in-game store. However, existing approaches mainly focus on improving the accuracy of recommendation tasks but usually ignore how to improve the interpretability of recommendation, which is still a challenging and crucial task, especially for some complicated scenarios such as large-scale online games. A few previous attempts on explainable recommendation mostly depend on a large amount of a priori knowledge or user-provided review corpus, which is labor consuming as well as often suffers from data deficiency. To relieve this issue, we propose a Multi-source Heterogeneous Graph Attention Network for Explainable Recommendation (MHANER) for the case without enough a priori knowledge or corpus of user comments. Specifically, MHANER employs the attention mechanism to model players’ preference to in-game store items as the support for the explanation of recommendation. Then a graph neural network–based method is designed to model players’ multi-source heterogeneous information, including the players’ historical behavior data, historical purchase data, and attributes of the player-controlled character, which is leveraged to recommend possible items for players to buy. Finally, the multi-level subgraph pattern mining is adopted to combine the characteristics of a recommendation list to generate corresponding explanations of items. Extensive experiments on three real-world datasets, two collected from JD and one from NetEase game, demonstrate that the proposed model MHANER outperforms state-of-the-art baselines. Moreover, the generated explanations are verified by human encoding comprised of hard-core game players and endorsed by experts from game developers. Dongjin Yu, Xingliang Wang, Runze Wu 0001, Dongjing Wang, Zhene Zou, Guandong Xu |
ACM Trans. Intell. Syst. Technol. | 1 |
| 2024 | Multi-View Enhanced Graph Attention Network for Session-Based Music RecommendationabstractTraditional music recommender systems are mainly based on users’ interactions, which limit their performance. Particularly, various kinds of content information, such as metadata and description can be used to improve music recommendation. However, it remains to be addressed how to fully incorporate the rich auxiliary/side information and effectively deal with heterogeneity in it. In this paper, we propose a M ulti-view E nhanced G raph A ttention N etwork (named MEGAN ) for session-based music recommendation. MEGAN can learn informative representations (embeddings) of music pieces and users from heterogeneous information based on graph neural network and attention mechanism. Specifically, the proposed approach MEGAN firstly models users’ listening behaviors and the textual content of music pieces with a Heterogeneous Music Graph (HMG). Then, a devised Graph Attention Network is used to learn the low-dimensional embedding of music pieces and users and by integrating various kinds of information, which is enhanced by multi-view from HMG in an adaptive and unified way. Finally, users’ hybrid preferences are learned from users’ listening behaviors and music pieces that satisfy users real-time requirements are recommended. Comprehensive experiments are conducted on two real-world datasets, and the results show that MEGAN achieves better performance than baselines, including several state-of-the-art recommendation methods. Dongjing Wang, Xin Zhang 0079, Yuyu Yin, Dongjin Yu, Guandong Xu, Shuiguang Deng |
ACM Trans. Inf. Syst. | 4 |
| 2023 | EEDN: Enhanced Encoder-Decoder Network with Local and Global Context Learning for POI RecommendationabstractThe point-of-interest (POI) recommendation predicts users' destinations, which might be of interest to users and has attracted considerable attention as one of the major applications in location-based social networks (LBSNs). Recent work on graph-based neural networks (GNN) or matrix factorization-based (MF) approaches has resulted in better representations of users and POIs to forecast users' latent preferences. However, they still suffer from the implicit feedback and cold-start problems of check-in data, as they cannot capture both local and global graph-based relations among users (or POIs) simultaneously, and the cold-start neighbors are not handled properly during graph convolution in GNN. In this paper, we propose an enhanced encoder-decoder network (EEDN) to exploit rich latent features between users, POIs, and interactions between users and POIs for POI recommendation. The encoder of EEDN utilizes a hybrid hypergraph convolution to enhance the aggregation ability of each graph convolution step and learns to derive more robust cold-start-aware user representations. In contrast, the decoder mines local and global interactions by both graph- and sequential-based patterns for modeling implicit feedback, especially to alleviate exposure bias. Extensive experiments in three public real-world datasets demonstrate that EEDN outperforms state-of-the-art methods. Our source codes and data are released at https://github.com/WangXFng/EEDN Xinfeng Wang, Fumiyo Fukumoto, Jin Cui 0005, Yoshimi Suzuki, Jiyi Li, Dongjin Yu |
SIGIR | 6 |
| 2022 | DSIM: dynamic and static interest mining for sequential recommendation
Dongjin Yu, Jianjiang Chen, Dongjing Wang, Yueshen Xu, Zhengzhe Xiang, Shuiguang Deng |
Knowl. Inf. Syst. | 1 |
| 2019 | Collective POI Querying Based on Multiple Keywords and User Preference
Dongjin Yu, Yiyu Wu, Chengfei Liu, Xiaoxiao Sun 0001 |
DASFAA (2) | 1 |
| 2017 | Rating prediction using review texts with underlying sentiments
Dongjin Yu, Yunlei Mu, Yike Jin |
Inf. Process. Lett. | 1 |