paper-with-me

Papers

ConQueR: Contextualized Query Reduction using Search Logs

2023-05-22 · Hye-Young Kim, Minjin Choi, Sunkyung Lee, Eunseong Choi, Young-In Song, Jongwuk Lee

Query reformulation is a key mechanism to alleviate the linguistic chasm of query in ad-hoc retrieval. Among various solutions, query reduction effectively removes extraneous terms and specifies concise user intent from long queries. However, it is challenging to capture hidden and diverse user intent. This paper proposes Contextualized Query Reduction (ConQueR) using a pre-trained language model (PLM). Specifically, it reduces verbose queries with two different views: core term extraction and sub-query selection. One extracts core terms from an original query at the term level, and the other determines whether a sub-query is a suitable reduction for the original query at the sequence level. Since they operate at different levels of granularity and complement each other, they are finally aggregated in an ensemble manner. We evaluate the reduction quality of ConQueR on real-world search logs collected from a commercial web search engine. It achieves up to 8.45% gains in exact match scores over the best competing model.

📄 PDF Abstract BibTeX arXiv:2305.12662

Code (1)

hyeyoung1218/conquer 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingRetrievalTerm Extraction

Similar Papers 제목 키워드 기반

CONQUER: Context-Aware Representation with Query Enhancement for Text-Based Person Search

2026-01-26 · Zequn Xie arxiv

Text-Based Person Search (TBPS) aims to retrieve pedestrian images from large galleries using natural language descriptions. This task, essential for public safety applications, is hindered by cross-modal discrepancies a…

Person Search

Contextualized Token Discrimination for Speech Search Query Correction

2025-09-04 · Junyu Lu, Di Jiang, Mengze Hong, Victor Junqiu Wei 외 arxiv

Query spelling correction is an important function of modern search engines since it effectively helps users express their intentions clearly. With the growing popularity of speech search driven by Automated Speech Recog…

Speech Recognition

The Archive Query Log: Mining Millions of Search Result Pages of Hundreds of Search Engines from 25 Years of Web Archives

2023-04-02 · Jan Heinrich Reimer, Sebastian Schmidt, Maik Fröbe, Lukas Gienapp 외

The Archive Query Log (AQL) is a previously unused, comprehensive query log collected at the Internet Archive over the last 25 years. Its first version includes 356 million queries, 166 million search result pages, and 1…

DiversityPrivacy PreservingRetrieval

Automatic Taxonomy Extraction from Query Logs with no Additional Sources of Information

2015-10-02 · Miguel Fernandez-Fernandez, Daniel Gayo-Avello

Search engine logs store detailed information on Web users interactions. Thus, as more and more people use search engines on a daily basis, important trails of users common knowledge are being recorded in those files. Pr…

piRank: A Probabilistic Intent Based Ranking Framework for Facebook Search

2022-03-27 · Zhen Liao

While numerous studies have been conducted in the literature exploring different types of machine learning approaches for search ranking, most of them are focused on specific pre-defined problems but only a few of them h…

BIG-bench Machine Learning