File size: 904 Bytes
ef046f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---

language:
- id
license:
- cc-by-nc-4.0
---


# Indonesian Children News Dataset

This dataset contains articles from Indonesian children's news sources.

## Dataset Description

### Dataset Statistics
- Number of articles: 18,507
- Total number of tokens: 9,531,263
- Number of unique tokens: 85,341
- Average tokens per article: 515.01

The dataset contains these columns:
- `text`: The full text content of the article
- `title`: The article title
- `url`: Source URL
- `published_date`: Article publication date

### Source
The articles are gathered from publicly available children's news websites. 
The dataset follows the Creative Commons Attribution-NonCommercial 4.0 International License.

### Data Processing
1. Articles were scraped from the source websites
2. Cleaned and formatted into consistent JSON structure
3. Converted to HuggingFace dataset format