paper-with-me

홈 › Papers

Part-of-Speech Tagger for Bodo Language using Deep Learning approach

2024-01-06 · Dhrubajyoti Pathak, Sanjib Narzary, Sukumar Nandi, Bidisha Som

Language Processing systems such as Part-of-speech tagging, Named entity recognition, Machine translation, Speech recognition, and Language modeling (LM) are well-studied in high-resource languages. Nevertheless, research on these systems for several low-resource languages, including Bodo, Mizo, Nagamese, and others, is either yet to commence or is in its nascent stages. Language model plays a vital role in the downstream tasks of modern NLP. Extensive studies are carried out on LMs for high-resource languages. Nevertheless, languages such as Bodo, Rabha, and Mising continue to lack coverage. In this study, we first present BodoBERT, a language model for the Bodo language. To the best of our knowledge, this work is the first such effort to develop a language model for Bodo. Secondly, we present an ensemble DL-based POS tagging model for Bodo. The POS tagging model is based on combinations of BiLSTM with CRF and stacked embedding of BodoBERT with BytePairEmbeddings. We cover several language models in the experiment to see how well they work in POS tagging tasks. The best-performing model achieves an F1 score of 0.8041. A comparative experiment was also conducted on Assamese POS taggers, considering that the language is spoken in the same region as Bodo.

📄 PDF Abstract BibTeX arXiv:2401.03175

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine Translationnamed-entity-recognitionNamed Entity RecognitionPart-Of-Speech TaggingPOSPOS Taggingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
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…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Comparative Study of Zero-Shot Cross-Lingual Transfer for Bodo POS and NER Tagging Using Gemini 2.0 Flash Thinking Experimental Model

2025-03-06 · Sanjib Narzary, Bihung Brahma, Haradip Mahilary, Mahananda Brahma 외

Named Entity Recognition (NER) and Part-of-Speech (POS) tagging are critical tasks for Natural Language Processing (NLP), yet their availability for low-resource languages (LRLs) like Bodo remains limited. This article p…

Cross-Lingual TransferMachine Translationnamed-entity-recognitionNamed Entity Recognition+8

Generating Monolingual Dataset for Low Resource Language Bodo from old books using Google Keep

2022-06-01 · LREC 2022 6 · Sanjib Narzary, Maharaj Brahma, Mwnthai Narzary, Gwmsrang Muchahary 외

Bodo is a scheduled Indian language spoken largely by the Bodo community of Assam and other northeastern Indian states. Due to a lack of resources, it is difficult for young languages to communicate more effectively with…

Optical Character Recognition (OCR)

An open source part-of-speech tagger for Norwegian: Building on existing language resources

2014-05-01 · LREC 2014 5 · Cristina S{\'a}nchez Marco

This paper presents an open source part-of-speech tagger for the Norwegian language. It describes how an existing language processing library (FreeLing) was used to build a new part-of-speech tagger for this language. Th…

Dependency ParsingMachine TranslationMorphological AnalysisMorphological Tagging+1

Development of Marathi Part of Speech Tagger Using Statistical Approach

2013-10-02 · Jyoti Singh, Nisheeth Joshi, Iti Mathur

Part-of-speech (POS) tagging is a process of assigning the words in a text corresponding to a particular part of speech. A fundamental version of POS tagging is the identification of words as nouns, verbs, adjectives etc…

Information RetrievalPart-Of-Speech TaggingPOSPOS Tagging+7

UzbekTagger: The rule-based POS tagger for Uzbek language

2023-01-30 · Maksud Sharipov, Elmurod Kuriyozov, Ollabergan Yuldashev, Ogabek Sobirov

This research paper presents a part-of-speech (POS) annotated dataset and tagger tool for the low-resource Uzbek language. The dataset includes 12 tags, which were used to develop a rule-based POS-tagger tool. The corpus…

Language ModelingLanguage ModellingMachine TranslationPOS+6