CLOct 15, 2020

Does Chinese BERT Encode Word Structure?

arXiv:2010.07711v1990 citations
Originality Synthesis-oriented
AI Analysis

This addresses the gap in analyzing word features for character-based languages like Chinese, though it is incremental as it extends existing BERT analysis methods.

The paper investigates whether Chinese BERT encodes word structure, finding that it captures word information primarily in middle layers, with POS tagging and chunking relying most on these features.

Contextualized representations give significantly improved results for a wide range of NLP tasks. Much work has been dedicated to analyzing the features captured by representative models such as BERT. Existing work finds that syntactic, semantic and word sense knowledge are encoded in BERT. However, little work has investigated word features for character-based languages such as Chinese. We investigate Chinese BERT using both attention weight distribution statistics and probing tasks, finding that (1) word information is captured by BERT; (2) word-level features are mostly in the middle representation layers; (3) downstream tasks make different use of word features in BERT, with POS tagging and chunking relying the most on word features, and natural language inference relying the least on such features.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes