paper-with-me

Papers

An Experimental Study on Pretraining Transformers from Scratch for IR

2023-01-25 · Carlos Lassance, Hervé Déjean, Stéphane Clinchant

Finetuning Pretrained Language Models (PLM) for IR has been de facto the standard practice since their breakthrough effectiveness few years ago. But, is this approach well understood? In this paper, we study the impact of the pretraining collection on the final IR effectiveness. In particular, we challenge the current hypothesis that PLM shall be trained on a large enough generic collection and we show that pretraining from scratch on the collection of interest is surprisingly competitive with the current approach. We benchmark first-stage ranking rankers and cross-encoders for reranking on the task of general passage retrieval on MSMARCO, Mr-Tydi for Arabic, Japanese and Russian, and TripClick for specific domain. Contrary to popular belief, we show that, for finetuning first-stage rankers, models pretrained solely on their collection have equivalent or better effectiveness compared to more general models. However, there is a slight effectiveness drop for rerankers pretrained only on the target collection. Overall, our study sheds a new light on the role of the pretraining collection and should make our community ponder on building specialized models by pretraining from scratch. Last but not least, doing so could enable better control of efficiency, data bias and replicability, which are key research questions for the IR community.

📄 PDF Abstract BibTeX arXiv:2301.10444

Code (0)

등록된 구현이 없습니다.

Tasks

Passage RetrievalRerankingRetrieval

Similar Papers 제목 키워드 기반

Study of positional encoding approaches for Audio Spectrogram Transformers

2021-10-13 · Leonardo Pepino, Pablo Riera, Luciana Ferrer

Transformers have revolutionized the world of deep learning, specially in the field of natural language processing. Recently, the Audio Spectrogram Transformer (AST) was proposed for audio classification, leading to stat…

Audio Classification

Knowledge Distillation vs. Pretraining from Scratch under a Fixed (Computation) Budget

2024-04-30 · Minh Duc Bui, Fabian David Schmidt, Goran Glavaš, Katharina von der Wense

Compared to standard language model (LM) pretraining (i.e., from scratch), Knowledge Distillation (KD) entails an additional forward pass through a teacher model that is typically substantially larger than the target stu…

Knowledge DistillationLanguage ModelingLanguage ModellingMasked Language Modeling

BEVT: BERT Pretraining of Video Transformers

2021-12-02 · CVPR 2022 1 · Rui Wang, Dongdong Chen, Zuxuan Wu, Yinpeng Chen 외

This paper studies the BERT pretraining of video transformers. It is a straightforward but worth-studying extension given the recent success from BERT pretraining of image transformers. We introduce BEVT which decouples …

Action RecognitionRepresentation Learning

David vs. Goliath in Next Activity Prediction: Argmax vs. LSTM, Transformer, and LLM

2026-06-14 · Hans Weytjens, Ingo Weber arxiv

Next activity prediction (NAP) is a cornerstone of predictive process monitoring (PPM), enabling organizations to move from retrospective analysis to proactive process steering. The PPM field has progressed from classica…

Activity Prediction

Effect of scale on catastrophic forgetting in neural networks

2021-09-29 · ICLR 2022 4 · Vinay Venkatesh Ramasesh, Aitor Lewkowycz, Ethan Dyer

Catastrophic forgetting presents a challenge in developing deep learning models capable of continual learning, i.e. learning tasks sequentially. Recently, both computer vision and natural-language processing have witness…

Continual Learning