acul3 commited on
Commit
1833c66
·
verified ·
1 Parent(s): 08457bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md CHANGED
@@ -33,3 +33,87 @@ configs:
33
  - split: train
34
  path: data/train-*
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  - split: train
34
  path: data/train-*
35
  ---
36
+ # WikipediaMM-Indo Dataset
37
+
38
+ 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.
39
+
40
+ ## Dataset Description
41
+
42
+ 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:
43
+ - Indonesian (id.wikipedia.org)
44
+ - Javanese (jv.wikipedia.org)
45
+ - Minangkabau (min.wikipedia.org)
46
+
47
+ ### Data Collection
48
+ - Source: Wikimedia Enterprise HTML dumps
49
+ - Extraction Method: Automated scraping of media elements and their captions
50
+ - Media Types: Images, Videos, and Audio files
51
+ - Caption Collection: Associated text descriptions when available
52
+
53
+ ### Statistics
54
+
55
+ #### Indonesian Wikipedia
56
+ - Total unique media links: 354,516
57
+ - Breakdown by media type:
58
+ - Images: 352,150
59
+ - Audio files: 1,057
60
+ - Video files: 1,309
61
+
62
+ #### Javanese Wikipedia
63
+ - Statistics to be determined
64
+
65
+ #### Minangkabau Wikipedia
66
+ - Statistics to be determined
67
+
68
+ ## Data Format
69
+
70
+ Each entry in the dataset contains:
71
+ - Media URL
72
+ - Media type (image/video/audio)
73
+ - Associated caption (if available)
74
+ - Source language
75
+ - Additional metadata
76
+
77
+ ## Limitations and Considerations
78
+
79
+ 1. **Content Coverage**
80
+ - Some images from infoboxes might not be captured in the dataset
81
+ - Complex page layouts may affect content extraction
82
+
83
+ 2. **Quality Considerations**
84
+ - Dataset may include icons and UI elements with non-meaningful captions
85
+ - Additional filtering may be required depending on use case
86
+ - Users should implement appropriate content filtering based on their needs
87
+
88
+ ## Usage
89
+
90
+ This dataset is suitable for:
91
+ - Multilingual multimedia research
92
+ - Cross-lingual media understanding
93
+ - Indonesian regional language processing
94
+ - Cultural and linguistic studies
95
+ - Machine learning model training
96
+
97
+ ## License
98
+
99
+ The dataset follows Wikimedia's licensing terms. Individual media files retain their original Wikipedia licenses.
100
+
101
+ ## Citation
102
+
103
+ ```bibtex
104
+ @misc{wikipediamm_indo2024,
105
+ title={WikipediaMM-Indo: A Multimedia Dataset from Indonesian Regional Wikipedia},
106
+ year={2024},
107
+ publisher={Hugging Face}
108
+ }
109
+ ```
110
+
111
+ ## Future Updates
112
+
113
+ - Complete statistics for Javanese and Minangkabau content
114
+ - Regular updates with new Wikipedia dumps
115
+ - Additional metadata and filtering options
116
+
117
+ ## Contact
118
+
119
+ For questions, feedback, or contributions, please open an issue in this repository.