paper-with-me

Papers

Improving Vietnamese Named Entity Recognition from Speech Using Word Capitalization and Punctuation Recovery Models

2020-10-01 · Thai Binh Nguyen, Quang Minh Nguyen, Thi Thu Hien Nguyen, Quoc Truong Do, Chi Mai Luong

Studies on the Named Entity Recognition (NER) task have shown outstanding results that reach human parity on input texts with correct text formattings, such as with proper punctuation and capitalization. However, such conditions are not available in applications where the input is speech, because the text is generated from a speech recognition system (ASR), and that the system does not consider the text formatting. In this paper, we (1) presented the first Vietnamese speech dataset for NER task, and (2) the first pre-trained public large-scale monolingual language model for Vietnamese that achieved the new state-of-the-art for the Vietnamese NER task by 1.3% absolute F1 score comparing to the latest study. And finally, (3) we proposed a new pipeline for NER task from speech that overcomes the text formatting problem by introducing a text capitalization and punctuation recovery model (CaPu) into the pipeline. The model takes input text from an ASR system and performs two tasks at the same time, producing proper text formatting that helps to improve NER performance. Experimental results indicated that the CaPu model helps to improve by nearly 4% of F1-score.

📄 PDF Abstract BibTeX arXiv:2010.00198

Code (1)

nguyenvulebinh/vietnamese-roberta 공식 구현 pytorch

Tasks

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERspeech-recognitionSpeech Recognition

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

On the Vietnamese Name Entity Recognition: A Deep Learning Method Approach

2019-11-18 · Ngoc C. Lê, Ngoc-Yen Nguyen, Anh-Duong Trinh

Named entity recognition (NER) plays an important role in text-based information retrieval. In this paper, we combine Bidirectional Long Short-Term Memory (Bi-LSTM) \cite{hochreiter1997,schuster1997} with Conditional Ran…

ArticlesDeep LearningInformation Retrievalnamed-entity-recognition+8

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)

A Feature-Rich Vietnamese Named-Entity Recognition Model

2018-03-12 · Pham Quang Nhat Minh

In this paper, we present a feature-based named-entity recognition (NER) model that achieves the start-of-the-art accuracy for Vietnamese language. We combine word, word-shape features, PoS, chunk, Brown-cluster-based fe…

Chunkingmodelnamed-entity-recognitionNamed Entity Recognition+5