VLDB 2026 Research / reviewers in the wild / expert
Min Peng 0002
dblp:57/495-2
· DBLP profile ↗
30ranked-venue papers in the field
11as first author
14since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 20 (7 first)Data Mining & Knowledge Discovery · 6 (1 first)Database Systems & Data Management · 4 (3 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Plan Then Retrieve: Reinforcement Learning-Guided Complex Reasoning over Knowledge GraphsabstractKnowledge Graph Question Answering (KGQA) aims to answer natural language questions by reasoning over structured knowledge graphs (KGs). While large language models (LLMs) have advanced KGQA through their strong reasoning capabilities, existing methods continue to struggle to fully exploit both the rich knowledge encoded in KGs and the reasoning capabilities of LLMs, particularly in complex scenarios. They often assume complete KG coverage and lack mechanisms to judge when external information is needed, and their reasoning remains locally myopic, failing to maintain coherent multi-step planning, leading to reasoning failures even when relevant knowledge exists. We propose Graph-RFT, a novel two-stage reinforcement fine-tuning KGQA framework with a ''plan–KGsearch–and–Websearch–during–think'' paradigm, that enables LLMs to perform autonomous planning and adaptive retrieval scheduling across KG and web sources under incomplete knowledge conditions. Graph-RFT introduces a chain-of-thought (CoT) fine-tuning method with a customized plan–retrieval dataset activates structured reasoning and resolves the GRPO cold-start problem. It then introduces a novel plan–retrieval guided reinforcement learning process integrates explicit planning and retrieval actions with a multi-reward design, enabling coverage-aware retrieval scheduling. It employs a Cartesian-inspired planning module to decompose complex questions into ordered sub-questions, and logical expression to guide tool invocation for globally consistent multi-step reasoning. This reasoning–retrieval process is optimized with a multi-reward combining outcome and retrieval-specific signals, enabling the model to learn when and how to combine KG and web retrieval effectively. Experiments on multiple KGQA benchmarks demonstrate that Graph-RFT achieves superior performance over strong baselines, even with smaller LLM backbones, and substantially improves complex question decomposition, factual coverage, and tool coordination. Yanlin Song, Ben Liu 0002, Víctor Gutiérrez-Basulto, Zhiwei Hu, Qianqian Xie, Min Peng 0002, Sophia Ananiadou, Jeff Z. Pan |
WWW | 6 |
| 2026 | BJZM: A scalable framework for developing and benchmarking LLMs with an open leaderboard in Chinese literature
Gang Hu 0003, Min Peng 0002 |
Inf. Process. Manag. | 5 |
| 2026 | MFC4POI: Multi-factor collaboration for next point-of-interest recommendation using large language models
Yanlin Song, Lei Liu 0072, Prayag Tiwari, Gang Tian, Qianqian Xie, Min Peng 0002 |
Inf. Process. Manag. | 7 |
| 2025 | Boosting Pre-trained Language Models for Temporal Knowledge Graph Reasoning via Joint Structure and Recurring Patterns
Zihao Jiang 0009, Miao Peng, Ben Liu 0002, Min Peng 0002 |
WISE (2) | 7 |
| 2025 | SymAgent: A Neural-Symbolic Self-Learning Agent Framework for Complex Reasoning over Knowledge GraphsabstractRecent advancements have highlighted that Large Language Models (LLMs) are prone to hallucinations when solving complex reasoning problems, leading to erroneous results. To tackle this issue, researchers incorporate Knowledge Graphs (KGs) to improve the reasoning ability of LLMs. However, existing methods face two limitations: 1) they typically assume that all answers to the questions are contained in KGs, neglecting the incompleteness issue of KGs, and 2) they treat the KG as a static repository and overlook the implicit logical reasoning structures inherent in KGs. In this paper, we introduce SymAgent, an innovative neural-symbolic agent framework that achieves collaborative augmentation between KGs and LLMs. We conceptualize KGs as dynamic environments and transform complex reasoning tasks into a multi-step interactive process, enabling KGs to participate deeply in the reasoning process. SymAgent consists of two modules: Agent-Planner and Agent-Executor. The Agent-Planner leverages LLM's inductive reasoning capability to extract symbolic rules from KGs, guiding efficient question decomposition. The Agent-Executor autonomously invokes predefined action tools to integrate information from KGs and external documents, addressing the issues of KG incompleteness. Furthermore, we design a self-learning framework comprising online exploration and offline iterative policy updating phases, enabling the agent to automatically synthesize reasoning trajectories and improve performance. Experimental results demonstrate that SymAgent with weak LLM backbones (i.e., 7B series) yields better or comparable performance compared to various strong baselines. Further analysis reveals that our agent can identify missing triples, facilitating automatic KG updates. Ben Liu 0002, Jihai Zhang 0001, Fangquan Lin, Cheng Yang 0008, Min Peng 0002, Wotao Yin |
WWW | 5 |
| 2025 | Historical facts learning from Long-Short Terms with Language Model for Temporal Knowledge Graph Reasoning
Ben Liu 0002, Miao Peng, Zihao Jiang 0009, Lei Liu 0072, Min Peng 0002 |
Inf. Process. Manag. | 8 |
| 2024 | Dólares or Dollars? Unraveling the Bilingual Prowess of Financial LLMs Between Spanish and EnglishabstractDespite Spanish's pivotal role in the global finance industry, a pronounced gap exists in Spanish financial natural language processing (NLP) and application studies compared to English, especially in the era of large language models (LLMs).To bridge this gap, we unveil Toisón de Oro, the first bilingual framework that establishes instruction datasets, finetuned LLMs, and evaluation benchmark for financial LLMs in Spanish joint with English.We construct a rigorously curated bilingual instruction dataset including over 144K Spanish and English samples from 15 datasets covering 7 tasks.Harnessing this, we introduce FinMA-ES, an LLM designed for bilingual financial applications.We evaluate our model and existing LLMs using FLARE-ES, the first comprehensive bilingual evaluation benchmark with 21 datasets covering 9 tasks.The FLARE-ES benchmark results Xiao Zhang 0060, Ruoyu Xiang, Chenhan Yuan, Duanyu Feng, Weiguang Han, Alejandro Lopez-Lira, Xiao-Yang Liu, Meikang Qiu, Sophia Ananiadou, Min Peng 0002, Jimin Huang, Qianqian Xie |
KDD | 10 |
| 2024 | TAKE: Tracing Associative Empathy Keywords for Generating Empathetic Responses Based on Graph Attention
Mengting Song, Keyao Li, Min Peng 0002, Gang Tian |
WISE (4) | 5 |
| 2024 | UniLP: Unified Topology-aware Generative Framework for Link Prediction in Knowledge GraphabstractLink prediction (LP) in knowledge graph (KG) is a crucial task that has received increasing attention recently. Due to the heterogeneous structures of KGs, various application scenarios, and demand-specific downstream objectives, there exist multiple subtasks in LP. Most studies only focus on designing a dedicated architecture for a specific subtask, which results in various complicated LP models. The isolated architectures and chaotic situations make it significant to construct a unified model that can handle multiple LP subtasks simultaneously. However, unifying all subtasks in LP presents numerous challenges, including unified input forms, task-specific context modeling, and topological information encoding. To address these challenges, we propose a topology-aware generative framework, namely UniLP, which utilizes a generative pre-trained language model to accomplish different LP subtasks universally. Specifically, we introduce a context demonstration template to convert task-specific context into a unified generative formulation. Based on the unified formulation, to address the limitation of transformer architecture that may overlook important structural signals in KGs, we design novel topology-aware soft prompts to deeply couple topology and text information in a contextualized manner. Extensive experiment results demonstrate that our framework achieves substantial performance gain and provides a real unified end-to-end solution for the whole LP subtasks. We also perform comprehensive ablation studies to support in-depth analysis of each component in UniLP. Ben Liu 0002, Miao Peng, Min Peng 0002 |
WWW | 5 |
| 2024 | Edge contrastive learning for link prediction
Lei Liu 0072, Qianqian Xie, Weidong Wen, Min Peng 0002 |
Inf. Process. Manag. | 5 |
| 2023 | Select and Trade: Towards Unified Pair Trading with Hierarchical Reinforcement Learning
Weiguang Han, Qianqian Xie, Min Peng 0002, Yanzhao Lai, Jimin Huang |
KDD | 4 |
| 2021 | A Dual Reinforcement Network for Classical and Modern Chinese Text Style Transfer
Minzhang Xu, Min Peng 0002, Fang Liu 0031 |
WISE (2) | 2 |
| 2021 | Graph Topic Neural Network for Document RepresentationabstractGraph Neural Networks (GNNs) such as GCN can effectively learn document representations via the semantic relation graph among documents and words. However, despite a few exceptions, most of the previous work in this line of research does not consider the underlying topical semantics inherited in document contents and the relation graph, making the representations less effective and hard to interpret. In a few recent studies trying to incorporate latent topics into GNNs, the topics have been learned independently from the relation graph modeling. Intuitively, topic extraction can benefit much from the information propagation of the relation graph structure - directly and indirectly connected documents and words have similar topics. In this paper, we propose a novel Graph Topic Neural Network (GTNN) model to mine latent topic semantics for interpretable document representation learning, taking into account the document-document, document-word, and word-word relationships in the graph. We also show that our model can be viewed as semi-amortized inference for relational topic model based on Poisson distribution, with high order correlations. We test our model in several settings: unsupervised, semi-supervised, and supervised representation learning, for both connected and unconnected documents. In all the cases, our model outperforms the state-of-the-art models for these tasks. Qianqian Xie, Jimin Huang, Pan Du 0001, Min Peng 0002, Jian-Yun Nie |
WWW | 4 |
| 2021 | Neural variational sparse topic model for sparse explainable text representation
Qianqian Xie, Prayag Tiwari, Deepak Gupta 0002, Jimin Huang, Min Peng 0002 |
Inf. Process. Manag. | 5 |
| 2019 | Discriminative Regularized Deep Generative Models for Semi-Supervised LearningabstractDeep generative models (DGMs) have shown strong performance in semi-supervised learning (SSL), which incorporate discrete class information into the learning process. Yet existing methods generally overfit to the given labeled data, for only considering the conditional probability of labels. In this paper, we propose a novel discriminative regularized deep generative method for SSL, which fully exploits the discriminative and geometric information of data to address the aforementioned issue. Our method introduces the cluster and manifold assumption that maximizes the classification margin between clusters and simultaneously smooths the predictions of the data which is close in the sub-manifold of each cluster, to regularize the learning of the classifier in DGMs. To derive the regularization based on introduced assumptions, we adopt the generated data of DGMs along with labelled and unlabelled data, to model the data manifold and yield clusters based on the Gumbel-softmax distribution. Experimental results on both text and image datasets demonstrate the effectiveness and flexibility of our method, and prove that two introduced assumptions are complementary in guiding the classification boundary, thus improving the discriminative ability of the classifier. Qianqian Xie, Jimin Huang, Min Peng 0002, Yihan Zhang 0005, Kaifei Peng, Hua Wang 0002 |
ICDM | 3 |
| 2019 | Pattern Filtering Attention for Distant Supervised Relation Extraction via Online Clustering
Min Peng 0002, Qingwen Liao, Weilong Hu, Gang Tian, Hua Wang 0002, Yanchun Zhang |
WISE | 1 |
| 2019 | Incorporating word embeddings into topic modeling of short text
Wang Gao 0002, Min Peng 0002, Hua Wang 0002, Yanchun Zhang, Qianqian Xie, Gang Tian |
Knowl. Inf. Syst. | 2 |
| 2019 | Bayesian Sparse Topical CodingabstractSparse topic models (STMs) are widely used for learning a semantically rich latent sparse representation of short texts in large scale, mainly by imposing sparse priors or appropriate regularizers on topic models. However, it is difficult for these STMs to model the sparse structure and pattern of the corpora accurately, since their sparse priors always fail to achieve real sparseness, and their regularizers bypass the prior information of the relevance between sparse coefficients. In this paper, we propose a novel Bayesian hierarchical topic models called Bayesian Sparse Topical Coding with Poisson Distribution (BSTC-P) on the basis of Sparse Topical Coding with Sparse Groups (STCSG). Different from traditional STMs, it focuses on imposing hierarchical sparse prior to leverage the prior information of relevance between sparse coefficients. Furthermore, we propose a sparsity-enhanced BSTC, Bayesian Sparse Topical Coding with Normal Distribution (BSTC-N), via mathematic approximation. We adopt superior hierarchical sparse inducing prior, with the purpose of achieving the sparsest optimal solution. Experimental results on datasets of Newsgroups and Twitter show that both BSTC-P and BSTC-N have better performance on finding clear latent semantic representations. Therefore, they yield better performance than existing works on document classification tasks. Min Peng 0002, Qianqian Xie, Hua Wang 0002, Yanchun Zhang, Gang Tian |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2018 | Topic-Net Conversation Model
Min Peng 0002, Dian Chen 0004, Qianqian Xie, Yanchun Zhang, Hua Wang 0002, Gang Hu 0003, Wang Gao 0002, Yihan Zhang 0005 |
WISE (1) | 1 |
| 2018 | Mining Event-Oriented Topics in Microblog Stream with Unsupervised Multi-View Hierarchical EmbeddingabstractThis article presents an unsupervised multi-view hierarchical embedding (UMHE) framework to sufficiently reveal the intrinsic topical knowledge in social events. Event-oriented topics are highly related to such events as it can provide explicit descriptions of what have happened in social community. In many real-world cases, however, it is difficult to include all attributes of microblogs, more often, textual aspects only are available. Traditional topic modelling methods have failed to generate event-oriented topics with the textual aspects, since the inherent relations between topics are often overlooked in these methods. Meanwhile, the metrics in original word vocabulary space might not effectively capture semantic distances. Our UMHE framework overcomes the severe information deficiency and poor feature representation. The UMHE first develops a multi-view Bayesian rose tree to preliminarily generate prior knowledge for latent topics and their relations. With such prior knowledge, we design an unsupervised translation-based hierarchical embedding method to make a better representation of these latent topics. By applying self-adaptive spectral clustering on the embedding space and the original space concomitantly, we eventually extract event-oriented topics in word distributions to express social events. Our framework is purely data-driven and unsupervised, without any external knowledge. Experimental results on TREC Tweets2011 dataset and Sina Weibo dataset demonstrate that the UMHE framework can construct hierarchical structure with high fitness, but also yield topic embeddings with salient semantics; therefore, it can derive event-oriented topics with meaningful descriptions. Min Peng 0002, Hua Wang 0002, Xuhui Li 0001, Yanchun Zhang, Xiuzhen Zhang 0001, Gang Tian |
ACM Trans. Knowl. Discov. Data | 1 |
| 2017 | Topic Detection with Locally Weighted Semi-supervised Collective Learning
Ye Wang 0015, Yong Quan, Bin Zhou 0004, Yanchun Zhang, Min Peng 0002 |
WISE (2) | 5 |
| 2017 | Dynamic sampling of text streams and its application in text analysis
Gang Tian, Min Peng 0002, Yanchun Zhang |
Knowl. Inf. Syst. | 3 |
| 2017 | Parallelization of Massive Textstream Compression Based on Compressed SensingabstractCompressing textstreams generated by social networks can both reduce storage consumption and improve efficiency such as fast searching. However, the compression process is a challenge due to the large scale of textstreams. In this article, we propose a textstream compression framework based on compressed sensing theory and design a series of matching parallel procedures. The new approach uses a linear projection technique in the textstream compression process, achieving fast compression speed and low compression ratio. Two processes are executed by designing elaborated parallel procedures for efficient compressing and decompressing of large-scale textstreams. The decompression process is implemented for approximate solutions of underdetermined linear systems. Experimental results show that the new method can efficiently achieve the compression and decompression tasks on a large amount of text generated by social networks. Min Peng 0002, Wang Gao 0002, Hua Wang 0002, Yanchun Zhang, Qianqian Xie, Gang Hu 0003, Gang Tian |
ACM Trans. Inf. Syst. | 1 |
| 2016 | KPCA-WT: An Efficient Framework for High Quality Microblog Extraction in Time-Frequency Domain
Min Peng 0002, Xinyuan Dai, Guanyin Zeng, Shuang Ouyang, Qianqian Xie, Gang Tian |
WAIM (2) | 1 |
| 2016 | Sparse Topical Coding with Sparse Groups
Min Peng 0002, Qianqian Xie, Shuang Ouyang, Jimin Huang, Gang Tian |
WAIM (1) | 1 |
| 2016 | Improving Distant Supervision of Relation Extraction with Unsupervised Methods
Min Peng 0002, Jimin Huang, Zhaoyu Sun, Shizhong Wang, Hua Wang 0002, Guangping Zhuo, Gang Tian |
WISE (1) | 1 |
| 2015 | Central Topic Model for Event-oriented Topics Mining in Microblog StreamabstractTo date, data generates and arrives in the form of stream to propagate discussions of public events in microblog services. Discovering event-oriented topics from the stream will lead to a better understanding of the change of public concern. However, as the massive scale of the data stream, traditional static topic models, such as LDA, are no longer fit for topic detection and tracking tasks. In this paper, we propose a central topic model (CenTM), where a Multi-view Clustering algorithm with Two-phase Random Walk (MC-TRW) is devised to aggregate the LDA's latent topics into central topics. Furthermore, we leverage the aggregation of central topics alternately with MC-TRW and sequential topic inference to improve the scalability in the stream fashion, so as to derive the dynamic central topic model (DCenTM). Specifically, our model is able to uncover the intrinsic characteristics of the central topics and predict the trend of their intensity along a life cycle. Experimental results demonstrate that the proposed central topic model is event-oriented and of high generalization, it therefore can dispose the topic trend prediction effectively and precisely in massive data stream. Min Peng 0002, Xuhui Li 0001, Hua Wang 0002, Yanchun Zhang |
CIKM | 1 |
| 2015 | Coherent Topic Hierarchy: A Strategy for Topic Evolutionary Analysis on Microblog Feeds
Xuhui Li 0001, Min Peng 0002, Tieyun Qian, Jimin Huang, Jiping Liu, Ri Hong, Pinglan Liu |
WAIM | 3 |
| 2013 | High Quality Microblog Extraction Based on Multiple Features Fusion and Time-Frequency Transformation
Min Peng 0002, Yanxiang He, Fei Li 0007 |
WISE (2) | 1 |
| 2013 | Co-Learning Ranking for Query-Based Retrieval
Min Peng 0002, Yanxiang He, Fei Li 0007 |
WISE (1) | 1 |