[RE] Glyce: Glyph-vectors for Chinese Character RepresentationsDownload PDF

29 Dec 2019 (modified: 05 May 2023)NeurIPS 2019 Reproducibility Challenge Blind ReportReaders: Everyone
Abstract: Based on the Shannon AI team’s study of Glyph-vectors for Chinese character and a series of NLP tasks, we implement 2 baselines reported in the original paper, BiLSTM-CRF and BERT and reproduce their results of Chinese NLP Tagging tasks on various datasets. We are unable to reproduce the results for BiLSTM-CRF. However, we obtain a similar result for BERT model. On this basis, we undertake further experiments of hyper-parameter tuning and ablations on CRF$+$biLSTM and BERT, respectively. By evaluating their performances, we compare and contrast how the components and hyper-parameters can affect the model's accuracy and robustness. We discover that the implementation of BERT embedding as well as adding multiple layers or conditional random field (CRF) can boost the model accuracy to a decent extent.
Track: Baseline
NeurIPS Paper Id: https://openreview.net/forum?id=Hye3LNSxLS
4 Replies

Loading