Guo Tong Xie

dblp:73/5346 · also Guotong Xie · DBLP profile ↗
← Back
19ranked-venue papers in the field
0as first author
6since 2021 · last 2023
0000-0002-2772-8961ORCID · verified

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

Knowledge Engineering, Semantic Web & Information Systems · 7Data Mining & Knowledge Discovery · 5Database Systems & Data Management · 4Information Retrieval & Web Search · 3
YearPublicationVenuePosition
2023 Global Balanced Text Classification for Stable Disease Diagnosis
Zhuoyang Xu, Xuehan Jiang, Siyue Chen, Gang Hu 0001, Xingzhi Sun 0002, Guo Tong Xie
ADMA (3)7
2023 GRMI: Graph Representation Learning of Multimodal Data with Incompleteness
Xiang Li 0013, Guo Tong Xie
DASFAA (3)4
2023 Multi-task entity linking with supervision from a taxonomy
Xuwu Wang, Wei Zhu 0016, Yuan Ni, Guo Tong Xie, Deqing Yang, Yanghua Xiao
Knowl. Inf. Syst.5
2022 HCL: Improving Graph Representation with Hierarchical Contrastive Learning
Jun Wang 0123, Weixun Li, Changyu Hou, Yixuan Qiao, Pengyong Li, Peng Gao 0015, Guo Tong Xie
ISWC9
2021 Predictive Modeling of Clinical Events with Mutual Enhancement Between Longitudinal Patient Records and Medical Knowledge Graph
abstract
In recent years, with the better availability of medical data such as Electronic Health Records (EHR), more and more data mining models have been developed to explore the data-driven insights for better human health. However, there are many challenges for analyzing EHR such as high-dimensionality, temporality, sparsity, etc., which make the data-driven models less reliable. Medical knowledge graph (MKG), which encodes comprehensive knowledge about the medical concepts and relationships extracted from medical literature, holds great promise to regularize the data-driven models as prior knowledge. Nonetheless, the MKGs are typically not complete, which limits its utility in helping with the data mining process. In this paper, we propose a mutual enhancement framework MendMKG for predictive modeling of clinical events with both EHR and MKG. In particular, MendMKG first conducts a self-supervised learning strategy to simultaneously pre-train a graph attention network for embedding nodes and complete the MKG. It iteratively performs (1) an embedding-based knowledge graph completion module to derive missing edges, (2) and a reconstruction module of unlabeled EHR data to select high-quality ones from these edges, which would be further appended to the MKG to update the embedding model. Through the iterations, the two modules mutually benefit each other. Then, MendMKG uses the pre-trained graph attention network and the updated MKG to generate the visit embeddings to represent patient’s historical visits, and predict the diagnosis in future visit, through a fine-tuning approach. Experimental results on real world EHR corpus are provided to demonstrate the superiority of the proposed framework, compared to a series of state-of-the-art baselines.11The source code and knowledge graph data have been anonymously uploaded to https://github.com/1317375434/MendMKG.
Yuyao Sun, Xiaoshuang Liu, Xiang Li 0013, Guo Tong Xie, Fei Wang 0001
ICDM6
2021 Dialogue Based Disease Screening Through Domain Customized Reinforcement Learning
abstract
In this paper, we study the problem of leveraging dialogue agents learned from reinforcement learning (RL) that can interact with patients for automatic disease screening. This application requires efficient and effective inquiry of appropriate symptoms to make accurate diagnosis recommendations. Existing studies have tried to use RL to perform both symptom inquiry and diagnosis simultaneously, which needs to deal with a large, heterogeneous action space that affects the learning efficiency and effectiveness. To address the challenge, we propose to leverage the models learned from the dialogue data to customize the settings of the reinforcement learning for more efficient action space exploration. In particular, a supervised diagnosis model is built and involved in the definition of state and reward. We also develop the clustering method to form a hierarchy in the action space. These customizations can make the learning task focus on checking the most relevant symptoms, which effectively boost the confidence of diagnosis. Besides, a novel hierarchical reinforcement learning framework with the pretraining strategy is used to reduce the dimension of action space and help the model to converge. For empirical evaluations, we conduct extensive experiments on both synthetic and real-world datasets. The results have demonstrated the superiority of our approach in diagnostic accuracy and interaction efficiency compared with other baseline methods.
Yanxuan Li, Xingzhi Sun 0002, Fei Wang 0001, Gang Hu 0001, Guo Tong Xie
KDD6
2020 Mining Infrequent High-Quality Phrases from Domain-Specific Corpora
abstract
Phrase mining is a fundamental task for text analysis and has various downstream applications such as named entity recognition, topic modeling, and relation extraction. In this paper, we focus on mining high-quality phrases from domain-specific corpora with special consideration of infrequent ones. Previous methods might miss infrequent high-quality phrases in the candidate selection stage. And these methods rely on explicit features to mine phrases while rarely considering the implicit features. In addition, completeness is rarely explicitly considered in the evaluation of a high-quality phrase. In this paper, we propose a novel approach that exploits a sequence labeling model to capture infrequent phrases. And we employ implicit semantic features and contextual POS tag statistics to measure meaningfulness and completeness, respectively. Experiments over four real-world corpora demonstrate that our method achieves significant improvements over previous state-of-the-art methods across different domains and languages.
Wei Zhu 0016, Sihang Jiang 0001, Sheng Zhang 0027, Yuan Ni, Guo Tong Xie, Yanghua Xiao
CIKM7
2016 Probabilistic-Mismatch Anomaly Detection: Do One's Medications Match with the Diagnoses
abstract
Anomaly detection in healthcare data like patient records is no trivial task. The anomalies in these datasets are often caused by mismatches between different types of feature, e.g., medications that do not match with the diagnoses. Existing anomaly detection methods do not perform well when detecting "mismatches" between multiple types of feature, especially when the feature space is high-dimensional and sparse. This paper introduces a novel anomaly detection paradigm: Probabilistic-Mismatch Anomaly Detection (PMAD), which detects mismatches between features by modeling a normal instance with a common latent probability distribution that governs the generation of all types of feature. Under this paradigm, the target of anomaly detection is to find instances with dissimilar latent distributions. We further propose Topical PMAD based on an extended Latent Dirichlet Allocation (LDA) model, which is able to capture the latent relationship between features in a high-dimensional space. Experiments on both synthetic data and real-world patient records show that Topical PMAD can effectively detect anomalies with mismatched features, and is highly robust against high-dimensional data as well as inaccurate model selection. The real-world anomalies detected on a patient record dataset show a promising application prospect.
Lingxiao Zhang, Xiang Li 0013, Haifeng Liu 0005, Jing Mei, Gang Hu 0001, Junfeng Zhao 0001, Yanzhen Zou, Guo Tong Xie
ICDM9
2015 SQLGraph: An Efficient Relational-Based Property Graph Store
abstract
We show that existing mature, relational optimizers can be exploited with a novel schema to give better performance for property graph storage and retrieval than popular noSQL graph stores. The schema combines relational storage for adjacency information with JSON storage for vertex and edge attributes. We demonstrate that this particular schema design has benefits compared to a purely relational or purely JSON solution. The query translation mechanism translates Gremlin queries with no side effects into SQL queries so that one can leverage relational query optimizers. We also conduct an empirical evaluation of our schema design and query translation mechanism with two existing popular property graph stores. We show that our system is 2-8 times better on query performance, and 10-30 times better in throughput on 4.3 billion edge graphs compared to existing stores.
Achille Fokoue, Kavitha Srinivas, Anastasios Kementsietsidis, Gang Hu 0001, Guo Tong Xie
SIGMOD Conference6
2014 Towards Pathway Variation Identification: Aligning Patient Records with a Care Pathway
abstract
A Care Pathway is a knowledge-centric process to guide clinicians to provide evidence-based care to patients with specific conditions. One existing problem for care pathways is that they often fail to reflect the best clinical practice as a result of not being adequately updated. A better understanding of the gaps between a care pathway and real practice requires aligning patient records with the pathway. Patient records are unlabeled in practice making it difficult to align them with a care pathway which is inherently complex due to its representation as a hierarchical and declarative process model (HDPM). This paper proposes to solve this problem by developing a Hierarchical Markov Random Field (HMRF) method so that a set of patient records can best fit a given care pathway. We validate the effectiveness of the method with experiments on both synthesized data and real clinical data.
Haifeng Liu 0005, Yang Liu 0021, Xiang Li 0013, Guo Tong Xie, Geetika T. Lakshmanan
CIKM4
2009 A Practical Approach for Scalable Conjunctive Query Answering on Acyclic EL+\mathcal{EL}^+ Knowledge Base
Jing Mei, Shengping Liu, Guo Tong Xie, Aditya Kalyanpur, Achille Fokoue, Yuan Ni
ISWC3
2009 Actively Learning Ontology Matching via User Interaction
Juan-Zi Li, Jie Tang 0001, Guo Tong Xie
ISWC4
2009 A gauss function based approach for unbalanced ontology matching
abstract
Ontology matching, aiming to obtain semantic correspondences between two ontologies, has played a key role in data exchange, data integration and metadata management. Among numerous matching scenarios, especially the applications cross multiple domains, we observe an important problem, denoted as unbalanced ontology matching which requires to find the matches between an ontology describing a local domain knowledge and another ontology covering the information over multiple domains, is not well studied in the community.
Qian Zhong, Juan-Zi Li, Guo Tong Xie, Jie Tang 0001, Lizhu Zhou
SIGMOD Conference4
2009 sMash: semantic-based mashup navigation for data API network
abstract
With the proliferation of data APIs, it is not uncommon that users who have no clear ideas about data APIs will encounter difficulties to build Mashups to satisfy their requirements. In this paper, we present a semantic-based mashup navigation system, sMash that makes mashup building easy by constructing and visualizing a real-life data API network. We build a sample network by gathering more than 300 popular APIs and find that the relationships between them are so complex that our system will play an important role in navigating users and give them inspiration to build interesting mashups easily. The system is accessible at: http://www.dart.zju.edu.cn/mashup.
Zhaohui Wu 0001, Yuan Ni, Guo Tong Xie, Chunying Zhou, Huajun Chen
WWW4
2009 Mashup by Surfing a Web of Data APIs
abstract
We present sMash, a system for facilitating users to mashup Web data. The aspects emphasized by the demo are: (1) how to help novice users master data APIs and relationships amongst them easily; (2) how to inspire various users to build more amazing Web data mashups. First, a real-life data API network is constructed and visualized to enable users to surf and mashup. Second, two kinds of recommendations are generated dynamically based on a comprehensive analysis of the network, user's traces and a repository of mashups to provide navigation.
Huajun Chen, Yuan Ni, Guo Tong Xie, Chunying Zhou, Jinhua Mi, Zhaohui Wu 0001
Proc. VLDB Endow.4
2008 Supporting Ontology-Based Dynamic Property and Classification in WebSphere Metadata Server
Shengping Liu, Yang Yang 0041, Guo Tong Xie, Chen Wang 0020, Cassio Dos Santos, Robert J. Schloss, Kevin Shank, John Colgrave
ISWC3
2006 Towards a Complete OWL Ontology Benchmark
Li Ma 0002, Yang Yang 0041, Zhaoming Qiu, Guo Tong Xie, Shengping Liu
ESWC4
2006 A Model Driven Approach for Building OWL DL and OWL Full Ontologies
Saartje Brockmans, Robert M. Colomb, Peter Haase 0001, Elisa F. Kendall, Evan K. Wallace, Christopher A. Welty, Guo Tong Xie
ISWC7
2004 ORIENT: Integrate Ontology Engineering into Industry Tooling Environment
Lei Zhang 0007, Yong Yu 0001, Kewei Tu, MingChuan Guo, Guo Tong Xie, Zhong Su
ISWC8