Qian Liu 0012

dblp:33/85-12 · DBLP profile ↗
← Back
12ranked-venue papers in the field
4as first author
9since 2021 · last 2026
0000-0002-3162-935XORCID · conflict

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

Information Retrieval & Web Search · 7 (2 first)Database Systems & Data Management · 3 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 1 (1 first)Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 TrueLens: Video Fake News Detection with Dual Level Evidence Gathering and Consolidation
abstract
The proliferation of misinformation on video-sharing platforms demands robust detection of video fake news. Existing methods struggle to integrate external world knowledge with internal multimodal cues, limiting their generalization and robustness. In this work, we propose TrueLens, a new framework for video fake news detection that gathers and consolidates dual-level evidence \zznotethrough three primary components, \ie, External Precedent Retriever, Adversarial Contrastor, and Internal Evidential Logic Fusion. At the external level, the External Precedent Retriever first decomposes the query video into textual, visual, and audio queries while leveraging multimodal large language models (MLLMs) to enhance the overall semantic representation. It then applies an entropy-guided multimodal retrieval mechanism to identify the two most similar reference videos from a gallery of real and fake samples, \ie, one real and one fake video. The Adversarial Contrastor integrates these references with the input video through contrastive attention, enhancing contextual reasoning. At the internal level, our Evidential Logic Fusion module aggregates multimodal signals from the Adversarial Contrastor to produce consistent, robust predictions. Extensive experiments on three benchmarks show that the proposed TrueLens consistently surpasses competitive baselines under both temporal and event settings by a clear margin, yielding up to a +21.60% F1 improvement under the event setting and achieving 93.73%, 90.64%, and 98.83% accuracy on the FakeSV, FakeTT, and FVC datasets under the temporal setting. The code for our project is available at https://github.com/JunyiChen-ai/TrueLens.
Qian Liu 0012, Jing Sun 0002, Yi Zhang 0095
WWW2
2026 Explainable prediction of knowledge recombination: A synergized method with heterogeneous hypergraph learning and large language models
abstract
Despite growing interest in graph-based models for knowledge recombination prediction using academic knowledge graphs, existing approaches suffer from significant limitations: they fail to learn informative and robust knowledge entity representations by neglecting high-order information, inadequately account for real-world dynamics, and crucially, cannot provide readable rationales for their predictions. We address these challenges with H2GLM, which reformulates traditional graph learning as heterogeneous hypergraph learning to capture high-order information, incorporating a variational autoencoder (VAE) mechanism to enhance informativeness and robustness. Our approach then integrates large language models (LLMs) with the learned graph contextual information through a step-wise methodology, enabling evidence-supported decisions with clear, readable rationales. Experimental results highlight that H2GLM outperforms previous strong graph-based and LLM-based baselines by 4% to 8% in accuracy, 3% to 9% in AUC and 5% to 8% in F1 on extensive academic knowledge graphs containing over 1,000,000 nodes, with a small amount of training data. Visualizations and case studies further illustrate our method’s substantial utility over existing approaches in real-world scenarios. Further explainability and efficiency analyses underscore the practical value of our method
Mengjia Wu, Qian Liu 0012, Yi Zhang 0095
Inf. Process. Manag.3
2025 HUSK: A Hierarchically Structured Urban Knowledge Graph Dataset for Multi-Level Spatial Tasks
abstract
Urban spatial tasks span multiple levels, ranging from area-level analysis, crime prediction, and taxi demand forecasting to POI-level tasks such as new store recommendation. Urban knowledge graphs (UrbanKGs) can enhance these tasks by integrating structured urban knowledge. However, existing studies face two main issues: most research uses task-specific UrbanKGs for corresponding single-level predictions, and public UrbanKGs contain only coarse-grained administrative areas, lacking the rich semantic and spatial relationships required for multi-level tasks. We propose a Hierarchically Structured UrbanKG Dataset (HUSK) with an intermediate functional zone layer that bridges and enriches the understanding across multiple levels, and evaluate it on three area-level and three POI-level tasks, showing accuracy improvements over single-view baselines.
Qiqi Wang 0005, Guanjin Wang, Yihong Pan, Hui-Jia Li, Qian Liu 0012, Kaiqi Zhao 0001
CIKM6
2025 CharCom: Composable Identity Control for Multi-Character Story Illustration
abstract
Ensuring character identity consistency across varying prompts remains a fundamental limitation in diffusion-based text-to-image generation. We propose CharCom, a modular and parameter-efficient framework that achieves character-consistent story illustration through composable LoRA adapters, enabling efficient per-character customization without retraining the base model. Built on a frozen diffusion backbone, CharCom dynamically composes adapters at inference using prompt-aware control. Experiments on multi-scene narratives demonstrate that CharCom significantly enhances character fidelity, semantic alignment, and temporal coherence. It remains robust in crowded scenes and enables scalable multi-character generation with minimal overhead, making it well-suited for real-world applications such as story illustration and animation.
Zhongsheng Wang, Zhedong Lin, Yaser Shakib, Qian Liu 0012, Jiamou Liu
MMAsia5
2024 Document-level Relation Extraction via Separate Relation Representation and Logical Reasoning
abstract
Document-level relation extraction (RE) extends the identification of entity/mentions’ relation from the single sentence to the long document. It is more realistic and poses new challenges to relation representation and reasoning skills. In this article, we propose a novel model, SRLR , using S eparate Relation R epresentation and L ogical R easoning considering the indirect relation representation and complex reasoning of evidence sentence problems. Specifically, we first expand the judgment of relational facts from the entity-level to the mention-level, highlighting fine-grained information to capture the relation representation for the entity pair. Second, we propose a logical reasoning module to identify evidence sentences and conduct relational reasoning. Extensive experiments on two publicly available benchmark datasets demonstrate the effectiveness of our proposed SRLR as compared to 19 baseline models. Further ablation study also verifies the effects of the key components.
Heyan Huang, Changsen Yuan, Qian Liu 0012, Yixin Cao 0002
ACM Trans. Inf. Syst.3
2023 Semantic matching in machine reading comprehension: An empirical study
Qian Liu 0012, Rui Mao 0010, Xiubo Geng, Erik Cambria
Inf. Process. Manag.1
2023 Event Extraction With Dynamic Prefix Tuning and Relevance Retrieval
abstract
We consider event extraction in a generative manner with template-based conditional generation. Although there is a rising trend of casting the task of event extraction as a sequence generation problem with prompts, these generation-based methods have several significant challenges, including using suboptimal prompts, static event type information, and the overwhelming number of irrelevant event types. In this article, we propose a generative template-based method with dynamic prefixes and a relevance retrieval framework for event extraction (GREE) by first integrating context information with type-specific prefixes to learn a context-specific prefix for each context, and then retrieving the relevant event types with an adaptive threshold. Experimental results show that our model achieves competitive results with the state-of-the-art classification-based modelOneIEon ACE 2005 and achieves the best performances on ERE. Additionally, our model is proven to be portable to new types of events effectively.
Heyan Huang, Xiao Liu 0029, Ge Shi 0002, Qian Liu 0012
IEEE Trans. Knowl. Data Eng.4
2021 Pivot-based Candidate Retrieval for Cross-lingual Entity Linking
abstract
Entity candidate retrieval plays a critical role in cross-lingual entity linking (XEL). In XEL, entity candidate retrieval needs to retrieve a list of plausible candidate entities from a large knowledge graph in a target language given a piece of text in a sentence or question, namely a mention, in a source language. Existing works mainly fall into two categories: lexicon-based and semantic-based approaches. The lexicon-based approach usually creates cross-lingual and mention-entity lexicons, which is effective but relies heavily on bilingual resources (e.g. inter-language links in Wikipedia). The semantic-based approach maps mentions and entities in different languages to a unified embedding space, which reduces dependence on large-scale bilingual dictionaries. However, its effectiveness is limited by the representation capacity of fixed-length vectors. In this paper, we propose a pivot-based approach which inherits the advantages of the aforementioned two approaches while avoiding their limitations. It takes an intermediary set of plausible target-language mentions as pivots to bridge the two types of gaps: cross-lingual gap and mention-entity gap. Specifically, it first converts mentions in the source language into an intermediary set of plausible mentions in the target language by cross-lingual semantic retrieval and a selective mechanism, and then retrieves candidate entities based on the generated mentions by lexical retrieval. The proposed approach only relies on a small bilingual word dictionary, and fully exploits the benefits of both lexical and semantic matching. Experimental results on two challenging cross-lingual entity linking datasets spanning over 11 languages show that the pivot-based approach outperforms both the lexicon-based and semantic-based approach by a large margin.
Qian Liu 0012, Xiubo Geng, Jie Lu 0001, Daxin Jiang
WWW1
2021 Domain-specific meta-embedding with latent semantic structures
Qian Liu 0012, Jie Lu 0001, Guangquan Zhang 0001, Tao Shen 0001, Zhihan Zhang 0001, Heyan Huang
Inf. Sci.1
2020 A Pairwise Probe for Understanding BERT Fine-Tuning on Machine Reading Comprehension
abstract
Pre-trained models have brought significant improvements to many NLP tasks and have been extensively analyzed. But little is known about the effect of fine-tuning on specific tasks. Intuitively, people may agree that a pre-trained model already learns semantic representations of words (e.g. synonyms are closer to each other) and fine-tuning further improves its capabilities which require more complicated reasoning (e.g. coreference resolution, entity boundary detection, etc). However, how to verify these arguments analytically and quantitatively is a challenging task and there are few works focus on this topic. In this paper, inspired by the observation that most probing tasks involve identifying matched pairs of phrases (e.g. coreference requires matching an entity and a pronoun), we propose a pairwise probe to understand BERT fine-tuning on the machine reading comprehension (MRC) task. Specifically, we identify five phenomena in MRC. According to pairwise probing tasks, we compare the performance of each layer's hidden representation of pre-trained and fine-tuned BERT. The proposed pairwise probe alleviates the problem of distraction from inaccurate model training and makes a robust and quantitative comparison. Our experimental analysis leads to highly confident conclusions: (1) Fine-tuning has little effect on the fundamental and low-level information and general semantic tasks. (2) For specific abilities required for downstream tasks, fine-tuned BERT is better than pre-trained BERT and such gaps are obvious after the fifth layer.
Zhengzhou Zhu, Ping Nie, Qian Liu 0012
SIGIR4
2020 Jointly Learning Topics in Sentence Embedding for Document Summarization
abstract
Summarization systems for various applications, such as opinion mining, online news services, and answering questions, have attracted increasing attention in recent years. These tasks are complicated, and a classic representation using bag-of-words does not adequately meet the comprehensive needs of applications that rely on sentence extraction. In this paper, we focus on representing sentences as continuous vectors as a basis for measuring relevance between user needs and candidate sentences in source documents. Embedding models based on distributed vector representations are often used in the summarization community because, through cosine similarity, they simplify sentence relevance when comparing two sentences or a sentence/query and a document. However, the vector-based embedding models do not typically account for the salience of a sentence, and this is a very necessary part of document summarization. To incorporate sentence salience, we developed a model, called CCTSenEmb, that learns latent discriminative Gaussian topics in the embedding space and extended the new framework by seamlessly incorporating both topic and sentence embedding into one summarization system. To facilitate the semantic coherence between sentences in the framework of prediction-based tasks for sentence embedding, the CCTSenEmb further considers the associations between neighboring sentences. As a result, this novel sentence embedding framework combines sentence representations, word-based content, and topic assignments to predict the representation of the next sentence. A series of experiments with the DUC datasets validate CCTSenEmb's efficacy in document summarization in a query-focused extraction-based setting and an unsupervised ILP-based setting.
Yang Gao 0016, Yue Xu 0001, Heyan Huang, Qian Liu 0012, Linjing Wei
IEEE Trans. Knowl. Data Eng.4
2017 Leveraging Pattern Associations for Word Embedding Models
Qian Liu 0012, Heyan Huang, Yang Gao 0016, Xiaochi Wei, Ruiying Geng
DASFAA (1)1