SOTAVerified

Improving BERT with Syntax-aware Local Attention

2020-12-30Findings (ACL) 2021Code Available1· sign in to hype

Zhongli Li, Qingyu Zhou, Chao Li, Ke Xu, Yunbo Cao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Pre-trained Transformer-based neural language models, such as BERT, have achieved remarkable results on varieties of NLP tasks. Recent works have shown that attention-based models can benefit from more focused attention over local regions. Most of them restrict the attention scope within a linear span, or confine to certain tasks such as machine translation and question answering. In this paper, we propose a syntax-aware local attention, where the attention scopes are restrained based on the distances in the syntactic structure. The proposed syntax-aware local attention can be integrated with pretrained language models, such as BERT, to render the model to focus on syntactically relevant words. We conduct experiments on various single-sentence benchmarks, including sentence classification and sequence labeling tasks. Experimental results show consistent gains over BERT on all benchmark datasets. The extensive studies verify that our model achieves better performance owing to more focused attention over syntactically relevant words.

Tasks

Reproductions