khit_thit_dataset / README.md
freococo's picture
Update README.md
926f4f1 verified
metadata
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, 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):

{
  "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.} }