|
--- |
|
license: other |
|
license_name: custom-license |
|
license_link: LICENSE |
|
task_categories: |
|
- text-generation |
|
- text-classification |
|
language: |
|
- my |
|
tags: |
|
- Myanmar |
|
- Burmese |
|
- Burma |
|
- News |
|
- BurmeseNews |
|
- MyanmarNews |
|
- MyanmarLanguage |
|
--- |
|
|
|
# Khit Thit Dataset 🇲🇲📰 |
|
|
|
A dataset of Myanmar-language news articles scraped from [Khit Thit Media](https://yktnews.com), a leading pro-democracy news outlet in Myanmar. |
|
|
|
## 📌 Dataset Summary |
|
|
|
- **Name**: Khit Thit Dataset |
|
- **Language**: Burmese (Myanmar) |
|
- **Articles**: 21,923 |
|
- **Fields**: `url`, `title`, `content_paragraphs` |
|
- **Time Period**: Mostly post-2021 military coup coverage |
|
- **Format**: CSV, with paragraph-level segmentation for readability |
|
|
|
## 🔍 Description |
|
|
|
This dataset contains thousands of articles from **Khit Thit Media**, one of the most popular independent media outlets in Myanmar, especially known for its extensive coverage of the country's pro-democracy movement and human rights issues following the **2021 military coup**. |
|
|
|
Founded on **1 January 2018** by acclaimed Myanmar's one of the greatest journalist **Tharlun Zaung Htet**, Khit Thit Media is widely respected for its dedication to truth, press freedom, and resistance to authoritarianism. It has become one of the most followed Burmese news pages on Facebook. |
|
|
|
This dataset was scraped **strictly for AI research and academic study purposes**. It aims to support: |
|
|
|
- Natural Language Processing (NLP) for low-resource languages |
|
- Burmese-language modeling, summarization, and translation |
|
- Information extraction and media analysis on Myanmar’s political situation |
|
|
|
## 📁 Dataset Format |
|
|
|
Each row in the dataset includes: |
|
|
|
| Column | Description | |
|
|--------|-------------| |
|
| `url` | Original article URL from yktnews.com | |
|
| `title` | News headline in Burmese | |
|
| `content_paragraphs` | A list of body text paragraphs (as a JSON array) | |
|
|
|
Example row (formatted for readability): |
|
|
|
```json |
|
{ |
|
"url": "https://yktnews.com/2024/04/154957/", |
|
"title": "အုတ်ဖိုမြို့နယ်တွင် စစ်တပ်က ...", |
|
"content_paragraphs": [ |
|
"အုတ်ဖိုမြို့နယ်တွင် စစ်တပ်က ...", |
|
"ရန်ကုန်၊ ဧပြီ ၄", |
|
"ပဲခူးတိုင်း၊ အုတ်ဖိုမြို့နယ်တွင် ...", |
|
... |
|
] |
|
} |
|
``` |
|
____ |
|
|
|
## ⚖️ License and Usage |
|
|
|
This dataset is made available only for non-commercial, research, and educational purposes under a fair use doctrine. |
|
• All rights to the original content remain with Khit Thit Media. |
|
• For commercial use or redistribution, please contact Khit Thit News Agency directly. |
|
|
|
### 🛑 Disclaimer |
|
|
|
The creator of this dataset does not claim ownership over the original news content. The dataset was compiled to support the development of tools for underrepresented languages and to document Myanmar’s ongoing political reality through ethical, fair-use data practices. |
|
|
|
## 🙌 Acknowledgements |
|
|
|
Special respect and thanks to: |
|
• One of the GREATEST journalist in Myanmar, **Mr. Htet** and the team at **Khit Thit Media** for their courageous journalism. |
|
• The Myanmar people resisting authoritarian rule. |
|
|
|
### ✅ You may: |
|
|
|
- Use, share, or modify the dataset |
|
- Use it for academic or research purposes |
|
- Train models or AI systems using this data |
|
|
|
### ❌ You may NOT: |
|
|
|
- Misrepresent the origin of the dataset |
|
- Claim copyright over the original article content |
|
|
|
This dataset is provided **“as-is”**, without warranty. Please use responsibly. |
|
|
|
⸻ |
|
|
|
## 💬 Author’s Note |
|
|
|
I receive **no compensation** for this work. I created this dataset because I **love the Myanmar language** and want to see it thrive in the era of **AI and open technology**. I believe this kind of resource should exist for: |
|
|
|
- 🕊️ Freedom of information |
|
- 🌐 Language preservation |
|
- 📡 Digital equality |
|
|
|
⸻ |
|
|
|
## 📫 Contact |
|
|
|
Have questions, suggestions, or want to collaborate? |
|
|
|
Feel free to reach me at: |
|
• 📧 Email: freococo@gmail.com |
|
• 🤗 Hugging Face: https://huggingface.co/freococo |
|
|
|
⚠️ Please note: Serious inquiries only. Any spam, scams, or malicious activity will be reported to relevant authorities, including law enforcement if necessary. |
|
|
|
⸻ |
|
|
|
📚 Citation |
|
|
|
@misc{khitthit2025raw, |
|
title = {Khit Thit Dataset}, |
|
author = {freococo}, |
|
year = {2025}, |
|
howpublished = {\url{https://huggingface.co/datasets/freococo/khit_thit_dataset}}, |
|
note = {Full-text Burmese news dataset scraped from Khit Thit Media. Intended for non-commercial research and educational use.} |
|
} |