Qiang Yang 0015

dblp:140/7598-15 · DBLP profile ↗
← Back
26ranked-venue papers in the field
5as first author
16since 2021 · last 2026
0000-0002-3211-5369ORCID · conflict

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

Database Systems & Data Management · 10 (2 first)Information Retrieval & Web Search · 10Data Mining & Knowledge Discovery · 6 (3 first)
YearPublicationVenuePosition
2026 Caf4AVC: LLM-Enhanced Collaborative Framework for Attribute Value Canonicalization in Open KBs
abstract
Open Knowledge Bases (Open KBs) are fundamental to knowledge-driven applications, including semantic search, knowledge reasoning, and recommendation systems. However, the presence of redundant and ambiguous expressions within Open KBs significantly hinders their application. This highlights the urgent need for Open KB canonicalization, particularly of attribute values, which comprise nearly 40% of the facts within Open KBs. Unlike entities and predicates, attribute values are inherently sparse and diverse, posing unique challenges for their canonicalization. However, existing studies mainly focus on entities or predicates, leaving attribute value-level noun phrase canonicalization (NPC-AV) underexplored. Large language models (LLMs), with their strengths in common-sense reasoning and fault tolerance, have shown promise in Open KB canonicalization. Yet, current LLM-based approaches often rely heavily on LLM responses, overlooking their high computational cost and potential errors. In this paper, we introduce Caf4AVC, a collaborative framework that integrates clustering-based methods and LLMs for the NPC-AV task. We further propose an innovative two-factor authentication correction mechanism and an adaptive threshold-based selection strategy to address these limitations. Extensive experiments on multiple real-world Open KB datasets demonstrate the effectiveness of our framework, achieving a 17.52% reduction in LLM call costs and a 6.3% average performance improvement compared to competitive methods. The code and dataset are available athttps://github.com/hedyHe/Caf4AV.
Ying He 0010, Qiang Yang 0015, Zhouhong Gu, Zhixu Li, Yanghua Xiao
IEEE Trans. Knowl. Data Eng.2
2025 LLM-Powered Information Extraction for the Dairy Financial Domain: Tackling Data Scarcity and Ambiguity
abstract
Information extraction is a critical technology for intelligent analysis and risk assessment in the dairy financial domain. However, real-world applications face three major challenges: the complexity and diversity of entity-relation types, significant data imbalance, and ambiguity in textual expressions. Traditional methods often fail to capture rare patterns, struggle with vague mentions, and exhibit poor generalization in low-resource settings. To address these issues, we propose a novel framework that integrates large language models (LLMs) with targeted data augmentation and agent-based retrieval-augmented generation (RAG). Our approach builds on the BaiChuan2 model, which is first adapted to the dairy finance domain via secondary pretraining. We introduce a two-stage data augmentation strategy: the first stage uses ChatGPT to generate pseudo-samples for rare types, and the second stage refines model weaknesses based on prediction-guided feedback. These augmented datasets are used to fine-tune the model through prompt-based supervised learning with LoRA. To further enhance robustness, we incorporate an agent-based RAG module for completing vague or underspecified entities by retrieving external contextual knowledge. Extensive experiments demonstrate that our framework achieves state-of-the-art performance, with the improved metric, i.e., F1+ scores, of 0.876 and 0.824 for entity recognition and relation extraction, respectively. The RAG component boosts entity completion accuracy to 0.802 while reducing retrieval latency by over 6x, showcasing both the effectiveness and practicality of our method in real-world dairy financial applications.
Chunyan An, Yuying Huang, Qiang Yang 0015, Zhixu Li
CIKM3
2025 Enhancing Chinese Multimodal Entity Linking with CLIP-RoBERTa and Contrastive Learning
Chunyan An, Qiang Yang 0015, Zhixu Li
DASFAA (1)3
2025 Neo-TKGC: Enhancing Temporal Knowledge Graph Completion with Integrated Node Weights and Future Information
abstract
Temporal Knowledge Graph Completion (TKGC) involves predicting and filling in missing facts within time series data, a crucial task with wide-ranging applications across various domains. The dynamic evolution of Temporal Knowledge Graphs (TKGs) adds complexity to this task, making it inherently challenging. Existing research predominantly relies on historical data to complete the missing facts. However, these approaches often overlook the potential of future information and the significance of node weights.To address these challenges, we propose Neo-TKGC, a novel temporal knowledge graph completion model that integrates a graph structure encoding module and a temporal encoding module. The graph structure encoding module introduces node weights to enhance the capabilities of graph neural networks (GNNs) for entity and relation representation learning, implemented using CompGCN. This module can be easily extended to any GNN models utilizing node and edge aggregation. The temporal encoding module leverages both future and historical information to capture relevant contexts and temporal dependencies among entities and relations.By combining node weights and future information, Neo-TKGC achieves more accurate entity and relation representations, thereby improving the model's ability to infer unknown entities. Extensive experiments on three real-world TKGC datasets demonstrate the superior performance of our model compared to existing approaches, achieving at least a 1.7% relative improvement in Hits@1 across most metrics.
Zihan Qiu, Xiaoling Zhou, Chunyan An, Qiang Yang 0015, Zhixu Li
WSDM4
2024 AoSE-GCN: Attention-Aware Aggregation Operator for Spatial-Enhanced GCN
Jiazhen Ye, Chunyan An, Qiang Yang 0015, Zhixu Li
DASFAA (2)3
2023 Counterfactual Learning on Heterogeneous Graphs with Greedy Perturbation
abstract
Due to the growing importance of using graph neural networks in high-stakes applications, there is a pressing need to interpret the predicted results of these models. Existing methods for explanation have mainly focused on generating sub-graphs comprising important edges for a specific prediction. However, these methods face two issues. Firstly, they lack counterfactual validity as removing the subgraph may not affect the prediction, and generating plausible counterfactual examples has not been adequately explored. Secondly, they cannot be extended to heterogeneous graphs as the complex information involved in such graphs increases the difficulty of generating interpretations. This paper proposes a novel counterfactual learning method, named CF-HGExplainer, for heterogeneous graphs. The method incorporates a semantic-aware attentive pooling strategy for the heterogeneous graph classifier and designs a heterogeneous decision boundaries extraction module to find the common logic for similar graphs based on the extracted graph embeddings from the classifier. Additionally, we propose to greedily perturb nodes and edges based on the distribution of node features and edge plausibility to train a neural network for heterogeneous edge weight learning. Extensive experiments on two public academic datasets demonstrate the effectiveness of CF-HGExplainer compared to state-of-the-art methods on the graph classification task and graph interpretation task.
Qiang Yang 0015, Changsheng Ma, Xin Gao 0001, Chuxu Zhang, Xiangliang Zhang 0001
KDD1
2023 A Topic-aware Summarization Framework with Different Modal Side Information
abstract
Automatic summarization plays an important role in the exponential document growth on the Web. On content websites such as CNN.com and WikiHow.com, there often exist various kinds of side information along with the main document for attention attraction and easier understanding, such as videos, images, and queries. Such information can be used for better summarization, as they often explicitly or implicitly mention the essence of the article. However, most of the existing side-aware summarization methods are designed to incorporate either single-modal or multi-modal side information, and cannot effectively adapt to each other. In this paper, we propose a general summarization framework, which can flexibly incorporate various modalities of side information. The main challenges in designing a flexible summarization model with side information include: (1) the side information can be in textual or visualformat, and the model needs to align and unify it with the document into the same semantic space, (2) the side inputs can contain information from variousaspects, and the model should recognize the aspects useful for summarization. To address these two challenges, we first propose a unified topic encoder, which jointly discovers latent topics from the document and various kinds of side information. The learned topics flexibly bridge and guide the information flow between multiple inputs in a graph encoder through a topic-aware interaction. We secondly propose a triplet contrastive learning mechanism to align the single-modal or multi-modal information into a unified semantic space, where thesummary quality is enhanced by better understanding thedocument andside information. Results show that our model significantly surpasses strong baselines on three public single-modal or multi-modal benchmark summarization datasets.
Xiuying Chen, Mingzhe Li 0001, Shen Gao, Xin Cheng 0002, Qiang Yang 0015, Qishen Zhang, Xin Gao 0001, Xiangliang Zhang 0001
SIGIR5
2023 Interpretable Research Interest Shift Detection with Temporal Heterogeneous Graphs
Qiang Yang 0015, Changsheng Ma, Xin Gao 0001, Chuxu Zhang, Xiangliang Zhang 0001
WSDM1
2022 DEMO: Disentangled Molecular Graph Generation via an Invertible Flow Model
abstract
Molecular graph generation via deep generative models has attracted increasing attention. This is a challenging problem because it requires optimizing a given objective under a huge search space while obeying the chemical valence rules. Although recently developed molecular generation models have achieved promising results on generating novel, valid and unique molecules, few efforts have been made toward interpretable molecular graph generation. In this work, we propose DEMO, a flow-based model for DisEntangled Molecular graph generatiOn in a completely unsupervised manner, which is able to generate molecular graphs w.r.t. the learned disentangled latent factors that are relevant to molecular semantic features and interpretable structural patterns. Specifically, DEMO is composed of a VAE-encoder and a flow-generator. The VAE-encoder focuses on extracting global features of molecular graphs, and the flow-generator aims at disentangling these features to be corresponding to certain types of understandable molecular structure features while learning data distributions. To generate molecular graphs, DEMO simply runs the flow-generator in the reverse order due to the reversibility of the flow-based models. Extensive experimental results on two benchmark datasets demonstrate that DEMO outperforms the state-of-the-art methods in molecular generation, and takes the first step in interpretable molecular graph generation.
Changsheng Ma, Qiang Yang 0015, Xin Gao 0001, Xiangliang Zhang 0001
CIKM2
2022 Few-shot Heterogeneous Graph Learning via Cross-domain Knowledge Transfer
abstract
Graph few-shot learning seeks to alleviate the label scarcity problem resulting from the difficulties and high cost of data annotations in graph learning. However, the overwhelming solutions in graph few-shot learning focus on homogeneous graphs, ignoring the ubiquitous heterogeneous graphs (HGs), which represent real-world complex systems and domain knowledge with multi-typed nodes interconnected by multi-typed edges. To this end, we study the cross-domain few-shot learning problem over HGs and develop a novel model for Cross-domain Heterogeneous Graph Meta learning (CrossHG-Meta). The general idea is to promote the HG node classification in the data-scarce target domain by transferring meta-knowledge from a series of HGs in data-rich source domains. The key challenges are to 1) combat the heterogeneity in HGs to acquire the transferable meta-knowledge; 2) handle the domain shifts between the source HG and target HG; and 3) fast adapt to novel target tasks with few-shot annotated examples. Regarding the graph heterogeneity, CrossHG-Meta firstly builds a graph encoder to aggregate heterogeneous neighborhood information from multiple semantic contexts. Secondly, to tackle domain shifts, a cross-domain meta-learning strategy is proposed to include a domain critic, which is designed to explicitly lead cross-domain adaptation for meta-tasks in different domains and improve model generalizability. Last, to further alleviate data scarcity, CrossHG-Meta leverages unlabelled information in source domains with auxiliary self-supervised learning task to provide cross-domain contrastive regularization alongside the meta-optimization process to facilitate node embedding. Extensive experimental results on three multi-domain HG datasets demonstrate that the proposed model outperforms various state-of-the-art baselines for multiple few-shot node classification tasks under the cross-domain setting.
Qiang Yang 0015, Chuxu Zhang, Xiangliang Zhang 0001
KDD3
2022 HG-Meta: Graph Meta-learning over Heterogeneous Graphs
abstract
Prevailing supervised graph neural networks suffer from potential performance degradation in the label sparsity case. Though increasing attention has been paid to graph few-shot learning methods for learning effective graph embeddings under the scarcity of labeled data, most existing works study homogeneous graphs while ignoring the ubiquitousness of heterogeneous graphs (HG), where multi-typed nodes are interconnected by multi-typed edges. To this end, we propose to tackle few-shot learning on HG and develop a novel model for Heterogeneous Graph Meta-learning (a.k.a. HG-Meta). Regarding the graph heterogeneity, HG-Meta firstly builds a graph encoder to aggregate heterogeneous neighbors information from multiple semantic contexts (generated by meta-paths). Secondly, to train the graph encoder with meta-learning in a few-shot scenario, HG-Meta tackles meta-task differences produced from meta-task sampling procedure on HG with a task feature scaling module and a degree based task attention module. To further alleviate low-data problem, HG-Meta leverages unlabelled information in HG with auxiliary self-supervised learning task alongside the meta-optimization process to facilitate node embedding. Extensive experiments on two HG datasets demonstrate that HG-Meta outperforms state-of-the-art methods for multiple few-shot node classification tasks.
Qiang Yang 0015, Chuxu Zhang, Xiangliang Zhang 0001
SDM3
2022 Interpretable Relation Learning on Heterogeneous Graphs
abstract
Relation learning, widely used in recommendation systems or relevant entity search over knowledge graphs, has attracted increasing attentions in recent years. Existing methods like network embedding and graph neural networks (GNNs), learn the node representations from neighbors and calculate the similarity score for relation prediction. Despite effective prediction performance, they lack explanations to the predicted results. We propose a novel interpretable relation learning model named IRL, which can not only predict whether relations exist between node pairs, but also make the inference more transparent and convincing. Specifically, we introduce a meta-path based path encoder to model sequential dependency between nodes through recurrent neural network. We also apply the self-supervised GNN on the extracted sub-graph to capture the graph structure by aggregating information from neighbors, which are fed into the meta-path encoder. In addition, we propose a meta-path walk pruning strategy for positive path generation and an adaptive negative sampling method for negative path generation to improve the quality of paths, which both consider the semantics of nodes in the heterogeneous graph. We conduct extensive experiments on two public heterogeneous graph data, AMiner and Delve, for different relation prediction tasks, which demonstrate significant improvements of our model over the existing embedding-based and sequential modeling-based methods.
Qiang Yang 0015, Chuxu Zhang, Xiangliang Zhang 0001
WSDM1
2021 SportsSum2.0: Generating High-Quality Sports News from Live Text Commentary
abstract
Sports game summarization aims to generate news articles from live text commentaries. A recent state-of-the-art work, SportsSum, not only constructs a large benchmark dataset, but also proposes a two-step framework. Despite its great contributions, the work has three main drawbacks: 1) the noise existed in SportsSum dataset degrades the summarization performance; 2) the neglect of lexical overlap between news and commentaries results in low-quality pseudo-labeling algorithm; 3) the usage of directly concatenating rewritten sentences to form news limits its practicability. In this paper, we publish a new benchmark dataset SportsSum2.0, together with a modified summarization framework. In particular, to obtain a clean dataset, we employ crowd workers to manually clean the original dataset. Moreover, the degree of lexical overlap is incorporated into the generation of pseudo labels. Further, we introduce a reranker-enhanced summarizer to take into account the fluency and expressiveness of the summarized news. Extensive experiments show that our model outperforms the state-of-the-art baseline.
Jiaan Wang, Zhixu Li, Qiang Yang 0015, Jianfeng Qu, Zhigang Chen 0003, Qingsheng Liu
CIKM3
2021 Attention-Based Multimodal Entity Linking with High-Quality Images
Zhixu Li, Qiang Yang 0015
DASFAA (2)3
2021 Enhancing both Local and Global Entity Linking Models with Attention
Qiang Yang 0015, Jianfeng Qu, Zhixu Li
WISE (1)5
2021 Document-Level Relation Extraction with Entity Enhancement and Context Refinement
Meng Zou, Qiang Yang 0015, Jianfeng Qu, Zhixu Li, An Liu 0002, Lei Zhao 0001, Zhigang Chen 0003
WISE (2)2
2020 MemTimes: Temporal Scoping of Facts with Memory Network
Siyuan Cao, Qiang Yang 0015, Zhixu Li, Guanfeng Liu 0001, Detian Zhang, Jiajie Xu 0001
DASFAA (3)2
2020 Improving Entity Linking with Graph Networks
Ziheng Deng, Zhixu Li, Qiang Yang 0015, Qingsheng Liu, Zhigang Chen 0003
WISE (1)3
2019 Unsupervised Entity Alignment Using Attribute Triples and Relation Triples
Fuzhen He, Zhixu Li, Qiang Yang 0015, An Liu 0002, Guanfeng Liu 0001, Pengpeng Zhao 0001, Lei Zhao 0001, Min Zhang 0005, Zhigang Chen 0003
DASFAA (1)3
2019 WebPut: A Web-Aided Data Imputation System for the General Type of Missing String Attribute Values
abstract
In this demonstration, we present an end-to-end web-aided data imputation prototype system named WebPut. WebPut consults the Web for imputing the missing values in a local database when the traditional inferring-based imputation method has difficulties in getting the right answers. Specifically, WebPut investigates the interaction between the local inferring-based imputation methods and the web-based retrieving methods and shows that retrieving a small number of selected missing values can greatly improve the imputation recall of the inferring-based methods. Besides, WebPut also incorporates a crowd intervention component that can get advice from humans in case that the web-based imputation methods may have difficulties in making the right decisions. We demonstrate, step by step, how WebPut fills an incomplete table with each of its components.
Shuangli Shan, Zhixu Li, Qiang Yang 0015, Jia Zhu 0003, Mohamed A. Sharaf, Xiaofang Zhou 0001
ICDE4
2019 Multiple Interaction Attention Model for Open-World Knowledge Graph Completion
Chenpeng Fu, Zhixu Li, Qiang Yang 0015, Zhigang Chen 0003, Junhua Fang, Pengpeng Zhao 0001, Jiajie Xu 0001
WISE3
2019 WebEL: Improving Entity Linking with Extra Web Contexts
Zhixu Li, Qiang Yang 0015, Zhigang Chen 0003, An Liu 0002, Guanfeng Liu 0001, Lei Zhao 0001
WISE3
2016 CTextEM: Using Consolidated Textual Data for Entity Matching
Qiang Yang 0015, Zhixu Li, Binbin Gu, An Liu 0002, Guanfeng Liu 0001, Pengpeng Zhao 0001, Lei Zhao 0001
DASFAA (1)1
2015 HouseIn: A Housing Rental Platform with Non-redundant Information Integrated from Multiple Sources
Zhixu Li, Qiang Yang 0015, Jia Zhu 0003, An Liu 0002, Guanfeng Liu 0001, Lei Zhao 0001
APWeb3
2015 SmartInt: A Demonstration System for the Interaction Between Schema Mapping and Record Matching
Zhixu Li, Qiang Yang 0015, Pengpeng Zhao 0001, Guanfeng Liu 0001, Lei Zhao 0001
WAIM3
2015 NokeaRM: Employing Non-key Attributes in Record Matching
Qiang Yang 0015, Zhixu Li, Pengpeng Zhao 0001, Guanfeng Liu 0001, An Liu 0002, Jia Zhu 0003
WAIM1