Tianxing Wu 0001

dblp:152/2473-1 · DBLP profile ↗
← Back
21ranked-venue papers in the field
4as first author
16since 2021 · last 2026
0000-0003-4669-3570ORCID · conflict

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 8Knowledge Engineering, Semantic Web & Information Systems · 8 (4 first)Information Retrieval & Web Search · 4Data Mining & Knowledge Discovery · 1
YearPublicationVenuePosition
2026 Multi-Faceted Continual Knowledge Graph Embedding for Semantic-Aware Link Prediction
abstract
Continual Knowledge Graph Embedding (CKGE) aims to continually learn embeddings for new knowledge, i.e., entities and relations, while retaining previously acquired knowledge. Most existing CKGE methods mitigate catastrophic forgetting via regularization or replaying old knowledge. They conflate new and old knowledge of an entity within the same embedding space to seek a balance between them. However, entities inherently exhibit multi-faceted semantics that evolve dynamically as their relational contexts change over time. A shared embedding fails to capture and distinguish these temporal semantic variations, degrading lifelong link prediction accuracy across snapshots. To address this, we propose a Multi-Faceted CKGE framework (MF-CKGE) for semantic-aware link prediction. During offline learning, MF-CKGE separates temporal old and new knowledge into distinct embedding spaces to prevent knowledge entanglement and employs semantic decoupling to reduce semantic redundancy, thereby improving space efficiency. During online inference, MF-CKGE adaptively identifies semantically query-relevant entity embeddings by quantifying their semantic importance, reducing interference from query-irrelevant noise. Experiments on eight datasets show that MF-CKGE achieves an average (maximum) improvement of 1.7% (2.7%) and 1.4% (3.8%) in MRR and Hits@10, respectively, over the best baseline. Our source code and datasets are available at: https://anonymous.4open.science/r/MF-CKGE-04E5.
Yuxiang Wang 0001, Xiaoliang Xu 0001, Yuanshi Zheng, Tianxing Wu 0001
SIGIR6
2026 Self-Supervised Similar Community Search Based on Graph Matching Network
Runhuai Chen, Yuxiang Wang 0001, Tianxing Wu 0001, Xiaoliang Xu 0001, Xiangyu Ke, Yuanshi Zheng
IEEE Trans. Knowl. Data Eng.3
2025 STM: A Spatio-Temporal Model for Dynamic Graph Fraud Detection
Runhuai Chen, Yuxiang Wang 0001, Tianxing Wu 0001
DASFAA (3)6
2025 Unifying Large Language Models and Knowledge Graphs for Question Answering: Recent Advances and Opportunities
Chuangtao Ma, Yongrui Chen 0002, Tianxing Wu 0001, Arijit Khan 0001, Haofen Wang
EDBT3
2025 Cohesiveness-aware Hierarchical Compressed Index for Community Search on Attributed Graphs
abstract
Community search on attributed graphs (CSAG) is a fundamental topic in graph data mining. Given an attributed graph G and a query node q , CSAG seeks a structural- and attribute-cohesive subgraph from G that contains q . Exact methods based on graph traversal are time-consuming, especially for large graphs. Approximate methods improve efficiency by pruning the search space with heuristics but still take hundreds of milliseconds to tens of seconds to respond, hindering their use in time-sensitive applications. Moreover, pruning strategies are typically tailored to specific algorithms and their cohesiveness metrics, making them difficult to generalize. To address this, we study a general approach to accelerate various CSAG methods. We first present a proximity graph-based, cohesiveness-aware hierarchical index that accommodates different cohesiveness metrics. Then, we present two optimizations to enhance the index's navigability and reliability. Finally, we design a compressed storage structure for space-efficient indexing. Experiments on real-world datasets show that integrating our index with existing mainstream CSAG methods results in an average 30.7× speedup while maintaining a comparable or even better attribute cohesiveness.
Yuxiang Wang 0001, Zhangyang Peng, Xiangyu Ke, Xiaoliang Xu 0001, Tianxing Wu 0001, Yuan Gao 0052
Proc. ACM Manag. Data5
2024 Uncertain Knowledge Graph Completion with Rule Mining
Tianxing Wu 0001, Yunchang Liu, Yuxiang Wang 0001, Guilin Qi
WISA2
2024 Fast Human Action Recognition via Millimeter Wave Radar Point Cloud Sequences Learning
abstract
Human action recognition using commercial millimeter wave radar is gaining significant attention in smart elderly care and smart homes. Due to privacy concerns, the sensing data often needs to be processed locally on embedded systems with restricted computational resources, necessitating a balance between recognition accuracy and efficiency. In this paper, we propose a fast human action recognition framework based on 3D point cloud sequences generated by commercial 4D millimeter wave imaging radar systems. The framework comprises two primary phases: data preprocessing and spatial-temporal feature extraction. During the data preprocessing phase, we employ a sliding window approach for frame fusion to enhance the spatial information of the sparse point cloud while retaining its temporal features. Additionally, Morton coding is used to address the disorderliness in the point cloud sequence. For spatial-temporal feature extraction, we introduce an innovative two-stage algorithm. In the spatial feature extraction stage, we initially extract local spatial features for each point, utilizing self-attention to construct a local graph and circumvent the limitations of using Euclidean distance in sparse point clouds. Subsequently, 3D frame fusion convolution is applied to extract spatial features at the frame level, reducing the length of the spatial feature map sequence and lowering computational requirements for subsequent temporal feature extraction. In the temporal feature extraction stage, we employ a modified Transformer encoder with fine-grained feature fusion to extract temporal features. We conducted comprehensive experiments using both our collected dataset and the open dataset RadHar. The experimental outcomes demonstrate that our framework not only improves inference accuracy but also maintains satisfactory real-time performance on embedded platforms with constrained computational resources. When compared with state-of-the-art (SOTA) methods, our framework significantly enhances inference speed while retaining competitive inference accuracy. Codes and dataset are available at https://github.com/Feiyuyu0503/FastHAR.
Tongfei Shao, Zheyu Du, Chuanyou Li, Tianxing Wu 0001, Meng Wang 0009
CIKM4
2024 Scalable Community Search with Accuracy Guarantee on Attributed Graphs
abstract
Given an attributed graph$G$and a query node$q$, Community Search over Attributed Graphs (CS-AG) aims to find a structure- and attribute-cohesive subgraph from$G$that contains$q$. Although CS-AG has been widely studied, they still face three challenges. (1) Exact methods based on graph traversal are time-consuming, especially for large graphs. Some tailored indices can improve efficiency, but introduce nonnegligible storage and maintenance overhead. (2) Approximate methods with a loose approximation ratio only provide a coarse-grained evaluation of a community's quality, rather than a reliable evaluation with an accuracy guarantee in runtime. (3) Attribute cohesiveness metrics often ignores the important correlation with the query node$q$. We formally define our CS-AG problem atop a$q- \mathbf{centric}$attribute cohesiveness metric considering both textual and numerical attributes, for$k-\mathbf{core}$model on homogeneous graphs. We show the problem is NP-hard. To solve it, we first propose an exact baseline with three pruning strategies. Then, we propose an index-free sampling-estimation-based method to quickly return an approximate community with an accuracy guarantee, in the form of a confidence interval. Once a good result satisfying a user-desired error bound is reached, we terminate it early. We extend it to heterogeneous graphs,$k-\mathbf{truss}$model, and size-bounded CS. Comprehensive experimental studies on ten real-world datasets show its superiority, e.g., at least$1.54\times (41.1\times$on average) faster in response time and a reliable relative error (within a user-specific error bound) of attribute cohesiveness is achieved.
Yuxiang Wang 0001, Shuzhan Ye, Yuxia Geng, Zhenghe Zhao, Xiangyu Ke, Tianxing Wu 0001
ICDE7
2024 Supervised Relational Learning with Selective Neighbor Entities for Few-Shot Knowledge Graph Completion
Jiewen Hou, Tianxing Wu 0001, Jingting Wang, Shuang Wang 0012, Guilin Qi
ISWC (1)2
2024 Scalable Community Search over Large-scale Graphs based on Graph Transformer
abstract
Given a graph G and a query node q, community search (CS) aims to find a structurally cohesive subgraph from G that contains q. CS is widely used in many real-world applications, such as online recommendation and expert finding. Recently, the rise of learning-based CS methods has garnered extensive research interests, showcasing the promising potential of neural solutions. However, there remains room for optimization: (1) They initialize node features via classical methods, e.g., one-hot, random, and position encoding, which may fall short in capturing valuable community cohesiveness-related features. (2) The reliance on GCN or GCN-like models poses challenges in scaling to large graphs. (3) Existing methods do not adapt well to dynamic graphs, often requiring retraining from scratch. To handle this, we present CSFormer, a scalable CS based on Graph Transformer. First, we present a novel l-hop neighborhood community vector based on n-order h-index to represent each node's community features, generating a sequence of feature vectors by varying the neighborhood scope l. Then, we build a Transformer backbone to learn a good graph embedding that carries rich community features, based on which we perform a prediction-filtering-based online CS to efficiently return a community of q. We extend CSFormer to dynamic graphs and various community models. Extensive experiments on seven real-world graphs show our solution's superiority on effectiveness, e.g., we attain an average improvement of 20.6% in F1-score compared to the latest competitors.
Yuxiang Wang 0001, Xiaoxuan Gou, Xiaoliang Xu 0001, Yuxia Geng, Xiangyu Ke, Tianxing Wu 0001, Runhuai Chen, Xiangying Wu
SIGIR6
2024 unKR: A Python Library for Uncertain Knowledge Graph Reasoning by Representation Learning
abstract
Recently, uncertain knowledge graphs (UKGs), where each relation between entities is associated with a confidence score, have gained much attention. Compared with traditional knowledge graphs, UKGs possess the capability of uncertainty knowledge expression, which facilitates more reliable and precise knowledge graph reasoning by not only completing missing triples but also predicting triple confidences. In this paper, we release unKR, the first open-source python library for uncertain Knowledge graph (UKG) Reasoning by representation learning. We design a unified framework to implement two types of representation learning models for UKG reasoning, i.e., normal and few-shot ones. Besides, we standardize the evaluation tasks and metrics for UKG reasoning to ensure fair comparisons, and report the detailed results of each model under the consistent test setting. With unKR, it is effortless for users to reproduce existing models, as well as efficiently customize their own models. The library, documentation, demo, and re-implementing results are all publicly released at https://github.com/seucoin/unKR.
Jingting Wang, Tianxing Wu 0001, Yunchang Liu, Shutong Zhu, Wei Li 0284, Guilin Qi
SIGIR2
2024 Efficient and effective (k, P)-core-based community search over attributed heterogeneous information networks
Yuxiang Wang 0001, Chengjie Gu, Xiaoliang Xu 0001, Xinjun Zeng, Xiangyu Ke, Tianxing Wu 0001
Inf. Sci.6
2023 AsdKB: A Chinese Knowledge Base for the Early Screening and Diagnosis of Autism Spectrum Disorder
Tianxing Wu 0001, Xudong Cao, Yipeng Zhu, Feiyue Wu, Tianling Gong, Yuxiang Wang 0001, Shenqi Jing
ISWC1
2023 Efficient and Effective Academic Expert Finding on Heterogeneous Graphs through (k, 𝒫)-Core based Embedding
abstract
Expert finding is crucial for a wealth of applications in both academia and industry. Given a user query and trove of academic papers, expert finding aims at retrieving the most relevant experts for the query, from the academic papers. Existing studies focus on embedding-based solutions that consider academic papers’ textual semantic similarities to a query via document representation and extract the top- n experts from the most similar papers. Beyond implicit textual semantics, however, papers’ explicit relationships (e.g., co-authorship) in a heterogeneous graph (e.g., DBLP) are critical for expert finding, because they help improve the representation quality. Despite their importance, the explicit relationships of papers generally have been ignored in the literature. In this article, we study expert finding on heterogeneous graphs by considering both the explicit relationships and implicit textual semantics of papers in one model. Specifically, we define the cohesive ( k , 𝒫)-core community of papers w.r.t. a meta-path 𝒫 (i.e., relationship) and propose a ( k , 𝒫)-core based document embedding model to enhance the representation quality. Based on this, we design a proximity graph-based index (PG-Index) of papers and present a threshold algorithm (TA)-based method to efficiently extract top- n experts from papers returned by PG-Index. We further optimize our approach in two ways: (1) we boost effectiveness by considering the ( k , 𝒫)-core community of experts and the diversity of experts’ research interests, to achieve high-quality expert representation from paper representation; and (2) we streamline expert finding, going from “extract top- n experts from top- m ( m> n ) semantically similar papers” to “directly return top- n experts”. The process of returning a large number of top- m papers as intermediate data is avoided, thereby improving the efficiency. Extensive experiments using real-world datasets demonstrate our approach’s superiority.
Yuxiang Wang 0001, Jun Liu 0111, Xiaoliang Xu 0001, Xiangyu Ke, Tianxing Wu 0001, Xiaoxuan Gou
ACM Trans. Knowl. Discov. Data5
2023 Outlining and Filling: Hierarchical Query Graph Generation for Answering Complex Questions Over Knowledge Graphs
abstract
Query graph construction aims to construct the correct executable SPARQL on the KG to answer natural language questions. Although recent methods have achieved good results using neural network-based query graph ranking, they suffer from three new challenges when handling more complex questions: 1) complicated SPARQL syntax, 2) huge search space, and 3) locally ambiguous query graphs. In this paper, we provide a new solution. As a preparation, we extend the query graph by treating each SPARQL clause as a subgraph consisting of vertices and edges and define a unified graph grammar called AQG to describe the structure of query graphs. Based on these concepts, we propose a novel end-to-end model that performs hierarchical autoregressive decoding to generate query graphs. The high-level decoding generates an AQG as a constraint to prune the search space and reduce the locally ambiguous query graph. The bottom-level decoding accomplishes the query graph construction by selecting appropriate instances from the preprepared candidates to fill the slots in the AQG. The experimental results show that our method greatly improves the SOTA performance on complex KGQA benchmarks. Equipped with pre-trained models, the performance of our method is further improved, achieving SOTA for all three datasets used.
Yongrui Chen 0002, Huiying Li 0003, Guilin Qi, Tianxing Wu 0001, Tenggou Wang
IEEE Trans. Knowl. Data Eng.4
2021 Gaussian Metric Learning for Few-Shot Uncertain Knowledge Graph Completion
Jiatao Zhang, Tianxing Wu 0001, Guilin Qi
DASFAA (1)2
2020 Semantic Guided and Response Times Bounded Top-k Similarity Search over Knowledge Graphs
abstract
Recently, graph query is widely adopted for querying knowledge graphs. Given a query graph GQ, the graph query finds subgraphs in a knowledge graph G that exactly or approximately match GQ. We face two challenges on graph query: (1) the structural gap between GQand the predefined schema in G causes mismatch with query graph, (2) users cannot view the answers until the graph query terminates, leading to a longer system response time (SRT). In this paper, we propose a semantic-guided and response-time-bounded graph query to return the top-k answers effectively and efficiently. We leverage a knowledge graph embedding model to build the semantic graph SGQ, and we define the path semantic similarity (pss) over SGQas the metric to evaluate the answer's quality. Then, we propose an A* semantic search on SGQto find the top-k answers with the greatest pss via a heuristic pss estimation. Furthermore, we make an approximate optimization on A* semantic search to allow users to trade off the effectiveness for SRT within a user- specific time bound. Extensive experiments over real datasets confirm the effectiveness and efficiency of our solution.
Yuxiang Wang 0001, Arijit Khan 0001, Tianxing Wu 0001, Jiahui Jin 0001, Haijiang Yan
ICDE3
2019 Language-Independent Type Inference of the Instances from Multilingual Wikipedia
abstract
Extracting knowledge from Wikipedia has attracted much attention in recent ten years. One of the most valuable kinds of knowledge is type information, which refers to the axioms stating that an instance is of a certain type. Current approaches for inferring the types of instances from Wikipedia mainly rely on some language-specific rules. Since these rules cannot catch the semantic associations between instances and classes (i.e. candidate types), it may lead to mistakes and omissions in the process of type inference. The authors propose a new approach leveraging attributes to perform language-independent type inference of the instances from Wikipedia. The proposed approach is applied to the whole English and Chinese Wikipedia, which results in the first version of MulType (Multilingual Type Information), a knowledge base describing the types of instances from multilingual Wikipedia. Experimental results show that not only the proposed approach outperforms the state-of-the-art comparison methods, but also MulType contains lots of new and high-quality type information.
Tianxing Wu 0001, Guilin Qi, Lei Zhang 0034, Haofen Wang
Int. J. Semantic Web Inf. Syst.1
2018 On building and publishing Linked Open Schema from social Web sites
Tianxing Wu 0001, Haofen Wang, Guilin Qi, Jiangang Zhu, Tong Ruan
J. Web Semant.1
2017 Encoding Category Correlations into Bilingual Topic Modeling for Cross-Lingual Taxonomy Alignment
Tianxing Wu 0001, Lei Zhang 0034, Guilin Qi, Xuan Cui, Kang Xu 0001
ISWC (1)1
2014 On Publishing Chinese Linked Open Schema
Haofen Wang, Tianxing Wu 0001, Guilin Qi, Tong Ruan
ISWC (1)2