Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AdapLeR: Speeding up Inference by Adaptive Length Reduction

About

Pre-trained language models have shown stellar performance in various downstream tasks. But, this usually comes at the cost of high latency and computation, hindering their usage in resource-limited settings. In this work, we propose a novel approach for reducing the computational cost of BERT with minimal loss in downstream performance. Our method dynamically eliminates less contributing tokens through layers, resulting in shorter lengths and consequently lower computational cost. To determine the importance of each token representation, we train a Contribution Predictor for each layer using a gradient-based saliency method. Our experiments on several diverse classification tasks show speedups up to 22x during inference time without much sacrifice in performance. We also validate the quality of the selected tokens in our method using human annotations in the ERASER benchmark. In comparison to other widely used strategies for selecting important tokens, such as saliency and attention, our proposed method has a significantly lower false positive rate in generating rationales. Our code is freely available at https://github.com/amodaresi/AdapLeR .

Ali Modarressi, Hosein Mohebbi, Mohammad Taher Pilehvar• 2022

Related benchmarks

TaskDatasetResultRank
Sentiment AnalysisIMDB (test)
Accuracy91.7
248
Natural Language InferenceMNLI GLUE matched mismatched average (test)
Accuracy82.9
9
Hate speech classificationHateXplain standard (test)
Accuracy68.6
5
Sentiment AnalysisSST-2 GLUE (test)
Accuracy92.3
5
Paraphrase DetectionMRPC GLUE (test)
F1 Score87.6
5
Question Answering NLIQNLI GLUE (test)
Accuracy0.893
5
Topic ClassificationAG's news standard (test)
Accuracy92.5
5
Topic ClassificationDBpedia standard (test)
Accuracy98.9
5
Showing 8 of 8 rows

Other info

Code

Follow for update