paper-with-me

홈 › Papers

MASTER: Multi-task Pre-trained Bottlenecked Masked Autoencoders are Better Dense Retrievers

2022-12-15 · Kun Zhou, Xiao Liu, Yeyun Gong, Wayne Xin Zhao, Daxin Jiang, Nan Duan, Ji-Rong Wen

Pre-trained Transformers (\eg BERT) have been commonly used in existing dense retrieval methods for parameter initialization, and recent studies are exploring more effective pre-training tasks for further improving the quality of dense vectors. Although various novel and effective tasks have been proposed, their different input formats and learning objectives make them hard to be integrated for jointly improving the model performance. In this work, we aim to unify a variety of pre-training tasks into the bottlenecked masked autoencoder manner, and integrate them into a multi-task pre-trained model, namely MASTER. Concretely, MASTER utilizes a shared-encoder multi-decoder architecture that can construct a representation bottleneck to compress the abundant semantic information across tasks into dense vectors. Based on it, we integrate three types of representative pre-training tasks: corrupted passages recovering, related passages recovering and PLMs outputs recovering, to characterize the inner-passage information, inter-passage relations and PLMs knowledge. Extensive experiments have shown that our approach outperforms competitive dense retrieval methods. Our code and data are publicly released in \url{https://github.com/microsoft/SimXNS}.

📄 PDF Abstract BibTeX arXiv:2212.07841

Code (1)

microsoft/simxns 공식 구현 pytorch

Tasks

DecoderPassage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Typos-aware Bottlenecked Pre-Training for Robust Dense Retrieval

2023-04-17 · Shengyao Zhuang, Linjun Shou, Jian Pei, Ming Gong 외

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

DecoderLanguage ModellingRetrieval

s2s-ft: Fine-Tuning Pretrained Transformer Encoders for Sequence-to-Sequence Learning

2021-10-26 · Hangbo Bao, Li Dong, Wenhui Wang, Nan Yang 외

Pretrained bidirectional Transformers, such as BERT, have achieved significant improvements in a wide variety of language understanding tasks, while it is not straightforward to directly apply them for natural language g…

Abstractive Text SummarizationQuestion GenerationQuestion-GenerationText Generation

LexMAE: Lexicon-Bottlenecked Pretraining for Large-Scale Retrieval

2022-08-31 · Tao Shen, Xiubo Geng, Chongyang Tao, Can Xu 외

In large-scale retrieval, the lexicon-weighting paradigm, learning weighted sparse representations in vocabulary space, has shown promising results with high quality and low latency. Despite it deeply exploiting the lexi…

CPUDecoderLanguage ModelingLanguage Modelling+2

D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms

2024-07-09 · Tajamul Ashraf, Krithika Rangarajan, Mohit Gambhir, Richa Gabha 외

We focus on the problem of Unsupervised Domain Adaptation (\uda) for breast cancer detection from mammograms (BCDM) problem. Recent advancements have shown that masked image modeling serves as a robust pretext task for U…

Breast Cancer DetectionDomain AdaptationUnsupervised Domain Adaptation

Trace2Tower: Transition-Aware EigenTrace Induction of Multi-Level Skills for LLM Agents

2026-09-04 · Jiazheng Sun, Boyu Yang, Binhao Yuan, Mingxuan Li 외 arxiv

Large language model agents increasingly rely on execution traces to master complex interactive tasks. However, current paradigms are bottlenecked by shallow trajectory retrieval and flat skill summarization, fundamental…