Datasets:
Update README.md
#1
by Mergui - opened
README.md
CHANGED
|
@@ -1,8 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Title:
|
| 2 |
-
Myanmar News Dataset: A Burmese-Language Corpus
|
| 3 |
|
| 4 |
Description:
|
| 5 |
-
The Myanmar News Dataset is a
|
|
|
|
|
|
|
| 6 |
|
| 7 |
Authors:
|
| 8 |
Zhao Jin
|
|
@@ -13,12 +32,37 @@ Affiliation:
|
|
| 13 |
License:
|
| 14 |
CC BY 4.0
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
Citation Information:
|
| 17 |
|
| 18 |
-
@dataset{
|
| 19 |
author = {Zhao Jin},
|
| 20 |
-
title = {Myanmar News Dataset: A Burmese-Language Corpus
|
| 21 |
year = {2026},
|
| 22 |
publisher = {Hugging Face},
|
|
|
|
| 23 |
url = {https://huggingface.co/datasets/Mergui/Myanmar-News-Dataset}
|
| 24 |
}
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- my
|
| 7 |
+
tags:
|
| 8 |
+
- myanmar
|
| 9 |
+
- news
|
| 10 |
+
- facebook
|
| 11 |
+
- social-media
|
| 12 |
+
- engagement-prediction
|
| 13 |
+
- nlp
|
| 14 |
+
pretty_name: Myanmar News Social Media Engagement Dataset
|
| 15 |
+
size_categories:
|
| 16 |
+
- 100K<n<1M
|
| 17 |
+
---
|
| 18 |
Title:
|
| 19 |
+
Myanmar News Social Media Engagement Dataset: A Burmese-Language Corpus of News Posts and User Interactions
|
| 20 |
|
| 21 |
Description:
|
| 22 |
+
The Myanmar News Social Media Engagement Dataset is a Burmese-language corpus containing news posts collected from Facebook pages of Myanmar and international news organizations. The dataset includes post content together with engagement metrics such as reactions, comments, shares, and total interactions.
|
| 23 |
+
|
| 24 |
+
The dataset was developed to support research in natural language processing, social media analytics, engagement prediction, popularity forecasting, sentiment analysis, and graph-based deep learning models.
|
| 25 |
|
| 26 |
Authors:
|
| 27 |
Zhao Jin
|
|
|
|
| 32 |
License:
|
| 33 |
CC BY 4.0
|
| 34 |
|
| 35 |
+
| Column | Description |
|
| 36 |
+
| ------------ | -------------------------- |
|
| 37 |
+
| source_id | News source name |
|
| 38 |
+
| pubdate | Publication date |
|
| 39 |
+
| total_react | Total reactions received |
|
| 40 |
+
| comments | Number of comments |
|
| 41 |
+
| shares | Number of shares |
|
| 42 |
+
| interactions | Total user interactions |
|
| 43 |
+
| text | News post content |
|
| 44 |
+
| fb_post_link | Original Facebook post URL |
|
| 45 |
+
|
| 46 |
+
Intended Uses
|
| 47 |
+
|
| 48 |
+
This dataset can be used for:
|
| 49 |
+
|
| 50 |
+
News Popularity Prediction
|
| 51 |
+
Social Media Engagement Prediction
|
| 52 |
+
Burmese NLP Research
|
| 53 |
+
Sentiment Analysis
|
| 54 |
+
Time-Series Forecasting
|
| 55 |
+
Graph Neural Networks (GCN)
|
| 56 |
+
LSTM-Based Prediction Models
|
| 57 |
+
Hybrid LSTM-GCN Architectures
|
| 58 |
+
|
| 59 |
Citation Information:
|
| 60 |
|
| 61 |
+
@dataset{myanmarnewsdataset,
|
| 62 |
author = {Zhao Jin},
|
| 63 |
+
title = {Myanmar News Social Media Engagement Dataset: A Burmese-Language Corpus of News Posts and User Interactions},
|
| 64 |
year = {2026},
|
| 65 |
publisher = {Hugging Face},
|
| 66 |
+
doi = {10.57967/hf/9226}
|
| 67 |
url = {https://huggingface.co/datasets/Mergui/Myanmar-News-Dataset}
|
| 68 |
}
|