English

BERTVision -- A Parameter-Efficient Approach for Question Answering

Computation and Language 2022-02-25 v1 Machine Learning

Abstract

We present a highly parameter efficient approach for Question Answering that significantly reduces the need for extended BERT fine-tuning. Our method uses information from the hidden state activations of each BERT transformer layer, which is discarded during typical BERT inference. Our best model achieves maximal BERT performance at a fraction of the training time and GPU or TPU expense. Performance is further improved by ensembling our model with BERTs predictions. Furthermore, we find that near optimal performance can be achieved for QA span annotation using less training data. Our experiments show that this approach works well not only for span annotation, but also for classification, suggesting that it may be extensible to a wider range of tasks.

Keywords

Cite

@article{arxiv.2202.12210,
  title  = {BERTVision -- A Parameter-Efficient Approach for Question Answering},
  author = {Siduo Jiang and Cristopher Benge and William Casey King},
  journal= {arXiv preprint arXiv:2202.12210},
  year   = {2022}
}

Comments

7 pages, 11 with appendix

R2 v1 2026-06-24T09:52:43.635Z