kalixlouiis commited on
Commit
1abe17e
·
verified ·
1 Parent(s): bd7672c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +109 -3
README.md CHANGED
@@ -1,6 +1,112 @@
1
  ---
2
- license: odc-by
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
- # DatarrX/moi-myanmar-articles
5
 
6
- Dataset automatically uploaded from MOI Article project.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - my
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - text-generation
9
+ - text-classification
10
+ - fill-mask
11
+ tags:
12
+ - myanmar
13
+ - burmese
14
+ - nlp
15
+ - moi
16
+ - articles
17
+ - government
18
+ dataset_info:
19
+ features:
20
+ - name: url
21
+ dtype: string
22
+ - name: title
23
+ dtype: string
24
+ - name: content
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_examples: 4253
29
+ pretty_name: Ministry of Information (MOI) Articles Dataset
30
  ---
 
31
 
32
+
33
+ # MOI Myanmar Articles Dataset (DatarrX/moi-myanmar-articles)
34
+
35
+ ## Dataset Description
36
+
37
+ The **MOI Myanmar Articles** dataset is a collection of official articles extracted directly from the Ministry of Information (MOI) website of the Republic of the Union of Myanmar. This dataset is curated exclusively to foster the growth, research, and development of the Myanmar (Burmese) language within the fields of Natural Language Processing (NLP) and Machine Learning (ML).
38
+
39
+ ### Dataset Summary
40
+
41
+ - **Publisher / Organization:** DatarrX (Burmese: ဒေတာအက်စ်)
42
+ - **Creator:** Khant Sint Heinn (Burmese: ခန့်ဆင့်ဟိဏ်း)
43
+ - **Original Source:** [Ministry of Information (MOI)](https://www.moi.gov.mm/)
44
+ - **Language:** Myanmar (Burmese) (`my`)
45
+ - **Total Records:** 4,253 articles
46
+
47
+ ---
48
+
49
+ ## Dataset Structure
50
+
51
+ The dataset is formatted as a `DatasetDict` containing a single `train` split.
52
+
53
+ - **Split:** `train`
54
+ - **Number of rows:** 4,253
55
+ - **Output Format:** `.parquet`
56
+
57
+ ### Features
58
+
59
+ | Feature Name | Type | Description |
60
+ | :--- | :--- | :--- |
61
+ | `url` | `string` | The direct URL to the original article on the MOI website. |
62
+ | `title` | `string` | The official headline/title of the article. |
63
+ | `content` | `string` | The full body text of the article. |
64
+
65
+ ---
66
+
67
+ ## Creation Process & Methodology
68
+
69
+ The data was compiled using a robust Python web-scraping script designed to interface seamlessly with the official MOI portal. The scraper programmatically navigated through available pagination, extracted the article URLs, and accurately parsed the title and main text body using `BeautifulSoup`.
70
+
71
+ The extraction successfully mapped the targeted information into a clean, structured `.parquet` file format (`moi_articles_full.parquet`), ensuring high-quality formatting suitable for immediate use in machine learning pipelines.
72
+
73
+ For transparency, the complete source code of the scraping methodology can be reviewed in our GitHub repository:
74
+ **[MOI Myanmar Scraper Repository](https://github.com/DatarrX/moi-myanmar-scraper)**
75
+
76
+ ---
77
+
78
+ ## Legal Notice, Disclaimer, & Terms of Use
79
+
80
+ Please read this section carefully before utilizing the dataset. This dataset intersects with governmental intellectual property and is bound by specific terms of use.
81
+
82
+ ### 1. Purpose and Non-Profit Declaration
83
+ This dataset was created and released by **DatarrX** with **zero commercial intent**. Our sole purpose is the advancement of the Myanmar language in artificial intelligence, machine learning, and natural language processing. DatarrX derives absolutely no financial benefit or profit from the distribution of this data.
84
+
85
+ ### 2. Copyright & Intellectual Property
86
+ The original ownership, copyright, and intellectual property rights of all texts within this dataset belong entirely to the **Ministry of Information (MOI), Myanmar**. We provide this dataset "as is" and make no claims of ownership over the content itself.
87
+
88
+ ### 3. Usage & Licensing
89
+ This dataset is distributed as open-source under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license for research and educational purposes. **However, for any commercial utilization, it is highly recommended to seek direct and explicit permission from the Ministry of Information.**
90
+
91
+ ### 4. Zero Modification Policy (Exact Replica)
92
+ To preserve the integrity of the data, the dataset has been created identically to the source material. **We have not altered, modified, omitted, or edited a single character.** The data is presented as an exact replica of what was published on the official website. Nothing has been hidden, deleted, or adjusted to fit any specific narrative. We maintain profound respect for the original authors.
93
+
94
+ ### 5. Disclaimer of Liability and Bias
95
+ The terminologies, vocabulary, statements, ideologies, and narratives present in this dataset strictly reflect the personal views, perspectives, and intent of the original authors and the publishing entity. **Therefore, the data may contain inherent biases, political perspectives, or subjective opinions.**
96
+
97
+ These views **do not** belong to, nor do they reflect the stance of, Khant Sint Heinn, DatarrX, or any associated contributors. Regardless of how biased the original text may be, we have objectively extracted the data without imposing our own views or making any personal adjustments.
98
+
99
+ DatarrX provides no warranty or guarantee for the content. Any issues, disputes, controversies, or differences of opinion regarding the subject matter lie strictly between the reader and the original author/publisher.
100
+
101
+ ---
102
+
103
+ ## Citation (APA Format)
104
+
105
+ If you use this dataset in your research or application, please cite it using the following format:
106
+
107
+ ```APA
108
+ Khant Sint Heinn, & DatarrX. (2026). *MOI Myanmar Articles Dataset* [Data set]. Hugging Face. https://huggingface.co/datasets/DatarrX/moi-myanmar-articles
109
+ ```
110
+
111
+ ---
112
+ *Created with dedication for the advancement of Myanmar NLP by DatarrX.*