VLDB 2026 Research / reviewers in the wild / expert
Jintao Tang
dblp:02/2358
· DBLP profile ↗
25ranked-venue papers in the field
1as first author
15since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 17 (1 first)Database Systems & Data Management · 5Knowledge Engineering, Semantic Web & Information Systems · 2Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Beyond Inconsistent Reasoning: Intermediate Process Direct Preference Optimization on Small Multi-modal Large Language Models for Visual Question AnsweringabstractVisual Question Answering (VQA) has increasingly shifted from direct prediction to step-by-step reasoning, driven by advances in Multi-modal Large Language Models (MLLMs) and Multi-modal Chain-of-Thought (MCoT). However, small MLLMs (S-MLLMs) often suffer from a "Faithfulness Gap", where they arrive at correct answers with inconsistent or hallucinatory intermediate reasoning processes. In this work, we first conduct a systematic diagnostic of MCoT consistency and identify two prevalent patterns that undermine conventional trajectory-level optimization: Intermediate Error and Inconsistent Reasoning. We categorize intermediate errors into Caption Errors—Hallucination, Contradiction, and Irrelevance, and Reasoning Errors—Divergence and Spuriousness. Driven by these findings, we curate MCoT-SP, a Stage-wise Preference dataset with severity-aware annotations constructed through an automated pipeline that detects and corrects intermediate errors using entailment-based checks and LLM-based correction, followed by post-verification to ensure the reliability of the preference pairs. Leveraging this resource, we propose Intermediate Process Direct Preference Optimization (IP-DPO), which performs stage-wise preference optimization by treating each intermediate stage as independent preference units, while jointly integrating preference learning with supervised fine-tuning on preferred complete MCoT responses to preserve global coherence. Extensive evaluations on LLaVA-Next and Qwen2.5-VL demonstrate that IP-DPO outperforms standard DPO and SFT baselines across two benchmarks spanning six VQA datasets. Our analysis indicates that improvements in intermediate consistency substantially exceed the corresponding improvements in final answer accuracy, revealing that IP-DPO primarily improves the underlying reasoning process rather than merely overfitting to target labels. Yongzhu Miao, Puzhen Su, Shasha Li 0001, Jintao Tang, Ting Wang 0009 |
ICMR | 5 |
| 2026 | Empowering LLMs with disentangled structure awareness for prompt-based knowledge graph completion
Kang Tang, Shasha Li 0001, Jintao Tang, Kehan Long, Ting Wang 0009 |
Inf. Syst. | 3 |
| 2026 | Beyond Pruning: Harnessing Off-Path Triples for Knowledge Graph Question Answering with LLMs
Puzhen Su, Yongzhu Miao, Kang Tang, Jintao Tang, Shasha Li 0001, Ting Wang 0009 |
Inf. Sci. | 5 |
| 2025 | Precise Zero-Shot Pointwise Ranking with LLMs through Post-Aggregated Global Context InformationabstractRecent advancements have successfully harnessed the power of Large Language Models (LLMs) for zero-shot document ranking, exploring a variety of prompting strategies. Comparative approaches like pairwise and listwise achieve high effectiveness but are computationally intensive and thus less practical for larger-scale applications. Scoring-based pointwise approaches exhibit superior efficiency by independently and simultaneously generating the relevance scores for each candidate document. However, this independence ignores critical comparative insights between documents, resulting in inconsistent scoring and suboptimal performance. In this paper, we aim to improve the effectiveness of pointwise methods while preserving their efficiency through two key innovations: (1) We propose a novel Global-Consistent Comparative Pointwise Ranking (GCCP) strategy that incorporates global reference comparisons between each candidate and an anchor document to generate contrastive relevance scores. We strategically design the anchor document as a query-focused summary of pseudo-relevant candidates, which serves as an effective reference point by capturing the global context for document comparison. (2) These contrastive relevance scores can be efficiently Post-Aggregated with existing pointwise methods, seamlessly integrating essential Global Context information in a training-free manner (PAGC). Extensive experiments on the TREC DL and BEIR benchmark demonstrate that our approach significantly outperforms previous pointwise methods while maintaining comparable efficiency. Our method also achieves competitive performance against comparative methods that require substantially more computational resources. More analyses further validate the efficacy of our anchor construction strategy. Kehan Long, Shasha Li 0001, Chen Xu 0013, Jintao Tang, Ting Wang 0009 |
SIGIR | 4 |
| 2025 | Multi-pattern retrieval-augmented framework for Text-to-SQL with Poincaré-Skeleton retrieval and meta-instruction reasoning
Chunxi Guo, Zhiliang Tian, Jintao Tang, Shasha Li 0001, Ting Wang 0009 |
Inf. Process. Manag. | 3 |
| 2025 | Maximizing discrimination masking for faithful question answering with machine reading
Dong Li 0048, Jintao Tang, Pancheng Wang, Shasha Li 0001, Ting Wang 0009 |
Inf. Process. Manag. | 2 |
| 2025 | Leveraging multiple control codes for aspect-controllable related paper recommendation
Kehan Long, Shasha Li 0001, Jintao Tang, Ting Wang 0009 |
Inf. Process. Manag. | 3 |
| 2024 | Disentangling Instructive Information from Ranked Multiple Candidates for Multi-Document Scientific SummarizationabstractAutomatically condensing multiple topic-related scientific papers into a succinct and concise summary is referred to as Multi-Document Scientific Summarization (MDSS). Currently, while commonly used abstractive MDSS methods can generate flexible and coherent summaries, the difficulty in handling global information and the lack of guidance during decoding still make it challenging to generate better summaries. To alleviate these two shortcomings, this paper introduces summary candidates into MDSS, utilizing the global information of the document set and additional guidance from the summary candidates to guide the decoding process. Our insights are twofold: Firstly, summary candidates can provide instructive information from both positive and negative perspectives, and secondly, selecting higher-quality candidates from multiple options contributes to producing better summaries. Drawing on the insights, we propose a summary candidates fusion framework - Disentangling Instructive information from Ranked candidates (DIR) for MDSS. Specifically, DIR first uses a specialized pairwise comparison method towards multiple candidates to pick out those of higher quality. Then DIR disentangles the instructive information of summary candidates into positive and negative latent variables with Conditional Variational Autoencoder. These variables are further incorporated into the decoder to guide generation. We evaluate our approach with three different types of Transformer-based models and three different types of candidates, and consistently observe noticeable performance improvements according to automatic and human evaluation. More analyses further demonstrate the effectiveness of our model in handling global information and enhancing decoding controllability. Pancheng Wang, Shasha Li 0001, Dong Li 0048, Kehan Long, Jintao Tang, Ting Wang 0009 |
SIGIR | 5 |
| 2024 | Fusing structural information with knowledge enhanced text representation for knowledge graph completion
Kang Tang, Shasha Li 0001, Jintao Tang, Dong Li 0048, Pancheng Wang, Ting Wang 0009 |
Data Min. Knowl. Discov. | 3 |
| 2024 | MAN: Memory-augmented Attentive Networks for Deep Learning-based Knowledge TracingabstractKnowledge Tracing (KT) is the task of modeling a learner’s knowledge state to predict future performance in e-learning systems based on past performance. Deep learning-based methods, such as recurrent neural networks, memory-augmented neural networks, and attention-based neural networks, have recently been used in KT. Such methods have demonstrated excellent performance in capturing the latent dependencies of a learner’s knowledge state on recent exercises. However, these methods have limitations when it comes to dealing with the so-called Skill Switching Phenomenon (SSP), i.e., when learners respond to exercises in an e-learning system, the latent skills in the exercises typically switch irregularly. SSP will deteriorate the performance of deep learning-based approaches for simulating the learner’s knowledge state during skill switching, particularly when the association between the switching skills and the previously learned skills is weak. To address this problem, we propose the Memory-augmented Attentive Network (MAN), which combines the advantages of memory-augmented neural networks and attention-based neural networks. Specifically, in MAN, memory-augmented neural networks are used to model learners’ longer term memory knowledge, while attention-based neural networks are used to model learners’ recent term knowledge. In addition, we design a context-aware attention mechanism that automatically weighs the tradeoff between these two types of knowledge. With extensive experiments on several e-learning datasets, we show that MAN effectively improve predictive accuracies of existing state-of-the-art DLKT methods. Liangliang He, Xiao Li 0039, Pancheng Wang, Jintao Tang, Ting Wang 0009 |
ACM Trans. Inf. Syst. | 4 |
| 2023 | Distinguishing Sensitive and Insensitive Options for the Winograd Schema Challenge
Dong Li 0048, Pancheng Wang, Liangliang He, Kunyuan Pang, Shasha Li 0001, Jintao Tang, Ting Wang 0009 |
DASFAA (3) | 6 |
| 2023 | Plan and generate: Explicit and implicit variational augmentation for multi-document summarization of scientific articles
Pancheng Wang, Shasha Li 0001, Shenling Liu, Jintao Tang, Ting Wang 0009 |
Inf. Process. Manag. | 4 |
| 2022 | Emotion-Aware Multimodal Pre-training for Image-Grounded Emotional Response Generation
Zhiliang Tian, Zhihua Wen, Yiping Song, Jintao Tang, Dongsheng Li 0001, Nevin Lianwen Zhang |
DASFAA (3) | 5 |
| 2022 | BERT-SMAP: Paying attention to Essential Terms in passage ranking beyond BERT
Dengwen Lin, Jintao Tang, Xinyi Li 0001, Kunyuan Pang, Shasha Li 0001, Ting Wang 0009 |
Inf. Process. Manag. | 2 |
| 2021 | EDKT: An Extensible Deep Knowledge Tracing Model for Multiple Learning Factors
Liangliang He, Xiao Li 0039, Jintao Tang, Ting Wang 0009 |
DASFAA (1) | 3 |
| 2020 | Improving Deep Item-Based Collaborative Filtering with Bayesian Personalized Ranking for MOOC Course Recommendation
Xiao Li 0039, Jintao Tang, Ting Wang 0009 |
KSEM (1) | 3 |
| 2020 | ADKT: Adaptive Deep Knowledge Tracing
Liangliang He, Jintao Tang, Xiao Li 0039, Ting Wang 0009 |
WISE (1) | 2 |
| 2018 | Using semantic similarity to reduce wrong labels in distant supervision for relation extraction
Chengsen Ru, Jintao Tang, Shasha Li 0001, Songxian Xie, Ting Wang 0009 |
Inf. Process. Manag. | 2 |
| 2016 | Identifying Linked Data Datasets for sameAs Interlinking Using Recommendation Techniques
Haichi Liu, Ting Wang 0009, Jintao Tang, Hong Ning, Dengping Wei, Songxian Xie, Peilei Liu |
WAIM (1) | 3 |
| 2015 | Automatically Assessing Wikipedia Article Quality by Exploiting Article-Editor Networks
Xinyi Li 0001, Jintao Tang, Ting Wang 0009, Zhunchen Luo, Maarten de Rijke |
ECIR | 2 |
| 2013 | Improving Keyphrase Extraction from Web News by Exploiting Comments Information
Zhunchen Luo, Jintao Tang, Ting Wang 0009 |
APWeb | 2 |
| 2013 | Who will retweet me?: finding retweeters in twitterabstractAn important aspect of communication in Twitter (and other Social Network is message propagation -- people creating posts for others to share. Although there has been work on modelling how tweets in Twitter are propagated (retweeted), an untackled problem has been who will retweet a message. Here we consider the task of finding who will retweet a message posted on Twitter. Within a learning to-rank framework, we explore a wide range of features, such as retweet history, followers status, followers active time and followers interests. We find that followers who retweeted or mentioned the author's tweets frequently before and have common interests are more likely to be retweeters. Zhunchen Luo, Miles Osborne, Jintao Tang, Ting Wang 0009 |
SIGIR | 3 |
| 2013 | Propagated Opinion Retrieval in Twitter
Zhunchen Luo, Jintao Tang, Ting Wang 0009 |
WISE (2) | 2 |
| 2011 | A bipartite graph based social network splicing method for person name disambiguationabstractThe key issue of person name disambiguation is to discover different namesakes in massive web documents rather than simply cluster documents by using textual features. In this paper, we describe a novel person name disambiguation method based on social networks to effectively identify namesakes. The social network snippets in each document are extracted. Then, the namesakes are identified via splicing the social networks of each namesake by using the snippets as a bipartite graph. Experimental results show that our method achieves better result than the top performance of WePS-2 in identifying different namesakes. Jintao Tang, Qin Lu 0001, Ting Wang 0009, Ji Wang 0001, Wenjie Li 0002 |
SIGIR | 1 |
| 2005 | Chinese Named Entity Recognition with a Hybrid-Statistical Model
Ting Wang 0009, Jintao Tang, Huowang Chen |
APWeb | 3 |