paper-with-me

Papers

Augmenting Part-of-speech Tagging with Syntactic Information for Vietnamese and Chinese

2021-02-24 · Duc-Vu Nguyen, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

Word segmentation and part-of-speech tagging are two critical preliminary steps for downstream tasks in Vietnamese natural language processing. In reality, people tend to consider also the phrase boundary when performing word segmentation and part of speech tagging rather than solely process word by word from left to right. In this paper, we implement this idea to improve word segmentation and part of speech tagging the Vietnamese language by employing a simplified constituency parser. Our neural model for joint word segmentation and part-of-speech tagging has the architecture of the syllable-based CRF constituency parser. To reduce the complexity of parsing, we replace all constituent labels with a single label indicating for phrases. This model can be augmented with predicted word boundary and part-of-speech tags by other tools. Because Vietnamese and Chinese have some similar linguistic phenomena, we evaluated the proposed model and its augmented versions on three Vietnamese benchmark datasets and six Chinese benchmark datasets. Our experimental results show that the proposed model achieves higher performances than previous works for both languages.

📄 PDF Abstract BibTeX arXiv:2102.12136

Code (1)

yzhangcs/crfpar 공식 구현 pytorch

Tasks

Part-Of-Speech TaggingSegmentation

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 제목 키워드 기반

Joint Prediction of Morphosyntactic Categories for Fine-Grained Arabic Part-of-Speech Tagging Exploiting Tag Dictionary Information

2017-08-01 · CONLL 2017 8 · Go Inoue, Hiroyuki Shindo, Yuji Matsumoto

Part-of-speech (POS) tagging for morphologically rich languages such as Arabic is a challenging problem because of their enormous tag sets. One reason for this is that in the tagging scheme for such languages, a complete…

Multi-Task LearningPart-Of-Speech TaggingPOSPOS Tagging+2

Women's Syntactic Resilience and Men's Grammatical Luck: Gender-Bias in Part-of-Speech Tagging and Dependency Parsing

2019-07-01 · ACL 2019 7 · Aparna Garimella, Carmen Banea, Dirk Hovy, Rada Mihalcea

Several linguistic studies have shown the prevalence of various lexical and grammatical patterns in texts authored by a person of a particular gender, but models for part-of-speech tagging and dependency parsing have sti…

ArticlesDependency ParsingPart-Of-Speech Tagging

Joint Chinese Word Segmentation and Part-of-speech Tagging via Two-way Attentions of Auto-analyzed Knowledge

2020-07-01 · ACL 2020 6 · Yuanhe Tian, Yan Song, Xiang Ao, Fei Xia 외

Chinese word segmentation (CWS) and part-of-speech (POS) tagging are important fundamental tasks for Chinese language processing, where joint learning of them is an effective one-step solution for both tasks. Previous st…

Chinese Word SegmentationPart-Of-Speech TaggingPOSPOS Tagging

Feature-Rich Part-Of-Speech Tagging Using Deep Syntactic and Semantic Analysis

2015-09-01 · RANLP 2015 9 · Luchezar Jackov
Machine TranslationPart-Of-Speech Tagging

Unsupervised Part-of-Speech Tagging in Noisy and Esoteric Domains With a Syntactic-Semantic Bayesian HMM

2012-04-01 · WS 2012 4 · William M. Darling, Michael J. Paul, Fei Song
Language ModellingPart-Of-Speech TaggingUnsupervised Part-Of-Speech Tagging