paper-with-me

Papers

Syllable-based Neural Named Entity Recognition for Myanmar Language

2019-03-12 · Hsu Myat Mo, Khin Mar Soe

Named Entity Recognition (NER) for Myanmar Language is essential to Myanmar natural language processing research work. In this work, NER for Myanmar language is treated as a sequence tagging problem and the effectiveness of deep neural networks on NER for Myanmar language has been investigated. Experiments are performed by applying deep neural network architectures on syllable level Myanmar contexts. Very first manually annotated NER corpus for Myanmar language is also constructed and proposed. In developing our in-house NER corpus, sentences from online news website and also sentences supported from ALT-Parallel-Corpus are also used. This ALT corpus is one part of the Asian Language Treebank (ALT) project under ASEAN IVO. This paper contributes the first evaluation of neural network models on NER task for Myanmar language. The experimental results show that those neural sequence models can produce promising results compared to the baseline CRF model. Among those neural architectures, bidirectional LSTM network added CRF layer above gives the highest F-score value. This work also aims to discover the effectiveness of neural network approaches to Myanmar textual processing as well as to promote further researches on this understudied language.

📄 PDF Abstract BibTeX arXiv:1903.04739

Code (0)

등록된 구현이 없습니다.

Tasks

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

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
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…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Exploring CTC Based End-to-End Techniques for Myanmar Speech Recognition

2021-05-13 · Khin Me Me Chit, Laet Laet Lin

In this work, we explore a Connectionist Temporal Classification (CTC) based end-to-end Automatic Speech Recognition (ASR) model for the Myanmar language. A series of experiments is presented on the topology of the model…

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

Neural Machine Translation between Myanmar (Burmese) and Rakhine (Arakanese)

2019-06-01 · WS 2019 6 · Thazin Myint Oo, Ye Kyaw Thu, Khin Mar Soe

This work explores neural machine translation between Myanmar (Burmese) and Rakhine (Arakanese). Rakhine is a language closely related to Myanmar, often considered a dialect. We implemented three prominent neural machine…

Machine TranslationNMTSegmentationTranslation+1

A Myanmar (Burmese)-English Named Entity Transliteration Dictionary

2020-05-01 · LREC 2020 5 · Aye Myat Mon, Chenchen Ding, Hour Kaing, Khin Mar Soe 외

Transliteration is generally a phonetically based transcription across different writing systems. It is a crucial task for various downstream natural language processing applications. For the Myanmar (Burmese) language, …

Transliteration

Manually constructed context-free grammar for Myanmar syllable structure

2012-04-01 · EACL 2012 4 · Tin Htay Hlaing

Reconstructing Syllable Sequences in Abugida Scripts with Incomplete Inputs

2025-05-16 · Ye Kyaw Thu, Thazin Myint Oo

This paper explores syllable sequence prediction in Abugida languages using Transformer-based models, focusing on six languages: Bengali, Hindi, Khmer, Lao, Myanmar, and Thai, from the Asian Language Treebank (ALT) datas…

Data AugmentationPredictionSpelling Correction