VLDB 2026 Research / reviewers in the wild / expert
Ting Wang 0009
dblp:12/2633-9
· DBLP profile ↗
33ranked-venue papers in the field
2as first author
14since 2021 · last 2026
0000-0002-7780-2330ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 20Knowledge Engineering, Semantic Web & Information Systems · 5 (1 first)Database Systems & Data Management · 4Data Mining & Knowledge Discovery · 3Other / Interdisciplinary · 1 (1 first)
| 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 | 6 |
| 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. | 6 |
| 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. | 7 |
| 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 | 5 |
| 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. | 5 |
| 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. | 5 |
| 2025 | Leveraging multiple control codes for aspect-controllable related paper recommendation
Kehan Long, Shasha Li 0001, Jintao Tang, Ting Wang 0009 |
Inf. Process. Manag. | 4 |
| 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 | 6 |
| 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. | 6 |
| 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. | 5 |
| 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) | 7 |
| 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. | 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. | 6 |
| 2021 | EDKT: An Extensible Deep Knowledge Tracing Model for Multiple Learning Factors
Liangliang He, Xiao Li 0039, Jintao Tang, Ting Wang 0009 |
DASFAA (1) | 4 |
| 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) | 4 |
| 2020 | ADKT: Adaptive Deep Knowledge Tracing
Liangliang He, Jintao Tang, Xiao Li 0039, Ting Wang 0009 |
WISE (1) | 4 |
| 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. | 5 |
| 2017 | Drug-Drug Interaction Extraction via Recurrent Neural Network with Multiple Attention Layers
Zibo Yi, Shasha Li 0001, Jie Yu 0008, Yusong Tan, Qingbo Wu 0003, Ting Wang 0009 |
ADMA | 7 |
| 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) | 2 |
| 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 | 3 |
| 2015 | Structuring Tweets for improving Twitter searchabstractSpam and wildly varying documents make searching in Twitter challenging. Most Twitter search systems generally treat a Tweet as a plain text when modeling relevance. However, a series of conventions allows users to Tweet in structural ways using a combination of different blocks of texts. These blocks include plain texts, hashtags, links, mentions, etc. Each block encodes a variety of communicative intent and the sequence of these blocks captures changing discourse. Previous work shows that exploiting the structural information can improve the structured documents (e.g., web pages) retrieval. In this study we utilize the structure of Tweets, induced by these blocks, for Twitter retrieval and Twitter opinion retrieval. For Twitter retrieval, a set of features, derived from the blocks of text and their combinations, is used into a learning‐to‐rank scenario. We show that structuring Tweets can achieve state‐of‐the‐art performance. Our approach does not rely on social media features, but when we do add this additional information, performance improves significantly. For Twitter opinion retrieval, we explore the question of whether structural information derived from the body of Tweets and opinionatedness ratings of Tweets can improve performance. Experimental results show that retrieval using a novel unsupervised opinionatedness feature based on structuring Tweets achieves comparable performance with a supervised method using manually tagged Tweets. Topic‐related specific structured Tweet sets are shown to help with query‐dependent opinion retrieval. Zhunchen Luo, Miles Osborne, Ting Wang 0009 |
J. Assoc. Inf. Sci. Technol. | 4 |
| 2013 | Improving Keyphrase Extraction from Web News by Exploiting Comments Information
Zhunchen Luo, Jintao Tang, Ting Wang 0009 |
APWeb | 3 |
| 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 | 4 |
| 2013 | Propagated Opinion Retrieval in Twitter
Zhunchen Luo, Jintao Tang, Ting Wang 0009 |
WISE (2) | 3 |
| 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 | 3 |
| 2011 | Online active multi-field learning for efficient email spam filtering
Wuying Liu, Ting Wang 0009 |
Knowl. Inf. Syst. | 2 |
| 2011 | SAWSDL-iMatcher: A customizable and effective Semantic Web Service matchmaker
Dengping Wei, Ting Wang 0009, Ji Wang 0001, Abraham Bernstein |
J. Web Semant. | 2 |
| 2010 | Multi-field learning for email spam filteringabstractThrough the investigation of email document structure, this paper proposes a multi-field learning (MFL) framework, which breaks the multi-field document Text Classification (TC) problem into several sub-document TC problems, and makes the final category prediction by weighted linear combination of several sub-document TC results. Many previous statistical TC algorithms can be easily rebuilt within the MFL framework via turning binary result to spamminess score, which is a real number and reflects the likelihood that the classified email is spam. The experimental results in the TREC spam track show that the performances of many TC algorithms can be improved within the MFL framework. Wuying Liu, Ting Wang 0009 |
SIGIR | 2 |
| 2008 | Extracting Semantic Constraint from Description Text for Semantic Web Service Discovery
Dengping Wei, Ting Wang 0009, Ji Wang 0001, Yaodong Chen |
ISWC | 2 |
| 2006 | Automatic Extraction of Hierarchical Relations from Text
Ting Wang 0009, Yaoyong Li, Kalina Bontcheva, Hamish Cunningham, Ji Wang 0001 |
ESWC | 1 |
| 2005 | Chinese Named Entity Recognition with a Hybrid-Statistical Model
Ting Wang 0009, Jintao Tang, Huowang Chen |
APWeb | 2 |
| 2005 | Extracting a Domain Ontology from Linguistic Resource Based on Relatedness MeasurementsabstractCreating domain-specific ontologies is one of the main bottlenecks in the development of the semantic Web. Learning an ontology from linguistic resources is helpful to reduce the costs of ontology creation. In this paper, we describe a method to extract the most related concepts from HowNet, a Chinese-English bilingual knowledge dictionary, in order to create a customized ontology for a particular domain. We introduce a new method to measure relatedness (rather than similarity between concepts), which overcomes some of the traditional problems associated with similar concepts being far apart in the hierarchy. Experiments show encouraging results. Ting Wang 0009, Diana Maynard, Wim Peters, Kalina Bontcheva, Hamish Cunningham |
Web Intelligence | 1 |
| 2004 | Categorizing Web Information on Subject with Statistical Language Modeling
Xindong Zhou, Ting Wang 0009, Huowang Chen |
WISE | 2 |