SOTAVerified

Enhancing Pre-trained Chinese Character Representation with Word-aligned Attention

2019-11-07ACL 2020Code Available0· sign in to hype

Yanzeng Li, Bowen Yu, Mengge Xue, Tingwen Liu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Most Chinese pre-trained models take character as the basic unit and learn representation according to character's external contexts, ignoring the semantics expressed in the word, which is the smallest meaningful utterance in Chinese. Hence, we propose a novel word-aligned attention to exploit explicit word information, which is complementary to various character-based Chinese pre-trained language models. Specifically, we devise a pooling mechanism to align the character-level attention to the word level and propose to alleviate the potential issue of segmentation error propagation by multi-source information fusion. As a result, word and character information are explicitly integrated at the fine-tuning procedure. Experimental results on five Chinese NLP benchmark tasks demonstrate that our model could bring another significant gain over several pre-trained models.

Reproductions