paper-with-me

홈 › Papers

An Efficient Transformer-Based Model for Vietnamese Punctuation Prediction

2021-07-19 · IEA/AIE 2021 7 · Hieu Tran, Cuong V. Dinh, Quang Pham, Binh T. Nguyen

In both formal and informal texts, missing punctuation marks make the texts confusing and challenging to read. This paper aims to conduct exhaustive experiments to investigate the benefits of the pre-trained Transformer-based models on two Vietnamese punctuation datasets. The experimental results show our models can achieve encouraging results, and adding Bi-LSTM or/and CRF layers on top of the proposed models can also boost model performance. Finally, our best model can significantly bypass state-of-the-art approaches on both the novel and news datasets for the Vietnamese language. It can gain the corresponding performance up to 21.45% and 18.27% in the overall F1-scores.

📄 PDF Abstract BibTeX

Code (1)

heraclex12/vietpunc jax

Tasks

Prediction

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

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

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 외

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 co…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+4

Punctuation Prediction for Polish Texts using Transformers

2024-10-06 · Jakub Pokrywka

Speech recognition systems typically output text lacking punctuation. However, punctuation is crucial for written text comprehension. To tackle this problem, Punctuation Prediction models are developed. This paper descri…

PredictionReading Comprehensionspeech-recognitionSpeech Recognition

BARTpho: Pre-trained Sequence-to-Sequence Models for Vietnamese

2021-09-20 · Nguyen Luong Tran, Duong Minh Le, Dat Quoc Nguyen

We present BARTpho with two versions, BARTpho-syllable and BARTpho-word, which are the first public large-scale monolingual sequence-to-sequence models pre-trained for Vietnamese. BARTpho uses the "large" architecture an…

Abstractive Text SummarizationDenoisingPunctuation RestorationText Summarization

A light-weight and efficient punctuation and word casing prediction model for on-device streaming ASR

2024-07-18 · Jian You, Xiangfeng Li

Punctuation and word casing prediction are necessary for automatic speech recognition (ASR). With the popularity of on-device end-to-end streaming ASR systems, the on-device punctuation and word casing prediction become …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition