EDBT 2026 Demo / reviewers in the wild / expert
Yang Zhang 0095
dblp:06/6785-95
· DBLP profile ↗
10ranked-venue papers in the field
1as first author
10since 2021 · last 2026
0000-0001-6821-2710ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6 (1 first)Data Mining & Knowledge Discovery · 4
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Joint Similar User Exploration and Informative Behavior Guidance for Multi-Modal New Item RecommendationabstractMulti-modal recommendation has become essential with the rapid expansion of online platforms such as e-commerce and video-sharing applications. In this work, we focus on the Multi-Modal New Item Recommendation (MMNIR) problem, where items with multi-modal content but newly introduced items lack interaction history. The MMNIR problem is particularly challenging in two aspects: (1) a large number of new items are created rapidly over time without any interaction data, (2) not all existing interactions are equally useful, and it is non-trivial to identify informative behaviors from users with similar preferences. However, previous methods fail to identify users with similar preferences and to capture informative behaviors from historical data. Furthermore, conventional models primarily rely on simple co-occurring signals, leading to spurious neighbors and neglecting the informative behaviors of truly similar users with consistent preferences. To fill this gap, we propose Joint Similar User Exploration and Informative Behavior Guidance (SuperG) for solving the MMNIR problem. SuperG first proposes a similar user exploration module to identify users with similar preferences to the target user. Then it incorporates an informative behavior mining module to retrieve informative behaviors from both the target user and similar users' histories to support new item recommendation. Finally, SuperG proposes a behavior-guided hybrid recommendation module to incorporate the retrieved behavioral signals to guide the recommendation of new items. Our empirical study on three real datasets demonstrates that SuperG outperforms the state-of-the-art models under the MMNIR setting. Jianye Xie, Lianyong Qi, Weiming Liu 0005, Xiaolong Xu 0001, Haolong Xiang, Xuyun Zhang, Yang Zhang 0095, Amin Beheshti, Wan-Chun Dou |
WWW | 9 |
| 2026 | AdaQE-CG: Adaptive Query Expansion for Web-Scale Generative AI Model and Data Card Generation
Haoxuan Zhang, Ruochi Li, Zhenni Liang, Mehri Sattari, Phat Vo, Collin Qu, Ting Xiao 0003, Junhua Ding 0001, Yang Zhang 0095, Haihua Chen 0002 |
WWW | 9 |
| 2025 | PKGRec: Personal Knowledge Graph Construction and Mining for Federated Recommendation EnhancementabstractPersonal Knowledge Graphs (PKGs) organize an individual user's information into a structured format comprising entities, attributes, and relationships. By leveraging this structured and semantically rich data, PKGs have become essential for securing personal data management and delivering personalized services. To unlock their potential in personalized recommendations, prior research has explored the construction of PKGs and recommendation methods built upon them. However, these studies often overlook challenges associated with distributed PKGs across different users, such as joint training and privacy protection. To address these challenges, we propose PKGRec, a federated graph recommendation method specifically designed for PKGs, which utilizes a federated learning framework to ensure user privacy and data security during joint learning. Furthermore, to accommodate the user-centric graph structure of PKGs, our approach categorizes entities into three types: users, items, and other entities. It then applies a novel staged graph convolution method to model various entities based on these entity categories during local training. To enable efficient graph information sharing among distributed PKGs without requiring additional data transfer or aggregation, PKGRec performs graph expansion on the trained gradients by federated aggregation. Extensive experiments conducted on four publicly available datasets demonstrate that our method consistently outperforms the existing federated recommendation approaches. Haochen Yuan 0001, Yang Zhang 0095, Quan Z. Sheng, Lina Yao 0001, Yipeng Zhou, Xiang He 0002, Zhongjie Wang 0003 |
CIKM | 2 |
| 2025 | HRCformer: Hierarchical Recursive Convolution-Transformer with Multi-Scale Adaptive Recalibration for Time Series ForecastingabstractTime series forecasting has significant applications across various domains, including industry, agriculture, and finance. Transformer-based models have shown significant promise in enhancing time series forecasting over the past few years. However, existing methods struggle to simultaneously capture local details and global semantics under single-view architectures. They also find it difficult to dynamically adapt to time-varying and multi-scale temporal patterns while accurately modeling the complex, time-varying relationships between multiple variables. To address these challenges, we propose HRCformer, a novel Transformer-based framework that introduces two key innovations: the Hierarchical Recursive Interaction Convolution (HRIC) and the Triad Adaptive Recalibration Module (TARM). HRIC achieves joint modeling of fine-grained short-term fluctuations and high-order cross-period dependencies in time series by integrating Divide-and-Process Convolution for local processing with Recursive Channel Interaction Convolution for global processing. TARM further enhances dynamic modeling via Dynamic Variance Attention, which amplifies critical temporal deviations through 3D attention, and the Adaptive Multivariate Recalibration, which uses a two-layer fully connected network with nonlinear activation to learn the dynamic relationships between channels, suppresses noise, and emphasizes informative multivariate interactions. Comprehensive experiments conducted on seven real-world datasets highlight the superiority of HRCformer compared to prior state-of-the-art methods. Dejiang Zhang, Lianyong Qi, Yuwen Liu 0003, Xucheng Zhou, Jianye Xie, Haolong Xiang, Xiaolong Xu 0001, Xuyun Zhang, Yang Cao 0019, Yang Zhang 0095 |
CIKM | 10 |
| 2025 | Beyond pairwise relationships: a transformer-based hypergraph learning approach for fraud detectionabstractAbstract Fraud detection in online networks has become increasingly challenging as fraudsters adopt sophisticated camouflage tactics to evade detection, making it imperative to combat their deceptive strategies. Graph-based fraud detection has gained significant attention in recent years, reflecting its growing potential to mitigate sophisticated fraudulent activities. The main objective of graph-based fraud detection is to distinguish between fraudsters and normal entities within graphs. While real-world networks contain complex, high-order relationships, existing graph-based fraud detection methods focus solely on pairwise interactions, overlooking non-pairwise relationships and the broader dependencies among entities within fraud graphs. Thus, we highlight the importance of exploring non-pairwise relationships to build a more effective fraud detection model. In this paper, we propose TROPICAL, a novel TRansfOrmer-based hyPergraph LearnIng framework for detecting CAmouflaged maLicious actors in online social networks. To capture comprehensive high-order relations, we construct a hypergraph from the original input graph. However, constructing the hypergraph can be computationally intensive. TROPICAL addresses this challenge by carefully selecting moderate hyperparameters, creating a balance between computational efficiency and effectively capturing high-order relationships. TROPICAL learns node representations by processing multiple hyperedge groups and incorporates positional encodings into the aggregated information to enhance their distinctiveness. The aggregated sequential information is then passed through a transformer encoder, enabling the model to generate rich, high-order representations to detect camouflaged fraudsters. Extensive experiments on two real-world datasets demonstrate TROPICAL’s superior performance compared to the state-of-the-art fraud detection models. The source codes and the datasets of our work are available at https://github.com/VenusHaghighi/TROPICAL . Venus Haghighi, Behnaz Soltani, Nasrin Shabani, Jia Wu 0001, Yang Zhang 0095, Lina Yao 0001, Jian Yang 0001, Quan Z. Sheng |
Knowl. Inf. Syst. | 5 |
| 2024 | TROPICAL: Transformer-Based Hypergraph Learning for Camouflaged Fraudster DetectionabstractGraph-based fraud detection has attracted increasing attention in recent years, reflecting its growing potential in mitigating sophisticated fraudulent activities. The main objective of graph-based fraud detection is to discern between fraud-sters and normal entities within graphs. As fraudsters adopt increasingly sophisticated camouflage tactics, combating them has become an urgent task. Despite the complex interactions within real-world networks involving high-order relations, ex-isting graph-based fraud detection methods often neglect non-pairwise relationships among entities in graphs. Thus, we empha-size the significance of investigating beyond pairwise relationships for building an effective fraud detection model. In this paper, we propose constructing a hypergraph from the original input graph to encapsulate comprehensive high-order relations and present TROPICAL, a novel TRansfOrmer-based hyPergraph LearnIng for detecting CAmouflaged maLicious actors in online social networks. TROPICAL learns representations by processing different hyperedge groups and incorporates positional encodings into the aggregated information to enhance their distinctiveness. Subsequently, the model feeds the learned aggregated sequential information into the transformer encoder, achieving rich rep-resentations for effective camouflaged fraudster detection. The superiority of TROPICAL is demonstrated through experiments conducted on two real-world datasets, compared against the state-of-the-art fraud detection models. The source codes and datasets of our work are available at https://github.comNenusHaghighi/TROPICAL. Venus Haghighi, Behnaz Soltani, Nasrin Shabani, Jia Wu 0001, Yang Zhang 0095, Lina Yao 0001, Quan Z. Sheng, Jian Yang 0001 |
ICDM | 5 |
| 2023 | Separate-and-Aggregate: A Transformer-Based Patch Refinement Model for Knowledge Graph Completion
Chen Chen 0115, Yufei Wang 0003, Yang Zhang 0095, Quan Z. Sheng, Kwok-Yan Lam |
ADMA (2) | 3 |
| 2023 | Learning to Select the Relevant History Turns in Conversational Question Answering
Munazza Zaib, Wei Zhang 0098, Quan Z. Sheng, Subhash Sagar, Mahmood Adnan, Yang Zhang 0095 |
WISE | 6 |
| 2022 | Conversational question answering: a surveyabstractAbstract Question answering (QA) systems provide a way of querying the information available in various formats including, but not limited to, unstructured and structured data in natural languages. It constitutes a considerable part of conversational artificial intelligence (AI) which has led to the introduction of a special research topic on conversational question answering (CQA), wherein a system is required to understand the given context and then engages in multi-turn QA to satisfy a user’s information needs. While the focus of most of the existing research work is subjected to single-turn QA, the field of multi-turn QA has recently grasped attention and prominence owing to the availability of large-scale, multi-turn QA datasets and the development of pre-trained language models. With a good amount of models and research papers adding to the literature every year recently, there is a dire need of arranging and presenting the related work in a unified manner to streamline future research. This survey is an effort to present a comprehensive review of the state-of-the-art research trends of CQA primarily based on reviewed papers over the recent years. Our findings show that there has been a trend shift from single-turn to multi-turn QA which empowers the field of Conversational AI from different perspectives. This survey is intended to provide an epitome for the research community with the hope of laying a strong foundation for the field of CQA. Munazza Zaib, Wei Zhang 0098, Quan Z. Sheng, Mahmood Adnan, Yang Zhang 0095 |
Knowl. Inf. Syst. | 5 |
| 2021 | TDM-CFC: Towards Document-Level Multi-label Citation Function Classification
Yang Zhang 0095, Yufei Wang 0003, Quan Z. Sheng, Mahmood Adnan, Wei Zhang 0098, Rongying Zhao |
WISE (2) | 1 |