paper-with-me

Papers

Decoding a Neural Retriever's Latent Space for Query Suggestion

2022-10-21 · Leonard Adolphs, Michelle Chen Huebscher, Christian Buck, Sertan Girgin, Olivier Bachem, Massimiliano Ciaramita, Thomas Hofmann

Neural retrieval models have superseded classic bag-of-words methods such as BM25 as the retrieval framework of choice. However, neural systems lack the interpretability of bag-of-words models; it is not trivial to connect a query change to a change in the latent space that ultimately determines the retrieval results. To shed light on this embedding space, we learn a "query decoder" that, given a latent representation of a neural search engine, generates the corresponding query. We show that it is possible to decode a meaningful query from its latent representation and, when moving in the right direction in latent space, to decode a query that retrieves the relevant paragraph. In particular, the query decoder can be useful to understand "what should have been asked" to retrieve a particular paragraph from the collection. We employ the query decoder to generate a large synthetic dataset of query reformulations for MSMarco, leading to improved retrieval performance. On this data, we train a pseudo-relevance feedback (PRF) T5 model for the application of query suggestion that outperforms both query reformulation and PRF information retrieval baselines.

📄 PDF Abstract BibTeX arXiv:2210.12084

Code (1)

leox1v/query_decoder 공식 구현

Tasks

DecoderInformation RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Hierarchical Recurrent Encoder-Decoder For Generative Context-Aware Query Suggestion

2015-07-08 · Alessandro Sordoni, Yoshua Bengio, Hossein Vahabi, Christina Lioma 외

Users may strive to formulate an adequate textual query for their information need. Search engines assist the users by presenting query suggestions. To preserve the original search intent, suggestions should be context-a…

Decoder

DiffRetriever: Parallel Representative Tokens for Retrieval with Diffusion Language Models

2026-05-08 · Shuai Wang, Yu Yin, Shengyao Zhuang, Bevan Koopman 외 arxiv

This paper shows how diffusion language models (DLMs) can be used as effective and efficient retrievers. Existing DLM-based retrievers (e.g., DiffEmbed) follow BERT-style encoding, representing each query or passage as a…

Expand, Rerank, and Retrieve: Query Reranking for Open-Domain Question Answering

2023-05-26 · Yung-Sung Chuang, Wei Fang, Shang-Wen Li, Wen-tau Yih 외

We propose EAR, a query Expansion And Reranking approach for improving passage retrieval, with the application to open-domain question answering. EAR first applies a query expansion model to generate a diverse set of que…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringReranking+1

Learning to Attend, Copy, and Generate for Session-Based Query Suggestion

2017-08-11 · Mostafa Dehghani, Sascha Rothe, Enrique Alfonseca, Pascal Fleury

Users try to articulate their complex information needs during search sessions by reformulating their queries. To make this process more effective, search engines provide related queries to help users in specifying the i…

Decoder

QUARK: Robust Retrieval under Non-Faithful Queries via Query-Anchored Aggregation

2026-01-28 · Rita Qiuran Lyu, Michelle Manqiao Wang, Lei Shi arxiv

User queries in real-world retrieval are often non-faithful (noisy, incomplete, or distorted), causing retrievers to fail when key semantics are missing. We formalize this as retrieval under recall noise, where the obser…