EDBT 2026 Demo / reviewers in the wild / expert
Wei Chen 0105
dblp:181/2832-105
· DBLP profile ↗
4ranked-venue papers in the field
2as first author
4since 2021 · last 2026
0000-0003-4065-9830ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 4 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Sparse Traffic Accident Risk Forecasting With Spatial-Temporal Knowledge Graphs
Shengnan Guo 0001, Yan Lin 0006, Wei Chen 0105, Weiwen Tang, Haochen Lv 0001, Rongzhi Zhou, Junliang Lin, Youfang Lin, Huaiyu Wan |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2025 | Next-POI Recommendation via Spatial-Temporal Knowledge Graph Contrastive Learning and Trajectory PromptabstractNext POI (Point-of-Interest) recommendation aims to forecast users’ future movements based on their historical check-in trajectories, holding significant value in location-based services. Existing methods address trajectory data sparsity by integrating rich auxiliary information or using spatial-temporal knowledge graphs (STKGs), showing promising results. Yet, they face two main challenges: i) Due to the difficulty of transforming structured trajectory data into trajectory text describing users’ spatial-temporal mobility, the powerful reasoning ability of pre-trained language models is rarely explored to enhance recommendation performance. ii) Methods based on STKG can introduce external knowledge inconsistent with user preferences, leading to the knowledge noise generated hampering the accuracy of recommendations. To this end, we propose a novel approach called STKG-PLM that integratesSTKGcontrastive learning andprompt pre-trainedlanguagemodel (PLM) to enhance the next POI recommendation. Specifically, we design a spatial-temporal trajectory prompt template that transforms structured trajectories into text corpus based on STKG, serving as the input of PLM to understand the movement pattern of users from coarse-grained and fine-grained perspectives. Additionally, we propose an STKG contrastive learning framework to mitigate the introduced knowledge noise. Extensive experiments on three real-world datasets demonstrate that STKG-PLM exhibits notable performance improvements over the state-of-the-art baseline methods. Wei Chen 0105, Youfang Lin, Liang Chang 0003, Huaiyu Wan |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2024 | Local-Global History-Aware Contrastive Learning for Temporal Knowledge Graph ReasoningabstractTemporal knowledge graphs (TKGs) have been identified as a promising approach to represent the dynamics of facts along the timeline. The extrapolation of TKG is to predict unknowable facts happening in the future, holding significant practical value across diverse fields. Most extrapolation studies in TKGs focus on modeling global historical fact repeating and cyclic patterns, as well as local historical adjacent fact evolution patterns, showing promising performance in predicting future un-known facts. Yet, existing methods still face two major challenges: (1) They usually neglect the importance of historical information in KG snapshots related to the queries when encoding the local and global historical information; (2) They exhibit weak anti-noise capabilities, which hinders their performance when the inputs are contaminated with noise. To this end, we propose a novel Local-global history-aware Contrastive Learning model (LogCL) for TKG reasoning, which adopts contrastive learning to better guide the fusion of local and global historical information and enhance the ability to resist interference. Specifically, for the first challenge, LogCL proposes an entity-aware attention mechanism applied to the local and global historical facts encoder, which captures the key historical information related to queries. For the latter issue, LogCL designs a local-global query contrast module, effectively improving the robustness of the model. The experimental results on four benchmark datasets demonstrate that LogCL delivers better and more robust performance than the state-of-the-art baselines. The code of LogCL is available at https://eithub.com/WeiChen3690/LoeCL. Wei Chen 0105, Huaiyu Wan, Shuyuan Zhao 0001, Jiayaqi Cheng, Youfang Lin |
ICDE | 1 |
| 2024 | Multi-Modal Siamese Network for Few-Shot Knowledge Graph CompletionabstractMulti-modal data have recently been utilized to improve the performance of knowledge graph completion (KGC), attracting widespread research interest. However, they have been ignored in few-shot knowledge graph completion (FKGC), which aims to discover potential facts involving unseen relations that only appear in few-shot triples. The most relevant FKGC study simply concatenates various modal features, but the performance is still limited due to the following problems: (1) lack of exploiting significant multi-modal features in neighborhoods, and (2) ineffectively modeling inter-modal interactions in a few-shot setting. To tackle these problems, we propose a novel relational learning model entitled MMSN (Multi-Modal Siamese Network) for few-shot knowledge graph completion, which is composed of the following two primary modules: the Siamese multi-modal neighbor encoder (SMNE) and the meta-learning multi-modal knowledge representation decoder (MKRD). The module SMNE is developed to encode diverse modalities of neighbors by a Siamese attention network, fuse multi-modal information through a gating fusion network, and learn effective relational embeddings using an aggregator. The module MKRD is introduced to handle inter-modal interactions between multiple modalities and train the proposed model in a few-shot scenario. Extensive experiments demonstrate that our proposed model MMSN outperforms the state-of-the-art FKGC models, including uni-modal and multi-modal models, on two real-world few-shot multi-modal datasets. Yuyang Wei, Wei Chen 0105, Pengpeng Zhao 0001, Jianfeng Qu, Lei Zhao 0001 |
ICDE | 2 |