paper-with-me

Papers

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 Vietnamese language. After conducting experiments on BLSTM-CNN-CRF and BLSTM-CRF models with different word embeddings on the Vietnamese NER dataset. This dataset is provided by VLSP in 2016 and used to evaluate most of the current Vietnamese NER systems. We noticed that BLSTM-CNN-CRF gives better results, therefore, we analyze the errors on this model in detail. Our error-analysis results provide us thorough insights in order to increase the performance of NER for the Vietnamese language and improve the quality of the corpus in the future works.

📄 PDF Abstract BibTeX arXiv:1911.07228

Code (0)

등록된 구현이 없습니다.

Tasks

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

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

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

Medical Spoken Named Entity Recognition

2024-06-19 · Khai Le-Duc, David Thulke, Hung-Phong Tran, Long Vo-Dang 외

Spoken Named Entity Recognition (NER) aims to extract named entities from speech and categorise them into types like person, location, organization, etc. In this work, we present VietMed-NER - the first spoken NER datase…

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)