Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,112 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- my
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 1K<n<10K
|
| 7 |
+
task_categories:
|
| 8 |
+
- text-generation
|
| 9 |
+
- translation
|
| 10 |
+
- summarization
|
| 11 |
+
tags:
|
| 12 |
+
- myanmar
|
| 13 |
+
- burmese
|
| 14 |
+
- formal-to-informal
|
| 15 |
+
- written-to-spoken
|
| 16 |
+
- nlp
|
| 17 |
+
- mwspc
|
| 18 |
+
dataset_info:
|
| 19 |
+
features:
|
| 20 |
+
- name: written_style
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: spoken_style
|
| 23 |
+
dtype: string
|
| 24 |
+
splits:
|
| 25 |
+
- name: train
|
| 26 |
+
num_examples: 5555
|
| 27 |
+
pretty_name: Myanmar Written-Spoken Parallel Corpus (MWSPC)
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
# Myanmar Written-Spoken Parallel Corpus (MWSPC)
|
| 31 |
+
|
| 32 |
+
## Dataset Description
|
| 33 |
+
|
| 34 |
+
Myanmar Written-Spoken Parallel Corpus (MWSPC) is a high-quality open-source dataset designed to bridge the gap between formal written Burmese and daily spoken Burmese. This dataset is crucial for building natural-sounding AI models that understand the linguistic nuances of the Myanmar language.
|
| 35 |
+
|
| 36 |
+
- **Curated by:** [Khant Sint Heinn (Kalix Louis)](https://huggingface.co/kalixlouiis)
|
| 37 |
+
- **Organization:** [DatarrX | ဒေတာ-အက်စ်](https://huggingface.co/DatarrX)
|
| 38 |
+
- **Language:** Burmese (Myanmar)
|
| 39 |
+
- **License:** Creative Commons Attribution 4.0 International (CC-BY-4.0)
|
| 40 |
+
|
| 41 |
+
### What is Written vs. Spoken Burmese?
|
| 42 |
+
|
| 43 |
+
Burmese is a **diglossic** language, meaning there is a significant difference between the formal literary style and the informal colloquial style.
|
| 44 |
+
|
| 45 |
+
- **Written Style (Literary/Formal):** Used in news, textbooks, legal documents, and official speeches. It uses specific grammatical markers like "သည်" (thi), "၏" (ei), and "၍" (yway).
|
| 46 |
+
- **Spoken Style (Colloquial/Informal):** Used in daily conversations, social media, and fiction dialogue. It uses markers like "တယ်" (tal), "ရဲ့" (yae), and "ပြီး" (pyee).
|
| 47 |
+
|
| 48 |
+
AI models trained only on formal texts often sound unnatural to native speakers. **MWSPC** provides direct mapping between these two styles to enable "Style Transfer" and "Natural Language Understanding."
|
| 49 |
+
|
| 50 |
+
## Dataset Structure
|
| 51 |
+
|
| 52 |
+
The dataset consists of **5,555 rows** of parallel text pairs.
|
| 53 |
+
|
| 54 |
+
| Field | Description |
|
| 55 |
+
|---|---|
|
| 56 |
+
| `written_style` | Formal/Literary version of the sentence (Formal Burmese) |
|
| 57 |
+
| `spoken_style` | Informal/Colloquial version of the sentence (Spoken Burmese) |
|
| 58 |
+
|
| 59 |
+
### Development History
|
| 60 |
+
This dataset was built by aggregating and refining:
|
| 61 |
+
1. **[kalixlouiis/myanmar-written-spoken-text-pairs](https://huggingface.co/datasets/kalixlouiis/myanmar-written-spoken-text-pairs)** (1,643 rows).
|
| 62 |
+
2. **Additional Curated Data:** 3,912 new rows added to ensure high diversity and accuracy.
|
| 63 |
+
|
| 64 |
+
## Uses
|
| 65 |
+
|
| 66 |
+
### Direct Use
|
| 67 |
+
- **Style Transfer:** Converting formal news or documents into casual spoken language for chatbots.
|
| 68 |
+
- **Machine Translation:** Improving the fluency of translations from English to Burmese.
|
| 69 |
+
- **Preprocessing:** Normalizing social media text into formal Burmese for downstream NLP tasks.
|
| 70 |
+
|
| 71 |
+
## Dataset Creation
|
| 72 |
+
|
| 73 |
+
### Curation Rationale
|
| 74 |
+
In the current AI era, most Myanmar datasets are scraped from news sites, which are heavily biased towards the "Written Style." This creates a lack of data for "Spoken Style" applications. MWSPC was created to empower the Burmese AI ecosystem with a data-rich foundation for next-generation innovation.
|
| 75 |
+
|
| 76 |
+
## Bias, Risks, and Limitations
|
| 77 |
+
|
| 78 |
+
While the dataset covers various patterns, Burmese is a dialect-rich language. This dataset primarily focuses on the standard dialect (Yangon/Mandalay). Users should be aware that regional slang or extremely casual internet lingo may not be fully represented.
|
| 79 |
+
|
| 80 |
+
## Citation
|
| 81 |
+
|
| 82 |
+
If you use this dataset in your research or project, please cite it as follows:
|
| 83 |
+
|
| 84 |
+
**APA:**
|
| 85 |
+
Khant Sint Heinn, (2026). Myanmar Written-Spoken Parallel Corpus (MWSPC). DatarrX Foundation. Retrieved from [https://huggingface.co/datasets/DatarrX/Myanmar-Written-Spoken-Parallel-Corpus]
|
| 86 |
+
|
| 87 |
+
**BibTeX:**
|
| 88 |
+
```bibtex
|
| 89 |
+
@dataset{mwspc,
|
| 90 |
+
author = {Khant Sint Heinn (Kalix Louis)},
|
| 91 |
+
title = {Myanmar Written-Spoken Parallel Corpus (MWSPC)},
|
| 92 |
+
year = {2026},
|
| 93 |
+
publisher = {Hugging Face},
|
| 94 |
+
organization = {DatarrX},
|
| 95 |
+
url = {https://huggingface.co/datasets/DatarrX/MWSPC}
|
| 96 |
+
}
|
| 97 |
+
```
|
| 98 |
+
|
| 99 |
+
---
|
| 100 |
+
|
| 101 |
+
## About the Author
|
| 102 |
+
|
| 103 |
+
**Khant Sint Heinn**, working under the name **Kalix Louis**, is a **Machine Learning Engineer focused on Natural Language Processing (NLP), data foundations, and open-source AI development**. His work is centered on improving support for the Burmese (Myanmar) language in modern AI systems by building high-quality datasets, practical tools, and scalable infrastructure for language technology.
|
| 104 |
+
|
| 105 |
+
He is currently the **Lead Developer at DatarrX**, where he develops data pipelines, manages large-scale data collection workflows, and helps create open-source resources for researchers, developers, and organizations. His experience includes data engineering, web scripting, dataset curation, and building systems that support real-world machine learning applications.
|
| 106 |
+
|
| 107 |
+
Khant Sint Heinn is especially interested in advancing low-resource languages and making AI more accessible to underrepresented communities. Through his open-source contributions, he works to strengthen the Burmese (Myanmar) tech ecosystem and provide reliable building blocks for future language models, search systems, and intelligent applications.
|
| 108 |
+
|
| 109 |
+
His goal is simple: to turn limited language resources into practical opportunities through clean data, useful tools, and community-driven innovation.
|
| 110 |
+
|
| 111 |
+
**Connect with the Author:**
|
| 112 |
+
[GitHub](https://github.com/kalixlouiis) | [Hugging Face](https://huggingface.co/kalixlouiis) | [Kaggle](https://www.kaggle.com/organizations/kalixlouiis)
|