--- 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