EDBT 2026 Demo / reviewers in the wild / expert
Zhen Huang 0006
dblp:22/3870-6
· DBLP profile ↗
17ranked-venue papers in the field
0as first author
17since 2021 · last 2026
0000-0003-4819-373XORCID · conflict
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 10Information Retrieval & Web Search · 4Database Systems & Data Management · 1Data Mining & Knowledge Discovery · 1Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Rethinking the Hidden Risk of Reranking: Achieving Risk-aware Reranking with Information Gain for RAG with LLMsabstractRetrieval-augmented generation (RAG) has become a cornerstone for enhancing large language models (LLMs) with real-time information from the Web, but its performance often heavily depends on the quality of the retrieved documents. Given that RAG systems frequently draw from vast and often noisy Web corpora, ensuring the reliability of retrieved content is paramount. While rerankers improve the factual accuracy of the RAG system by elevating the proportion of ground-truth documents (GD) in high-ranked results, the shifts of document type distributions during reranking remain unclear, hindering the understanding of the reranker's behavior. To bridge this gap, we conduct an empirical study to categorize documents and compare their distribution before and after reranking. We reveal a counterintuitive finding: though rerankers improve the proportion of GD, they also significantly increase the proportion of harmful documents (HD) in top-ranked retrieved documents. It not only narrows the potential context window for ranking the GD higher but also increases the risk of HD misleading the LLMs, potentially leading to the generation and propagation of misinformation across Web platforms. Motivated by this finding, we propose a risk-aware reranking method for RAG with LLMs, which balances the risk and benefit during reranking. Given a query, the RAG framework first retrieves relevant documents. Then, our approach quantifies the potential beneficial and harmful impacts of various documents on the LLMs' generation. To estimate the impacts, we conduct a dual-aspect document impact assessment via information gain, which employs a risk clipping to avoid the numerical fluctuations in the estimation. Finally, we conduct the reranking according to the potential impact of each document, enabling the reranker to significantly reduce the HD proportion. Experiments and analysis across multiple models and datasets, including Wikipedia, web news, and research papers, show the effectiveness of our method. Our code is available at https://github.com/lzz335/hidden_risk_of_reranking. Zhizhao Liu, Zhihua Wen, Zhiliang Tian, Zhen Huang 0006, Miaorong Zhu, Zimian Wei, Yifu Gao, Liang Ding 0006, Dongsheng Li 0001 |
WWW | 4 |
| 2026 | LLM-Driven Adversarial Example Synthesis for Emerging Topic Rumor Detection on Social MediaabstractRumor detection is essential for building a responsible web and internet ecosystem, which has attracted significant attention from the research community. However,emerging topic rumor detection, i.e., identify rumors at the early stages of a topic's emergence where only limited discussions can be observed, still remains a challenge. Technically, this scenario is accompanied by the issues ofdata scarcityon emerging topics and thedata distribution discrepancybetween old topics and emerging new topic. In this paper, we propose a new framework termedLLM-drivenADversarialExampleSynthesis (LADES) for emerging topic rumor detection. LADES utilizes Large Language Models (LLMs) for generating readable and contextually coherent adversarial examples. The generated adversarial examples not only expand the training set to tackle the data scarcity issue, but also act as a bridge to connect the data distribution of old and new topics. To overcome training instability in adversarial example generation, LADES introduces a gradient-free Markov Chain Monte Carlo (MCMC) sampling method. This method ensures adversarial examples are readable and contextually coherent by harnessing LLMs, while promoting effective attacks through entropy-based sampling that targets model uncertainty. To mitigate the impact of potential mislabeling in synthetic data, LADES implements a meta-mixed-learning mechanism. This mechanism dynamically adjusts the weights of synthetic adversarial examples, guided by limited labeled data from emerging topics, thereby alleviating the data noise. Menglong Lu, Zejiang He, Yaohui Guo, Zhiliang Tian, Chengcheng Shao, Dongsheng Li 0001, Zhen Huang 0006 |
IEEE Trans. Knowl. Data Eng. | 12 |
| 2025 | Scenario-independent Uncertainty Estimation for LLM-based Question Answering via Factor AnalysisabstractLarge language models (LLMs) demonstrate significant potential in various applications; however, they are susceptible to generating hallucinations, which can lead to the spread of online misinformation. Existing studies address hallucination detection by (1) employing reference-based methods that consult external resources for verification or (2) utilizing reference-free methods that mainly estimate answer uncertainty based on LLM's internal states. However, reference-based methods incur significant costs and can be infeasible for obtaining reliable external references. Besides, existing uncertainty estimation (UE) methods often overlook the impact of scenario backgrounds inherited from the query's lexical resources, leading to noise in UE. In almost all real-world applications, users care about the uncertainty concerning semantics or facts instead of the query's scenario information. Therefore, we argue that mitigating scenario-related noise and focusing on semantic information can yield a more desirable UE. In this paper, we introduce a plug-and-play scenario-independent framework to enhance unsupervised UE in LLMs by removing scenario-related noise and focusing on semantic information. This framework is compatible with most existing UE methods, as it leverages only the existing UE methods' outputs. Specifically, we design a scenario-specific sampling to paraphrase queries, maintaining their common semantics while diversifying the scenario distribution. Subsequently, to estimate the contribution of the common semantics, we design a factor analysis (FA) model to disentangle the UE score obtained from the given UE method into a combination of multiple latent factors, which represent the contribution of the common semantics and scenario-related noise. By solving the FA model, we decompose the impact of the most significant factor to approximate the uncertainty caused by the common semantics, thus achieving scenario-independent UE. Extensive experiments and analysis across multiple models and datasets demonstrate the effectiveness of our approach. Zhihua Wen, Zhizhao Liu, Zhiliang Tian, Shilong Pan, Zhen Huang 0006, Dongsheng Li 0001, Minlie Huang |
WWW | 5 |
| 2024 | MoveFormer: Spatial Graph Periodic Injection Network for Next POI Recommendation
Yongheng Li, Zhen Huang 0006, Tianfu He, Menglong Lu, Zeyun Zhao |
KSEM (2) | 3 |
| 2024 | Meta Learning Based Rumor Detection with Awareness of Social Bot
Zhilong Lv, Zhen Huang 0006, Menglong Lu, Zhiliang Tian, Xin Niu 0002, Dongsheng Li 0001 |
KSEM (3) | 2 |
| 2023 | Multi-level Contrastive Learning for Commonsense Question Answering
Quntian Fang, Zhen Huang 0006, Minghao Hu 0001, Ankun Wang, Dongsheng Li 0001 |
KSEM (4) | 2 |
| 2023 | Incorporating Structured Sentences with Time-enhanced BERT for Fully-inductive Temporal Relation PredictionabstractTemporal relation prediction in incomplete temporal knowledge graphs (TKGs) is a popular temporal knowledge graph completion (TKGC) problem in both transductive and inductive settings. Traditional embedding-based TKGC models (TKGE) rely on structured connections and can only handle a fixed set of entities, i.e., the transductive setting. In the inductive setting where test TKGs contain emerging entities, the latest methods are based on symbolic rules or pre-trained language models (PLMs). However, they suffer from being inflexible and not time-specific, respectively. In this work, we extend the fully-inductive setting, where entities in the training and test sets are totally disjoint, into TKGs and take a further step towards a more flexible and time-sensitive temporal relation prediction approach SST-BERT,incorporating Structured Sentences with Time-enhanced BERT. Our model can obtain the entity history and implicitly learn rules in the semantic space by encoding structured sentences, solving the problem of inflexibility. We propose to use a time masking MLM task to pre-train BERT in a corpus rich in temporal tokens specially generated for TKGs, enhancing the time sensitivity of SST-BERT. To compute the probability of occurrence of a target quadruple, we aggregate all its structured sentences from both temporal and semantic perspectives into a score. Experiments on the transductive datasets and newly generated fully-inductive benchmarks show that SST-BERT successfully improves over state-of-the-art baselines. Zhongwu Chen, Chengjin Xu, Fenglong Su, Zhen Huang 0006, Yong Dou |
SIGIR | 4 |
| 2023 | Meta-Learning Based Knowledge Extrapolation for Temporal Knowledge GraphabstractIn the last few years, the solution to Knowledge Graph (KG) completion via learning embeddings of entities and relations has attracted a surge of interest. Temporal KGs(TKGs) extend traditional Knowledge Graphs (KGs) by associating static triples with timestamps forming quadruples. Different from KGs and TKGs in the transductive setting, constantly emerging entities and relations in incomplete TKGs create demand to predict missing facts with unseen components, which is the extrapolation setting. Traditional temporal knowledge graph embedding (TKGE) methods are limited in the extrapolation setting since they are trained within a fixed set of components. In this paper, we propose a Meta-Learning based Temporal Knowledge Graph Extrapolation (MTKGE) model, which is trained on link prediction tasks sampled from the existing TKGs and tested in the emerging TKGs with unseen entities and relations. Specifically, we meta-train a GNN framework that captures relative position patterns and temporal sequence patterns between relations. The learned embeddings of patterns can be transferred to embed unseen components. Experimental results on two different TKG extrapolation datasets show that MTKGE consistently outperforms both the existing state-of-the-art models for knowledge graph extrapolation and specifically adapted KGE and TKGE baselines. Zhongwu Chen, Chengjin Xu, Fenglong Su, Zhen Huang 0006, Yong Dou |
WWW | 4 |
| 2023 | Structure Enhanced Path Reasoning for Knowledge Graph CompletionabstractKnowledge graphs are crucial foundations for building intelligent systems, such as question answering and recommendation. However, their performance is hampered by the incompleteness of KGs, so the knowledge graph completion arises to infer whether a triple of the form (head entity, relation, tail entity) is a missing fact. The path‐based approach that encodes paths from the head entity to the tail entity for reasoning achieves good performance. Previous work suggests that entity type is beneficial for learning path representations. Nevertheless, the semantics of entities are not captured accurately, as many entities are not typed or loosely typed. In addition, previous methods tend to model paths only from the forward direction but fail to capture new path patterns from the reverse direction (i.e., tail entity to head entity). In this paper, we introduce a structure enhanced path reasoning (SPR) framework to address the above‐given problems. First, the model uilizes the structure of entities, i.e., their relational contexts (the relations linked from the given entity), to obtain a reliable path representation that captures correct entity semantics. This information is accessible to all nonisolated entities in all KGs, so that it can compensate the semantics for entities or KGs that have no type available. Second, we leverage the structure of paths to derive their reverse paths, so as to enhance the path representation by additionally encoding the new patterns embedded in them through a dual path encoding method. In order to verify the effectiveness of the proposed methods, we design different architectures based on LSTM and Transformer, respectively. Experimental results on two benchmark datasets, WN18RR, and FB15k‐237, show that our approach apparently outperforms state‐of‐the‐art methods on fact prediction task and relation prediction task. Furthermore, extensive experiments illustrate the benefits of enhancing path reasoning by exploiting structure information from entity relational contexts and the dual path encoding method. Yilin Wang 0008, Zhen Huang 0006, Minghao Hu 0001, Dongsheng Li 0001, Xicheng Lu, Dong Yang 0010 |
Int. J. Intell. Syst. | 2 |
| 2023 | Rumor detection on social media through mining the social circles with high homogeneity
Peng Zheng 0003, Zhen Huang 0006, Yong Dou, Yeqing Yan |
Inf. Sci. | 2 |
| 2022 | Deep-to-Bottom Weights Decay: A Systemic Knowledge Review Learning Technique for Transformer Layers in Knowledge Distillation
Ankun Wang, Zhen Huang 0006, Minghao Hu 0001, Dongsheng Li 0001, Xinjia Xie |
KSEM (2) | 3 |
| 2022 | Discourse Component Recognition via Graph Neural Network in Chinese Student Argumentative Essays
Yong Dou, Zhen Huang 0006 |
KSEM (1) | 5 |
| 2022 | Topic and Reference Guided Keyphrase Generation from Social Media
Xiubin Yu, Xingjun Chen, Zhen Huang 0006, Yong Dou |
KSEM (2) | 3 |
| 2021 | Rumor Verification on Social Media with Stance-Aware Recursive Tree
Xiaoyun Han, Zhen Huang 0006, Menglong Lu, Dongsheng Li 0001, Jinyan Qiu |
KSEM | 2 |
| 2021 | A Framework of Data Augmentation While Active Learning for Chinese Named Entity Recognition
Zhen Huang 0006, Yong Dou |
KSEM | 2 |
| 2021 | Improved Partitioning Graph Embedding Framework for Small Cluster
Ding Sun, Zhen Huang 0006, Dongsheng Li 0001, Xiangyu Ye, Yilin Wang 0008 |
KSEM | 2 |
| 2021 | Densely Connected Graph Attention Network Based on Iterative Path Reasoning for Document-Level Relation Extraction
Hongya Zhang, Zhen Huang 0006, Dongsheng Li 0001 |
PAKDD (2) | 2 |