shnyakov commited on
Commit
b90f066
·
verified ·
1 Parent(s): 2020390

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +101 -1
README.md CHANGED
@@ -2,4 +2,104 @@
2
  license: mit
3
  language:
4
  - ru
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  language:
4
  - ru
5
+ tags:
6
+ - nenets
7
+ - low-resource
8
+ - parallel-corpus
9
+ - machine-translation
10
+ - nlp
11
+ - uralic
12
+ - endangered-language
13
+ task_categories:
14
+ - translation
15
+ ---
16
+
17
+ # Nenets Language Datasets
18
+
19
+ 📂 Source code on [GitHub](https://github.com/shnyakov/nenets)
20
+
21
+ **Abstract:**
22
+ The *Nenets Language Datasets* project provides parallel and monolingual corpora for Tundra and Forest Nenets.
23
+ The dataset supports research in machine translation, morphological analysis, and language modeling under low-resource conditions.
24
+
25
+ ---
26
+
27
+ ## Описание проекта
28
+
29
+ **Nenets Language Datasets** — это собрание параллельных и монолингвальных корпусов для изучения и обработки ненецкого языка (тундровый и лесной).
30
+ Корпуса включают тексты из фольклора, газетных публикаций и социальных сетей.
31
+ Проект направлен на создание открытой лингвистической базы для задач машинного перевода, морфологического анализа и языкового моделирования в условиях ограниченных данных.
32
+
33
+ ---
34
+
35
+ ## Motivation / Мотивация
36
+
37
+ The Nenets language belongs to the Samoyedic branch of the Uralic language family and is considered **low-resource and endangered**.
38
+ This dataset aims to support:
39
+
40
+ - development of **neural Nenets–Russian MT systems**;
41
+ - training of **language models** for low-resource languages;
42
+ - **morphological and syntactic analysis** tasks;
43
+ - **documentation and preservation** of Arctic indigenous linguistic heritage.
44
+
45
+ ---
46
+
47
+ ## Dataset Composition / Состав корпуса
48
+
49
+ ### Tundra Nenets language / Тундровый ненецкий язык
50
+
51
+ | File | Description | Language(s) | Size |
52
+ |------|--------------|-------------|------|
53
+ | `parallel_corpus_tales_yangasova.csv` | Parallel corpus of Nenets fairy tales with Russian translations (T. Yangasova collection, 2007). | Nenets ↔ Russian | 3,114 pairs |
54
+ | `articles_nvinder.csv` | News articles from *Няръяна Вындер* (nvinder.ru), sentence-aligned. | Nenets ↔ Russian | 286 pairs |
55
+
56
+ ### Forest Nenets language / Лесной ненецкий язык
57
+
58
+ | File | Description | Language(s) | Size |
59
+ |------|--------------|-------------|------|
60
+ | `nn_yanao_posts.csv` | Posts from *Няръяна Нгэрм* VK community, written in the Forest dialect. | Nenets, Russian | 1,915 posts |
61
+ | `nn_yanao_posts_2.csv` | Posts from *«Няръяна Нгэрм». Пишем на лесном диалекте* (vk.com/club173849556). | Nenets, Russian | 409 posts |
62
+ | `articles_yamal_expedition.csv` | Ethnographic texts from the project *Real People*. | Nenets | 42 articles |
63
+ | `articles_yamal_expedition_2.csv` | Ethnographic texts from *Хойняна тохолкова*. | Nenets | 5 articles |
64
+
65
+ ---
66
+
67
+ ## Data Processing and Curation / Обработка данных
68
+
69
+ - Manual sentence alignment for all parallel sets.
70
+ - Orthographic normalization and conversion to unified Cyrillic script.
71
+
72
+ For preprocessing scripts and alignment tools, see [GitHub repository](https://github.com/shnyakov/nenets).
73
+
74
+ ---
75
+
76
+ ## Use Cases / Применение
77
+
78
+ - **Machine Translation (MT)** Nenets ↔ Russian
79
+ - **Language Modeling (LM)** for low-resource languages
80
+ - **Morphological segmentation** and **POS tagging**
81
+ - **Dialect identification** and **variation analysis**
82
+ - **Digital humanities** and **sociolinguistic** research
83
+
84
+ ---
85
+
86
+ ## License and Attribution
87
+
88
+ The dataset is released under the **MIT License**.
89
+ All text materials are used for **research and educational purposes** only.
90
+ When using or redistributing this dataset, please cite the original sources where applicable.
91
+
92
+ ---
93
+
94
+ ## Citation
95
+
96
+ If you use this dataset, please cite:
97
+
98
+ ```bibtex
99
+ @misc{shnyakov2025nenets,
100
+ author = {Pavel Shnyakov},
101
+ title = {Nenets Language Datasets},
102
+ year = {2025},
103
+ publisher = {Hugging Face Datasets},
104
+ url = {https://huggingface.co/datasets/shnyakov/nenets}
105
+ }