Datasets:
license: mit
task_categories:
- text-generation
- text-classification
language:
- my
tags:
- MyanmarSentences
- Burmese
- BurmeseSentences
๐ง 1_pattern_10Kplus_myanmar_sentences
A structured dataset of 11,452 Myanmar sentences generated from a single, powerful grammar pattern:
๐ Pattern:
Verb แแแบแธ Verb แแแบแ
A natural way to express repetition, emphasis, or causal connection in Myanmar.
๐ก About the Dataset
This dataset demonstrates how applying just one syntactic pattern to a curated verb list โ combined with syllable-aware rules โ can produce a high-quality corpus of over 10,000 valid Myanmar sentences.
Each sentence is:
- Grammatically valid
- Syllable-tokenized
- Pattern-consistent
- Cleaned and filtered
๐ Pattern in Use
Examples:
- แแปแ แบแแแบแธ แแปแ แบแแแบแ
- แแ แฌแธแแแบแธ แแ แฌแธแแแบแ
- แแถแแผแฎแธแแแบแธ แแญแฏแแบแแแบแ
- แแฑแซแแบแธแแปแแบแธแแญแฏแแบแแแบแธ แแญแฏแแบแแแบแ
๐ Rules in Use
Syllable Count | Rule Name | Sentence Format | # of Sentences Generated |
---|---|---|---|
1 | Rule_1_Syllable | Aแแแบแธ Aแแแบแ |
1 |
2 | Rule_2_Syllable | Aแแแบแธ Bแแแบแ and Aแแแบแธ ABแแแบแ |
2 (dual sentences) |
3 | Rule_3_Syllable | ABแแแบแธ Cแแแบแ |
1 |
4 | Rule_4_Syllable | ABCแแแบแธ Dแแแบแ |
1 |
5+ | Rule_{N}_Syllable | ABCD...แแแบแธ Zแแแบแ |
1 per item |
๐ Dataset Format
Each row in the CSV contains:
Column | Description |
---|---|
my_sentence |
The full generated Myanmar sentence |
my_word |
The original verb the sentence is based on |
my_subword |
List of syllable-level tokens (as a string list) |
subword_number |
Number of syllables in my_word |
Example:
my_sentence: แแแแบแธ แแแแบแ
my_word: แ
my_subword: ["แ"]
subword_number: 1
๐คฏ Why Itโs Special
โข โ
Only one pattern โ yet over 11,000 real Myanmar sentences
โข โ
Rule logic scales across syllable complexity
โข โ
Cleaned, structured, and easy to extend
โข โ
Represents real grammar, not artificial templates
๐ Problems We Faced
We started with a large list of Myanmar verbs and applied a syllable-level tokenizer to break each verb into structured chunks. Based on syllable count, we applied one of six rules to generate sentences.
Challenges included:
โข Unicode inconsistencies (e.g., แฅแบ vs แแบ, แแบแท vs แแทแบ)
โข Visually similar characters causing mis-splitting
โข Manual review needed for edge cases
โข Some grammatically valid outputs lacked semantic sense
๐ฎ Future Plans
This is just Pattern 1.
Coming soon: โข แ V แแฒแทแ
We aim to build a full-scale, pattern-rich Myanmar corpus โ one rule at a time.
โธป
๐ฏ Use Cases
โข Fine-tune sentence generation models
โข Train grammar correction systems
โข Build linguistic datasets for Myanmar NLP
โข Teach Myanmar grammar through concrete patterns
โข Benchmark syllable tokenizers
โธป
๐งช Quality & Manual Review
Even though all sentences were generated using grammatical rules, not all combinations may sound natural or meaningful in everyday Myanmar.
๐ This dataset should be manually reviewed by native speakers to ensure each sentence:
โข Sounds natural
โข Makes semantic sense
โข Feels appropriate for real-world use
That said โ even if you:
โข Remove awkward or illogical samples
โข Filter or adjust by context
โข Expand with more rules and patterns
โก๏ธ Youโll still retain 10K+ high-quality, structured Myanmar sentences.
โ ๏ธ Please donโt use this dataset blindly for production training without native review.
โธป
๐ License
MIT โ free to use, adapt, remix, or improve. But give credit where itโs due ๐
โธป
๐ Citation
@dataset{myanmar_verb_pattern_2025,
title={1 Pattern 10K+ Myanmar Sentences},
author={freococo},
year={2025},
url={https://huggingface.co/datasets/freococo/1_pattern_10Kplus_myanmar_sentences}
}