paper-with-me

Papers

Non-Deterministic Segmentation for Chinese Lattice Parsing

2017-09-01 · RANLP 2017 9 · Hai Hu, Daniel Dakota, S K{\"u}bler, ra

Parsing Chinese critically depends on correct word segmentation for the parser since incorrect segmentation inevitably causes incorrect parses. We investigate a pipeline approach to segmentation and parsing using word lattices as parser input. We compare CRF-based and lexicon-based approaches to word segmentation. Our results show that the lattice parser is capable of selecting the correction segmentation from thousands of options, thus drastically reducing the number of unparsed sentence. Lexicon-based parsing models have a better coverage than the CRF-based approach, but the many options are more difficult to handle. We reach our best result by using a lexicon from the n-best CRF analyses, combined with highly probable words.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Morphological AnalysisSegmentationSentence

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

A Lattice-based Framework for Joint Chinese Word Segmentation, POS Tagging and Parsing

2013-08-01 · ACL 2013 8 · Zhiguo Wang, Cheng-qing Zong, Nianwen Xue
Chinese Word SegmentationPOSPOS Tagging

A Graph-based Lattice Dependency Parser for Joint Morphological Segmentation and Syntactic Analysis

2015-01-01 · TACL 2015 1 · Wolfgang Seeker, {\"O}zlem {\c{C}}etino{\u{g}}lu

Space-delimited words in Turkish and Hebrew text can be further segmented into meaningful units, but syntactic and semantic context is necessary to predict segmentation. At the same time, predicting correct syntactic str…

Dependency ParsingMorphological AnalysisMorphological TaggingSegmentation+1

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

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

Joint Chinese Word Segmentation and Span-based Constituency Parsing

2022-11-03 · Zhicheng Wang, Tianyu Shi, Cong Liu

In constituency parsing, span-based decoding is an important direction. However, for Chinese sentences, because of their linguistic characteristics, it is necessary to utilize other models to perform word segmentation fi…

Chinese Word SegmentationConstituency ParsingSegmentation