File size: 3,198 Bytes
16bc8d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
08457bd
 
16bc8d6
 
08457bd
 
 
 
16bc8d6
 
 
 
 
 
1833c66
 
 
 
 
 
 
 
 
 
 
 
2840bed
1833c66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
dataset_info:
  features:
  - name: url
    dtype: string
  - name: Name
    dtype: string
  - name: media
    list:
    - name: url
      dtype: string
    - name: url_ori
      dtype: string
    - name: caption
      dtype: string
    - name: source
      dtype: string
    - name: type
      dtype: string
    - name: header_text
      dtype: string
  - name: source
    dtype: string
  splits:
  - name: train
    num_bytes: 172283593
    num_examples: 253675
  download_size: 59583682
  dataset_size: 172283593
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# WikipediaMM-Indo Dataset

WikipediaMM-Indo is a comprehensive multimedia dataset collected from Indonesian regional Wikipedia dumps, including Indonesian, Javanese, and Minangkabau languages. The dataset contains images, videos, and audio files along with their associated captions.

## Dataset Description

This dataset is created by scraping multimedia content from the latest HTML dumps provided by [Wikimedia Enterprise](https://enterprise.wikimedia.com/). It includes content from three different Wikipedia language versions:
- Indonesian (id.wikipedia.org)
- Javanese (jv.wikipedia.org)
- Minangkabau (min.wikipedia.org)

### Data Collection
- Source: Wikimedia Enterprise HTML dumps (November 2024)
- Extraction Method: Automated scraping of media elements and their captions
- Media Types: Images, Videos, and Audio files
- Caption Collection: Associated text descriptions when available

### Statistics

#### Indonesian Wikipedia
- Total unique media links: 354,516
- Breakdown by media type:
  - Images: 352,150
  - Audio files: 1,057
  - Video files: 1,309

#### Javanese Wikipedia
- Statistics to be determined

#### Minangkabau Wikipedia
- Statistics to be determined

## Data Format

Each entry in the dataset contains:
- Media URL
- Media type (image/video/audio)
- Associated caption (if available)
- Source language
- Additional metadata

## Limitations and Considerations

1. **Content Coverage**
   - Some images from infoboxes might not be captured in the dataset
   - Complex page layouts may affect content extraction

2. **Quality Considerations**
   - Dataset may include icons and UI elements with non-meaningful captions
   - Additional filtering may be required depending on use case
   - Users should implement appropriate content filtering based on their needs

## Usage

This dataset is suitable for:
- Multilingual multimedia research
- Cross-lingual media understanding
- Indonesian regional language processing
- Cultural and linguistic studies
- Machine learning model training

## License

The dataset follows Wikimedia's licensing terms. Individual media files retain their original Wikipedia licenses.

## Citation

```bibtex
@misc{wikipediamm_indo2024,
  title={WikipediaMM-Indo: A Multimedia Dataset from Indonesian Regional Wikipedia},
  year={2024},
  publisher={Hugging Face}
}
```

## Future Updates

- Complete statistics for Javanese and Minangkabau content
- Regular updates with new Wikipedia dumps
- Additional metadata and filtering options

## Contact

For questions, feedback, or contributions, please open an issue in this repository.