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

Glyce: Glyph-vectors for Chinese Character Representations

About

It is intuitive that NLP tasks for logographic languages like Chinese should benefit from the use of the glyph information in those languages. However, due to the lack of rich pictographic evidence in glyphs and the weak generalization ability of standard computer vision models on character data, an effective way to utilize the glyph information remains to be found. In this paper, we address this gap by presenting Glyce, the glyph-vectors for Chinese character representations. We make three major innovations: (1) We use historical Chinese scripts (e.g., bronzeware script, seal script, traditional Chinese, etc) to enrich the pictographic evidence in characters; (2) We design CNN structures (called tianzege-CNN) tailored to Chinese character image processing; and (3) We use image-classification as an auxiliary task in a multi-task learning setup to increase the model's ability to generalize. We show that glyph-based models are able to consistently outperform word/char ID-based models in a wide range of Chinese NLP tasks. We are able to set new state-of-the-art results for a variety of Chinese NLP tasks, including tagging (NER, CWS, POS), sentence pair classification, single sentence classification tasks, dependency parsing, and semantic role labeling. For example, the proposed model achieves an F1 score of 80.6 on the OntoNotes dataset of NER, +1.5 over BERT; it achieves an almost perfect accuracy of 99.8\% on the Fudan corpus for text classification. Code found at https://github.com/ShannonAI/glyce.

Yuxian Meng, Wei Wu, Fei Wang, Xiaoya Li, Ping Nie, Fan Yin, Muyu Li, Qinghong Han, Xiaofei Sun, Jiwei Li• 2019

Related benchmarks

TaskDatasetResultRank
Dependency ParsingChinese Treebank (CTB) (test)
UAS90.2
99
Named Entity RecognitionOntoNotes
F1-score81.63
91
Named Entity RecognitionRESUME
F1 Score96.54
52
Named Entity RecognitionMSRA
F1 Score95.54
29
Named Entity RecognitionWeibo
F1 Score67.6
27
Named Entity RecognitionChinese OntoNotes 4.0 (test)
F1 Score81.63
19
Named Entity RecognitionChinese MSRA (test)
F1 Score95.54
18
Named Entity RecognitionWeibo (WE)
F1 Score67.6
13
Part-of-Speech TaggingCTB5
Precision96.5
13
Named Entity RecognitionOntoNotes Chinese 4.0
F1 Score80.62
12
Showing 10 of 28 rows

Other info

Code

Follow for update