EDBT 2026 Demo / reviewers in the wild / expert
Xiaowang Zhang
dblp:54/1153
· DBLP profile ↗
26ranked-venue papers in the field
7as first author
13since 2021 · last 2026
0000-0002-3931-3886ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 8 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 7 (5 first)Database Systems & Data Management · 5Other / Interdisciplinary · 3 (1 first)Data Mining & Knowledge Discovery · 2Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Kleene Closure Property Path Query Optimization Based on Node Clustered IndexabstractThe evaluation of Kleene Closure Property Path Queries (KPPQs) over RDF graphs presents a fundamental trade-off. Under the intuitive simple path semantics, which forbids node repetition, the problem is NP-complete. This forces practical systems to adopt existential path semantics, which admits tractable evaluation but produces result sets bloated with redundant and often semantically meaningless paths due to unnecessary detours through cycles. This paper introduces a novel indexing framework that effectively navigates this trade-off. Our key insight is that while enumerating all simple paths is intractable, a carefully selected, compact set of representative simple paths is sufficient to correctly and completely answer connectivity queries in practice. We propose the Node Clustered Index (NCI), which pre-materializes such paths—including the longest acyclic chains and fundamental cycles —transforming online query processing from a costly graph traversal into an efficient index lookup and expansion operation. Crucially, our method guarantees that every result conforms to simple path semantics. Extensive experiments demonstrate that our approach achieves near-perfect recall, outperforming state-of-the-art systems by up to an order of magnitude. This work establishes that for NP-complete path problems, seeking polynomial-time, empirically perfect approximations is a viable and powerful paradigm, delivering both performance and quality without compromise. Tenglong Ren, Xiaowang Zhang, Zhiyong Feng 0002 |
WWW | 3 |
| 2025 | Multi-Identifier Leveraging Text-Visual Construction for Multimodal Generative Recommendation
Zizhong Zhu, Xiaowang Zhang, Zhiyong Feng 0002 |
IEEE Big Data | 2 |
| 2025 | Well-Designed Query Optimization Based on Pattern Tree
Tenglong Ren, Hongshen Yu, Xiaowang Zhang, Guangxi Ji, Zhiyong Feng 0002 |
DASFAA (4) | 3 |
| 2025 | Explainable Temporal Knowledge Graph Reasoning via Expressive Logic Rules
Xianglong Bao, Kewen Wang 0001, Zhe Wang 0001, Hong Wu 0001, Jiangtao Zuo, Xiaowang Zhang, Zhiyong Feng 0002, Hutong Wu |
PAKDD (1) | 6 |
| 2025 | cnChemNER: A Dataset for Chinese Chemical Named Entity Recognition
Tingxin Jiang, Hongxia Jin, Xiaowang Zhang, Zhiyong Feng 0002 |
ISWC (2) | 5 |
| 2025 | Transfer Rule Learning over Large Knowledge GraphsabstractLogical rules have been widely used for expressing schema knowledge in various practical applications. It is infeasible to handcraft rules from large knowledge graphs (KGs) and thus many methods have been proposed for learning rules automatically from KGs. However, it is largely ignored how to extract rules in a (target) KG from rules that already exist in some other (source) KGs. In this paper, we propose a framework for KG rule learning based on transfer learning. A major challenge for establishing such a framework is that a suitable alignment mechanism is required for mapping certain subgraph structures between predicates in the source KG and the target KG. Hence, our framework provides a new method for predicate mapping based on graph-structural similarity. The proposed framework can be used as a standalone rule learner but more importantly, it paves a new way for enhancing the state-of-the-art rule learners for large KGs. Extensive experiments are conducted to evaluate the new approach to rule learning, which shows that rules in smaller KGs can be effectively transferred to a large KG. Zhe Wang 0001, Kewen Wang 0001, Xiaowang Zhang, Zhiyong Feng 0002 |
WWW | 4 |
| 2024 | Graph Local Homophily Network for Anomaly DetectionabstractIn graph anomaly detection (GAD), the fact that anomalous nodes usually exhibit high heterophily, while most Graph Neural Networks (GNNs) have homophily assumptions, leads to poor performance. Many studies have attempted to solve this problem by employing a set of graph filters covering various frequencies. Their ultimate goal is to design the most appropriate spectral filter to capture the complex signals generated by normals and anomalies. The critical aspect lies in the fusion of information from filters with different frequency response functions. However, existing methods lack a clear indicator to guide the fusion of information at different frequencies. In this paper, we find that local homophily is a valuable metric for assessing the weights of high- and low-frequency information at the node level, and explicitly point out that the accuracy of local homophily is positively correlated with the accuracy of anomaly detection. Moreover, we unveil the phenomenon of camouflage in anomalous, wherein these nodes disguise themselves by making their features resemble those of surrounding normals. Ronghui Guo, Minghui Zou, Xiaowang Zhang, Zhizhi Yu, Zhiyong Feng 0002 |
CIKM | 4 |
| 2024 | Attribute Simulation for Item Embedding Enhancement in Multi-interest RecommendationabstractOur research reveals that multi-interest recommendation models in the matching stage tend to exhibit an under-clustered item embedding space, which leads to a low discernibility between items and hampers item retrieval. This highlights the necessity for item embedding enhancement. However, item attributes, which serve as effective side information for enhancement, are either unavailable or incomplete in many public datasets due to the labor-intensive nature of manual annotation tasks. This dilemma raises two meaningful questions: 1. Can we bypass manual annotation and directly simulate complete attribute information from the interaction data? And 2. If feasible, how can we simulate attributes with high accuracy and low complexity in the matching stage? Yaokun Liu, Xiaowang Zhang, Minghui Zou, Zhiyong Feng 0002 |
WSDM | 2 |
| 2023 | Co-occurrence Embedding Enhancement for Long-tail Problem in Multi-Interest RecommendationabstractMulti-interest recommendation methods extract multiple interest vectors to represent the user comprehensively. Despite their success in the matching stage, previous works overlook the long-tail problem. This results in the model excelling at suggesting head items, while the performance for tail items, which make up more than 70% of all items, remains suboptimal. Hence, enhancing the tail item recommendation capability holds great potential for improving the performance of the multi-interest model. Yaokun Liu, Xiaowang Zhang, Minghui Zou, Zhiyong Feng 0002 |
RecSys | 2 |
| 2022 | Structure-sensitive semantic matching for aggregate question answering over knowledge base
Shaojuan Wu, Yunjie Wu, Linyi Han, Jiarui Zhang 0005, Xiaowang Zhang, Zhiyong Feng 0002 |
J. Web Semant. | 7 |
| 2021 | DataType-Aware Knowledge Graph Representation Learning in Hyperbolic SpaceabstractKnowledge Graph (KG) representation learning aims to encode both entities and relations into a continuous low-dimensional vector space. Most existing methods only concentrate on learning representations from structural triples in Euclidean space, which cannot well exploit the rich semantic information with hierarchical structure in KGs. In this paper, we propose a novel DataType-aware hyperbolic knowledge representation learning model called DT-GCN, which has the advantage of fully embedding attribute values of data types information. We refine data types into five primitive modalities, including integer, double, Boolean, temporal, and textual. For each modality, an encoder is specifically designed to learn its embedding. In addition, we define a unified space based on Euclidean, spherical, and hyperbolic space, which is a continuous curvature space that combines advantages of three different spaces. Extensive experiments on both synthetic and real-world datasets show that our model is consistently better than the state-of-the-art models. The average performance is improved by 2.19% and 3.46% than the optimal baseline model on node classification and link prediction tasks, respectively. The results of ablation experiments demonstrate the advantages of embedding data types information and leveraging the unified space. Yuxin Shen, Zhao Li 0009, Xin Wang 0030, Jianxin Li 0001, Xiaowang Zhang |
CIKM | 5 |
| 2021 | Automatic Part-of-Speech Tagging for Security Vulnerability DescriptionsabstractIn this paper, we study the problem of part-of-speech (POS) tagging for security vulnerability descriptions (SVD). In contrast to newswire articles, SVD often contains a high-level natural language description of the text composed of mixed language studded with codes, domain-specific jargon, vague language, and abbreviations. Moreover, training data dedicated to security vulnerability research is not widely available. Existing neural network-based POS tagging has often relied on manually annotated training data or applying natural language processing (NLP) techniques, suffering from two significant drawbacks. The former is extremely time-consuming and requires labor-intensive feature engineering and expertise. The latter is inadequate to identify linguistically-informed words specific to the SVD domain. In this paper, we propose an automatic approach to assign POS tags to tokens in SVD. Our approach uses the character-level representation to automatically extract orthographic features and unsupervised word embeddings to capture meaningful syntactic and semantic regularities from SVD. The character level representations are then concatenated with the word embedding as a combined feature, which is then learned and used to predict the POS tagging. To deal with the issue of the poor availability of annotated security vulnerability data, we implement a finetuning approach. Our approach provides public access to a POS annotated corpus of ~8M tokens, which serves as a training dataset in this domain. Our evaluation results show a significant improvement in accuracy (17.72%-28.22%) of POS tagging in SVD over the current approaches. Sofonias Yitagesu, Xiaowang Zhang, Zhiyong Feng 0002, Xiaohong Li 0001, Zhenchang Xing |
MSR | 2 |
| 2021 | SUMA: A Partial Materialization-Based Scalable Query Answering in OWL 2 DLabstractAbstract Ontology-mediated querying (OMQ) provides a paradigm for query answering according to which users not only query records at the database but also query implicit information inferred from ontology. A key challenge in OMQ is that the implicit information may be infinite, which cannot be stored at the database and queried by off -the -shelf query engine. The commonly adopted technique to deal with infinite entailments is query rewriting, which, however, comes at the cost of query rewriting at runtime. In this work, the partial materialization method is proposed to ensure that the extension is always finite. The partial materialization technology does not rewrite query but instead computes partial consequences entailed by ontology before the online query. Besides, a query analysis algorithm is designed to ensure the completeness of querying rooted and Boolean conjunctive queries over partial materialization. We also soundly and incompletely expand our method to support highly expressive ontology language, OWL 2 DL. Finally, we further optimize the materialization efficiency by role rewriting algorithm and implement our approach as a prototype system SUMA by integrating off-the-shelf efficient SPARQL query engine. The experiments show that SUMA is complete on each test ontology and each test query, which is the same as Pellet and outperforms PAGOdA. Besides, SUMA is highly scalable on large datasets. Xiaowang Zhang, Muhammad Qasim Yasin, Zhiyong Feng 0002, Guohui Xiao 0001 |
Data Sci. Eng. | 2 |
| 2020 | A Partial Materialization-Based Approach to Scalable Query Answering in OWL 2 DL
Xiaowang Zhang, Muhammad Qasim Yasin, Zhiyong Feng 0002, Guohui Xiao 0001 |
DASFAA (3) | 2 |
| 2018 | PROSE: A Plugin-Based Framework for Paraconsistent Reasoning on Semantic WebabstractThe study of paraconsistent reasoning with ontologies is especially important for the Semantic Web since knowledge is not always perfect within it. However, classical OWL reasoners cannot support reasoning with inconsistent ontologies. In this article, the authors present a plugin-based framework called prose to provide rich paraconsistent reasoning services for OWL ontologies, whose architecture contains the three following parts: a classical OWL reasoner, a multi-valued transformer, and an OWL API connecting with them. Within the proposed framework prose, they implement different multi-valued paraconsistent reasoning in the OWL. Moreover, they select three popular classical OWL reasoners and two typical kinds of reasoning services for users. As the authors excepted, prose does exactly enable current classical OWL reasoners to tolerate inconsistency in a simple and convenient way. Finally, they evaluate the three reasoners in a united framework (prose) and, as a result, those results can amend the analysis of the three reasoners on inconsistent ontologies. Xiaowang Zhang, Zhiyong Feng 0002, Wenrui Wu, Xin Wang 0030, Guozheng Rao |
Int. J. Semantic Web Inf. Syst. | 1 |
| 2017 | A Path Querying Language for Federation of RDF and Relational DatabaseabstractIn this paper, we present a federated path querying language (FPQ) as itself an extension of the nested regular path querying language with adding an axis operator to support the federation of RDF dataset and relational database. We have proven that FPQ has more expressive power than the nested regular path query language (not to mention regular path querying language). It enjoys the same computational complexity as the regular path query language and its additional expressivity can be exactly used to characterize the conjunction and federation of nested regular path queries. Moreover, we discuss the expressivity of various fragments of FPQ and implement FPQ. Finally, we present an application scenario related to the car-pooling services in real life. Xiaowang Zhang, Zhiyong Feng 0002 |
WebDB | 2 |
| 2016 | RORS: Enhanced Rule-Based OWL Reasoning on Spark
Zhiyong Feng 0002, Xiaowang Zhang, Xin Wang 0030, Guozheng Rao |
APWeb (2) | 3 |
| 2016 | Efficient Distributed Regular Path Queries on RDF Graphs Using Partial EvaluationabstractWe propose an efficient distributed method for answering regular path queries (RPQs) on large-scale RDF graphs using partial evaluation. In local computation, we devise a dynamic programming approach to evaluate local and partial answers of an RPQ on each computing site in parallel. In the assembly phase, an automata-based algorithm is proposed to assemble the partial answers of the RPQ into the final results. The experiments on benchmark RDF graphs show that our method outperforms the state-of-the-art message passing methods by up to an order of magnitude. Xin Wang 0030, Junhu Wang, Xiaowang Zhang |
CIKM | 3 |
| 2016 | Context-Free Path Queries on RDF Graphs
Xiaowang Zhang, Zhiyong Feng 0002, Xin Wang 0030, Guozheng Rao, Wenrui Wu |
ISWC (1) | 1 |
| 2016 | On the statistical analysis of practical SPARQL queriesabstractIn this paper, we analyze some basic features of SPARQL queries from practical world in a statistical way. In particular, we focus on three statistic features including the occurrence frequency of triple patterns, fragments, and well-designed patterns and four semantic features including monotonicity, non-monotonicity, weak monotonicity and satisfiability. All the features contribute to characterize SPARQL queries in different dimensions. We hope that this statistical analysis would provide some useful observations for researchers and engineers who are interested in what real-word SPARQL queries look like, so that they could develop some practical heuristics for processing SPARQL queries, as well as build SPARQL query processing engines and benchmarks. In addition, our research facilitates to reduce scope of the problems by avoiding some cases that may not occur in practice. Xingwang Han, Zhiyong Feng 0002, Xiaowang Zhang, Xin Wang 0030, Guozheng Rao |
WebDB | 3 |
| 2015 | A Distance-Based Paraconsistent Semantics for DL-LiteabstractDL-Lite is an important family of description logics. Recently, there is an increasing interest in handling inconsistency in DL-Lite as the constraint imposed by a TBox can be easily violated by assertions in ABox in DL-Lite. In this paper, we present a distance-based paraconsistent semantics based on the notion of feature in DL-Lite, which provides a novel way to rationally draw meaningful conclusions even from an inconsistent knowledge base. Finally, we investigate several important logical properties of this entailment relation based on the new semantics and show its promising advantages in non-monotonic reasoning for DL-Lite. Xiaowang Zhang, Kewen Wang 0001, Zhe Wang 0001, Yue Ma 0009, Guilin Qi |
KSEM | 1 |
| 2014 | On the primitivity of operators in SPARQL
Xiaowang Zhang, Jan Van den Bussche |
Inf. Process. Lett. | 1 |
| 2013 | Walk logic as a framework for path query languages on graph databasesabstractMotivated by the current interest in languages for expressing path queries to graph databases, this paper proposes to investigate Walk Logic (WL): the extension of first-order logic on finite graphs with the possibility to explicitly quantify over walks. WL can serve as a unifying framework for path query languages. To support this claim, WL is compared in expressive power with various established query languages for graphs, such as first-order logic extended with reachability; the monadic second-order logic of graphs; hybrid computation tree logic; and regular path queries. WL also serves as a framework to investigate the following natural questions: Is quantifying over walks more powerful than quantifying over paths (walks without repeating nodes) only? Is quantifying over infinite walks more powerful than quantifying over finite walks only? WL model checking is decidable, but determining the precise complexity remains an open problem. Jelle Hellings, Bart Kuijpers, Jan Van den Bussche, Xiaowang Zhang |
ICDT | 4 |
| 2013 | An argumentation framework for description logic ontology reasoning and management
Xiaowang Zhang, Zuoquan Lin |
J. Intell. Inf. Syst. | 1 |
| 2011 | A Tableau Algorithm for Paraconsistent and Nonmonotonic Reasoning in Description Logic-Based System
Xiaowang Zhang, Zuoquan Lin, Kewen Wang 0001 |
APWeb | 1 |
| 2009 | A Tableau Algorithm for Handling Inconsistency in OWL
Xiaowang Zhang, Guohui Xiao 0001, Zuoquan Lin |
ESWC | 1 |