Upload README .md
#3
by kalixlouiis - opened
- README .md +77 -0
README .md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data.csv
|
| 7 |
+
dataset_info:
|
| 8 |
+
features:
|
| 9 |
+
- name: text
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: label
|
| 12 |
+
dtype:
|
| 13 |
+
class_label:
|
| 14 |
+
names:
|
| 15 |
+
'0': not_spam
|
| 16 |
+
'1': spam
|
| 17 |
+
splits:
|
| 18 |
+
- name: train
|
| 19 |
+
num_examples: 1000
|
| 20 |
+
download_size: 0
|
| 21 |
+
dataset_size: 0
|
| 22 |
+
license: cc-by-4.0
|
| 23 |
+
language:
|
| 24 |
+
- my
|
| 25 |
+
tags:
|
| 26 |
+
- text-classification
|
| 27 |
+
- spam-detection
|
| 28 |
+
- burmese
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
# Dataset Card for burmese-text-spam-detection
|
| 32 |
+
|
| 33 |
+
## Dataset Description
|
| 34 |
+
|
| 35 |
+
The **burmese-text-spam-detection** dataset is a high-quality, human-curated collection of 1,000 Burmese text entries specifically designed for binary text classification tasks. The dataset is balanced equally with 500 "spam" and 500 "not_spam" samples.
|
| 36 |
+
|
| 37 |
+
This dataset was compiled to facilitate the development and evaluation of spam-filtering models for the Burmese language, covering diverse sources such as internet comments, social media interactions, and emails.
|
| 38 |
+
|
| 39 |
+
## Dataset Details
|
| 40 |
+
|
| 41 |
+
- **Language:** Burmese (Myanmar Unicode)
|
| 42 |
+
- **Total Samples:** 1,000
|
| 43 |
+
- **Class Distribution:** 500 Spam / 500 Not Spam
|
| 44 |
+
- **Format:** CSV with two columns: `text` and `label`
|
| 45 |
+
- **Creators:** [Thazin Nyein](https://huggingface.co/Vxlentina) & [Khant Sint Heinn](https://huggingface.co/kalixlouiis)
|
| 46 |
+
- **License:** [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/)
|
| 47 |
+
|
| 48 |
+
## Data Curation and Methodology
|
| 49 |
+
|
| 50 |
+
The dataset has been meticulously prepared to ensure high utility for machine learning applications:
|
| 51 |
+
|
| 52 |
+
* **Data Sources:** Data was aggregated from various digital platforms including public comments and professional/personal email communications.
|
| 53 |
+
* **Preprocessing:** All text entries have been cleaned and standardized. The dataset uses valid Myanmar Unicode, ensuring compatibility with modern NLP toolkits.
|
| 54 |
+
* **Annotation Process:** The dataset underwent a rigorous peer-review labeling process. Both creators independently labeled the entire corpus, followed by a consensus-building phase where both parties verified every label for accuracy and consistency.
|
| 55 |
+
|
| 56 |
+
## Limitations and Bias
|
| 57 |
+
|
| 58 |
+
While the creators have made every effort to ensure accuracy, users should be aware of the following:
|
| 59 |
+
|
| 60 |
+
* **Subjectivity:** Labeling is inherently influenced by the annotators' perspectives. Despite the collaborative verification process, the classification reflects the creators' interpretation of what constitutes "spam" versus "not spam" in the context of the Burmese digital landscape.
|
| 61 |
+
* **Context:** Spam behavior evolves rapidly. This dataset provides a snapshot in time and may reflect linguistic trends and spam patterns prevalent during its creation.
|
| 62 |
+
|
| 63 |
+
## Citation
|
| 64 |
+
|
| 65 |
+
If you use this dataset in your research or projects, please cite it as:
|
| 66 |
+
|
| 67 |
+
```bibtex
|
| 68 |
+
@dataset{burmese_text_spam_detection,
|
| 69 |
+
author = {Thazin Nyein and Khant Sint Heinn},
|
| 70 |
+
title = {Burmese Text Spam Detection},
|
| 71 |
+
year = {2026},
|
| 72 |
+
link = {https://huggingface.co/datasets/Vxlentina/burmese-text-spam-detection},
|
| 73 |
+
publisher = {Hugging Face},
|
| 74 |
+
license = {CC-BY-4.0}
|
| 75 |
+
}
|
| 76 |
+
```
|
| 77 |
+
---
|