paper-with-me

Papers

RetroMAE: Pre-Training Retrieval-oriented Language Models Via Masked Auto-Encoder

2022-05-24 · Shitao Xiao, Zheng Liu, Yingxia Shao, Zhao Cao

Despite pre-training's progress in many important NLP tasks, it remains to explore effective pre-training strategies for dense retrieval. In this paper, we propose RetroMAE, a new retrieval oriented pre-training paradigm based on Masked Auto-Encoder (MAE). RetroMAE is highlighted by three critical designs. 1) A novel MAE workflow, where the input sentence is polluted for encoder and decoder with different masks. The sentence embedding is generated from the encoder's masked input; then, the original sentence is recovered based on the sentence embedding and the decoder's masked input via masked language modeling. 2) Asymmetric model structure, with a full-scale BERT like transformer as encoder, and a one-layer transformer as decoder. 3) Asymmetric masking ratios, with a moderate ratio for encoder: 15~30%, and an aggressive ratio for decoder: 50~70%. Our framework is simple to realize and empirically competitive: the pre-trained models dramatically improve the SOTA performances on a wide range of dense retrieval benchmarks, like BEIR and MS MARCO. The source code and pre-trained models are made publicly available at https://github.com/staoxiao/RetroMAE so as to inspire more interesting research.

📄 PDF Abstract BibTeX arXiv:2205.12035

Code (1)

staoxiao/retromae 공식 구현 pytorch

Tasks

DecoderInformation RetrievalLanguage ModelingLanguage ModellingMasked Language ModelingOpen-Domain Question AnsweringQuestion AnsweringRetrievalSentenceSentence EmbeddingSentence-Embedding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
MAE 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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 제목 키워드 기반

RetroMAE-2: Duplex Masked Auto-Encoder For Pre-Training Retrieval-Oriented Language Models

2023-05-04 · Shitao Xiao, Zheng Liu, Yingxia Shao, Zhao Cao

To better support information retrieval tasks such as web search and open-domain question answering, growing effort is made to develop retrieval-oriented language models, e.g., RetroMAE and many others. Most of the exist…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval+1

Benchmarking Middle-Trained Language Models for Neural Search

2023-06-05 · Hervé Déjean, Stéphane Clinchant, Carlos Lassance, Simon Lupart 외

Middle training methods aim to bridge the gap between the Masked Language Model (MLM) pre-training and the final finetuning for retrieval. Recent models such as CoCondenser, RetroMAE, and LexMAE argue that the MLM task i…

BenchmarkingLanguage ModelingLanguage ModellingRetrieval

RetroMAE v2: Duplex Masked Auto-Encoder For Pre-Training Retrieval-Oriented Language Models

2022-11-16 · Shitao Xiao, Zheng Liu

To better support retrieval applications such as web search and question answering, growing effort is made to develop retrieval-oriented language models. Most of the existing works focus on improving the semantic represe…

Dimensionality ReductionInformation RetrievalQuestion AnsweringRetrieval+2

Masked Autoencoders As The Unified Learners For Pre-Trained Sentence Representation

2022-07-30 · Alexander Liu, Samuel Yang

Despite the progresses on pre-trained language models, there is a lack of unified frameworks for pre-trained sentence representation. As such, it calls for different pre-training methods for specific scenarios, and the p…

Contrastive LearningNatural QuestionsRetrievalSentence+2

Retrieval Oriented Masking Pre-training Language Model for Dense Passage Retrieval

2022-10-27 · Dingkun Long, Yanzhao Zhang, Guangwei Xu, Pengjun Xie

Pre-trained language model (PTM) has been shown to yield powerful text representations for dense passage retrieval task. The Masked Language Modeling (MLM) is a major sub-task of the pre-training process. However, we fou…

Language ModelingLanguage ModellingMasked Language ModelingPassage Retrieval+1