EDBT 2026 Demo / reviewers in the wild / expert
Yifan Qiao 0001
dblp:200/8215-1
· DBLP profile ↗
11ranked-venue papers in the field
4as first author
10since 2021 · last 2025
0000-0001-5717-2637ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 10 (4 first)Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | LSTM-Based Selective Dense Text Retrieval Guided by Sparse Lexical Retrieval
Yingrui Yang, Parker Carlson, Yifan Qiao 0001, Wentai Xie, Shanxiu He, Tao Yang 0009 |
ECIR (1) | 3 |
| 2025 | Low-Cost Document Retrieval with Dense Pseudo-Query EncodingabstractLow-cost retrieval is crucial for document search on resource-limited computing platforms. This paper presents a staged sparse-to-dense retrieval framework that substitutes expensive dense query encoding with a dense pseudo-query (DPQ), an approximation derived solely from sparse retrieval results. DPQ scheme employs a simple, rank-aware weighting to combine corresponding dense representations of top sparse results, providing an opportunity to efficiently leverage an expensive but expressive LLM or BERT-based dense model without requiring GPUs. The evaluation demonstrates that DPQ-based retrieval runs fast on an affordable platform and outperforms several low-cost baselines in zero-shot retrieval. Shanxiu He, Wentai Xie, Yifan Qiao 0001, Parker Carlson, Tao Yang 0009 |
SIGIR | 3 |
| 2024 | On-Device Query Auto-completion for Email SearchabstractAbstract Traditional query auto-completion (QAC) relies heavily on search logs collected over many users. However, in on-device email search, the scarcity of logs and the governing privacy constraints make QAC a challenging task. In this work, we propose an on-device QAC method that runs directly on users’ devices, where users’ sensitive data and interaction logs are not collected, shared, or aggregated through web services. This method retrieves candidates using pseudo relevance feedback, and ranks them based on relevance signals that explore the textual and structural information from users’ emails. We also propose a private corpora based evaluation method, and empirically demonstrate the effectiveness of our proposed method. Yifan Qiao 0001, Otto Godwin, Hua Ouyang |
ECIR (1) | 1 |
| 2024 | Cluster-based Partial Dense Retrieval Fused with Sparse Text RetrievalabstractPrevious work has demonstrated the potential to combine document rankings from dense and sparse retrievers for higher relevance effectiveness. This paper proposes a cluster-based partial dense retrieval scheme guided by sparse retrieval results to optimize fusion between dense and sparse retrieval at a low space and CPU-time cost while retaining a competitive relevance. This scheme exploits the overlap of sparse retrieval results and document embedding clusters, and judiciously selects a limited number of clusters to probabilistically guarantee the inclusion of top sparse results. This paper provides an evaluation of this scheme on its in-domain and zero-shot retrieval performance for the MS MARCO and BEIR datasets. Yingrui Yang, Parker Carlson, Shanxiu He, Yifan Qiao 0001, Tao Yang 0009 |
SIGIR | 4 |
| 2024 | Weighted KL-Divergence for Document Ranking Model RefinementabstractTransformer-based retrieval and reranking models for text document search are often refined through knowledge distillation together with contrastive learning. A tight distribution matching between the teacher and student models can be hard as over-calibration may degrade training effectiveness when a teacher does not perform well. This paper contrastively reweights KL divergence terms to prioritize the alignment between a student and a teacher model for proper separation of positive and negative documents. This paper analyzes and evaluates the proposed loss function on the MS MARCO and BEIR datasets to demonstrate its effectiveness in improving the relevance of tested student models. Yingrui Yang, Yifan Qiao 0001, Shanxiu He, Tao Yang 0009 |
SIGIR | 2 |
| 2023 | Representation Sparsification with Hybrid Thresholding for Fast SPLADE-based Document RetrievalabstractLearned sparse document representations using a transformer-based neural model has been found to be attractive in both relevance effectiveness and time efficiency. This paper describes a representation sparsification scheme based on hard and soft thresholding with an inverted index approximation for faster SPLADE-based document retrieval. It provides analytical and experimental results on the impact of this learnable hybrid thresholding scheme. Yifan Qiao 0001, Yingrui Yang, Shanxiu He, Tao Yang 0009 |
SIGIR | 1 |
| 2023 | Optimizing Guided Traversal for Fast Learned Sparse RetrievalabstractRecent studies show that BM25-driven dynamic index skipping can greatly accelerate MaxScore-based document retrieval based on the learned sparse representation derived by DeepImpact. This paper investigates the effectiveness of such a traversal guidance strategy during top k retrieval when using other models such as SPLADE and uniCOIL, and finds that unconstrained BM25-driven skipping could have a visible relevance degradation when the BM25 model is not well aligned with a learned weight model or when retrieval depth k is small. This paper generalizes the previous work and optimizes the BM25 guided index traversal with a two-level pruning control scheme and model alignment for fast retrieval using a sparse representation. Although there can be a cost of increased latency, the proposed scheme is much faster than the original MaxScore method without BM25 guidance while retaining the relevance effectiveness. This paper analyzes the competitiveness of this two-level pruning scheme, and evaluates its tradeoff in ranking relevance and time efficiency when searching several test datasets. Yifan Qiao 0001, Yingrui Yang, Haixin Lin, Tao Yang 0009 |
WWW | 1 |
| 2023 | Privacy-aware document retrieval with two-level inverted indexingabstractAbstract Previous work on privacy-aware ranking has addressed the minimization of information leakage when scoring top k documents, and has not studied on how to retrieve these top documents and their features for ranking. This paper proposes a privacy-aware document retrieval scheme with a two-level inverted index structure. In this scheme, posting records are grouped with bucket tags and runtime query processing produces query-specific tags in order to gather encoded features of matched documents with a privacy protection during index traversal. To thwart leakage-abuse attacks, our design minimizes the chance that a server processes unauthorized queries or identifies document sharing across posting lists through index inspection or across-query association. This paper presents the evaluation and analytic results of the proposed scheme to demonstrate the tradeoffs in its design considerations for privacy, efficiency, and relevance. Yifan Qiao 0001, Shiyu Ji, Changhai Wang, Jinjin Shao, Tao Yang 0009 |
Inf. Retr. J. | 1 |
| 2022 | Lightweight Composite Re-Ranking for Efficient Keyword Search with BERTabstractRecently transformer-based ranking models have been shown to deliver high relevance for document search and the relevance-efficiency tradeoff becomes important for fast query response times. This paper presents BECR (BERT-based Composite Re-Ranking), a lightweight composite re-ranking scheme that combines deep contextual token interactions and traditional lexical term-matching features. BECR conducts query decomposition and composes a query representation using pre-computable token embeddings based on uni-grams and skip-n-grams, to seek a tradeoff of inference efficiency and relevance. Thus it does not perform expensive transformer computations during online inference, and does not require the use of GPU. This paper describes an evaluation of relevance and efficiency of BECR with several TREC datasets. Yingrui Yang, Yifan Qiao 0001, Jinjin Shao, Xifeng Yan, Tao Yang 0009 |
WSDM | 2 |
| 2021 | Window Navigation with Adaptive Probing for Executing BlockMax WANDabstractBlockMax WAND (BMW) and its variants can effectively prune low-scoring documents for fast top-k disjunctive query processing. This paper studies a boosting approach that further accelerates document retrieval by executing BMW, or one of its variants, on a sequence of posting windows with an order prioritized to tighten the threshold bound earlier. This optimization could add benefits to safely eliminate more operations involved in posting block visitation and document score evaluation. This paper evaluates such index navigation for BMW and two of its variants. Jinjin Shao, Yifan Qiao 0001, Shiyu Ji, Tao Yang 0009 |
SIGIR | 2 |
| 2020 | Index Obfuscation for Oblivious Document Retrieval in a Trusted Execution EnvironmentabstractThis paper studies privacy-aware inverted index design and document retrieval for multi-keyword document search in a trusted hardware execution environment such as Intel SGX. The previous work uses time-consuming oblivious computing techniques to avoid the leakage of memory access patterns for privacy preservations in such an environment. This paper proposes an efficiency-enhanced design that obfuscates the inverted index structure with posting bucketing and document ID masking, which aims to hide document-term association and avoid the access pattern leakage. This paper describes privacy-aware oblivious document retrieval during online query processing based on such an index. Both privacy and efficiency analyses are provided, followed by evaluation results comparing proposed designs with multiple baselines. Jinjin Shao, Shiyu Ji, Alvin Oliver Glova, Yifan Qiao 0001, Tao Yang 0009, Timothy Sherwood |
CIKM | 4 |