paper-with-me

홈 › Papers

Character-Level Chinese Dependency Parsing via Modeling Latent Intra-Word Structure

2024-06-06 · Yang Hou, Zhenghua Li

Revealing the syntactic structure of sentences in Chinese poses significant challenges for word-level parsers due to the absence of clear word boundaries. To facilitate a transition from word-level to character-level Chinese dependency parsing, this paper proposes modeling latent internal structures within words. In this way, each word-level dependency tree is interpreted as a forest of character-level trees. A constrained Eisner algorithm is implemented to ensure the compatibility of character-level trees, guaranteeing a single root for intra-word structures and establishing inter-word dependencies between these roots. Experiments on Chinese treebanks demonstrate the superiority of our method over both the pipeline framework and previous joint models. A detailed analysis reveals that a coarse-to-fine parsing strategy empowers the model to predict more linguistically plausible intra-word structures.

📄 PDF Abstract BibTeX arXiv:2406.03772

Code (1)

ironsword666/chardepparsing 공식 구현 pytorch

Tasks

Chinese Dependency ParsingDependency Parsing

Similar Papers 제목 키워드 기반

A Graph-based Model for Joint Chinese Word Segmentation and Dependency Parsing

2019-04-09 · TACL 2020 1 · Hang Yan, Xipeng Qiu, Xuanjing Huang

Chinese word segmentation and dependency parsing are two fundamental tasks for Chinese natural language processing. The dependency parsing is defined on word-level. Therefore word segmentation is the precondition of depe…

Chinese Word SegmentationDependency ParsingFeature EngineeringLanguage Modeling+2

Character-Level Chinese Dependency Parsing

2014-06-01 · ACL 2014 6 · Meishan Zhang, Yue Zhang, Wanxiang Che, Ting Liu
Chinese Dependency ParsingChinese Word SegmentationDependency ParsingInformation Retrieval

End-to-End Chinese Parsing Exploiting Lexicons

2020-12-08 · Yuan Zhang, Zhiyang Teng, Yue Zhang

Chinese parsing has traditionally been solved by three pipeline systems including word-segmentation, part-of-speech tagging and dependency parsing modules. In this paper, we propose an end-to-end Chinese parsing model ba…

Dependency ParsingGraph AttentionPart-Of-Speech TaggingSegmentation

An In-depth Study on Internal Structure of Chinese Words

2021-06-01 · ACL 2021 5 · Chen Gong, Saihao Huang, Houquan Zhou, Zhenghua Li 외

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 t…

Sentence

Zero-shot Chinese Discourse Dependency Parsing via Cross-lingual Mapping

2019-11-27 · WS 2019 11 · Yi Cheng, Sujian Li

Due to the absence of labeled data, discourse parsing still remains challenging in some languages. In this paper, we present a simple and efficient method to conduct zero-shot Chinese text-level dependency parsing by lev…

Dependency ParsingDiscourse ParsingSentence