Yanghui Rao

dblp:130/8341 · DBLP profile ↗
← Back
28ranked-venue papers in the field
4as first author
12since 2021 · last 2026
—ORCID · conflict

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

Database Systems & Data Management · 11 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 6 (2 first)Information Retrieval & Web Search · 5Data Mining & Knowledge Discovery · 3Other / Interdisciplinary · 3 (1 first)
YearPublicationVenuePosition
2026 Inductive Controlled Generation Based on Adaptive Templates for Answering Subjective Product Questions
Yian Yao, Jianxing Yu, Huaijie Zhu, Hanjiang Lai, Wei Liu 0061, Yanghui Rao, Jian Yin 0001
DASFAA (6)6
2025 GuARD: Effective Anomaly Detection through a Text-Rich and Graph-Informed Language Model
abstract
Anomaly detection on text-rich graphs is widely prevalent in real life, such as detecting incorrectly assigned academic papers to authors and detecting bots in social networks. The remarkable capabilities of large language models (LLMs) pave a new revenue by utilizing rich-text information for effective anomaly detection. However, simply introducing rich texts into LLMs can obscure essential detection cues and introduce high fine-tuning costs. Moreover, LLMs often overlook the intrinsic structural bias of graphs which is vital for distinguishing normal from abnormal node patterns. To this end, this paper introduces GuARD, a text-rich and graph-informed language model that combines key structural features from graph-based methods with fine-grained semantic attributes extracted via small language models for effective anomaly detection on text-rich graphs. GuARD is optimized with the progressive multimodal multi-turn instruction tuning framework in the task-guided instruction tuning regime tailed to incorporate both rich-text and structural modalities. Extensive experiments on four datasets reveal that GuARD outperforms graph-based and LLM-based anomaly detection methods, while offering up to 5× speedup in training and 10× speedup in inference over vanilla long-context LLMs on the large-scale WhoIsWho dataset.
Yunhe Pang 0001, Bo Chen 0026, Fanjin Zhang, Yanghui Rao, Evgeny Kharlamov, Jie Tang 0001
KDD (2)4
2025 Leveraging Open Path from Pruned Graph for Link Prediction on Knowledge Graphs
Yuyin Lu, Yanghui Rao
ISWC (1)3
2025 An Efficient Fuzzy System for Complex Query Answering on Knowledge Graphs
abstract
Complex Query Answering (CQA) on knowledge graphs is a fundamental yet challenging task, which can be formalized as answering a subset of first-order logic queries containing logical conjunction, disjunction, negation, and existential quantifiers. Recent research reveals that Link Predictors (LPs) trained on 1-hop queries can generalize to various types of complex queries. However, existing methods neglect crucial characteristics of LPs' outputs, including the effects of highly relevant entities and uncertainty. What's worse, as they model logical operations by fuzzy set operations, these methods suffer from problems like inflexibility, sensitivity to noise, and inconsistency with priority in human cognition, which limits their performance, especially on queries with negation. To address these challenges, we propose an efficient fuzzy system for CQA that requires no extra training overheads and is plug-and-play with existing LP-based methods. Firstly, we expand the output of LPs by two complementary membership functions of weak and strong relevance, which help to distinguish the target entities from highly relevant and irrelevant entities. Subsequently, we model logical operations through fuzzy rule bases and infer the final predictions via defuzzification, providing a flexible and tractable scheme for modeling logical operations. Finally, the effectiveness of the proposed fuzzy system is validated by its outstanding performance on benchmark datasets when compared to state-of-theart methods. The source code of our proposed method is available at https://anonymous.4open.science/r/FuzzSys-CQA-E285.
Yuyin Lu, Hegang Chen, Yanghui Rao, Jianxing Yu, Wen Hua, Qing Li 0001
IEEE Trans. Knowl. Data Eng.3
2023 Copula Guided Parallel Gibbs Sampling for Nonparametric and Coherent Topic Discovery (Extended Abstract)
abstract
In terms of the generative process, the Gamma-Gamma-Poisson Process (G2PP) is equivalent to the nonparametric topic model of Hierarchical Dirichlet Process (HDP). Considering the high computational cost of estimating parameters in HDP, a parallel G2PP was developed to generate topics efficiently via multi-threading. Unfortunately, the above model needs to predefine the number of topics. To address this issue, we first propose a Topic Self-Adaptive Model (TSAM) for nonparametric and parallel topic discovery. In TSAM, a monitor-executor mechanism is developed to manage the global topic information using a hierarchical structure of threads. Based on the apparatus of copulas, we further extend our TSAM to TSAMcop for coherent topic modeling by exploiting a copula guided parallel Gibbs sampling algorithm. Extensive experiments validate the effectiveness of both TSAM and TSAMcop.
Lihui Lin, Yanghui Rao, Haoran Xie 0001, Raymond Y. K. Lau, Jian Yin 0001, Fu Lee Wang, Qing Li 0001
ICDE2
2023 Topic Driven Adaptive Network for cross-domain sentiment classification
Yicheng Zhu, Yiqiao Qiu, Qingyuan Wu, Fu Lee Wang, Yanghui Rao
Inf. Process. Manag.5
2023 Semi-Supervised Sentiment Classification and Emotion Distribution Learning Across Domains
abstract
In this study, sentiment classification and emotion distribution learning across domains are both formulated as a semi-supervised domain adaptation problem, which utilizes a small amount of labeled documents in the target domain for model training. By introducing a shared matrix that captures the stable association between document clusters and word clusters, non-negative matrix tri-factorization (NMTF) is robust to the labeled target domain data and has shown remarkable performance in cross-domain text classification. However, the existing NMTF-based models ignore the incompatible relationship of sentiment polarities and the relatedness among emotions. Besides, their applications on large-scale datasets are limited by the high computation complexity. To address these issues, we propose a semi-supervised NMTF framework for sentiment classification and emotion distribution learning across domains. Based on a many-to-many mapping between document clusters and sentiment polarities (or emotions), we first incorporate the prior information of label dependency to improve the model performance. Then, we develop a parallel algorithm based on message passing interface (MPI) to further enhance the model scalability. Extensive experiments on real-world datasets validate the effectiveness of our method.
Yufu Chen, Yanghui Rao, Shurui Chen, Zhiqi Lei, Haoran Xie 0001, Raymond Y. K. Lau, Jian Yin 0001
ACM Trans. Knowl. Discov. Data2
2023 Parallel Non-Negative Matrix Tri-Factorization for Text Data Co-Clustering
abstract
As a novel paradigm for data mining and dimensionality reduction, Non-negative Matrix Tri-Factorization (NMTF) has attracted much attention due to its notable performance and elegant mathematical derivation, and it has been applied to a plethora of real-world applications, such as text data co-clustering. However, the existing NMTF-based methods usually involve intensive matrix multiplications, which exhibits a major limitation of high computational complexity. With the explosion at both the size and the feature dimension of texts, there is a growing need to develop a parallel and scalable NMTF-based algorithm for text data co-clustering. To this end, we first show in this paper how to theoretically derive the original optimization problem of NMTF by introducing the Lagrangian multipliers. Then, we propose to solve the Lagrange dual objective function in parallel through an efficient distributed implementation. Extensive experiments on five benchmark corpora validate the effectiveness, efficiency, and scalability of our distributed parallel update algorithm for an NMTF-based text data co-clustering method.
Yufu Chen, Zhiqi Lei, Yanghui Rao, Haoran Xie 0001, Fu Lee Wang, Jian Yin 0001, Qing Li 0001
IEEE Trans. Knowl. Data Eng.3
2023 NMTF-LTM: Towards an Alignment of Semantics for Lifelong Topic Modeling
abstract
Aiming at mining high quality topics by accumulating and utilizing semantic knowledge for a stream of documents, lifelong topic modeling (LTM) has attracted more and more attentions recently. However, the permutation of topics may change over time, resulting in asemantic misalignmentbetween the topic representations of document chunks across the stream. Such a misalignment deteriorates the model performances of various downstream tasks, while it has been overlooked by the existing lifelong topic models. Towards addressing the misalignment of semantics, we formulate LTM as a problem of non-negative matrix tri-factorization (NMTF) and propose a consolidation framework (i.e., NMTF-LTM) to enforce an alignment in a mapped topic space. In addition, a distributed parallel algorithm, namely PNMTF-LTM, is developed to meet the real-time requirement for large-scale stream processing. Empirical results show that our method can not only obtain a superior alignment of semantics without loss of topic quality, but also achieve effective speedup when deployed to a high performance computing cluster.
Zhiqi Lei, Hai Liu 0008, Jiaxing Yan, Yanghui Rao, Qing Li 0001
IEEE Trans. Knowl. Data Eng.4
2022 Context reinforced neural topic modeling over short texts
Jiachun Feng, Zusheng Zhang 0003, Yanghui Rao, Haoran Xie 0001, Fu Lee Wang
Inf. Sci.4
2022 Parallel dynamic topic modeling via evolving topic adjustment and term weighting scheme
Hongyu Jiang, Zhiqi Lei, Yanghui Rao, Haoran Xie 0001, Fu Lee Wang
Inf. Sci.3
2022 Copula Guided Parallel Gibbs Sampling for Nonparametric and Coherent Topic Discovery
abstract
Hierarchical Dirichlet Process (HDP) has attracted much attention in the research community of natural language processing. Given a corpus, HDP is able to determine the number of topics automatically, possessing an important feature dubbed nonparametric that overcomes the challenging issue of manually specifying a suitable topic number in parametric topic models, such as Latent Dirichlet Allocation (LDA). Nevertheless, HDP requires a much higher computational cost than LDA for parameter estimation. By taking the advantage of multi-threading, a parallel Gibbs sampling algorithm is proposed to estimate parameters for HDP based on the equivalence between HDP and Gamma-Gamma Poisson Process (G2PP) in terms of the generative process. Unfortunately, the above parallel Gibbs sampling algorithm requires to apply the finite approximation on the number of topics manually (i.e., predefine the topic number), thus can not retain the nonparametric feature of HDP. Another drawback of the above models is the lack of capturing the semantic dependencies between words, because the topic assignment of words is independent with each other. Although some works have been done in phrase-based topic modelling, these existing methods are still limited by either enforcing the entire phrase to share a common topic or requiring much complex and time-consuming phrase mining methods. In this paper, we aim to develop a copula guided parallel Gibbs sampling algorithm for HDP which can adjust the number of topics dynamically and capture the latent semantic dependencies between words that compose a coherent segment. Extensive experiments on real-world datasets indicate that our method achieves low perplexities and high topic coherence scores with a small time cost. In addition, we validate the effectiveness of our method on the modelling of word semantic dependencies by comparing the extracted topical phrases with those learned by state-of-the-art phrase-based baselines.
Lihui Lin, Yanghui Rao, Haoran Xie 0001, Raymond Y. K. Lau, Jian Yin 0001, Fu Lee Wang, Qing Li 0001
IEEE Trans. Knowl. Data Eng.2
2020 Reward-Modulated Adversarial Topic Modeling
Jiachun Feng, Yanghui Rao
DASFAA (1)3
2020 Copula Guided Neural Topic Modelling for Short Texts
abstract
Extracting the topical information from documents is important for public opinion analysis, text classification, and information retrieval tasks. Compared with identifying a wide variety of topics from long documents, it is challenging to generate a concentrated topic distribution for each short message. Although this problem can be tackled by adjusting the hyper-parameters in traditional topic models such as Latent Dirichlet Allocation, it remains an open problem in neural topic modelling. In this paper, we focus on adapting the popular Auto-Encoding Variational Bayes based neural topic models to short texts, by exploring the Archimedean copulas to guide the estimated topic distributions derived from linear projected samples of re-parameterized posterior distributions. Experimental results show the superiority of our method when compared with existing neural topic models in terms of perplexity, topic coherence, and classification accuracy.
Lihui Lin, Hongyu Jiang, Yanghui Rao
SIGIR3
2020 Sentiment strength detection with a context-dependent lexicon-based convolutional neural network
Minghui Huang, Haoran Xie 0001, Yanghui Rao, Jingrong Feng, Fu Lee Wang
Inf. Sci.3
2019 Supervised Group Embedding for Rumor Detection in Social Media
Xingming Chen, Yanghui Rao, Haoran Xie 0001, Qing Li 0001, Jun Zhang 0003, Yingchao Zhao 0001, Fu Lee Wang
ICWE3
2019 Sentiment Classification Using Negative and Intensive Sentiment Supplement Information
abstract
Traditional methods of annotating the sentiment of an unlabeled document are based on sentiment lexicons or machine learning algorithms, which have shown low computational cost or competitive performance. However, these methods ignore the semantic composition problem displaying in several ways such as negative reversing and intensification. In this paper, we propose a new method for sentiment classification using negative and intensive sentiment supplementary information, so as to exploit the linguistic feature of negative and intensive words in conjunction with the context information. Particularly, our method can solve the domain-specific problem without relying on the external sentiment lexicons. Experimental results on two real-world datasets demonstrate the effectiveness of our proposed method.
Xingming Chen, Yanghui Rao, Haoran Xie 0001, Fu Lee Wang, Yingchao Zhao 0001, Jian Yin 0001
Data Sci. Eng.2
2019 Social emotion classification based on noise-aware training
Xin Li 0003, Yanghui Rao, Haoran Xie 0001, Xuebo Liu 0004, Tak-Lam Wong, Fu Lee Wang
Data Knowl. Eng.2
2019 Learning from Multi-annotator Data: A Noise-aware Classification Framework
abstract
In the field of sentiment analysis and emotion detection in social media, or other tasks such as text classification involving supervised learning, researchers rely more heavily on large and accurate labelled training datasets. However, obtaining large-scale labelled datasets is time-consuming and high-quality labelled datasets are expensive and scarce. To deal with these problems, online crowdsourcing systems provide us an efficient way to accelerate the process of collecting training data via distributing the enormous tasks to various annotators to help create large amounts of labelled data at an affordable cost. Nowadays, these crowdsourcing platforms are heavily needed in dealing with social media text, since the social network platforms (e.g., Twitter) generate huge amounts of data in textual form everyday. However, people from different social and knowledge backgrounds have different views on various texts, which may lead to noisy labels. The existing noisy label aggregation/refinement algorithms mostly focus on aggregating labels from noisy annotations, which would not guarantee their effectiveness on the subsequent classification/ranking tasks. In this article, we propose a noise-aware classification framework that integrates the steps of noisy label aggregation and classification. The aggregated noisy crowd labels are fed into a classifier for training, while the predicted labels are employed as feedback for adjusting the parameters at the label aggregating stage. The classification framework is suitable for directly running on crowdsourcing datasets and applies to various kinds of classification algorithms. The feedback strategy makes it possible for us to find optimal parameters instead of using known data for parameter selection. Simulation experiments demonstrate that our method provide significant label aggregation performance for both binary and multiple classification tasks under various noisy environments. Experimenting on real-world data validates the feasibility of our framework in real noise data and helps us verify the reasonableness of the simulated experiment settings.
Xueying Zhan, Yaowei Wang 0001, Yanghui Rao, Qing Li 0001
ACM Trans. Inf. Syst.3
2018 Learning Dual Preferences with Non-negative Matrix Tri-Factorization for Top-N Recommender System
Xiangsheng Li, Yanghui Rao, Haoran Xie 0001, Yufu Chen, Raymond Y. K. Lau, Fu Lee Wang, Jian Yin 0001
DASFAA (1)2
2017 Cluster-level Emotion Pattern Matching for Cross-Domain Social Emotion Classification
abstract
This paper addresses the task of cross-domain social emotion classification of online documents. The cross-domain task is formulated as using abundant labeled documents from a source domain and a small amount of labeled documents from a target domain, to predict the emotion of unlabeled documents in the target domain. Although several cross-domain emotion classification algorithms have been proposed, they require that feature distributions of different domains share a sufficient overlapping, which is hard to meet in practical applications. This paper proposes a novel framework, which uses the emotion distribution of training documents at the cluster level, to alleviate the aforementioned issue. Experimental results on two datasets show the effectiveness of our proposed model on cross-domain social emotion classification.
Endong Zhu, Yanghui Rao, Haoran Xie 0001, Jian Yin 0001, Fu Lee Wang
CIKM2
2017 Supervised Intensive Topic Models for Emotion Detection over Short Text
Yanghui Rao, Jianhui Pang, Haoran Xie 0001, An Liu 0002, Tak-Lam Wong, Qing Li 0001, Fu Lee Wang
DASFAA (1)1
2016 Social emotion classification of short text via topic-level maximum entropy model
Yanghui Rao, Haoran Xie 0001, Jun Li 0130, Fengmei Jin, Fu Lee Wang, Qing Li 0001
Inf. Manag.1
2015 Adaptive ensemble with trust networks and collaborative recommendations
Zhiguo Gong, Nan Zhang 0004, Qing Li 0001, Yanghui Rao
Knowl. Inf. Syst.5
2014 Popularity Tendency Analysis of Ranking-Oriented Collaborative Filtering from the Perspective of Loss Function
Xudong Mao, Qing Li 0001, Haoran Xie 0001, Yanghui Rao
DASFAA (1)4
2014 Sentiment topic models for social emotion mining
Yanghui Rao, Qing Li 0001, Xudong Mao, Wenyin Liu
Inf. Sci.1
2013 Finding Dominating Set from Verbal Contextual Graph for Personalized Search in Folksonomy
abstract
With the development of the Internet, user-generated data has been growing tremendously in Web 2.0 era. Facing such a big volume of resources in folksonomy, people need a method of fast exploration and indexing to find their demanded data. To achieve this goal, contextual information is indispensable and valuable to understand user preference and purpose. In sociolinguistics, context can be mainly categorized as verbal context and social context. Comparing with verbal context, social context not only requires domain knowledge to pre-define contextual attributes but also acquires additional data from users. However, there is no research of addressing irrelevant contextual factors for verbal context model so far. The dominating set from verbal context proposed in this paper is to fill this blank. We present the verbal context in folksonomy to capture the user intention, and propose a dominating set discovering method for this verbal context model to prune the irrelevant contextual factors and keep the major characteristics at the same time. Furthermore, the experiments, which are conducted on a public data set, show that the proposed method gives convincing results.
Haoran Xie 0001, Jingsheng Lei, Qing Li 0001, Xiaodong Li 0007, Xudong Mao, Yanghui Rao
Web Intelligence7
2012 Term Weighting Schemes for Emerging Event Detection
abstract
As an event-based task, Emerging Event Detection (EED) faces the problems of multiple events on the same subject and the evolution of events. Current term weighting schemes for EED exploiting Named Entity, temporal information and Topic Modeling all have their limited utility. In this paper, a new term weighting scheme, which models the sparse aspect, global weight and local weight of each story, is proposed. Then, an unsupervised algorithm based on the new scheme is applied to EED. We evaluate our approach on two datasets from TDT5, and compare it with TFIDF and existing two schemes exploiting Topic Modeling. Experiments on Retrospective and On-line EED show that our scheme yields better results.
Yanghui Rao, Qing Li 0001
Web Intelligence1