VLDB 2026 Research / reviewers in the wild / expert
Jingfen Qiao
dblp:400/6945
· DBLP profile ↗
5ranked-venue papers in the field
3as first author
5since 2021 · last 2026
0000-0002-4474-6213ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 5 (3 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | LLM-Based Listwise Reranking Under the Effect of Positional Bias
Jingfen Qiao, Jin Huang 0010, Xinyu Ma 0001, Shuaiqiang Wang, Dawei Yin 0001, Evangelos Kanoulas, Andrew Yates |
ECIR (1) | 1 |
| 2026 | RE-TRIANGLE: Does TRIANGLE Enable Multimodal Alignment Beyond Cosine Similarity in Retrieval?
Aritra Bandyopadhyay, Chiranjeev Bindra, Jingfen Qiao |
SIGIR | 4 |
| 2026 | Better than Dense? Investigating the Natural Backward Compatibility of Learned Sparse RepresentationsabstractAdvancements in retrieval models necessitate re-indexing, a computationally expensive process for large-scale production environments. While updating only the query encoder and continuing to use the old index could be a promising middle ground, dense retrieval systems suffer severe performance drops in this setting. We investigate whether Learned Sparse Retrieval (LSR) can mitigate this backward compatibility issue, as its lexical matching may provide a stable term-based anchor to preserve compatibility across model versions. Experiments on BEIR and the streaming settings of LoTTE show that upgrading only the query encoder causes only a small effectiveness drop in LSR when no mitigation applied, whereas dense retrieval fails severely. We explore lightweight query adaptation methods including ranking fusion, representation fusion, and minimal-training adapters to further improve compatibility. These approaches significantly improve backward compatibility on BEIR and effectively reduce performance loss in streaming retrieval. Code: https://github.com/JingfenQiao/LSR-BC.git Jingfen Qiao, Gabrielle Poerwawinata, Thong Nguyen 0004, Jia-Huei Ju, Eugene Yang 0001, Evangelos Kanoulas, Andrew Yates |
SIGIR | 1 |
| 2025 | DIVAgent: A Diversified Search Agent that Mimics the Human Search ProcessabstractSearch result diversification plays a crucial role in addressing query ambiguity and multi-faceted information needs by reducing redundancy across documents. While previous supervised approaches can achieve superior performance, they require costly, large-scale annotated data. In contrast, unsupervised methods are more flexible and training-free but rely on manually designed ranking functions, often leading to suboptimal performance. Inspired by how humans explore diverse information during real-world searching, we propose a diversified search agent DIVAgent to combine the advantages of supervised and unsupervised methods. DIVAgent introduces LLMs as the ''brain'' to reason over complex and diverse search results and delineate human cognitive processes into a workflow tailored for search result diversification. Our search agent first identifies potential user intents and then analyzes the alignment of each document to the intents via an intent-aware module. To guide the generation of diversified document rankings, we design an intent-guided ranker that explicitly links documents to their dominant intents while performing greedy document selection. Experimental results demonstrate that DIVAgent significantly outperforms existing unsupervised baselines and achieves competitive performance with supervised models, highlighting the promise of LLMs for diversified ranking in realistic search scenarios. Zhirui Deng, Jingfen Qiao, Zhicheng Dou, Ji-Rong Wen, Maarten de Rijke |
CIKM | 2 |
| 2025 | Reproducibility, Replicability, and Insights into Visual Document Retrieval with Late InteractionabstractVisual Document Retrieval (VDR) is an emerging research area that focuses on encoding and retrieving document images directly, bypassing the dependence on Optical Character Recognition (OCR) for document search. A recent advance in VDR was introduced by ColPali, which significantly improved retrieval effectiveness through a late interaction mechanism. ColPali's approach demonstrated substantial performance gains over existing baselines that do not use late interaction on an established benchmark. In this study, we investigate the reproducibility and replicability of VDR methods with and without late interaction mechanisms by systematically evaluating their performance across multiple pre-trained vision-language models. Our findings confirm that late interaction yields considerable improvements in retrieval effectiveness; however, it also introduces computational inefficiencies during inference. Additionally, we examine the adaptability of VDR models to textual inputs and assess their robustness across text-intensive datasets within the proposed benchmark, particularly when scaling the indexing mechanism. Furthermore, our research investigates the specific contributions of late interaction by looking into query-patch matching in the context of visual document retrieval. We find that although query tokens cannot explicitly match image patches as in the text retrieval scenario, they tend to match the patch contains visually similar tokens or their surrounding patches. Jingfen Qiao, Jia-Huei Ju, Xinyu Ma 0001, Evangelos Kanoulas, Andrew Yates |
SIGIR | 1 |