EDBT 2026 Demo / reviewers in the wild / expert
Jeff Z. Pan
dblp:59/6490
· DBLP profile ↗
79ranked-venue papers in the field
13as first author
27since 2021 · last 2026
0000-0002-9779-2088ORCID · conflict
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 47 (9 first)Information Retrieval & Web Search · 14 (2 first)Database Systems & Data Management · 9 (2 first)Data Mining & Knowledge Discovery · 4Other / Interdisciplinary · 4Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Plan Then Retrieve: Reinforcement Learning-Guided Complex Reasoning over Knowledge GraphsabstractKnowledge Graph Question Answering (KGQA) aims to answer natural language questions by reasoning over structured knowledge graphs (KGs). While large language models (LLMs) have advanced KGQA through their strong reasoning capabilities, existing methods continue to struggle to fully exploit both the rich knowledge encoded in KGs and the reasoning capabilities of LLMs, particularly in complex scenarios. They often assume complete KG coverage and lack mechanisms to judge when external information is needed, and their reasoning remains locally myopic, failing to maintain coherent multi-step planning, leading to reasoning failures even when relevant knowledge exists. We propose Graph-RFT, a novel two-stage reinforcement fine-tuning KGQA framework with a ''plan–KGsearch–and–Websearch–during–think'' paradigm, that enables LLMs to perform autonomous planning and adaptive retrieval scheduling across KG and web sources under incomplete knowledge conditions. Graph-RFT introduces a chain-of-thought (CoT) fine-tuning method with a customized plan–retrieval dataset activates structured reasoning and resolves the GRPO cold-start problem. It then introduces a novel plan–retrieval guided reinforcement learning process integrates explicit planning and retrieval actions with a multi-reward design, enabling coverage-aware retrieval scheduling. It employs a Cartesian-inspired planning module to decompose complex questions into ordered sub-questions, and logical expression to guide tool invocation for globally consistent multi-step reasoning. This reasoning–retrieval process is optimized with a multi-reward combining outcome and retrieval-specific signals, enabling the model to learn when and how to combine KG and web retrieval effectively. Experiments on multiple KGQA benchmarks demonstrate that Graph-RFT achieves superior performance over strong baselines, even with smaller LLM backbones, and substantially improves complex question decomposition, factual coverage, and tool coordination. Yanlin Song, Ben Liu 0002, Víctor Gutiérrez-Basulto, Zhiwei Hu, Qianqian Xie, Min Peng 0002, Sophia Ananiadou, Jeff Z. Pan |
WWW | 8 |
| 2026 | Caddie: A prototype of content-based ad hoc RDF dataset retrievalabstractThe rapid growth of open and structured RDF data on the Web has promoted the development of dataset search as an important research topic. The core function of existing systems is ad hoc dataset retrieval (AHDR) based on the metadata of datasets, which contains limited information and often suffers from quality issues. To overcome the limitations, in this article, we systematically investigate content-based AHDR to exploit the actual RDF data in datasets. We address three main tasks of content-based AHDR with novel methods for handling the large size and complex structure of RDF data to facilitate dataset retrieval, deduplication, and snippet extraction. These methods are integrated into an online and open-source prototype called Caddie . The effectiveness and practicability of its components are evaluated on a public test collection and by a user study. Xiaxia Wang 0001, Qiaosheng Chen, Weiqing Luo, Jeff Z. Pan, Baifan Zhou, Evgeny Kharlamov, Gong Cheng 0001 |
J. Web Semant. | 5 |
| 2025 | Multi-level Matching Network for Multimodal Entity LinkingabstractMultimodal entity linking (MEL) aims to link ambiguous mentions within multimodal contexts to corresponding entities in a multimodal knowledge base. Most existing approaches to MEL are based on representation learning or vision-and-language pre-training mechanisms for exploring the complementary effect among multiple modalities. However, these methods suffer from two limitations. On the one hand, they overlook the possibility of considering negative samples from the same modality. On the other hand, they lack mechanisms to capture bidirectional cross-modal interaction. To address these issues, we propose a Multi-level Matching network for Multimodal Entity Linking(M3EL). Specifically, M3EL is composed of three different modules: (i) a Multimodal Feature Extraction module, which extracts modality-specific representations with a multimodal encoder and introduces an intra-modal contrastive learning sub-module to obtain better discriminative embeddings based on uni-modal differences; (ii) an Intra-modal Matching Network module, which contains two levels of matching granularity: Coarse-grained Global-to-Global and Fine-grained Global-to-Local, to achieve local and global level intra-modal interaction; (iii) a Cross-modal Matching Network module, which applies bidirectional strategies, Textual-to-Visual and Visual-to-Textual matching, to implement bidirectional cross-modal interaction. Extensive experiments conducted on WikiMEL, RichpediaMEL, and WikiDiverse datasets demonstrate the outstanding performance of M3EL when compared to the state-of-the-art baselines. Zhiwei Hu, Víctor Gutiérrez-Basulto, Ru Li 0001, Jeff Z. Pan |
KDD (1) | 4 |
| 2025 | Multi-level Mixture of Experts for Multimodal Entity LinkingabstractMultimodal Entity Linking (MEL) aims to link ambiguous mentions within multimodal contexts to associated entities in a multimodal knowledge base. Existing approaches to MEL introduce multimodal interaction and fusion mechanisms to bridge the modality gap and enable multi-grained semantic matching. However, they do not address two important problems: (i) mention ambiguity, i.e., the lack of semantic content caused by the brevity and omission of key information in the mention's textual context; (ii) dynamic selection of modal content, i.e., to dynamically distinguish the importance of different parts of modal information. To mitigate these issues, we propose a Multi-level Mixture of Experts (MMoE) model for MEL. MMoE has four components: (i) the description-aware mention enhancement module leverages large language models to identify the WikiData descriptions that best match a mention, considering the mention's textual context; (ii) the multimodal feature extraction module adopts multimodal feature encoders to obtain textual and visual embeddings for both mentions and entities; (iii)-(iv) the intra-level mixture of experts and inter-level mixture of experts modules apply a switch mixture of experts mechanism to dynamically and adaptively select features from relevant regions of information. Extensive experiments on WikiMEL, RichpediaMEL and WikiDiverse datasets demonstrate the outstanding performance of MMoE compared to the state-of-the-art. MMoE's code is available at: https://github.com/zhiweihu1103/MEL-MMoE. Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li 0001, Jeff Z. Pan |
KDD (2) | 5 |
| 2025 | Atomic Fact Decomposition Helps Attributed Question AnsweringabstractAttributed Question Answering (AQA) aims to provide both a trustworthy answer and a reliable attribution report for a given question. Retrieval is a widely adopted approach, including two general paradigms: Retrieval-Then-Read (RTR) and post-hoc retrieval. Recently, Large Language Models (LLMs) have shown remarkable proficiency, prompting growing interest in AQA among researchers. However, RTR-based AQA often suffers from irrelevant knowledge and rapidly changing information, even when LLMs are adopted, while post-hoc retrievalbased AQA struggles with comprehending long-form answers with complex logic, and precisely identifying the content needing revision and preserving the original intent. To tackle these problems, this paper proposes an Atomic fact decompositionbased Retrieval and Editing (ARE) framework, which decomposes the generated long-form answers into molecular clauses and atomic facts by the instruction-tuned LLMs. Notably, the instruction-tuned LLMs are fine-tuned using a well-constructed dataset, generated from large scale Knowledge Graphs (KGs). This process involves extracting one-hop neighbors from a given set of entities and transforming the result into coherent long-form text. Subsequently, ARE leverages a search engine to retrieve evidences related to atomic facts, inputting these evidences into an LLM-based verifier to determine whether the facts require expansion for re-retrieval or editing. Furthermore, the edited facts are backtracked into the original answer, with evidence aggregated based on the relationship between molecular clauses and atomic facts. Extensive evaluations demonstrate the superior performance of our proposed method over the state-of-the-arts on several datasets, with an additionally proposed new metricAttrpfor evaluating the precision of evidence attribution. Zhichao Yan 0002, Jiapu Wang, Jiaoyan Chen 0001, Xiaoli Li 0001, Jiye Liang, Ru Li 0001, Jeff Z. Pan |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2024 | InstructIE: A Bilingual Instruction-based Information Extraction Dataset
Honghao Gui, Shuofei Qiao, Jintian Zhang, Hongbin Ye, Mengshu Sun, Lei Liang 0002, Jeff Z. Pan, Huajun Chen, Ningyu Zhang 0001 |
ISWC (3) | 7 |
| 2024 | Empowering Large Language Models: Tool Learning for Real-World InteractionabstractSince the advent of large language models (LLMs), the field of tool learning has remained very active in solving various tasks in practice, including but not limited to information retrieval. This half-day tutorial provides basic concepts of this field and an overview of recent advancements with several applications. In specific, we start with some foundational components and architecture of tool learning (i.e., cognitive tool and physical tool), and then we categorize existing studies in this field into tool-augmented learning and tool-oriented learning, and introduce various learning methods to empower LLMs this kind of capability. Furthermore, we provide several cases about when, what, and how to use tools in different applications. We end with some open challenges and several potential research directions for future studies. We believe this tutorial is suited for both researchers at different stages (introductory, intermediate, and advanced) and industry practitioners who are interested in LLMs and tool learning. Hongru Wang 0003, Yujia Qin, Yankai Lin 0001, Jeff Z. Pan, Kam-Fai Wong |
SIGIR | 4 |
| 2024 | A Large-scale Offer Alignment Model for Partitioning Filtering and Matching Product OffersabstractOffer alignment is a key step in a product knowledge graph construction pipeline. It aims to align retailer offers of the same product for better coverage of product details. With the rapid development of online shopping services, the offer alignment task is applied in ever larger datasets. This work aims to build an offer alignment system that can efficiently be used in large-scale offer data. The key components of this system include: 1) common offer encoders for encoding text offer data into representations; 2) trainable LSH partitioning module to divide similar offers into small blocks; 3) lightweight sophisticated late-interactions for efficient filtering and scoring of offer alignment candidate pairs. We evaluate the system on public WDC offer alignment dataset, as well as DBLP-Scholar and DBLP-ACM. Wenyu Huang, André Melo, Jeff Z. Pan |
SIGIR | 3 |
| 2024 | Start From Zero: Triple Set Prediction for Automatic Knowledge Graph CompletionabstractKnowledge graph (KG) completion aims to find out missing triples in a KG. Some tasks, such as link prediction and instance completion, have been proposed for KG completion. They are triple-level tasks with some elements in a missing triple given to predict the missing element of the triple. However, knowing some elements of the missing triple in advance is not always a realistic setting. In this paper, we propose a novel graph-level automatic KG completion task calledTriple Set Prediction (TSP)which assumes none of the elements in the missing triples is given. TSP is to predict a set of missing triples given a set of known triples. To properly and accurately evaluate this new task, we propose 4 evaluation metrics including 3 classification metrics and 1 ranking metric, considering both the partial-open-world and the closed-world assumptions. Furthermore, to tackle the huge candidate triples for prediction, we propose a novel and efficient subgraph-based method GPHT that can predict the triple set fast. To fairly compare the TSP results, we also propose two types of methods RuleTensor-TSP and KGE-TSP applying the existing rule- and embedding-based methods for TSP as baselines. During experiments, we evaluate the proposed methods on two datasets extracted from Wikidata following the relation-similarity partial-open-world assumption proposed by us, and also create a complete family data set to evaluate TSP results following the closed-world assumption. Results prove that the methods can successfully generate a set of missing triples and achieve reasonable scores on the new task, and GPHTperforms better than the baselines with significantly shorter prediction time. Wen Zhang 0015, Peng Ye 0007, Zhiwei Huang 0006, Zezhong Xu, Jiaoyan Chen 0001, Jeff Z. Pan, Huajun Chen |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2023 | HyperFormer: Enhancing Entity and Relation Interaction for Hyper-Relational Knowledge Graph CompletionabstractHyper-relational knowledge graphs (HKGs) extend standard knowledge graphs by associating attribute-value qualifiers to triples, which effectively represent additional fine-grained information about its associated triple. Hyper-relational knowledge graph completion (HKGC) aims at inferring unknown triples while considering its qualifiers. Most existing approaches to HKGC exploit a global-level graph structure to encode hyper-relational knowledge into the graph convolution message passing process. However, the addition of multi-hop information might bring noise into the triple prediction process. To address this problem, we propose HyperFormer, a model that considers local-level sequential information, which encodes the content of the entities, relations and qualifiers of a triple. More precisely, HyperFormer is composed of three different modules: an entity neighbor aggregator module allowing to integrate the information of the neighbors of an entity to capture different perspectives of it; a relation qualifier aggregator module to integrate hyper-relational knowledge into the corresponding relation to refine the representation of relational content; a convolution-based bidirectional interaction module based on a convolutional operation, capturing pairwise bidirectional interactions of entity-relation, entity-qualifier, and relation-qualifier. Furthermore, we introduce a Mixture-of-Experts strategy into the feed-forward layers of HyperFormer to strengthen its representation capabilities while reducing the amount of model parameters and computation. Extensive experiments on three well-known datasets with four different conditions demonstrate HyperFormer's effectiveness. Datasets and code are available at https://github.com/zhiweihu1103/HKGC-HyperFormer. Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li 0001, Jeff Z. Pan |
CIKM | 5 |
| 2023 | Construction and Applications of Billion-Scale Pre-Trained Multimodal Business Knowledge GraphabstractBusiness Knowledge Graphs (KGs) are important to many enterprises today, providing factual knowledge and structured data that steer many products and make them more intelligent. Despite their promising benefits, building business KG necessitates solving prohibitive issues of deficient structure and multiple modalities. In this paper, we advance the understanding of the practical challenges related to building KG in non-trivial real-world systems. We introduce the process of building an open business knowledge graph (OpenBG) derived from a well-known enterprise, Alibaba Group. Specifically, we define a core ontology to cover various abstract products and consumption demands, with fine-grained taxonomy and multimodal facts in deployed applications. OpenBG is an open business KG of unprecedented scale: 2.6 billion triples with more than 88 million entities covering over 1 million core classes/concepts and 2,681 types of relations. We release all the open resources (OpenBG benchmarks) derived from it for the community and report experimental results of KG-centric tasks. We also run up an online competition based on OpenBG benchmarks, and has attracted thousands of teams. We further pre-train OpenBG and apply it to many KG-enhanced downstream tasks in business scenarios, demonstrating the effectiveness of billion-scale multimodal knowledge for e-commerce. All the resources with codes have been released at https://github.com/OpenBGBenchmark/OpenBG. Shumin Deng, Zhoubo Li, Ningyu Zhang 0001, Zelin Dai, Hehong Chen, Feiyu Xiong, Ming Yan 0008, Mosha Chen, Jiaoyan Chen 0001, Jeff Z. Pan, Bryan Hooi, Huajun Chen |
ICDE | 12 |
| 2023 | Relational Message Passing for Fully Inductive Knowledge Graph CompletionabstractIn knowledge graph completion (KGC), predicting triples involving emerging entities and/or relations, which are unseen when the KG embeddings are learned, has become a critical challenge. Subgraph reasoning with message passing is a promising and popular solution. Some recent methods have achieved good performance, but they (i) usually can only predict triples involving unseen entities alone, failing to address more realistic fully inductive situations with both unseen entities and unseen relations, and (ii) often conduct message passing over the entities with the relation patterns not fully utilized. In this study, we propose a new method named RMPI which uses a novel Relational Message Passing network for fully Inductive KGC. It passes messages directly between relations to make full use of the relation patterns for subgraph reasoning with new techniques on graph transformation, graph pruning, relation-aware neighborhood attention, addressing empty subgraphs, etc., and can utilize the relation semantics defined in the KG’s ontological schema. Extensive evaluation on multiple benchmarks has shown the effectiveness of RMPI’s techniques and its better performance compared with the existing methods that support fully inductive KGC. RMPI is also comparable to the state-of-the-art partially inductive KGC methods with very promising results achieved. Our codes, data and some supplementary experiment results are available at https://github.com/zjukg/RMPI. Yuxia Geng, Jiaoyan Chen 0001, Jeff Z. Pan, Mingyang Chen 0002, Wen Zhang 0015, Huajun Chen |
ICDE | 3 |
| 2023 | Wiki-Based Communities of Interest: Demographics and OutliersabstractIn this paper, we release data about demographic information and outliers of communities of interest. Identified from Wiki-based sources, mainly Wikidata, the data covers 7.5k communities, e.g., members of the White House Coronavirus Task Force, and 345k subjects, e.g., Deborah Birx. We describe the statistical inference methodology adopted to mine such data. We release subject-centric and group-centric datasets in JSON format, as well as a browsing interface. Finally, we forsee three areas where this dataset can be useful: in social sciences research, it provides a resource for demographic analyses; in web-scale collaborative encyclopedias, it serves as an edit recommender to fill knowledge gaps; and in web search, it offers lists of salient statements about queried subjects for higher user engagement. The dataset can be accessed at: https://doi.org/10.5281/zenodo.7410436 Hiba Arnaout, Simon Razniewski, Jeff Z. Pan |
ICWSM | 3 |
| 2023 | Rethinking Uncertainly Missing and Ambiguous Visual Modality in Multi-Modal Entity Alignment
Zhuo Chen 0007, Lingbing Guo, Yin Fang, Yichi Zhang 0009, Jiaoyan Chen 0001, Jeff Z. Pan, Yangning Li, Huajun Chen, Wen Zhang 0015 |
ISWC | 6 |
| 2023 | VOYAGE: A Large Collection of Vocabulary Usage in Open RDF Datasets
Junrui Wang, Jeff Z. Pan, Gong Cheng 0001 |
ISWC | 3 |
| 2023 | KATIE: A System for Key Attributes Identification in Product Knowledge Graph ConstructionabstractWe present part of Huawei's efforts in building a Product Knowledge Graph (PKG). We want to identify which product attributes (i.e. properties) are relevant and important in terms of shopping decisions to product categories (i.e. classes). This is particularly challenging when the attributes and their values are mined from online product catalogues, i.e. HTML pages. These web pages contain semi-structured data, which do not follow a concerted format and use diverse vocabulary to designate the same features. We propose a system for key attribute identification (KATIE) based on fine-tuning pre-trained models (e.g., DistilBERT) to predict the applicability and importance of an attribute to a category. We also propose an attribute synonyms identification module that allows us to discover synonymous attributes by considering not only their labels' similarities but also the similarity of their values sets. We have evaluated our approach to Huawei categories taxonomy and a set of internally mined attributes from web pages. KATIE guarantees promising performance results compared to the most recent baselines. Btissam Er-Rahmadi, Arturo Oncevay, Yuanyi Ji, Jeff Z. Pan |
SIGIR | 4 |
| 2023 | BANDAR: Benchmarking Snippet Generation Algorithms for (RDF) Dataset SearchabstractThe large volume of open data on the Web is expected to be reused and create value. Finding the right data to reuse is a non-trivial task addressed by the recent dataset search systems, which retrieve datasets relevant to a keyword query. An important component of such systems is snippet generation, extracting data from a retrieved dataset to exemplify its content and explain its relevance to the query. Snippet generation algorithms have emerged but were mainly evaluated by user studies. More efficient and reproducible evaluation methods are needed. To meet this challenge, in this article, we present a set of quality metrics for assessing the usefulness of a snippet from different perspectives, and we select and aggregate them into quality profiles for different stages of a dataset search process. Furthermore, we create a benchmark from thousands of collected real-world data needs and datasets, on which we apply the presented quality metrics and profiles to evaluate snippets generated by two existing algorithms and three adapted algorithms. The results, which are reproducible as they are automatically computed without human interaction, show the pros and cons of the tested algorithms and highlight directions for future research. The benchmark data is publicly available. Xiaxia Wang 0001, Gong Cheng 0001, Jeff Z. Pan, Evgeny Kharlamov, Yuzhong Qu |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2023 | Benchmarking knowledge-driven zero-shot learning
Yuxia Geng, Jiaoyan Chen 0001, Xiang Zhuang, Zhuo Chen 0007, Jeff Z. Pan, Juan Li 0010, Zonggang Yuan, Huajun Chen |
J. Web Semant. | 5 |
| 2022 | UnCommonSense: Informative Negative Knowledge about Everyday ConceptsabstractCommonsense knowledge about everyday concepts is an important asset for AI applications, such as question answering and chatbots. Recently, we have seen an increasing interest in the construction of structured commonsense knowledge bases (CSKBs). An important part of human commonsense is about properties that do not apply to concepts, yet existing CSKBs only store positive statements. Moreover, since CSKBs operate under the open-world assumption, absent statements are considered to have unknown truth rather than being invalid. This paper presents the UNCOMMONSENSE framework for materializing informative negative commonsense statements. Given a target concept, comparable concepts are identified in the CSKB, for which a local closed-world assumption is postulated. This way, positive statements about comparable concepts that are absent for the target concept become seeds for negative statement candidates. The large set of candidates is then scrutinized, pruned and ranked by informativeness. Intrinsic and extrinsic evaluations show that our method significantly outperforms the state-of-the-art. A large dataset of informative negations is released as a resource for future research. Hiba Arnaout, Simon Razniewski, Gerhard Weikum, Jeff Z. Pan |
CIKM | 4 |
| 2022 | Disentangled Ontology Embedding for Zero-shot LearningabstractKnowledge Graph (KG) and its variant of ontology have been widely used for knowledge representation, and have shown to be quite effective in augmenting Zero-shot Learning (ZSL). However, existing ZSL methods that utilize KGs all neglect the intrinsic complexity of inter-class relationships represented in KGs. One typical feature is that a class is often related to other classes in different semantic aspects. In this paper, we focus on ontologies for augmenting ZSL, and propose to learn disentangled ontology embeddings guided by ontology properties to capture and utilize more fine-grained class relationships in different aspects. We also contribute a new ZSL framework named DOZSL, which contains two new ZSL solutions based on generative models and graph propagation models, respectively, for effectively utilizing the disentangled ontology embeddings. Extensive evaluations have been conducted on five benchmarks across zero-shot image classification (ZS-IMGC) and zero-shot KG completion (ZS-KGC). DOZSL often achieves better performance than the state-of-the-art, and its components have been verified by ablation studies and case studies. Our codes and datasets are available at https://github.com/zjukg/DOZSL. Yuxia Geng, Jiaoyan Chen 0001, Wen Zhang 0015, Zhuo Chen 0007, Jeff Z. Pan, Feiyu Xiong, Huajun Chen |
KDD | 6 |
| 2021 | PCSG: Pattern-Coverage Snippet Generation for RDF Datasets
Xiaxia Wang 0001, Gong Cheng 0001, Tengteng Lin, Jeff Z. Pan, Evgeny Kharlamov, Yuzhong Qu |
ISWC | 5 |
| 2021 | Zero-Shot Visual Question Answering Using Knowledge Graph
Zhuo Chen 0007, Jiaoyan Chen 0001, Yuxia Geng, Jeff Z. Pan, Zonggang Yuan, Huajun Chen |
ISWC | 4 |
| 2021 | OntoZSL: Ontology-enhanced Zero-shot LearningabstractZero-shot Learning (ZSL), which aims to predict for those classes that have never appeared in the training data, has arisen hot research interests. The key of implementing ZSL is to leverage the prior knowledge of classes which builds the semantic relationship between classes and enables the transfer of the learned models (e.g., features) from training classes (i.e., seen classes) to unseen classes. However, the priors adopted by the existing methods are relatively limited with incomplete semantics. In this paper, we explore richer and more competitive prior knowledge to model the inter-class relationship for ZSL via ontology-based knowledge representation and semantic embedding. Meanwhile, to address the data imbalance between seen classes and unseen classes, we developed a generative ZSL framework with Generative Adversarial Networks (GANs). Yuxia Geng, Jiaoyan Chen 0001, Zhuo Chen 0007, Jeff Z. Pan, Zhiquan Ye, Zonggang Yuan, Yantao Jia, Huajun Chen |
WWW | 4 |
| 2021 | Wikinegata: a Knowledge Base with Interesting Negative StatementsabstractDatabases about general-world knowledge, so-called knowledge bases (KBs), are important in applications such as search and question answering. Traditionally, although KBs use open world assumption, popular KBs only store positive information, but withhold from taking any stance towards statements not contained in them. In this demo, we show that storing and presenting noteworthy negative statements would be important to overcome current limitations in various use cases. In particular, we introduce the Wiki neg ata portal, a platform to explore negative statements for Wikidata entities, by implementing a peer-based ranking method for inferring interesting negations in KBs. The demo is available at http://d5demos.mpi-inf.mpg.de/negation. Hiba Arnaout, Simon Razniewski, Gerhard Weikum, Jeff Z. Pan |
Proc. VLDB Endow. | 4 |
| 2021 | Negative statements considered useful
Hiba Arnaout, Simon Razniewski, Gerhard Weikum, Jeff Z. Pan |
J. Web Semant. | 4 |
| 2021 | Knowledge graph embeddings for dealing with concept drift in machine learning
Jiaoyan Chen 0001, Freddy Lécué, Jeff Z. Pan, Shumin Deng, Huajun Chen |
J. Web Semant. | 3 |
| 2021 | DTN: Deep triple network for topic specific fake news detection
Jinshuo Liu, Ningxi Li, Juan Deng, Jeff Z. Pan |
J. Web Semant. | 6 |
| 2020 | Schema aware iterative Knowledge Graph completion
Kemas Rahmat Saleh Wiharja, Jeff Z. Pan, Martin J. Kollingbaum |
J. Web Semant. | 2 |
| 2019 | Commonsense Properties from Query Logs and Question Answering ForumsabstractCommonsense knowledge about object properties, human behavior and general concepts is crucial for robust AI applications. However, automatic acquisition of this knowledge is challenging because of sparseness and bias in online sources. This paper presents Quasimodo, a methodology and tool suite for distilling commonsense properties from non-standard web sources. We devise novel ways of tapping into search-engine query logs and QA forums, and combining the resulting candidate assertions with statistical cues from encyclopedias, books and image tags in a corroboration step. Unlike prior work on commonsense knowledge bases, Quasimodo focuses on salient properties that are typically associated with certain objects or concepts. Extensive evaluations, including extrinsic use-case studies, show that Quasimodo provides better coverage than state-of-the-art baselines with comparable quality. Julien Romero, Simon Razniewski, Koninika Pal, Jeff Z. Pan, Archit Sakhadeo, Gerhard Weikum |
CIKM | 4 |
| 2019 | Entity Enabled Relation Linking
Jeff Z. Pan, Kuldeep Singh 0001, Frank van Harmelen, Jinguang Gu |
ISWC (1) | 1 |
| 2019 | QaldGen: Towards Microbenchmarking of Question Answering Systems over Knowledge Graphs
Kuldeep Singh 0001, Muhammad Saleem 0002, Abhishek Nadgeri, Lixi Conrads, Jeff Z. Pan, Axel-Cyrille Ngonga Ngomo, Jens Lehmann 0001 |
ISWC (2) | 5 |
| 2019 | A Framework for Evaluating Snippet Generation for Dataset Search
Xiaxia Wang 0001, Jinchi Chen, Gong Cheng 0001, Jeff Z. Pan, Evgeny Kharlamov, Yuzhong Qu |
ISWC (1) | 5 |
| 2019 | Relevance Search over Schema-Rich Knowledge GraphsabstractRelevance search over a knowledge graph (KG) has gained much research attention. Given a query entity in a KG, the problem is to find its most relevant entities. However, the relevance function is hidden and dynamic. Different users for different queries may consider relevance from different angles of semantics. The ambiguity in a query is more noticeable in the presence of thousands of types of entities and relations in a schema-rich KG, which has challenged the effectiveness and scalability of existing methods. To meet the challenge, our approach called RelSUE requests a user to provide a small number of answer entities as examples, and then automatically learns the most likely relevance function from these examples. Specifically, we assume the intent of a query can be characterized by a set of meta-paths at the schema level. RelSUE searches a KG for diversified significant meta-paths that best characterize the relevance of the user-provided examples to the query entity. It reduces the large search space of a schema-rich KG using distance and degree-based heuristics, and performs reasoning to deduplicate meta-paths that represent equivalent query-specific semantics. Finally, a linear model is learned to predict meta-path based relevance. Extensive experiments demonstrate that RelSUE outperforms several state-of-the-art methods. Yu Gu 0016, Tianshuo Zhou, Gong Cheng 0001, Ziyang Li 0005, Jeff Z. Pan, Yuzhong Qu |
WSDM | 5 |
| 2018 | Distributed Stream Consistency Checking
Shen Gao, Daniele Dell'Aglio, Jeff Z. Pan, Abraham Bernstein |
ICWE | 3 |
| 2018 | Content Based Fake News Detection Using Knowledge Graphs
Jeff Z. Pan, Siyana Pavlova, Ningxi Li, Yangmei Li, Jinshuo Liu |
ISWC (1) | 1 |
| 2018 | Predicting Reasoner Performance on ABox Intensive OWL 2 EL OntologiesabstractIn this article, the authors introduce the notion of ABox intensity in the context of predicting reasoner performance to improve the representativeness of ontology metrics, and they develop new metrics that focus on ABox features of OWL 2 EL ontologies. Their experiments show that taking into account the intensity through the proposed metrics contributes to overall prediction accuracy for ABox intensive ontologies. Jeff Z. Pan, Carlos Bobed, Isa Guclu, Fernando Bobillo, Martin J. Kollingbaum, Eduardo Mena, Yuan-Fang Li |
Int. J. Semantic Web Inf. Syst. | 1 |
| 2017 | On Serializable Incremental Semantic ReasonersabstractThis short paper motivates the need for incremental and serializable semantic reasoners. Two possible scenarios where semantic reasoners with these feature could be interesting are outlined, namely reasoning on mobile devices and managing dynamic knowledge. Carlos Bobed, Fernando Bobillo, Eduardo Mena, Jeff Z. Pan |
K-CAP | 4 |
| 2017 | Computing Authoring Tests from Competency Questions: Experimental Validation
Matt Dennis, Kees van Deemter, Daniele Dell'Aglio, Jeff Z. Pan |
ISWC (1) | 4 |
| 2017 | Forecasting smog-related health hazard based on social media and physical sensor
Jiaoyan Chen 0001, Huajun Chen, Zhaohui Wu 0001, Daning Hu, Jeff Z. Pan |
Inf. Syst. | 5 |
| 2016 | Predicting Energy Consumption of Ontology Reasoning over Mobile Devices
Isa Guclu, Yuan-Fang Li, Jeff Z. Pan, Martin J. Kollingbaum |
ISWC (1) | 3 |
| 2015 | Smog disaster forecasting using social web data and physical sensor dataabstractSmog disaster is a type of air pollution event that negatively affects people's life and health. Forecasting smog disasters may largely reduce potential loss that they may cause. However, it is a great challenge since smog disasters are often caused by many complex factors. With the availability of huge amounts of data from the social web and physical sensors, covering information of air quality, meteorology, social event, human mobility, people's opinion, etc., it becomes possible to utilize such big data to forecast smog disasters. Especially, we can investigate the effect of social activities in smog disaster forecasting with the help of social web, which is ignored in traditional studies. In this paper, we propose a big data approach named B-Smog for smog disaster forecasting. It mainly has two components: 1) features extraction from multiple data sources to model the factors that indicate the appearance or disappearance of a smog disaster like traffic condition, human mobility, weather condition and air pollution transportation; 2) learning and predicting with heterogeneous features in multiple views. For the second component, we propose a prediction model based on an ensemble learning framework and artificial neural networks (ANNs), which achieves high accuracy in this application and can also be applied to other similar problems. We present the effectiveness of B-Smog through two cases studies in Beijing and Shanghai, and evaluate the accuracy of the prediction model through comparing it with some baselines. Moreover, the empirical findings of our study can also support decision making in smog disaster management. Jiaoyan Chen 0001, Huajun Chen, Daning Hu, Jeff Z. Pan, Yalin Zhou |
IEEE BigData | 4 |
| 2015 | Rewriting-Based Instance Retrieval for Negated Concepts in Description Logic Ontologies
Jianfeng Du, Jeff Z. Pan |
ISWC (1) | 2 |
| 2015 | Effective Online Knowledge Graph Fusion
Haofen Wang, Zhijia Fang, Jeff Z. Pan, Tong Ruan |
ISWC (1) | 4 |
| 2014 | Towards Competency Question-Driven Ontology Authoring
Yuan Ren 0001, Artemis Parvizi, Chris Mellish, Jeff Z. Pan, Kees van Deemter, Robert Stevens 0001 |
ESWC | 4 |
| 2014 | Selecting Ontology Entailments for Presentation to UsersabstractPresenting entailments of axioms in a formal ontology is a non-trivial task. This position paper argues that the problem of selecting entailments for presentation to users is not adequately acknowledged or addressed in the literature or in implemented systems. We analyse the problem and consider some di↵erent approaches that can help to address the problem. Artemis Parvizi, Chris Mellish, Kees van Deemter, Yuan Ren 0001, Jeff Z. Pan |
KEOD | 5 |
| 2014 | The Ubiquitous Semantic Web: Promises, Progress and ChallengesabstractThe Semantic Web represents an evolution of the World Wide Web towards one of entities and their relationships, rather than pages and links. Such a progression makes it possible to represent, integrate, query and reason about structured online data. Recent years have witnessed tremendous growth of mobile computing, represented by the widespread adoption of smart phones and tablets. The versatility of such smart devices and the capabilities of semantic technologies form a great foundation for a ubiquitous Semantic Web that will contribute to further realising the true potential of both disciplines. In this paper, the authors argue for values provided by the ubiquitous Semantic Web using a mobile service discovery scenario. They also provide a brief overview of state-of-the-art research in this emerging area. Finally, the authors conclude with a summary of challenges and important research problems. Yuan-Fang Li, Jeff Z. Pan, Shonali Krishnaswamy, Manfred Hauswirth, Hai H. Nguyen |
Int. J. Semantic Web Inf. Syst. | 2 |
| 2013 | Query generation for semantic datasetsabstractDue to the increasing volume of and interconnections between semantic datasets, it becomes a challenging task for novice users to know what are included in a dataset, how they can make use of them, and particularly, what queries should be asked. In this paper we analyse several types of candidate insightful queries and propose a framework to generate such queries and identify their relations. To verify our approach, we implemented our framework and evaluated its performance with benchmark and real world datasets. Jeff Z. Pan, Yuan Ren 0001, Honghan Wu, Man Zhu |
K-CAP | 1 |
| 2012 | RDFS Reasoning on Massively Parallel Hardware
Norman Heino, Jeff Z. Pan |
ISWC (1) | 2 |
| 2012 | Approximating Linear Order Inference in OWL 2 DL by Horn CompilationabstractIn order to directly reason over inconsistent OWL 2 DL ontologies, this paper considers linear order inference which comes from propositional logic. Consequences of this inference in an inconsistent ontology are defined as consequences in a certain consistent sub-ontology. This paper proposes a novel framework for compiling an OWL 2 DL ontology to a Horn propositional program so that the intended consistent sub-ontology for linear order inference can be approximated from the compiled result in polynomial time. A tractable method is proposed to realize this framework. It guarantees that the compiled result has a polynomial size. Experimental results show that the proposed method computes the exact intended sub-ontology for almost all test cases, while it is significantly more efficient and scalable than state-of-the-art exact methods. Jianfeng Du, Guilin Qi, Jeff Z. Pan, Yidong Shen |
Web Intelligence | 3 |
| 2012 | Towards Practical ABox Abduction in Large Description Logic OntologiesabstractABox abduction is an important reasoning facility in Description Logics (DLs). It finds all minimal sets of ABox axioms, called abductive solutions, which should be added to a background ontology to enforce entailment of an observation which is a specified set of ABox axioms. However, ABox abduction is far from practical by now because there lack feasible methods working in finite time for expressive DLs. To pave a way to practical ABox abduction, this paper proposes a new problem for ABox abduction and a new method for computing abductive solutions accordingly. The proposed problem guarantees finite number of abductive solutions. The proposed method works in finite time for a very expressive DL, , which underpins the W3C standard language OWL 2, and guarantees soundness and conditional completeness of computed results. Experimental results on benchmark ontologies show that the method is feasible and can scale to large ABoxes. Jianfeng Du, Guilin Qi, Yidong Shen, Jeff Z. Pan |
Int. J. Semantic Web Inf. Syst. | 4 |
| 2011 | Optimising ontology stream reasoning with truth maintenance systemabstractSo far researchers in the Description Logics / Ontology communities mainly consider ontology reasoning services for static ontologies. The rapid development of the Semantic Web and its emerging data ask for reasoning technologies for dynamic knowledge streams. Existing work on stream reasoning is focused on lightweight languages such as RDF and RDFS. In this paper, we introduce the notion of Ontology Stream Management System (OSMS) and present a stream-reasoning approach based on Truth Maintenance System (TMS). We present optimised EL++ algorithm to reduce memory consumption. Our evaluations show that the optimisation improves TMS-enabled EL++ reasoning to deal with relatively large volumes of data and update efficiently. Yuan Ren 0001, Jeff Z. Pan |
CIKM | 2 |
| 2011 | Extending description logics with uncertainty reasoning in possibilistic logicabstractPossibilistic logic provides a convenient tool for dealing with uncertainty and handling inconsistency. In this paper, we propose possibilistic description logics as an extension of description logics, which are a family of well-known ontology languages. We first give the syntax and semantics of possibilistic description logics and define several inference services in possibilistic description logics. We show that these inference serviced can be reduced to the task of computing the inconsistency degree of a knowledge base in possibilistic description logics. Since possibilistic inference services suffer from the drowning problem, that is, axioms whose confidence degrees are less than or equal to the inconsistency are not used, we consider a drowning-free variant of possibilistic inference, called linear order inference. We propose an algorithm for computing the inconsistency degree of a possibilistic description logic knowledge base and an algorithm for the linear order inference. We consider the impact of our possibilistic description logics on ontology learning and ontology merging. Finally, we implement these algorithms and provide some interesting evaluation results. © 2011 Wiley Periodicals, Inc. Guilin Qi, Qiu Ji, Jeff Z. Pan, Jianfeng Du |
Int. J. Intell. Syst. | 3 |
| 2011 | Semantic Web dynamics
Grigoris Antoniou, Mathieu d'Aquin, Jeff Z. Pan |
J. Web Semant. | 3 |
| 2010 | Novel local features with hybrid sampling technique for image retrievalabstractIn image retrieval, most existing approaches that incorporate local features produce high dimensional vectors, which lead to a high computational and data storage cost. Moreover, when it comes to the retrieval of generic real-life images, randomly generated patches are often more discriminant than the ones produced by corner/blob detectors. In order to tackle these problems, we propose a novel method incorporating local features with a hybrid sampling (a combination of detector-based and random sampling). We take three large data collections for the evaluation: MIRFlickr, ImageCLEF, and a collection from British National Geological Survey. The overall performance of the proposed approach is better than the performance of global features and comparable with the current state-of-the-art methods in content-based image retrieval. One of the advantages of our method when compared with others is its easy implementation and low computational cost. Another is that hybrid sampling can improve the performance of other methods based on the ``bag of visual words'' approach. Leszek Kaliciak, Dawei Song 0001, Nirmalie Wiratunga, Jeff Z. Pan |
CIKM | 4 |
| 2010 | Towards Hybrid Reasoning for Verifying and Validating Multilevel Models
Nophadol Jekjantuk, Gerd Gröner, Jeff Z. Pan, Edward Thomas |
EKAW | 3 |
| 2010 | Verifying and Validating Multi-layered Models with OWL FA Toolkit
Nophadol Jekjantuk, Jeff Z. Pan, Gerd Gröner |
ESWC (2) | 2 |
| 2010 | PossDL - A Possibilistic DL Reasoner for Uncertainty Reasoning and Inconsistency Handling
Guilin Qi, Qiu Ji, Jeff Z. Pan, Jianfeng Du |
ESWC (2) | 3 |
| 2010 | TrOWL: Tractable OWL 2 Reasoning Infrastructure
Edward Thomas, Jeff Z. Pan, Yuan Ren 0001 |
ESWC (2) | 2 |
| 2010 | Modelling and Reasoning in Metamodelling Enabled Ontologies
Nophadol Jekjantuk, Gerd Gröner, Jeff Z. Pan |
KSEM | 3 |
| 2010 | SAOR: Template Rule Optimisations for Distributed Reasoning over 1 Billion Linked Data Triples
Aidan Hogan, Jeff Z. Pan, Axel Polleres, Stefan Decker |
ISWC (1) | 2 |
| 2009 | Reducing Ambiguity in Tagging Systems with Folksonomy Search Expansion
Jeff Z. Pan, Stuart Taylor, Edward Thomas |
ESWC | 1 |
| 2009 | A Decomposition-Based Approach to Optimizing Conjunctive Query Answering in OWL DL
Jianfeng Du, Guilin Qi, Jeff Z. Pan, Yidong Shen |
ISWC | 3 |
| 2009 | Concept and Role Forgetting in ALC{\mathcal {ALC}} Ontologies
Kewen Wang 0001, Zhe Wang 0001, Rodney W. Topor, Jeff Z. Pan, Grigoris Antoniou |
ISWC | 4 |
| 2008 | Forgetting Concepts in DL-Lite
Zhe Wang 0001, Kewen Wang 0001, Rodney W. Topor, Jeff Z. Pan |
ESWC | 4 |
| 2008 | A Kernel Revision Operator for Terminologies - Algorithms and Evaluation
Guilin Qi, Peter Haase 0001, Zhisheng Huang, Qiu Ji, Jeff Z. Pan, Johanna Völker |
ISWC | 5 |
| 2008 | Scalable querying services over fuzzy ontologiesabstractFuzzy ontologies are envisioned to be useful in the Semantic Web. Existing fuzzy ontology reasoners are not scalable enough to handle the scale of data that the Web provides. In this paper, we propose a framework of fuzzy query languages for fuzzy ontologies, and present query answering algorithms for these query languages over fuzzy DL-Lite ontologies. Moreover, this paper reports on implementation of our approach in the fuzzy DL-Lite query engine in the ONTOSEARCH2 system and preliminary, but encouraging, benchmarking results. To the best of our knowledge, this is the first ever scalable query engine for fuzzy ontologies. Jeff Z. Pan, Giorgos B. Stamou, Giorgos Stoilos, Stuart Taylor, Edward Thomas |
WWW | 1 |
| 2007 | Ontology-based Integration and Retrieval over Multiple Quantities - What if "Ovate leaves and often blue to purple flowers"abstractInformation integration and retrieval have been important problems for many information systems-it is hard to combine multidimensional and parallel information and make them available for application queries. In our previous work [12], we have shown how to use ontologies to facilitate integrating and querying parallel but single dimensional information. In this paper, we further investigate how to take advantage of ontologies to facilitate integrating parallel information and querying over multiple quantities. Shenghui Wang 0001, Jeff Z. Pan |
Web Intelligence | 2 |
| 2007 | A Flexible Ontology Reasoning Architecture for the Semantic WebabstractKnowledge-based systems in the semantic Web era can make use of the power of the semantic Web languages and technologies, in particular those related to ontologies. Recent research has shown that user-defined data types are very useful for semantic Web and ontology applications. The W3C semantic Web best practices and development working group has set up a task force to address this issue. Very recently, OWL-Eu and OWL-E, two decidable extensions of the W3C standard ontology language OWL DL, have been proposed to support customized data types and customized data type predicates, respectively. In this paper, we propose a flexible reasoning architecture for these two expressive semantic Web ontology languages and describe our prototype implementation of the reasoning architecture, based on the well-known FaCT DL reasoner, which witnesses the two key flexibility features of our proposed architecture: 1) It allows users to define their own data types and data type predicates based on built-in ones and 2) new data type reasoners can be added into the architecture without having to change the concept reasoner Jeff Z. Pan |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2007 | RDFS(FA): Connecting RDF(S) and OWL DLabstractSemantic Web (SW) languages are supposed to be compatible with each other in a meaningful way, so as to facilitate machine understanding. Recent research, however, shows that the semantics of the standard SW annotation language RDF (as well as its ontological extension RDFS) and that of the standard SW ontology language OWL DL are not compatible with each other. This paper investigates some issues behind this incompatibility and proposes a novel modification of RDF(S) as a firm semantic foundation for many of the latest description logics-based SW ontology languages, including OWL DL. Furthermore, the bidirectional one-to-one mapping between RDFS(FA) axioms in strata 0-2 and OWL DL axioms has been established, which enables RDFS(FA)-agents and OWL DL-agents to communicate with each other more easily. As a result, the introduction of RDFS(FA) clarifies the vision of the semantic Web and solidifies RDF(S)'s proposed role as the base of the semantic Web Jeff Z. Pan, Ian Horrocks 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2007 | Towards semantically enhanced Web service repositories
Marta Sabou, Jeff Z. Pan |
J. Web Semant. | 2 |
| 2007 | Verifying feature models using OWL
Hai H. Wang, Yuan-Fang Li, Jing Sun 0002, Hongyu Zhang 0002, Jeff Z. Pan |
J. Web Semant. | 5 |
| 2006 | Querying the Semantic Web with Preferences
Wolf Siberski, Jeff Z. Pan, Uwe Thaden |
ISWC | 2 |
| 2006 | Integrating and Querying Parallel Leaf Shape Descriptions
Shenghui Wang 0001, Jeff Z. Pan |
ISWC | 2 |
| 2006 | A Fine-Grained Approach to Resolving Unsatisfiable OntologiesabstractIn the Semantic Web, inconsistencies in OWL on- tologies may easily occur. Existing approaches ei- ther identify the minimally unsatisfiable sub-ontologies or calculate the maximally satisfiable sub-ontologies. However practical problems remain; it is not clear which axioms or which parts of axioms should be se- lected for repair, and how to repair those axioms. In this paper, we address this limitation by proposing a fine-grained approach to resolving unsatisfiable ontolo- gies. We revise the axiom tracing technique first pro- posed by Baader and Hollunder, so as to track which parts of the problematic axioms cause the unsatisfiabil- ity. Moreover, we support ontology users in rewriting problematic axioms. In order to minimise the impact of changes and prevent unintended entailment loss, harm- ful and helpful changes are identified and provided as guidelines. Based on the methods described we present a preliminary version of an interactive debugging tool and demonstrate its applicability in practice. Sik Chun Lam, Jeff Z. Pan, Derek H. Sleeman, Wamberto Weber Vasconcelos |
Web Intelligence | 2 |
| 2006 | OWL FA: a metamodeling extension of OWL DabstractThis paper proposes OWL FA, a decidable extension of OWL DL with the metamodeling architecture of RDFS(FA). It shows that the knowledge base satisfiability problem of OWL FA can be reduced to that of OWL DL, and compares the FA semantics with the recently proposed contextual semantics and Hilog semantics for OWL. Jeff Z. Pan, Ian Horrocks 0001 |
WWW | 1 |
| 2006 | OWL-Eu: Adding customised datatypes into OWL
Jeff Z. Pan, Ian Horrocks 0001 |
J. Web Semant. | 1 |
| 2005 | OWL-Eu: Adding Customised Datatypes into OWL
Jeff Z. Pan, Ian Horrocks 0001 |
ESWC | 1 |
| 2003 | RDFS(FA) and RDF MT: Two Semantics for RDFS
Jeff Z. Pan, Ian Horrocks 0001 |
ISWC | 1 |
| 2003 | Web Ontology Reasoning with Datatype Groups
Jeff Z. Pan, Ian Horrocks 0001 |
ISWC | 1 |