Xiu Susie Fang

dblp:162/8840 · also Xiu Fang 0001 · DBLP profile ↗
← Back
20ranked-venue papers in the field
9as first author
12since 2021 · last 2026
0000-0003-1527-9270ORCID · verified

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

Data Mining & Knowledge Discovery · 8 (6 first)Information Retrieval & Web Search · 7Database Systems & Data Management · 4 (2 first)Business Process & Enterprise Data · 1 (1 first)
YearPublicationVenuePosition
2026 Community-Aware Graph Contrastive Learning for Long-Tail Crowdsourcing Truth Inference
Xiu Susie Fang, Heting Liang, Yuqiong Yi, Xinwei Huang, Guohao Sun 0001, Ge Zhang 0002
DASFAA (3)1
2026 Generalizable Graph-level Anomaly Detection via Prompted Anomaly Expansion and Normality Extraction
Ge Zhang 0002, Jiapei Chen, Guohao Sun 0001, Xiu Susie Fang, Zhenyu Yang 0004, Xixun Lin, Liang Yang 0002
WWW4
2025 DELRec: Distilling Sequential Pattern to Enhance LLMs-Based Sequential Recommendation
abstract
Sequential recommendation (SR) tasks aim to predict users' next interaction by learning their behavior sequence and capturing the connection between users' past interactions and their changing preferences. Conventional SR models often focus solely on capturing sequential patterns within the training data, neglecting the broader context and semantic information embedded in item titles from external sources. This limits their predictive power and adaptability. Large language models (LLMs) have recently shown promise in SR tasks due to their advanced understanding capabilities and strong generalization abilities. Researchers have attempted to enhance LLMs-based recommendation performance by incorporating information from conventional SR models. However, previous approaches have encountered problems such as 1) limited textual information leading to poor recommendation performance, 2) incomplete understanding and utilization of conventional SR model information by LLMs, and 3) excessive complexity and low interpretability of LLMs-based methods. To improve the performance of LLMs-based SR, we propose a novel framework, Distilling Sequential Pattern to Enhance LLMs-based Sequential Recommendation (DELRec), which aims to extract knowledge from conventional SR models and enable LLMs to easily comprehend and utilize the extracted knowledge for more effective SRs. DELRec consists of two main stages: 1) Distill Pattern from Conventional SR Models, focusing on extracting behavioral patterns exhibited by conventional SR models using soft prompts through two well-designed strategies; 2) LLMs-based Sequential Recommendation, aiming to fine-tune LLMs to effectively use the distilled auxiliary information to perform SR tasks. Extensive experimental results conducted on four real datasets validate the effectiveness of the DELRec framework.
Haoyi Zhang, Guohao Sun 0001, Jinhu Lu 0002, Guanfeng Liu 0001, Xiu Susie Fang
ICDE5
2024 Truth Discovery in Social Sensing Based on Propagation Pattern and Multi-Modal Semantic Consistency Analysis
Xiu Susie Fang, Haiyan Zhuo, Quan Z. Sheng, Yihong Zhang 0001, Tiancheng Zhu, Xinyang Du, Guohao Sun 0001
ADMA (5)1
2024 Dynamic Confidence-aware Truth Discovery on Unevenly Distributed Data Streams
Xiu Susie Fang, Xinyang Du, Ziqi Wei 0001, Guohao Sun 0001
DASFAA (5)1
2024 Efficient Privacy-Preserving Truth Discovery and Copy Detection in Crowdsourcing
Xiu Susie Fang, Xinyang Du, Ziqi Wei 0001, Yong Zhan, Guohao Sun 0001
ECML/PKDD (3)1
2024 Intent Enhanced Self-supervised Hypergraph Learning for Session-Based Recommendation
Xiu Susie Fang, Yonggang Wu, Jinhu Lu 0002, Xiaoyu Gu, Guohao Sun 0001, Yong Zhan
ECML/PKDD (10)1
2023 A Multi-truth Discovery Approach Based on Confidence Interval Estimation of Truths
Xiu Susie Fang, Chenling Shen, Quan Z. Sheng, Guohao Sun 0001, Yating Tang, Haiyan Zhuo
ADMA (5)1
2023 Refined Node Type Graph Convolutional Network for Recommendation
Guohao Sun 0001, Jinhu Lu 0002, Xiu Susie Fang, Guanfeng Liu 0001, Jian Yang 0001
ADMA (1)4
2023 A Three-Layer Attentional Framework Based on Similar Users for Dual-Target Cross-Domain Recommendation
Jinhu Lu 0002, Guohao Sun 0001, Xiu Susie Fang, Jian Yang 0001
DASFAA (2)3
2023 Candidate-aware Graph Contrastive Learning for Recommendation
abstract
Recently, Graph Neural Networks (GNNs) have become a mainstream recommender system method, where it captures high-order collaborative signals between nodes by performing convolution operations on the user-item interaction graph to predict user preferences for different items. However, in real scenarios, the user-item interaction graph is extremely sparse, which means numerous users only interact with a small number of items, resulting in the inability of GNN in learning high-quality node embeddings. To alleviate this problem, the Graph Contrastive Learning (GCL)-based recommender system method is proposed. GCL improves embedding quality by maximizing the similarity of the positive pair and minimizing the similarity of the negative pair. However, most GCL-based methods use heuristic data augmentation methods, i.e., random node/edge drop and attribute masking, to construct contrastive pairs, resulting in the loss of important information. To solve the problems in GCL-based methods, we propose a novel method, Candidate-aware Graph Contrastive Learning for Recommendation, called CGCL. In CGCL, we explore the relationship between the user and the candidate item in the embedding at different layers and use similar semantic embeddings to construct contrastive pairs. By our proposed CGCL, we construct structural neighbor contrastive learning objects, candidate contrastive learning objects, and candidate structural neighbor contrastive learning objects to obtain high-quality node embeddings. To validate the proposed model, we conducted extensive experiments on three publicly available datasets. Compared with various state-of-the-art DNN-, GNN- and GCL-based methods, our proposed CGCL achieved significant improvements in all indicators.
Guohao Sun 0001, Jinhu Lu 0002, Xiu Susie Fang
SIGIR4
2023 Evolving Social Media Background Representation with Frequency Weights and Co-Occurrence Graphs
abstract
Social media as a background information source has been utilized in many practical computational tasks, such as stock price prediction, epidemic tracking, and product recommendation. However, proper representation of an evolving social media background is still in an early research stage. In this article, we propose a representation method that considers temporal novelties as well as the fine details of word inter-dependencies. Our method is based on the tf-idf and graph embedding techniques. The proposed method has superiority over other representation methods because it takes the advantage of both the temporal aspect of tf-idf and the semantic aspect of graph embeddings. We compare our method with a variety of baselines in two practical application scenarios using real-world data. In tweet popularity prediction, our representation achieves 5.7% less error and 12.8% higher correlation compared to the best baseline. In e-commerce product recommendation, our representation achieves 17% higher hit-rate and 20% higher NDCG compared to the best baseline.
Yihong Zhang 0001, Xiu Susie Fang, Takahiro Hara
ACM Trans. Knowl. Discov. Data2
2020 From Appearance to Essence: Comparing Truth Discovery Methods without Using Ground Truth
abstract
Truth discovery has been widely studied in recent years as a fundamental means for resolving the conflicts in multi-source data. Although many truth discovery methods have been proposed based on different considerations and intuitions, investigations show that no single method consistently outperforms the others. To select the right truth discovery method for a specific application scenario, it becomes essential to evaluate and compare the performance of different methods. A drawback of current research efforts is that they commonly assume the availability of certain ground truth for the evaluation of methods. However, the ground truth may be very limited or even impossible to obtain, rendering the evaluation biased. In this article, we present CompTruthHyp , a generic approach for comparing the performance of truth discovery methods without using ground truth. In particular, our approach calculates the probability of observations in a dataset based on the output of different methods. The probability is then ranked to reflect the performance of these methods. We review and compare 12 representative truth discovery methods and consider both single-valued and multi-valued objects. The empirical studies on both real-world and synthetic datasets demonstrate the effectiveness of our approach for comparing truth discovery methods.
Xiu Susie Fang, Quan Z. Sheng, Xianzhi Wang 0001, Wei Zhang 0098, Anne H. H. Ngu, Jian Yang 0001
ACM Trans. Intell. Syst. Technol.1
2017 SourceVote: Fusing Multi-valued Data via Inter-source Agreements
Xiu Susie Fang, Quan Z. Sheng, Xianzhi Wang 0001, Mahmoud Barhamgi, Lina Yao 0001, Anne H. H. Ngu
ER1
2016 An Ensemble Approach for Better Truth Discovery
Xiu Susie Fang, Quan Z. Sheng, Xianzhi Wang 0001
ADMA1
2016 Truth Discovery via Exploiting Implications from Multi-Source Data
abstract
Data veracity is a grand challenge for various tasks on the Web. Since the web data sources are inherently unreliable and may provide conflicting information about the same real-world entities, truth discovery is emerging as a countermeasure of resolving the conflicts by discovering the truth, which conforms to the reality, from the multi-source data. A major challenge related to truth discovery is that different data items may have varying numbers of true values (or multi-truth), which counters the assumption of existing truth discovery methods that each data item should have exactly one true value. In this paper, we address this challenge by exploiting and leveraging the implications from multi-source data. In particular, we exploit three types of implications, namely the implicit negative claims, the distribution of positive/negative claims, and the co-occurrence of values in sources' claims, to facilitate multi-truth discovery. We propose a probabilistic approach with improvement measures that incorporate the three implications in all stages of truth discovery process. In particular, incorporating the negative claims enables multi-truth discovery, considering the distribution of positive/negative claims relieves truth discovery from the impact of sources' behavioral features in the specific datasets, and considering values' co-occurrence relationship compensates the information lost from evaluating each value in the same claims individually. Experimental results on three real-world datasets demonstrate the effectiveness of our approach.
Xianzhi Wang 0001, Quan Z. Sheng, Lina Yao 0001, Xue Li 0001, Xiu Susie Fang, Xiaofei Xu 0001, Boualem Benatallah
CIKM5
2016 Empowering Truth Discovery with Multi-Truth Prediction
abstract
Truth discovery is the problem of detecting true values from the conflicting data provided by multiple sources on the same data items. Since sources' reliability is unknown a priori, a truth discovery method usually estimates sources' reliability along with the truth discovery process. A major limitation of existing truth discovery methods is that they commonly assume exactly one true value on each data item and therefore cannot deal with the more general case that a data item may have multiple true values (or multi-truth). Since the number of true values may vary from data item to data item, this requires truth discovery methods being able to detect varying numbers of truth values from the multi-source data. In this paper, we propose a multi-truth discovery approach, which addresses the above challenges by providing a generic framework for enhancing existing truth discovery methods. In particular, we redeem the numbers of true values as an important clue for facilitating multi-truth discovery. We present the procedure and components of our approach, and propose three models, namely the byproduct model, the joint model, and the synthesis model to implement our approach. We further propose two extensions to enhance our approach, by leveraging the implications of similar numerical values and values' co-occurrence information in sources' claims to improve the truth discovery accuracy. Experimental studies on real-world datasets demonstrate the effectiveness of our approach.
Xianzhi Wang 0001, Quan Z. Sheng, Lina Yao 0001, Xue Li 0001, Xiu Susie Fang, Xiaofei Xu 0001, Boualem Benatallah
CIKM5
2015 Approximate Truth Discovery via Problem Scale Reduction
abstract
Many real-world applications rely on multiple data sources to provide information on their interested items. Due to the noises and uncertainty in data, given a specific item, the information from different sources may conflict. To make reliable decisions based on these data, it is important to identify the trustworthy information by resolving these conflicts, i.e., the truth discovery problem. Current solutions to this problem detect the veracity of each value jointly with the reliability of each source for each data item. In this way, the efficiency of truth discovery is strictly confined by the problem scale, which in turn limits truth discovery algorithms from being applicable on a large scale. To address this issue, we propose an approximate truth discovery approach, which divides sources and values into groups according to a user-specified approximation criterion. The groups are then used for efficient inter-value influence computation to improve the accuracy. Our approach is applicable to most existing truth discovery algorithms. Experiments on real-world datasets show that our approach improves the efficiency compared to existing algorithms while achieving similar or even better accuracy. The scalability is further demonstrated by experiments on large synthetic datasets.
Xianzhi Wang 0001, Quan Z. Sheng, Xiu Susie Fang, Xue Li 0001, Xiaofei Xu 0001, Lina Yao 0001
CIKM3
2015 An Integrated Bayesian Approach for Effective Multi-Truth Discovery
abstract
Truth-finding is the fundamental technique for corroborating reports from multiple sources in both data integration and collective intelligent applications. Traditional truth-finding methods assume a single true value for each data item and therefore cannot deal will multiple true values (i.e., the multi-truth-finding problem). So far, the existing approaches handle the multi-truth-finding problem in the same way as the single-truth-finding problems. Unfortunately, the multi-truth-finding problem has its unique features, such as the involvement of sets of values in claims, different implications of inter-value mutual exclusion, and larger source profiles. Considering these features could provide new opportunities for obtaining more accurate truth-finding results. Based on this insight, we propose an integrated Bayesian approach to the multi-truth-finding problem, by taking these features into account. To improve the truth-finding efficiency, we reformulate the multi-truth-finding problem model based on the mappings between sources and (sets of) values. New mutual exclusive relations are defined to reflect the possible co-existence of multiple true values. A finer-grained copy detection method is also proposed to deal with sources with large profiles. The experimental results on three real-world datasets show the effectiveness of our approach.
Xianzhi Wang 0001, Quan Z. Sheng, Xiu Susie Fang, Lina Yao 0001, Xiaofei Xu 0001, Xue Li 0001
CIKM3
2015 Classifying Perspectives on Twitter: Immediate Observation, Affection, and Speculation
Yihong Zhang 0001, Claudia Szabo, Quan Z. Sheng, Xiu Susie Fang
WISE (1)4