paper-with-me

홈 › Papers

Typos-aware Bottlenecked Pre-Training for Robust Dense Retrieval

2023-04-17 · Shengyao Zhuang, Linjun Shou, Jian Pei, Ming Gong, Houxing Ren, Guido Zuccon, Daxin Jiang

Current dense retrievers (DRs) are limited in their ability to effectively process misspelled queries, which constitute a significant portion of query traffic in commercial search engines. The main issue is that the pre-trained language model-based encoders used by DRs are typically trained and fine-tuned using clean, well-curated text data. Misspelled queries are typically not found in the data used for training these models, and thus misspelled queries observed at inference time are out-of-distribution compared to the data used for training and fine-tuning. Previous efforts to address this issue have focused on \textit{fine-tuning} strategies, but their effectiveness on misspelled queries remains lower than that of pipelines that employ separate state-of-the-art spell-checking components. To address this challenge, we propose ToRoDer (TypOs-aware bottlenecked pre-training for RObust DEnse Retrieval), a novel re-training strategy for DRs that increases their robustness to misspelled queries while preserving their effectiveness in downstream retrieval tasks. ToRoDer utilizes an encoder-decoder architecture where the encoder takes misspelled text with masked tokens as input and outputs bottlenecked information to the decoder. The decoder then takes as input the bottlenecked embeddings, along with token embeddings of the original text with the misspelled tokens masked out. The pre-training task is to recover the masked tokens for both the encoder and decoder. Our extensive experimental results and detailed ablation studies show that DRs pre-trained with ToRoDer exhibit significantly higher effectiveness on misspelled queries, sensibly closing the gap with pipelines that use a separate, complex spell-checker component, while retaining their effectiveness on correctly spelled queries.

📄 PDF Abstract BibTeX arXiv:2304.08138

Code (1)

ielab/boder 공식 구현 pytorch

Tasks

DecoderLanguage ModellingRetrieval

Similar Papers 제목 키워드 기반

Dealing with Typos for BERT-based Passage Retrieval and Ranking

2021-08-27 · EMNLP 2021 11 · Shengyao Zhuang, Guido Zuccon

Passage retrieval and ranking is a key task in open-domain question answering and information retrieval. Current effective approaches mostly rely on pre-trained deep language model-based retrievers and rankers. These met…

Information RetrievalLanguage ModelingLanguage ModellingOpen-Domain Question Answering+6

Analysing the Robustness of Dual Encoders for Dense Retrieval Against Misspellings

2022-05-04 · Georgios Sidiropoulos, Evangelos Kanoulas

Dense retrieval is becoming one of the standard approaches for document and passage ranking. The dual-encoder architecture is widely adopted for scoring question-passage pairs due to its efficiency and high performance. …

Contrastive LearningData AugmentationOpen-Domain Question AnsweringPassage Ranking+2

CharacterBERT and Self-Teaching for Improving the Robustness of Dense Retrievers on Queries with Typos

2022-04-01 · Shengyao Zhuang, Guido Zuccon

Current dense retrievers are not robust to out-of-domain and outlier queries, i.e. their effectiveness on these queries is much poorer than what one would expect. In this paper, we consider a specific instance of such qu…

Passage RetrievalRetrieval

LexLIP: Lexicon-Bottlenecked Language-Image Pre-Training for Large-Scale Image-Text Retrieval

2023-02-06 · Ziyang Luo, Pu Zhao, Can Xu, Xiubo Geng 외

Image-text retrieval (ITR) is a task to retrieve the relevant images/texts, given the query from another modality. The conventional dense retrieval paradigm relies on encoding images and texts into dense representations …

Image-text RetrievalRetrievalText Retrieval

LexLIP: Lexicon-Bottlenecked Language-Image Pre-Training for Large-Scale Image-Text Sparse Retrieval

2023-01-01 · ICCV 2023 1 · Ziyang Luo, Pu Zhao, Can Xu, Xiubo Geng 외

Image-text retrieval (ITR) aims to retrieve images or texts that match a query originating from the other modality. The conventional dense retrieval paradigm relies on encoding images and texts into dense representat…

image-classificationImage ClassificationImage-text RetrievalRetrieval+2