Xi Chen 0003

dblp:16/3283-3 · DBLP profile ↗
← Back
14ranked-venue papers in the field
1as first author
11since 2021 · last 2023
—ORCID · conflict

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

Information Retrieval & Web Search · 7Data Mining & Knowledge Discovery · 3Big Data, Cloud & Distributed Data Systems · 2 (1 first)Database Systems & Data Management · 1Knowledge Engineering, Semantic Web & Information Systems · 1
YearPublicationVenuePosition
2023 Fusing Fine-Grained Information of Sequential News for Personalized News Recommendation
Jin-Cheng Zhang 0003, Azlan Mohd Zain, Kai-Qing Zhou, Xi Chen 0003, Renmin Zhang
DEXA (2)4
2023 Schema-aware Reference as Prompt Improves Data-Efficient Knowledge Graph Construction
abstract
With the development of pre-trained language models, many prompt-based approaches to data-efficient knowledge graph construction have been proposed and achieved impressive performance. However, existing prompt-based learning methods for knowledge graph construction are still susceptible to several potential limitations: (i) semantic gap between natural language and output structured knowledge with pre-defined schema, which means model cannot fully exploit semantic knowledge with the constrained templates; (ii) representation learning with locally individual instances limits the performance given the insufficient features, which are unable to unleash the potential analogical capability of pre-trained language models. Motivated by these observations, we propose a retrieval-augmented approach, which retrieves schema-aware Reference As Prompt (RAP), for data-efficient knowledge graph construction. It can dynamically leverage schema and knowledge inherited from human-annotated and weak-supervised data as a prompt for each sample, which is model-agnostic and can be plugged into widespread existing approaches. Experimental results demonstrate that previous methods integrated with RAP can achieve impressive performance gains in low-resource settings on five datasets of relational triple extraction and event extraction for knowledge graph construction Code is available in https://github.com/zjunlp/RAP.
Yunzhi Yao, Shengyu Mao, Ningyu Zhang 0001, Xiang Chen 0016, Shumin Deng, Xi Chen 0003, Huajun Chen
SIGIR6
2022 X-GOAL: Multiplex Heterogeneous Graph Prototypical Contrastive Learning
abstract
Graphs are powerful representations for relations among objects, which have attracted plenty of attention in both academia and industry. A fundamental challenge for graph learning is how to train an effective Graph Neural Network (GNN) encoder without labels, which are expensive and time consuming to obtain. Contrastive Learning (CL) is one of the most popular paradigms to address this challenge, which trains GNNs by discriminating positive and negative node pairs. Despite the success of recent CL methods, there are still two under-explored problems. Firstly, how to reduce the semantic error introduced by random topology based data augmentations. Traditional CL defines positive and negative node pairs via the node-level topological proximity, which is solely based on the graph topology regardless of the semantic information of node attributes, and thus some semantically similar nodes could be wrongly treated as negative pairs. Secondly, how to effectively model the multiplexity of the real-world graphs, where nodes are connected by various relations and each relation could form a homogeneous graph layer. To solve these problems, we propose a novel multiplex heterogeneous graph prototypical contrastive leaning (X-GOAL) framework to extract node embeddings. X-GOAL is comprised of two components: the GOAL framework, which learns node embeddings for each homogeneous graph layer, and an alignment regularization, which jointly models different layers by aligning layer-specific node embeddings. Specifically, the GOAL framework captures the node-level information by a succinct graph transformation technique, and captures the cluster-level information by pulling nodes within the same semantic cluster closer in the embedding space. The alignment regularization aligns embeddings across layers at both node level and cluster level. We evaluate the proposed X-GOAL on a variety of real-world datasets and downstream tasks to demonstrate the effectiveness of the X-GOAL framework.
Baoyu Jing, Shengyu Feng, Yuejia Xiang, Xi Chen 0003, Hanghang Tong
CIKM4
2022 CLINER: Clinical Interrogation Named Entity Recognition
Tianyang Cao, Yifan Yang 0008, Yunyan Zhang, Xi Chen 0003, Baobao Chang, Zhifang Sui, Ruihui Zhao, Yefeng Zheng 0001, Bang Liu 0003
KSEM (2)5
2022 Ontology-enhanced Prompt-tuning for Few-shot Learning
abstract
Few-shot Learning (FSL) is aimed to make predictions based on a limited number of samples. Structured data such as knowledge graphs and ontology libraries has been leveraged to benefit the few-shot setting in various tasks. However, the priors adopted by the existing methods suffer from challenging knowledge missing, knowledge noise, and knowledge heterogeneity, which hinder the performance for few-shot learning. In this study, we explore knowledge injection for FSL with pre-trained language models and propose ontology-enhanced prompt-tuning (OntoPrompt). Specifically, we develop the ontology transformation based on the external knowledge graph to address the knowledge missing issue, which fulfills and converts structure knowledge to text. We further introduce span-sensitive knowledge injection via a visible matrix to select informative knowledge to handle the knowledge noise issue. To bridge the gap between knowledge and text, we propose a collective training algorithm to optimize representations jointly. We evaluate our proposed OntoPrompt in three tasks, including relation extraction, event extraction, and knowledge graph completion, with eight datasets. Experimental results demonstrate that our approach can obtain better few-shot performance than baselines.
Hongbin Ye, Ningyu Zhang 0001, Shumin Deng, Xiang Chen 0016, Hui Chen 0018, Feiyu Xiong, Xi Chen 0003, Huajun Chen
WWW7
2021 PRASEMap: A Probabilistic Reasoning and Semantic Embedding based Knowledge Graph Alignment System
abstract
Knowledge Graph (KG) alignment aims at finding equivalent entities and relations (i.e., mappings) between two KGs. The existing approaches utilize either reasoning-based or semantic embedding-based techniques, but few studies explore their combination. In this demonstration, we present PRASEMap, an unsupervised KG alignment system that iteratively computes the Mappings with both Probabilistic Reasoning (PR) And Semantic Embedding (SE) techniques. PRASEMap can support various embedding-based KG alignment approaches as the SE module, and it also enables easy human computer interaction that additionally provides an option for users to feed the mapping annotations back to the system for better results. The demonstration showcases these features via a stand-alone Web application with user friendly interfaces. The demo is available at https://prasemap.qizhy.com.
Jiaoyan Chen 0001, Xi Chen 0003, Yefeng Zheng 0001
CIKM4
2021 Lifelong Learning Based Disease Diagnosis on Clinical Notes
Zifeng Wang 0008, Yifan Yang 0006, Rui Wen 0001, Xi Chen 0003, Shao-Lun Huang, Yefeng Zheng 0001
PAKDD (1)4
2021 Improving Short Text Classification Using Context-Sensitive Representations and Content-Aware Extended Topic Knowledge
Zhihao Ye, Rui Wen 0001, Xi Chen 0003, Zhiyong Li 0001, Ke Nai, Yefeng Zheng 0001
PAKDD (2)3
2021 Learning Robust Patient Representations from Multi-modal Electronic Health Records: A Supervised Deep Learning Approach
Xianli Zhang, Buyue Qian, Yang Li 0139, Xi Chen 0003, Chong Guan, Chen Li 0011
SDM5
2021 Online Disease Diagnosis with Inductive Heterogeneous Graph Convolutional Networks
abstract
We propose a Healthcare Graph Convolutional Network (HealGCN) to offer disease self-diagnosis service for online users based on Electronic Healthcare Records (EHRs). Two main challenges are focused in this paper for online disease diagnosis: (1) serving cold-start users via graph convolutional networks and (2) handling scarce clinical description via a symptom retrieval system. To this end, we first organize the EHR data into a heterogeneous graph that is capable of modeling complex interactions among users, symptoms and diseases, and tailor the graph representation learning towards disease diagnosis with an inductive learning paradigm. Then, we build a disease self-diagnosis system with a corresponding EHR Graph-based Symptom Retrieval System (GraphRet) that can search and provide a list of relevant alternative symptoms by tracing the predefined meta-paths. GraphRet helps enrich the seed symptom set through the EHR graph when confronting users with scarce descriptions, hence yield better diagnosis accuracy. At last, we validate the superiority of our model on a large-scale EHR dataset.
Zifeng Wang 0008, Rui Wen 0001, Xi Chen 0003, Shilei Cao 0001, Shao-Lun Huang, Buyue Qian, Yefeng Zheng 0001
WWW3
2021 Enquire One's Parent and Child Before Decision: Fully Exploit Hierarchical Structure for Self-Supervised Taxonomy Expansion
abstract
Taxonomy is a hierarchically structured knowledge graph that plays a crucial role in machine intelligence. The taxonomy expansion task aims to find a position for a new term in an existing taxonomy to capture the emerging knowledge in the world and keep the taxonomy dynamically updated. Previous taxonomy expansion solutions neglect valuable information brought by the hierarchical structure and evaluate the correctness of merely an added edge, which downgrade the problem to node-pair scoring or mini-path classification. In this paper, we propose the Hierarchy Expansion Framework (HEF), which fully exploits the hierarchical structure’s properties to maximize the coherence of expanded taxonomy. HEF makes use of taxonomy’s hierarchical structure in multiple aspects: i) HEF utilizes subtrees containing most relevant nodes as self-supervision data for a complete comparison of parental and sibling relations; ii) HEF adopts a coherence modeling module to evaluate the coherence of a taxonomy’s subtree by integrating hypernymy relation detection and several tree-exclusive features; iii) HEF introduces the Fitting Score for position selection, which explicitly evaluates both path and level selections and takes full advantage of parental relations to interchange information for disambiguation and self-correction. Extensive experiments show that by better exploiting the hierarchical structure and optimizing taxonomy’s coherence, HEF vastly surpasses the prior state-of-the-art on three benchmark datasets by an average improvement of 46.7% in accuracy and 32.3% in mean reciprocal rank.
Suyuchen Wang, Ruihui Zhao, Xi Chen 0003, Yefeng Zheng 0001, Bang Liu 0003
WWW3
2020 Correcting Knowledge Base Assertions
abstract
The usefulness and usability of knowledge bases (KBs) is often limited by quality issues. One common issue is the presence of erroneous assertions, often caused by lexical or semantic confusion. We study the problem of correcting such assertions, and present a general correction framework which combines lexical matching, semantic embedding, soft constraint mining and semantic consistency checking. The framework is evaluated using DBpedia and an enterprise medical KB.
Jiaoyan Chen 0001, Xi Chen 0003, Ian Horrocks 0001, Erik B. Myklebust, Ernesto Jiménez-Ruiz
WWW2
2013 Data chaos: An entropy based MapReduce framework for scalable learning
abstract
Chaos of data is the total unpredictability of all the data elements, and can by quantified by Shannon entropy. In this paper, we firstly propose an entropy based theoretic framework for machine learning, which states that chaos in sample data will decrease and rule will advance as learning progresses. However, it is usually time consuming to apply the theoretic framework because groups of rule need to be trained iteratively and data chaos will be recalculated during each iteration. To implement the theoretic framework for scalable learning, we propose a MapReduce based distributed computational framework. In a case study of classification, the framework parallelly trains multiple classifiers and calculats chaos of the sample set during each iteration, and then resamples a small sample subset with the highest entropy for training of the next iteration, reducing chaos in sample data as quickly as possible. With typical classification benchmarks, our experiment presents entropy in sample data, and proves that the theoretic framework is rational and can help improve the accuracy of machine learning. Meanwhile, the computational framework shows high performance including high efficiency and scalability for large scale learning on hadoop cluster.
Jiaoyan Chen 0001, Huajun Chen, Xi Chen 0003, Guozhou Zheng, Zhaohui Wu 0001
IEEE BigData3
2013 OWL reasoning over big biomedical data
abstract
Recently, the emerging accumulation of biomedical data on the Web (e.g. vast amounts of protein sequences, genes, gene products, drugs, diseases and chemical compounds, etc.) has shaped a big network of isolated professional knowledge. Embedded with domain knowledge from different disciplines all regarding to human biological systems, the decentralized data repositories are implicitly connected by human expert knowledge. Lots of biomedical data sources are published separately in the form of semantic ontologies represented by Web Ontology Language (OWL) syntax, which is naturally based on linked graphs. When we are faced with such massive, disparate and interlinked data, biomedical data analysis becomes a challenge. In this paper, we present a general OWL reasoning framework for the analysis of big biomedical data and implement a MapReduce-based property chain reasoning prototype system. OWL reasoning method is ideally suitable for problems involved complex semantic associations because it is able to infer logical consequences based on a set of asserted rules or axioms. MapReduce framework is used to solve the problem of scalability. In our experiment, we focus on the discovery of associations between Traditional Chinese Medicine (TCM) and Western Medicine (WM). The results show the system achieves high performance, accuracy and scalability.
Xi Chen 0003, Huajun Chen, Ningyu Zhang 0001, Jiaoyan Chen 0001, Zhaohui Wu 0001
IEEE BigData1