paper-with-me

홈 › Papers

Counterfactual Learning To Rank for Utility-Maximizing Query Autocompletion

2022-04-22 · Adam Block, Rahul Kidambi, Daniel N. Hill, Thorsten Joachims, Inderjit S. Dhillon

Conventional methods for query autocompletion aim to predict which completed query a user will select from a list. A shortcoming of this approach is that users often do not know which query will provide the best retrieval performance on the current information retrieval system, meaning that any query autocompletion methods trained to mimic user behavior can lead to suboptimal query suggestions. To overcome this limitation, we propose a new approach that explicitly optimizes the query suggestions for downstream retrieval performance. We formulate this as a problem of ranking a set of rankings, where each query suggestion is represented by the downstream item ranking it produces. We then present a learning method that ranks query suggestions by the quality of their item rankings. The algorithm is based on a counterfactual learning approach that is able to leverage feedback on the items (e.g., clicks, purchases) to evaluate query suggestions through an unbiased estimator, thus avoiding the assumption that users write or select optimal queries. We establish theoretical support for the proposed approach and provide learning-theoretic guarantees. We also present empirical results on publicly available datasets, and demonstrate real-world applicability using data from an online shopping store.

📄 PDF Abstract BibTeX arXiv:2204.10936

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualInformation RetrievalLearning-To-RankRetrieval

Similar Papers 제목 키워드 기반

Reducing Misinformation in Query Autocompletions

2020-07-06 · Djoerd Hiemstra

Query autocompletions help users of search engines to speed up their searches by recommending completions of partially typed queries in a drop down box. These recommended query autocompletions are usually based on large …

Misinformation

RewardRank: Optimizing True Learning-to-Rank Utility

2025-08-19 · Gaurav Bhatt, Kiran Koshy Thekumparampil, Tanmay Gangwani, Tesi Xiao 외 arxiv

Traditional ranking systems optimize offline proxy objectives that rely on oversimplified assumptions about user behavior, often neglecting factors such as position bias and item diversity. Consequently, these models fai…

Efficient SPARQL Autocompletion via SPARQL

2021-04-29 · Hannah Bast, Johannes Kalmbach, Theresa Klumpp, Florian Kramer 외

We show how to achieve fast autocompletion for SPARQL queries on very large knowledge bases. At any position in the body of a SPARQL query, the autocompletion suggests matching subjects, predicates, or objects. The sugge…

Efficient and Effective SPARQL Autocompletion on Very Large Knowledge Graphs

2022-10-17 · International Conference on Information & Knowledge Management (CIKM) 2022 10 · Hannah Bast, Johannes Kalmbach, Theresa Klumpp, Florian Kramer 외

We show how to achieve fast autocompletion for SPARQL queries on very large knowledge graphs. At any position in the body of a SPARQL query, the autocompletion suggests matching subjects, predicates, or objects. The sugg…

Knowledge Graphs

Beyond Semantic Relevance: Counterfactual Risk Minimization for Robust Retrieval-Augmented Generation

2026-05-02 · Peiyang Liu, Qiang Yan, Ziqiang Cui, Di Liang 외 arxiv

Standard Retrieval-Augmented Generation (RAG) systems predominantly rely on semantic relevance as a proxy for utility. However, this assumption collapses in realistic decision-making scenarios where user queries are lade…