EDBT 2026 Demo / reviewers in the wild / expert
Zhenhua Huang 0001
dblp:41/5697-1
· DBLP profile ↗
11ranked-venue papers in the field
2as first author
8since 2021 · last 2026
0000-0001-8659-4062ORCID · conflict
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 4Information Retrieval & Web Search · 3Database Systems & Data Management · 2 (1 first)Data Mining & Knowledge Discovery · 1Other / Interdisciplinary · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Adaptive Temporal Expert Routing with Hierarchical Wavelet Enhancement for Multi-Modal Sequential RecommendationabstractSequential recommendation systems have become essential for personalized services in e-commerce and content platforms. While recent research has extended these systems with multi-modal features, existing approaches face three major challenges. First, they inadequately model fine-grained temporal interval distributions, failing to discriminate between high-frequency short intervals and low-frequency long intervals. Second, uniform fusion in the time domain leads to semantic misalignment across modalities because it ignores their inherent differences in the frequency domain. Third, rigid fusion strategies without self-supervised constraints lead to limited representation quality and semantic drift from pretrained embeddings. To address these issues, we propose Adaptive Temporal Expert Routing with Hierarchical Wavelet Enhancement (ATHWE) framework. ATHWE employs exponential saturation time mapping to generate temporally adaptive embeddings. These embeddings guide a sparse mixture of experts to model multi-scale user behavior dynamics. A hierarchical wavelet decomposition with band-specific gating selectively fuses complementary frequency components across modalities. Furthermore, contrastive learning and cluster-preserving objectives preserve semantic information during multi-modal fusion. Extensive experiments on multiple datasets validate the effectiveness of our framework. Our code is available at https://github.com/lulusiyuyu/ATHWE . Chang-Dong Wang 0001, Shengli Sun, Chen Lin 0001, Zhenhua Huang 0001 |
ACM Trans. Inf. Syst. | 6 |
| 2025 | FedGR: Cross-platform federated group recommendation system with hypergraph neural networks
Junlong Zeng, Zhenhua Huang 0001, Zhengyang Wu 0001, Zonggan Chen, Yunwen Chen |
J. Intell. Inf. Syst. | 2 |
| 2022 | Lightweight Unbiased Multi-teacher Ensemble for Review-based RecommendationabstractReview-based recommender systems (RRS) have received an increasing interest since reviews greatly enhance recommendation quality and interpretability. However, existing RRS suffer from high computational complexity, biased recommendation and poor generalization. The three problems make them inadequate to handle real recommendation scenarios. Previous studies address each issue separately, while none of them consider solving three problems together under a unified framework. This paper presents LUME (a Lightweight Unbiased Multi-teacher Ensemble) for RRS. LUME is a novel framework that addresses the three problems simultaneously. LUME uses multi-teacher ensemble and debiased knowledge distillation to aggregate knowledge from multiple pretrained RRS, and generates a small, unbiased student recommender which generalizes better. Extensive experiments on various real-world benchmarks demonstrate that LUME successfully tackles the three problems and has superior performance than state-of-the-art RRS and knowledge distillation based RS. Guipeng Xv, Chen Lin 0001, Hui Li 0057, Zhenhua Huang 0001 |
CIKM | 6 |
| 2022 | A two-phase knowledge distillation model for graph convolutional network-based recommendationabstractGraph convolutional network (GCN)-based recommendation has recently attracted significant attention in the recommender system community. Although current studies propose various GCNs to improve recommendation performance, existing methods suffer from two main limitations. First, user–item interaction data is generally sparse in practice, highlighting these methods' ineffectiveness in learning user and item feature representations. Second, they usually perform a dot-product operation to model and calculate user preferences on items, leading to inaccurate user preference learning. To address these limitations, this study adopts a design idea that sharply differs from existing works. Specifically, we introduce the knowledge distillation concept into GCN-based recommendation and propose a two-phase knowledge distillation model (TKDM) improving recommendation performance. In Phase I, a self-distillation method on a graph auto-encoder learns the user and item feature representations. This auto-encoder employs a simple two-layer GCN as an encoder and a fully connected layer as a decoder. On this basis, in Phase II, a mutual-distillation method on a fully connected layer is introduced to learn user preferences on items with triple-based Bayesian personalized ranking. Extensive experiments on three real-world data sets demonstrate that TKDM outperforms classic and state-of-the-art methods related to GCN-based recommendation problems. Zhenhua Huang 0001, Zuorui Lin, Yunwen Chen, Yong Tang 0001 |
Int. J. Intell. Syst. | 1 |
| 2022 | A context-enhanced sentence representation learning method for close domains with topic modelingabstractSentence representation approaches have been widely used and proven to be effective in many text modeling tasks and downstream applications. Many recent proposals are available on learning sentence representations based on deep neural frameworks. However, these methods are pre-trained in open domains and depend on the availability of large-scale data for model fitting. As a result, they may fail in some special scenarios, where data are sparse and embedding interpretations are required, such as legal, medical, or technical fields. In this paper, we present an unsupervised learning method to exploit representations of sentences for some closed domains via topic modeling. We reformulate the inference process of the sentences with the corresponding contextual sentences and the associated words, and propose an effective context-enhanced process called the bi-Directional Context-enhanced Sentence Representation Learning (bi-DCSR). This method takes advantage of the semantic distributions of the nearby contextual sentences and the associated words to form a context-enhanced sentence representation. To support the bi-DCSR, we develop a novel Bayesian topic model to embed sentences and words into the same latent interpretable topic space called the Hybrid Priors Topic Model (HPTM). Based on the defined topic space by the HPTM, the bi-DCSR method learns the embedding of a sentence by the two-directional contextual sentences and the words in it, which allows us to efficiently learn high-quality sentence representations in such closed domains. In addition to an open-domain dataset from Wikipedia, our method is validated using three closed-domain datasets from legal cases, electronic medical records, and technical reports. Our experiments indicate that the HPTM significantly outperforms on language modeling and topic coherence, compared with the existing topic models. Meanwhile, the bi-DCSR method does not only outperform the state-of-the-art unsupervised learning methods on closed domain sentence classification tasks, but also yields competitive performance compared to these established approaches on the open domain. Additionally, the visualizations of the semantics of sentences and words demonstrate the interpretable capacity of our model. Shuangyin Li, Yu Zhang 0006, Gansen Zhao, Zhenhua Huang 0001, Yong Tang 0001 |
Inf. Sci. | 6 |
| 2022 | A two-stage embedding model for recommendation with multimodal auxiliary information
Juan Ni, Zhenhua Huang 0001, Chen Lin 0001 |
Inf. Sci. | 2 |
| 2021 | An effective recommendation model based on deep representation learning
Juan Ni, Zhenhua Huang 0001, Jiujun Cheng, Shangce Gao |
Inf. Sci. | 2 |
| 2021 | Preserve Integrity in Realtime Event SummarizationabstractOnline text streams such as Twitter are the major information source for users when they are looking for ongoing events. Realtime event summarization aims to generate and update coherent and concise summaries to describe the state of a given event. Due to the enormous volume of continuously coming texts, realtime event summarization has become the de facto tool to facilitate information acquisition. However, there exists a challenging yet unexplored issue in current text summarization techniques: how to preserve the integrity, i.e., the accuracy and consistency of summaries during the update process. The issue is critical since online text stream is dynamic and conflicting information could spread during the event period. For example, conflicting numbers of death and injuries might be reported after an earthquake. Such misleading information should not appear in the earthquake summary at any timestamp. In this article, we present a novel realtime event summarization framework called IAEA (i.e., Integrity-Aware Extractive-Abstractive realtime event summarization). Our key idea is to integrate an inconsistency detection module into a unified extractive–abstractive framework. In each update, important new tweets are first extracted in an extractive module, and the extraction is refined by explicitly detecting inconsistency between new tweets and previous summaries. The extractive module is able to capture the sentence-level attention which is later used by an abstractive module to obtain the word-level attention. Finally, the word-level attention is leveraged to rephrase words. We conduct comprehensive experiments on real-world datasets. To reduce efforts required for building sufficient training data, we also provide automatic labeling steps of which the effectiveness has been empirically verified. Through experiments, we demonstrate that IAEA can generate better summaries with consistent information than state-of-the-art approaches. Chen Lin 0001, Zhichao Ouyang, Xiaoli Wang 0002, Hui Li 0057, Zhenhua Huang 0001 |
ACM Trans. Knowl. Discov. Data | 5 |
| 2018 | A Two-Level Attentive Pooling Based Hybrid Network for Question Answer Matching Task
Zhenhua Huang 0001, Guangxu Shan, Jiujun Cheng, Juan Ni |
DEXA (2) | 1 |
| 2012 | PRemiSE: personalized news recommendation via implicit social expertsabstractA variety of news recommender systems based on different strategies have been proposed to provide news personalization services for online news readers. However, little research work has been reported on utilizing the implicit "social" factors (i.e., the potential influential experts in news reading community) among news readers to facilitate news personalization. In this paper, we investigate the feasibility of integrating content-based methods, collaborative filtering and information diffusion models by employing probabilistic matrix factorization techniques. We propose PRemiSE, a novel Personalized news Recommendation framework via implicit Social Experts, in which the opinions of potential influencers on virtual social networks extracted from implicit feedbacks are treated as auxiliary resources for recommendation. Empirical results demonstrate the efficacy and effectiveness of our method, particularly, on handling the so-called cold-start problem. Chen Lin 0001, Runquan Xie, Lei Li 0001, Zhenhua Huang 0001, Tao Li 0001 |
CIKM | 4 |
| 2008 | REC: A Novel Model to Rank Experts in CommunitiesabstractIt is an important issue to get support from experts in our daily life. Expert finding is challenging. In previous commercial and academic systems, the users may not get what they expect. In this contribution, we address the problem of finding experts in communities. A novel model REC is presented to solve the expert finding problem in dynamic environment. The model ranks experts by textural and social information. Starting with the most familiar communities, the expert seeker may find appropriate experts, by considering both their local rankings in each community and the difficulty to get their help. Experiments are done on real data sets, including DBLP data set and W3C corpora. Compared with other existing methods, REC achieves promising results. It demonstrates the model's competencies in various search applications. Chen Lin 0001, Haofeng Zhou, Zhenhua Huang 0001, Wei Wang 0009 |
WAIM | 3 |