Ossetic-COT: Designing a morphologically annotated corpus and morphological analyzer for Ossetic

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

The Ossetic-COT project introduces the first morphologically annotated corpus for Iron Ossetic, adhering to the Universal Dependencies v2 schema. This corpus comprises 5454 manually annotated sentences from the Iron Ossetic Corpus of Oral Texts, totaling 74032 tokens. It was developed through a meticulous process including filtering, manual segmentation, and mapping to UD v2 guidelines, with language-specific extensions for substantives, auxiliaries, pronouns, and additional cases like Dir, Rcs, and Num. The corpus facilitated the training of a BERT-based morphological analyzer, which achieved a tag accuracy of 95.60%. The BERT model was pre-trained on 1,060,693 unlabeled sentences from the Ossetic National Corpus and fine-tuned, with the multilingual BERT (mBERT) classifier selected as the baseline. Both the dataset and the model are freely available.

Key takeaway

For NLP Engineers developing tools for low-resource languages like Ossetic, this new morphologically annotated corpus and BERT-based analyzer offer a critical foundation. You should integrate the freely available Ossetic-COT dataset and the provided baseline model into your projects. This resource, with its 95.60% tag accuracy, significantly reduces the barrier to developing high-quality Ossetic NLP applications, enabling more precise linguistic analysis and model training.

Key insights

A UD-compliant, morphologically annotated corpus for a low-resource language enables high-accuracy NLP tools.

Principles

Method

The process involves filtering, manual segmentation, mapping to UD v2 with language-specific extensions, manual refinement, and automated CoNLL-U conversion, followed by BERT pre-training and fine-tuning.

In practice

Topics

Code references

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.