English

WaLDORf: Wasteless Language-model Distillation On Reading-comprehension

Machine Learning 2020-02-20 v2 Computation and Language

Abstract

Transformer based Very Large Language Models (VLLMs) like BERT, XLNet and RoBERTa, have recently shown tremendous performance on a large variety of Natural Language Understanding (NLU) tasks. However, due to their size, these VLLMs are extremely resource intensive and cumbersome to deploy at production time. Several recent publications have looked into various ways to distil knowledge from a transformer based VLLM (most commonly BERT-Base) into a smaller model which can run much faster at inference time. Here, we propose a novel set of techniques which together produce a task-specific hybrid convolutional and transformer model, WaLDORf, that achieves state-of-the-art inference speed while still being more accurate than previous distilled models.

Keywords

Cite

@article{arxiv.1912.06638,
  title  = {WaLDORf: Wasteless Language-model Distillation On Reading-comprehension},
  author = {James Yi Tian and Alexander P. Kreuzer and Pai-Hung Chen and Hans-Martin Will},
  journal= {arXiv preprint arXiv:1912.06638},
  year   = {2020}
}

Comments

Added Figure, minor edits for clarity

R2 v1 2026-06-23T12:45:29.913Z