paper-with-me

홈 › Papers

PhoNLP: A joint multi-task learning model for Vietnamese part-of-speech tagging, named entity recognition and dependency parsing

2021-01-05 · NAACL 2021 4 · Linh The Nguyen, Dat Quoc Nguyen

We present the first multi-task learning model -- named PhoNLP -- for joint Vietnamese part-of-speech (POS) tagging, named entity recognition (NER) and dependency parsing. Experiments on Vietnamese benchmark datasets show that PhoNLP produces state-of-the-art results, outperforming a single-task learning approach that fine-tunes the pre-trained Vietnamese language model PhoBERT (Nguyen and Nguyen, 2020) for each task independently. We publicly release PhoNLP as an open-source toolkit under the Apache License 2.0. Although we specify PhoNLP for Vietnamese, our PhoNLP training and evaluation command scripts in fact can directly work for other languages that have a pre-trained BERT-based language model and gold annotated corpora available for the three tasks of POS tagging, NER and dependency parsing. We hope that PhoNLP can serve as a strong baseline and useful toolkit for future NLP research and applications to not only Vietnamese but also the other languages. Our PhoNLP is available at: https://github.com/VinAIResearch/PhoNLP

📄 PDF Abstract BibTeX arXiv:2101.01476

Code (1)

VinAIResearch/PhoNLP 공식 구현 pytorch

Tasks

Dependency ParsingLanguage ModelingLanguage ModellingMulti-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPart-Of-Speech TaggingPOSPOS Tagging

Similar Papers 제목 키워드 기반

A neural joint model for Vietnamese word segmentation, POS tagging and dependency parsing

2018-12-30 · ALTA 2019 4 · Dat Quoc Nguyen

We propose the first multi-task learning model for joint Vietnamese word segmentation, part-of-speech (POS) tagging and dependency parsing. In particular, our model extends the BIST graph-based dependency parser (Kiperwa…

Dependency ParsingMulti-Task LearningPart-Of-Speech TaggingPOS+3

Vietnamese Capitalization and Punctuation Recovery Models

2022-07-04 · Hoang Thi Thu Uyen, Nguyen Anh Tu, Ta Duc Huy

Despite the rise of recent performant methods in Automatic Speech Recognition (ASR), such methods do not ensure proper casing and punctuation for their outputs. This problem has a significant impact on the comprehension …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Punctuation Restorationspeech-recognition+1

Intent Detection and Slot Filling for Vietnamese

2021-04-05 · Mai Hoang Dao, Thinh Hung Truong, Dat Quoc Nguyen

Intent detection and slot filling are important tasks in spoken and natural language understanding. However, Vietnamese is a low-resource language in these research topics. In this paper, we present the first public inte…

Intent Classification and Slot FillingIntent DetectionNatural Language Understandingslot-filling+1

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…

Part-Of-Speech TaggingSegmentation

From Word Segmentation to POS Tagging for Vietnamese

2017-11-14 · ALTA 2017 12 · Dat Quoc Nguyen, Thanh Vu, Dai Quoc Nguyen, Mark Dras 외

This paper presents an empirical comparison of two strategies for Vietnamese Part-of-Speech (POS) tagging from unsegmented text: (i) a pipeline strategy where we consider the output of a word segmenter as the input of a …

Part-Of-Speech TaggingPOSPOS TaggingTAG