We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.CL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: CascadeBERT: Accelerating Inference of Pre-trained Language Models via Calibrated Complete Models Cascade

Abstract: Dynamic early exiting aims to accelerate the inference of pre-trained language models (PLMs) by emitting predictions in internal layers without passing through the entire model. In this paper, we empirically analyze the working mechanism of dynamic early exiting and find that it faces a performance bottleneck under high speed-up ratios. On one hand, the PLMs' representations in shallow layers lack high-level semantic information and thus are not sufficient for accurate predictions. On the other hand, the exiting decisions made by internal classifiers are unreliable, leading to wrongly emitted early predictions. We instead propose a new framework for accelerating the inference of PLMs, CascadeBERT, which dynamically selects proper-sized and complete models in a cascading manner, providing comprehensive representations for predictions. We further devise a difficulty-aware objective, encouraging the model to output the class probability that reflects the real difficulty of each instance for a more reliable cascading mechanism. Experimental results show that CascadeBERT can achieve an overall 15\% improvement under 4$\times$ speed-up compared with existing dynamic early exiting methods on six classification tasks, yielding more calibrated and accurate predictions.
Comments: Findings of EMNLP 2021
Subjects: Computation and Language (cs.CL)
Cite as: arXiv:2012.14682 [cs.CL]
  (or arXiv:2012.14682v2 [cs.CL] for this version)

Submission history

From: Lei Li [view email]
[v1] Tue, 29 Dec 2020 09:43:50 GMT (106kb,D)
[v2] Fri, 3 Sep 2021 13:51:39 GMT (2383kb,D)

Link back to: arXiv, form interface, contact.