EDBT 2026 Demo / reviewers in the wild / expert
Ben He 0001
dblp:27/1201-1
· DBLP profile ↗
32ranked-venue papers in the field
1as first author
11since 2021 · last 2026
0000-0002-2699-9209ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 25Knowledge Engineering, Semantic Web & Information Systems · 3 (1 first)Database Systems & Data Management · 2Data Mining & Knowledge Discovery · 1Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Breaking the Spiral: A Utility-Driven Optimization Framework for Balanced Information Retrieval in the LLM EraabstractThe widespread adoption of Large Language Models (LLMs) and Retrieval-Augmented Generation (RAG) systems is reshaping the landscape of information retrieval. However, the long-term effects of LLM-generated texts on retrieval systems remain underexplored, creating challenges for mitigating their impact. The effects are examined in this study, with a particular focus on the “Spiral of Silence” phenomenon, which refers to the marginalization of diverse information as certain types of content dominate, leading to a homogenized information ecosystem. To investigate this, a simulation pipeline is constructed to model the iterative introduction of LLM-generated texts into retrieval systems. Experimental results across multiple iterations reveal that as the presence of LLM-generated texts within the system grows, retrieval systems exhibit a stronger tendency to retrieve these texts. This trend, in turn, reduces the visibility of human-generated content, diminishes diversity, propagates errors, and results in a notable decline in retrieval performance. To address these challenges, we propose a Utility-Driven Multi-Objective Optimization (UMO) framework to effectively mitigate the “Spiral of Silence.” This framework employs a two-phase approach: an optimization phase, leveraging the NSGA-II algorithm to derive optimal preference weights for multiple objectives, and a memorization phase, which directly integrates these weights into the retrieval vector space without requiring additional model retraining. Experimental results demonstrate that this framework maintains stable retrieval effectiveness, improves the retrieval proportion of human-generated content, reduces the excessive influence of LLM-generated texts, and preserves information diversity, effectively mitigating the “Spiral of Silence.” Xiaoyang Chen 0001, Ben He 0001, Xianpei Han, Tianshu Wang 0002, Boxi Cao, Le Sun 0001, Yingfei Sun |
ACM Trans. Inf. Syst. | 2 |
| 2025 | Multi-Agent Proactive Information Seeking with Adaptive LLM Orchestration for Non-Factoid Question AnsweringabstractThe proliferation of complex non-factoid questions in modern information seeking (IS) systems exposes critical limitations in conventional Retrieval-Augmented Generation (RAG) approaches, particularly their static search strategies and the lack of systematic multi-source information integration capabilities. Facing these limitations, we present PASS (Proactive Agent-driven Search System), a novel multi-agent framework that operationalizes human-like proactive search strategies through five specialized agents: Revealer for intent analysis, Navigator for search planning, Seeker/Reader for adaptive retrieval, and Writer for response synthesis, systematically expanding the search space through iterative query refinement and multi-perspective knowledge integration. Crucially, our framework demonstrates remarkable adaptability to mid-sized LLMs, demonstrating its scalability in resource-constrained environments. To comprehensively assess the effectiveness of the proposed framework, we carry out extensive experiments on both mid-sized and proprietary large-scale LLMs, evaluating response quality for complex non-factoid questions using a newly introduced nugget-based assessment. Experimental results from offline nugget-based evaluation and online A/B Tests confirm substantial improvements in answer quality, advancing proactive information seeking methodologies and offering practical pathways for democratizing complex reasoning capabilities to resource-constrained environments. Yuchen Li 0006, Hengyi Cai, Xuanang Chen, Haoyi Xiong, Shuaiqiang Wang, Ben He 0001, Le Sun 0001, Dawei Yin 0001 |
KDD (2) | 8 |
| 2024 | PARADE: Passage Representation Aggregation forDocument RerankingabstractPre-trained transformer models, such as BERT and T5, have shown to be highly effective at ad hoc passage and document ranking. Due to the inherent sequence length limits of these models, they need to process document passages one at a time rather than processing the entire document sequence at once. Although several approaches for aggregating passage-level signals into a document-level relevance score have been proposed, there has yet to be an extensive comparison of these techniques. In this work, we explore strategies for aggregating relevance signals from a document’s passages into a final ranking score. We find that passage representation aggregation techniques can significantly improve over score aggregation techniques proposed in prior work, such as taking the maximum passage score. We call this new approach PARADE. In particular, PARADE can significantly improve results on collections with broad information needs where relevance signals can be spread throughout the document (such as TREC Robust04 and GOV2). Meanwhile, less complex aggregation techniques may work better on collections with an information need that can often be pinpointed to a single passage (such as TREC DL and TREC Genomics). We also conduct efficiency analyses and highlight several strategies for improving transformer-based aggregation. Canjia Li, Andrew Yates, Sean MacAvaney, Ben He 0001, Yingfei Sun |
ACM Trans. Inf. Syst. | 4 |
| 2023 | Offline Pseudo Relevance Feedback for Efficient and Effective Single-pass Dense Retrieval
Xueru Wen, Xiaoyang Chen 0001, Xuanang Chen, Ben He 0001, Le Sun 0001 |
SIGIR | 4 |
| 2023 | Dealing with textual noise for robust and effective BERT re-ranking
Xuanang Chen, Ben He 0001, Kai Hui 0001, Le Sun 0001, Yingfei Sun |
Inf. Process. Manag. | 2 |
| 2022 | Incorporating Ranking Context for End-to-End BERT Re-ranking
Xiaoyang Chen 0001, Kai Hui 0001, Ben He 0001, Xianpei Han, Le Sun 0001 |
ECIR (1) | 3 |
| 2022 | Groupwise Query Performance Prediction with BERT
Xiaoyang Chen 0001, Ben He 0001, Le Sun 0001 |
ECIR (2) | 2 |
| 2022 | Re-thinking Knowledge Graph Completion Evaluation from an Information Retrieval PerspectiveabstractKnowledge graph completion (KGC) aims to infer missing knowledge triples based on known facts in a knowledge graph. Current KGC research mostly follows an entity ranking protocol, wherein the effectiveness is measured by the predicted rank of a masked entity in a test triple. The overall performance is then given by a micro(-average) metric over all individual answer entities. Due to the incomplete nature of the large-scale knowledge bases, such an entity ranking setting is likely affected by unlabelled top-ranked positive examples, raising questions on whether the current evaluation protocol is sufficient to guarantee a fair comparison of KGC systems. To this end, this paper presents a systematic study on whether and how the label sparsity affects the current KGC evaluation with the popular micro metrics. Specifically, inspired by the TREC paradigm for large-scale information retrieval (IR) experimentation, we create a relatively "complete" judgment set based on a sample from the popular FB15k-237 dataset following the TREC pooling method. According to our analysis, it comes as a surprise that switching from the original labels to our "complete" labels results in a drastic change of system ranking of a variety of 13 popular KGC models in terms of micro metrics. Further investigation indicates that the IR-like macro(-average) metrics are more stable and discriminative under different settings, meanwhile, less affected by label sparsity. Thus, for KGC evaluation, we recommend conducting TREC-style pooling to balance between human efforts and label completeness, and reporting also the IR-like macro metrics to reflect the ranking nature of the KGC task. Xuanang Chen, Ben He 0001, Le Sun 0001 |
SIGIR | 3 |
| 2021 | Simplified TinyBERT: Knowledge Distillation for Document Retrieval
Xuanang Chen, Ben He 0001, Kai Hui 0001, Le Sun 0001, Yingfei Sun |
ECIR (2) | 2 |
| 2021 | Contextualized Offline Relevance Weighting for Efficient and Effective Neural RetrievalabstractOnline search latency is a major bottleneck in deploying large-scale pre-trained language models, e.g. BERT, in retrieval applications. Inspired by the recent advances in transformer-based document expansion technique, we propose to trade offline relevance weighting for online retrieval efficiency by utilizing the powerful BERT ranker to weight the neighbour documents collected by generated pseudo-queries for each document. In the online retrieval stage, the traditional query-document matching is reduced to the much less expensive query to pseudo-query matching, and a document rank list is quickly recalled according to the pre-computed neighbour documents. Extensive experiments on the standard MS MARCO dataset with both passage and document ranking tasks demonstrate promising results of our method in terms of both online efficiency and effectiveness. Xuanang Chen, Ben He 0001, Kai Hui 0001, Le Sun 0001, Yingfei Sun |
SIGIR | 2 |
| 2021 | Contextualized query expansion via unsupervised chunk selection for text retrieval
Kai Hui 0001, Ben He 0001, Xianpei Han, Le Sun 0001, Andrew Yates |
Inf. Process. Manag. | 3 |
| 2020 | End-to-End Multi-task Learning for Allusion Detection in Ancient Chinese Poems
Xiaoyang Chen 0001, Ben He 0001 |
KSEM (2) | 3 |
| 2020 | An end-to-end pseudo relevance feedback framework for neural document retrieval
Ze Luo, Canjia Li, Ben He 0001, Le Sun 0001, Yingfei Sun |
Inf. Process. Manag. | 4 |
| 2019 | Deep Sequence-to-Sequence Entity Matching for Heterogeneous Entity ResolutionabstractEntity Resolution (ER) identifies records from different data sources that refer to the same real-world entity. Conventional ER approaches usually employ a structure matching mechanism, where attributes are aligned, compared and aggregated for ER decision. The structure matching approaches, unfortunately, often suffer from heterogeneous and dirty ER problems. That is, entities from different data sources are described using different schemas, and attribute values may be misplaced, missing, or noisy. In this paper, we propose a deep sequence-to-sequence entity matching model, denoted Seq2SeqMatcher, which can effectively solve the heterogeneous and dirty problems by modeling ER as a token-level sequence-to-sequence matching task. Specifically, we propose an align-compare-aggregate neural network for Seq2Seq entity matching, which can learn the representations of tokens, capture the semantic relevance between tokens, and aggregate matching evidence for accurate ER decisions in an end-to-end manner. Experimental results show that, by comparing entity records in token level and learning all components in an end-to-end manner, our Seq2Seq entity matching model can achieve remarkable performance improvements on 9 standard entity resolution benchmarks. Hao Nie, Xianpei Han, Ben He 0001, Le Sun 0001, Bo Chen 0020, Wei Zhang 0127, Suhui Wu |
CIKM | 3 |
| 2018 | Mining authoritative and topical evidence from the blogosphere for improving opinion retrieval
Jimmy Huang 0001, Ben He 0001, Jiashu Zhao |
Inf. Syst. | 2 |
| 2017 | A Feedback-Based Approach to Utilizing Embeddings for Clinical Decision SupportabstractClinical Decision Support (CDS) is widely seen as an information retrieval (IR) application in the medical domain. The goal of CDS is to help physicians find useful information from a collection of medical articles with respect to the given patient records, in order to take the best care of their patients. Most of the existing CDS methods do not sufficiently consider the semantic relation between texts, hence the potential in improving the performance in biomedical articles retrieval. This paper proposes a novel feedback-based approach which considers the semantic association between a retrieved biomedical article and a pseudo feedback set. Evaluation results show that our method outperforms the strong baselines and is able to improve over the best runs in the TREC CDS tasks. Ben He 0001, Canjia Li, Jungang Xu |
Data Sci. Eng. | 2 |
| 2016 | A Document Modeling Method Based on Deep Generative Model and Spectral Hashing
Jungang Xu, Ben He 0001 |
KSEM | 4 |
| 2016 | A Set-Based Training Query Classification Approach for Twitter Search
Qingli Ma, Ben He 0001, Jungang Xu, Bin Wang 0004 |
WAIM (1) | 2 |
| 2015 | Selecting Training Data for Learning-Based Twitter Search
Dongxing Li, Ben He 0001, Tiejian Luo, Xin Zhang 0073 |
ECIR | 2 |
| 2013 | Clustering-based transduction for learning a ranking model with limited human labelsabstractTransductive learning is a semi-supervised learning paradigm that can leverage unlabeled data by creating pseudo labels for learning a ranking model, when there is only limited or no training examples available. However, the effectiveness of transductive learning in information retrieval (IR) can be hindered by the low quality pseudo labels. To this end, we propose to incorporate a two-step k-means clustering algorithm to select the high quality training queries for generating the pseudo labels. In particular, the first step selects the high-quality queries for which the relevant documents are highly coherent as indicated by the clustering results. The second step then selects the initial training examples for the transductive learning that iteratively aggregating the pseudo examples. Finally, the learning to rank (LTR) algorithms are applied to learn the ranking model using the pseudo training examples created by the transductive learning process. Our proposed approach is particularly suitable for applications where there is only little or no human labels available as it does not necessarily involve the use of relevance assessments information or human efforts. Experimental results on the standard TREC Tweets11 collection show that our proposed approach outperforms strong baselines, namely the conventional applications of learning to rank algorithms using human labels for the training and transductive learning using all the queries available. Xin Zhang 0073, Ben He 0001, Tiejian Luo, Dongxing Li, Jungang Xu |
CIKM | 2 |
| 2013 | Sponsored Search Ad Selection by Keyword Structure Analysis
Kai Hui 0001, Bin Gao 0001, Ben He 0001, Tiejian Luo |
ECIR | 3 |
| 2013 | High performance query expansion using adaptive co-training
Jimmy Huang 0001, Ben He 0001 |
Inf. Process. Manag. | 3 |
| 2013 | Utilizing term proximity for blog post retrievalabstractTerm proximity is effective for many information retrieval (IR) research fields yet remains unexplored in blogosphere IR. The blogosphere is characterized by large amounts of noise, including incohesive, off‐topic content and spam. Consequently, the classical bag‐of‐words unigram IR models are not reliable enough to provide robust and effective retrieval performance. In this article, we propose to boost the blog postretrieval performance by employing term proximity information. We investigate a variety of popular and state‐of‐the‐art proximity‐based statistical IR models, including a proximity‐based counting model, the Markov random field (MRF) model, and the divergence from randomness (DFR) multinomial model. Extensive experimentation on the standard TREC Blog06 test dataset demonstrates that the introduction of term proximity information is indeed beneficial to retrieval from the blogosphere. Results also indicate the superiority of the unordered bi‐gram model with the sequential‐dependence phrases over other variants of the proximity‐based models. Finally, inspired by the effectiveness of proximity models, we extend our study by exploring the proximity evidence between uery terms and opinionated terms. The consequent opinionated proximity model shows promising performance in the experiments. Ben He 0001, Tiejian Luo |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2012 | Question-answer topic model for question retrieval in community question answeringabstractThe major challenge for Question Retrieval (QR) in Community Question Answering (CQA) is the lexical gap between the queried question and the historical questions. This paper proposes a novel Question-Answer Topic Model (QATM) to learn the latent topics aligned across the question-answer pairs to alleviate the lexical gap problem, with the assumption that a question and its paired answer share the same topic distribution. Experiments conducted on a real world CQA dataset from Yahoo! Answers show that combining both parts properly can get more knowledge than each part or both parts in a simple mixing way and combining our QATM with the state-of-the-art translation-based language model, where the topic and translation information is learned from the question-answer pairs at two different grained semantic levels respectively, can significantly improve the QR performance. Zongcheng Ji, Bin Wang 0004, Ben He 0001 |
CIKM | 4 |
| 2012 | Query-biased learning to rank for real-time twitter searchabstractBy incorporating diverse sources of evidence of relevance, learning to rank has been widely applied to real-time Twitter search, where users are interested in fresh relevant messages. Such approaches usually rely on a set of training queries to learn a general ranking model, which we believe that the benefits brought by learning to rank may not have been fully exploited as the characteristics and aspects unique to the given target queries are ignored. In this paper, we propose to further improve the retrieval performance of learning to rank for real-time Twitter search, by taking the difference between queries into consideration. In particular, we learn a query-biased ranking model with a semi-supervised transductive learning algorithm so that the query-specific features, e.g. the unique expansion terms, are utilized to capture the characteristics of the target query. This query-biased ranking model is combined with the general ranking model to produce the final ranked list of tweets in response to the given target query. Extensive experiments on the standard TREC Tweets11 collection show that our proposed query-biased learning to rank approach outperforms strong baseline, namely the conventional application of the state-of-the-art learning to rank algorithms. Xin Zhang 0073, Ben He 0001, Tiejian Luo, Baobin Li |
CIKM | 2 |
| 2012 | Transductive Learning for Real-Time Twitter Search
Xin Zhang 0073, Ben He 0001, Tiejian Luo |
ICWSM | 2 |
| 2012 | Mining a multilingual association dictionary from Wikipedia for cross-language information retrievalabstractWikipedia is characterized by its dense link structure and a large number of articles in different languages, which make it a notableWeb corpus for knowledge extraction and mining, in particular for mining the multilingual associations. In this paper, motivated by a psychological theory of word meaning, we propose a graph‐based approach to constructing a cross‐language association dictionary (CLAD) fromWikipedia, which can be used in a variety of cross‐language accessing and processing applications. In order to evaluate the quality of the minedCLAD, and to demonstrate how the minedCLADcan be used in practice, we explore two different applications of the minedCLADto cross‐language information retrieval (CLIR). First, we use the minedCLADto conduct cross‐language query expansion; and, second, we use it to filter out translation candidates with low translation probabilities. Experimental results on a variety of standardCLIRtest collections show that theCLIRretrieval performance can be substantially improved with the above two applications ofCLAD, which indicates that the minedCLADis of sound quality. Jimmy Huang 0001, Ben He 0001, Hongfei Lin |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2011 | Relevance weighting using within-document term statisticsabstractWith the rapid development of the information technology, there exists the difficulty in deploying state-of-the-art retrieval models in environments such as peer-to-peer networks and pervasive computing, where it is expensive or even infeasible to maintain the global statistics. To this end, this paper presents an investigation in the validity of different statistical assumptions of term distributions. Based on the findings in this investigation, a variety of weighting models, called NG (standing for "no global statistics") models, are derived from the Divergence from Randomness framework, in which only the within-document statistics are used in the relevance weighting. Compared to the state-of-the-art weighting models in extensive experiments on various standard TREC test collections, our proposed NG models can provide acceptable retrieval performance in ad-hoc search, without the use of global statistics. Kai Hui 0001, Ben He 0001, Tiejian Luo, Bin Wang 0004 |
CIKM | 2 |
| 2011 | Exploring categorization property of social annotations for information retrievalabstractUser generated social annotations provide extra information for describing document contents. In this paper, we propose an effective method to model the categorization property of social annotations and explore the potential of combining it with classical language models for improving retrieval performance. Specifically, a novel TR-LDA model is presented to take annotations as an additional source for generating document contents apart from the document itself. We provide strategies for representing and weighting the categorization property and develop an efficient inference algorithm, where space saving is taken into account. Experiments are carried out on synthetic datasets, where documents and queries come from the standard evaluation conference TREC and annotations come from the website Delicious.com. Our results demonstrate the effectiveness of the proposed method on the ad-hoc retrieval task, which significantly outperforms state-of-art baselines. Peng Li 0021, Bin Wang 0004, Wei Jin 0006, Jian-Yun Nie, Ben He 0001 |
CIKM | 6 |
| 2011 | CRTER: using cross terms to enhance probabilistic information retrievalabstractTerm proximity retrieval rewards a document where the matched query terms occur close to each other. Although term proximity is known to be effective in many Information Retrieval (IR) applications, the within-document distribution of each individual query term and how the query terms associate with each other, are not fully considered. In this paper, we introduce a pseudo term, namely Cross Term, to model term proximity for boosting retrieval performance. An occurrence of a query term is assumed to have an impact towards its neighboring text, which gradually weakens with the increase of the distance to the place of occurrence. We use a shape function to characterize such an impact. A Cross Term occurs when two query terms appear close to each other and their impact shape functions have an intersection. We propose a Cross Term Retrieval (CRTER) model that combines the Cross Terms' information with basic probabilistic weighting models to rank the retrieved documents. Extensive experiments on standard TREC collections illustrate the effectiveness of our proposed CRTER model. Jiashu Zhao, Jimmy Huang 0001, Ben He 0001 |
SIGIR | 3 |
| 2011 | Enhancing ad-hoc relevance weighting using probability density estimationabstractClassical probabilistic information retrieval (IR) models, e.g. BM25, deal with document length based on a trade-off between the Verbosity hypothesis, which assumes the independence of a document's relevance of its length, and the Scope hypothesis, which assumes the opposite. Despite the effectiveness of the classical probabilistic models, the potential relationship between document length and relevance is not fully explored to improve retrieval performance. In this paper, we conduct an in-depth study of this relationship based on the Scope hypothesis that document length does have its impact on relevance. We study a list of probability density functions and examine which of the density functions fits the best to the actual distribution of the document length. Based on the studied probability density functions, we propose a length-based BM25 relevance weighting model, called BM25L, which incorporates document length as a substantial weighting factor. Extensive experiments conducted on standard TREC collections show that our proposed BM25L markedly outperforms the original BM25 model, even if the latter is optimized. Jimmy Huang 0001, Ben He 0001 |
SIGIR | 3 |
| 2011 | Modeling term proximity for probabilistic information retrieval models
Ben He 0001, Jimmy Huang 0001 |
Inf. Sci. | 1 |