jwkanggist / SSL-narratives-NLP-1

거꾸로 읽는 self-supervised learning in NLP
27 stars 2 forks source link

[7주차] Unsupervised Corpus Aware Language Model Pre-training for Dense Passage Retrieval #8

Open yukyunglee opened 1 year ago

yukyunglee commented 1 year ago

Keywords

Condenser; Pre-training for Retriever; Contrastive learning; Natural Question; Trivia QA; MS-MARCO;

TL;DR

TL;DR

Contribution

Abstract

Recent research demonstrates the effectiveness of using fine-tuned language models~(LM) for dense retrieval. However, dense retrievers are hard to train, typically requiring heavily engineered fine-tuning pipelines to realize their full potential. In this paper, we identify and address two underlying problems of dense retrievers: i) fragility to training data noise and ii) requiring large batches to robustly learn the embedding space. We use the recently proposed Condenser pre-training architecture, which learns to condense information into the dense vector through LM pre-training. On top of it, we propose coCondenser, which adds an unsupervised corpus-level contrastive loss to warm up the passage embedding space. Retrieval experiments on MS-MARCO, Natural Question, and Trivia QA datasets show that coCondenser removes the need for heavy data engineering such as augmentation, synthesis, or filtering, as well as the need for large batch training. It shows comparable performance to RocketQA, a state-of-the-art, heavily engineered system, using simple small batch fine-tuning.

Paper link

https://arxiv.org/abs/2108.05540

Presentation link

https://drive.google.com/file/d/1sJzZ5_TvaIiSE4fG2YaEyrmo62N2PaH1/view?usp=sharing

Reference papers for presentation

video link

https://youtu.be/G7Yxz0_QkWk