← Search

Andreas Rücklé

4 accepted papers

2021

AdapterDrop: On the Efficiency of Adapters in Transformers

EMNLP 2021main

Transformer models are expensive to fine-tune, slow for inference, and have large storage requirements. Recent approaches tackle these shortcomings by training smaller models, dynamically reducing the model size, and by training light-weight adapters. In this paper, we propose AdapterDrop, removing…

Cited by 268SourcePDFScholar
2021

BEIR: A Heterogeneous Benchmark for Zero-shot Evaluation of Information Retrieval Models

NeurIPS 2021poster

Existing neural information retrieval (IR) models have often been studied in homogeneous and narrow settings, which has considerably limited insights into their out-of-distribution (OOD) generalization capabilities. To address this, and to facilitate researchers to broadly evaluate the effectiveness…

Cited by 1049SourcecodeScholar
2021

SciGen: a Dataset for Reasoning-Aware Text Generation from Scientific Tables

NeurIPS 2021poster

We introduce SciGen, a new challenge dataset consisting of tables from scientific articles and their corresponding descriptions, for the task of reasoning-aware data-to-text generation. Describing scientific tables goes beyond the surface realization of the table content and requires reasoning over…

Cited by 46SourceScholar
2021

What to Pre-Train on? Efficient Intermediate Task Selection

EMNLP 2021main

Intermediate task fine-tuning has been shown to culminate in large transfer gains across many NLP tasks. With an abundance of candidate datasets as well as pre-trained language models, it has become infeasible to experiment with all combinations to find the best transfer setting. In this work, we pr…