CLJun 1, 2021

An In-depth Study on Internal Structure of Chinese Words

arXiv:2106.00334v1711 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of leveraging character-level information for Chinese natural language processing, offering incremental improvements in syntactic parsing.

The study tackled the problem of modeling deep internal structures of Chinese words by proposing dependency trees with 11 labels, manually annotating a treebank of over 30K words, and showing that encoding these structures leads to promising gains in sentence-level syntactic parsing.

Unlike English letters, Chinese characters have rich and specific meanings. Usually, the meaning of a word can be derived from its constituent characters in some way. Several previous works on syntactic parsing propose to annotate shallow word-internal structures for better utilizing character-level information. This work proposes to model the deep internal structures of Chinese words as dependency trees with 11 labels for distinguishing syntactic relationships. First, based on newly compiled annotation guidelines, we manually annotate a word-internal structure treebank (WIST) consisting of over 30K multi-char words from Chinese Penn Treebank. To guarantee quality, each word is independently annotated by two annotators and inconsistencies are handled by a third senior annotator. Second, we present detailed and interesting analysis on WIST to reveal insights on Chinese word formation. Third, we propose word-internal structure parsing as a new task, and conduct benchmark experiments using a competitive dependency parser. Finally, we present two simple ways to encode word-internal structures, leading to promising gains on the sentence-level syntactic parsing task.

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