paper-with-me

Papers

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 found that the conventional random masking strategy tend to select a large number of tokens that have limited effect on the passage retrieval task (e,g. stop-words and punctuation). By noticing the term importance weight can provide valuable information for passage retrieval, we hereby propose alternative retrieval oriented masking (dubbed as ROM) strategy where more important tokens will have a higher probability of being masked out, to capture this straightforward yet essential information to facilitate the language model pre-training process. Notably, the proposed new token masking method will not change the architecture and learning objective of original PTM. Our experiments verify that the proposed ROM enables term importance information to help language model pre-training thus achieving better performance on multiple passage retrieval benchmarks.

📄 PDF Abstract BibTeX arXiv:2210.15133

Code (1)

alibaba-nlp/multi-cpr pytorch

Tasks

Language ModelingLanguage ModellingMasked Language ModelingPassage RetrievalRetrieval

Similar 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…

DecoderInformation RetrievalLanguage ModelingLanguage Modelling+7

Structure-Aware Language Model Pretraining Improves Dense Retrieval on Structured Data

2023-05-31 · Xinze Li, Zhenghao Liu, Chenyan Xiong, Shi Yu 외

This paper presents Structure Aware Dense Retrieval (SANTA) model, which encodes user queries and structured data in one universal embedding space for retrieving structured data. SANTA proposes two pretraining methods to…

Code SearchLanguage ModelingLanguage ModellingRetrieval

RECIPER: A Dual-View Retrieval Pipeline for Procedure-Oriented Materials Question Answering

2026-04-13 · Zhuoyu Wu, Wenhui Ou, Pei-Sze Tan, Wenqi Fang 외 arxiv

Retrieving procedure-oriented evidence from materials science papers is difficult because key synthesis details are often scattered across long, context-heavy documents and are not well captured by paragraph-only dense r…

Question Answering

Challenging Decoder helps in Masked Auto-Encoder Pre-training for Dense Passage Retrieval

2023-05-22 · Zehan Li, Yanzhao Zhang, Dingkun Long, Pengjun Xie

Recently, various studies have been directed towards exploring dense passage retrieval techniques employing pre-trained language models, among which the masked auto-encoder (MAE) pre-training architecture has emerged as …

DecoderPassage RetrievalRetrieval

Masking Modalities for Cross-modal Video Retrieval

2021-11-01 · Valentin Gabeur, Arsha Nagrani, Chen Sun, Karteek Alahari 외

Pre-training on large scale unlabelled datasets has shown impressive performance improvements in the fields of computer vision and natural language processing. Given the advent of large-scale instructional video datasets…

RetrievalVideo Retrieval