jiphyeonjeon / season3

Jiphyeonjeon Season 3
MIT License
39 stars 6 forks source link

Transformer Memory as a Differentiable Search Index #36

Open jinmang2 opened 2 years ago

jinmang2 commented 2 years ago

집현전 최신반 스터디

Abstract

In this paper, we demonstrate that information retrieval can be accomplished with a single Transformer, in which all information about the corpus is encoded in the parameters of the model. To this end, we introduce the Differentiable Search Index (DSI), a new paradigm that learns a text-to-text model that maps string queries directly to relevant docids; in other words, a DSI model answers queries directly using only its parameters, dramatically simplifying the whole retrieval process. We study variations in how documents and their identifiers are represented, variations in training procedures, and the interplay between models and corpus sizes. Experiments demonstrate that given appropriate design choices, DSI significantly outperforms strong baselines such as dual encoder models. Moreover, DSI demonstrates strong generalization capabilities, outperforming a BM25 baseline in a zero-shot setup.

wavy-jung commented 2 years ago

발표 자료 : https://docs.google.com/presentation/d/1r0b2o7q9IJLznJC0stQaTKIlSNBC_xghT4MLyBYUFm8/edit?usp=sharing

jinmang2 commented 1 year ago