paper-with-me

홈 › Papers

COVID-19 Named Entity Recognition for Vietnamese

2021-04-08 · NAACL 2021 4 · Thinh Hung Truong, Mai Hoang Dao, Dat Quoc Nguyen

The current COVID-19 pandemic has lead to the creation of many corpora that facilitate NLP research and downstream applications to help fight the pandemic. However, most of these corpora are exclusively for English. As the pandemic is a global problem, it is worth creating COVID-19 related datasets for languages other than English. In this paper, we present the first manually-annotated COVID-19 domain-specific dataset for Vietnamese. Particularly, our dataset is annotated for the named entity recognition (NER) task with newly-defined entity types that can be used in other future epidemics. Our dataset also contains the largest number of entities compared to existing Vietnamese NER datasets. We empirically conduct experiments using strong baselines on our dataset, and find that: automatic Vietnamese word segmentation helps improve the NER results and the highest performances are obtained by fine-tuning pre-trained language models where the monolingual model PhoBERT for Vietnamese (Nguyen and Nguyen, 2020) produces higher results than the multilingual model XLM-R (Conneau et al., 2020). We publicly release our dataset at: https://github.com/VinAIResearch/PhoNER_COVID19

📄 PDF Abstract BibTeX arXiv:2104.03879

Code (1)

VinAIResearch/PhoNER_COVID19 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition In VietnameseNamed Entity Recognition (NER)NERVietnamese Word SegmentationXLM-R

Methods 이 논문이 사용한 방법론

XLM-R XLM-R

Similar Papers 제목 키워드 기반

The Importance of Automatic Syntactic Features in Vietnamese Named Entity Recognition

2017-05-29 · PACLIC 2017 11 · Thai-Hoang Pham, Phuong Le-Hong

This paper presents a state-of-the-art system for Vietnamese Named Entity Recognition (NER). By incorporating automatic syntactic features with word embeddings as input for bidirectional Long Short-Term Memory (Bi-LSTM),…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Attentive Neural Network for Named Entity Recognition in Vietnamese

2018-10-31 · Kim Anh Nguyen, Ngan Dong, Cam-Tu Nguyen

We propose an attentive neural network for the task of named entity recognition in Vietnamese. The proposed attentive neural model makes use of character-based language models and word embeddings to encode words as vecto…

Decodernamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition In Vietnamese+2

Vietnamese Named Entity Recognition using Token Regular Expressions and Bidirectional Inference

2016-10-18 · Phuong Le-Hong

This paper describes an efficient approach to improve the accuracy of a named entity recognition system for Vietnamese. The approach combines regular expressions over tokens and a bidirectional inference method in a sequ…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Error Analysis for Vietnamese Named Entity Recognition on Deep Neural Network Models

2019-11-17 · Binh An Nguyen, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

In recent years, Vietnamese Named Entity Recognition (NER) systems have had a great breakthrough when using Deep Neural Network methods. This paper describes the primary errors of the state-of-the-art NER systems on Viet…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

ViT5: Pretrained Text-to-Text Transformer for Vietnamese Language Generation

2022-05-13 · NAACL (ACL) 2022 7 · Long Phan, Hieu Tran, Hieu Nguyen, Trieu H. Trinh

We present ViT5, a pretrained Transformer-based encoder-decoder model for the Vietnamese language. With T5-style self-supervised pretraining, ViT5 is trained on a large corpus of high-quality and diverse Vietnamese texts…

Abstractive Text SummarizationDecodernamed-entity-recognitionNamed Entity Recognition+4