File size: 1,790 Bytes
88414fe
24232b7
 
 
 
2373e8a
88414fe
2373e8a
24232b7
88414fe
 
 
 
 
 
 
 
 
 
89aaff5
b9ec6c5
 
 
 
 
 
 
 
e5b2b0c
 
 
 
b9ec6c5
 
 
 
 
 
88414fe
 
 
 
 
 
5d2a9e7
88414fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a6ccfd4
 
 
b9ec6c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
annotations_creators:
- found
language_creators:
- found
language:
- my
license:
- gpl-3.0
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- text-classification
task_ids:
- topic-classification
pretty_name: MyanmarNews
dataset_info:
  features:
  - name: text
    dtype: string
  - name: category
    dtype:
      class_label:
        names:
          '0': Sport
          '1': Politic
          '2': Business
          '3': Entertainment
  splits:
  - name: train
    num_bytes: 3797368
    num_examples: 8116
  download_size: 610592
  dataset_size: 3797368
---

# Dataset Card for Myanmar_News

## Dataset Description

- **Repository:** https://github.com/ayehninnkhine/MyanmarNewsClassificationSystem

### Dataset Summary

The Myanmar news dataset contains article snippets in four categories:
Business, Entertainment, Politics, and Sport.

These were collected in October 2017 by Aye Hninn Khine

### Languages

Myanmar/Burmese language

## Dataset Structure

### Data Fields

- text - text from article
- category - a topic: Business, Entertainment, **Politic**, or **Sport** (note spellings)

### Data Splits

One training set (8,116 total rows)

### Source Data

#### Initial Data Collection and Normalization

Data was collected by Aye Hninn Khine
and shared on GitHub with a GPL-3.0 license.

Multiple text files were consolidated into one labeled CSV file by Nick Doiron.

## Additional Information

### Dataset Curators

Contributors to original GitHub repo:
- https://github.com/ayehninnkhine

### Licensing Information

GPL-3.0

### Citation Information

See https://github.com/ayehninnkhine/MyanmarNewsClassificationSystem

### Contributions

Thanks to [@mapmeld](https://github.com/mapmeld) for adding this dataset.