Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
102 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

ConvBERT: Improving BERT with Span-based Dynamic Convolution (2008.02496v3)

Published 6 Aug 2020 in cs.CL

Abstract: Pre-trained LLMs like BERT and its variants have recently achieved impressive performance in various natural language understanding tasks. However, BERT heavily relies on the global self-attention block and thus suffers large memory footprint and computation cost. Although all its attention heads query on the whole input sequence for generating the attention map from a global perspective, we observe some heads only need to learn local dependencies, which means the existence of computation redundancy. We therefore propose a novel span-based dynamic convolution to replace these self-attention heads to directly model local dependencies. The novel convolution heads, together with the rest self-attention heads, form a new mixed attention block that is more efficient at both global and local context learning. We equip BERT with this mixed attention design and build a ConvBERT model. Experiments have shown that ConvBERT significantly outperforms BERT and its variants in various downstream tasks, with lower training cost and fewer model parameters. Remarkably, ConvBERTbase model achieves 86.4 GLUE score, 0.7 higher than ELECTRAbase, while using less than 1/4 training cost. Code and pre-trained models will be released.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (6)
  1. Zihang Jiang (28 papers)
  2. Weihao Yu (36 papers)
  3. Daquan Zhou (47 papers)
  4. Yunpeng Chen (36 papers)
  5. Jiashi Feng (295 papers)
  6. Shuicheng Yan (275 papers)
Citations (146)

Summary

We haven't generated a summary for this paper yet.