Datasets:
Formats:
parquet
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -32,4 +32,124 @@ configs:
|
|
32 |
data_files:
|
33 |
- split: train
|
34 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
data_files:
|
33 |
- split: train
|
34 |
path: data/train-*
|
35 |
+
language:
|
36 |
+
- ban
|
37 |
+
- min
|
38 |
+
- ace
|
39 |
+
- bug
|
40 |
+
- bjn
|
41 |
+
- jv
|
42 |
+
- su
|
43 |
+
- nij
|
44 |
+
- sas
|
45 |
+
- mad
|
46 |
+
pretty_name: Indonesiaku Contributions
|
47 |
+
size_categories:
|
48 |
+
- 1M<n<10M
|
49 |
---
|
50 |
+
|
51 |
+
dataset_info:
|
52 |
+
dataset_name: Indonesiaku Contributions
|
53 |
+
dataset_id: williamhtan/indonesiaku-contrib
|
54 |
+
description: A dataset of user-contributed translations from the Indonesiaku platform, featuring source and target text pairs across various languages, proficiency levels, and contributor metadata.
|
55 |
+
version: 1.0.0
|
56 |
+
license: CC-BY-SA-4.0
|
57 |
+
languages:
|
58 |
+
- Multiple (see dataset for specific language pairs)
|
59 |
+
size: 12346
|
60 |
+
splits:
|
61 |
+
- name: train
|
62 |
+
num_examples: 12346
|
63 |
+
download_size: 4.55 MB
|
64 |
+
dataset_size: 4.55 MB
|
65 |
+
tags:
|
66 |
+
- translation
|
67 |
+
- multilingual
|
68 |
+
- crowdsourced
|
69 |
+
- language-learning
|
70 |
+
- indonesiaku
|
71 |
+
---
|
72 |
+
|
73 |
+
# Indonesiaku Contributions Dataset
|
74 |
+
|
75 |
+
## Dataset Description
|
76 |
+
|
77 |
+
The **Indonesiaku Contributions** dataset contains user-submitted translations collected via the [Indonesiaku platform](http://indonesiaku.com/data). It aims to support language learning, translation research, and the development of multilingual models by providing a diverse set of source-target text pairs across various languages, enriched with metadata such as proficiency levels and contributor information.
|
78 |
+
|
79 |
+
This dataset is sourced from the Indonesiaku translation database, where users contribute translations as part of a collaborative effort to preserve and share linguistic knowledge. For more details on the platform, visit [http://indonesiaku.com/data](http://indonesiaku.com/data).
|
80 |
+
|
81 |
+
### Key Features
|
82 |
+
- **Multilingual**: Includes translations between multiple language pairs.
|
83 |
+
- **Crowdsourced**: Contributions from a community of language learners and native speakers.
|
84 |
+
- **Rich Metadata**: Contains proficiency ratings, language codes, and contributor usernames.
|
85 |
+
|
86 |
+
## Dataset Structure
|
87 |
+
|
88 |
+
The dataset is provided as a single split (`train`) in CSV format with the following columns:
|
89 |
+
|
90 |
+
| Column | Description | Type |
|
91 |
+
|-----------------------|--------------------------------------------------|------------|
|
92 |
+
| `id` | Unique identifier for the translation | Integer |
|
93 |
+
| `source_text` | Original text in the source language | String |
|
94 |
+
| `target_text` | Translated text in the target language | String |
|
95 |
+
| `proficiency` | Contributor’s proficiency level (0-3) | Integer |
|
96 |
+
| `source_language_name`| Name of the source language | String |
|
97 |
+
| `source_language_code`| ISO code of the source language | String |
|
98 |
+
| `target_language_name`| Name of the target language | String |
|
99 |
+
| `target_language_code`| ISO code of the target language | String |
|
100 |
+
| `created_at` | Timestamp of translation submission | String |
|
101 |
+
| `created_by` | Username of the contributor (nullable) | String |
|
102 |
+
|
103 |
+
- **Proficiency Levels**:
|
104 |
+
- 0: Not Proficient
|
105 |
+
- 1: Elementary
|
106 |
+
- 2: Limited Working
|
107 |
+
- 3: Native/Bilingual
|
108 |
+
|
109 |
+
## Usage
|
110 |
+
|
111 |
+
### Loading the Dataset
|
112 |
+
You can load the dataset using the Hugging Face `datasets` library:
|
113 |
+
|
114 |
+
```python
|
115 |
+
from datasets import load_dataset
|
116 |
+
|
117 |
+
dataset = load_dataset("williamhtan/indonesiaku-contrib")
|
118 |
+
print(dataset["train"][0]) # Access the first row
|
119 |
+
```
|
120 |
+
|
121 |
+
### Example Applications
|
122 |
+
- **Machine Translation**: Train or fine-tune translation models.
|
123 |
+
- **Language Learning**: Analyze proficiency impacts on translation quality.
|
124 |
+
- **Linguistic Research**: Study language pair distributions and translation patterns.
|
125 |
+
|
126 |
+
## Data Collection
|
127 |
+
|
128 |
+
The data is collected from the [Indonesiaku translation database](http://indonesiaku.com/data), where users submit translations as part of an open contribution process. The dataset is periodically updated to reflect new contributions. This version (1.0.0) was exported on [insert date, e.g., February 23, 2025].
|
129 |
+
|
130 |
+
## Licensing
|
131 |
+
|
132 |
+
This dataset is released under the [MIT License](https://opensource.org/licenses/MIT).
|
133 |
+
|
134 |
+
## Citation
|
135 |
+
|
136 |
+
If you use this dataset in your research or projects, please cite it as:
|
137 |
+
|
138 |
+
```
|
139 |
+
@dataset{williamhtan_indonesiaku_contrib,
|
140 |
+
author = {William Tan and Indonesiaku Contributors},
|
141 |
+
title = {Indonesiaku Contributions Dataset},
|
142 |
+
year = {2025},
|
143 |
+
publisher = {Hugging Face},
|
144 |
+
url = {https://huggingface.co/datasets/williamhtan/indonesiaku-contrib}
|
145 |
+
}
|
146 |
+
```
|
147 |
+
|
148 |
+
## Acknowledgments
|
149 |
+
|
150 |
+
- Thanks to the Indonesiaku community for their contributions.
|
151 |
+
- Built with support from [Supabase](https://supabase.com) for database hosting and [Hugging Face](https://huggingface.co) for dataset hosting.
|
152 |
+
|
153 |
+
## Contact
|
154 |
+
|
155 |
+
For questions or contributions, visit [http://indonesiaku.com/data](http://indonesiaku.com/data) or contact the dataset maintainer at [insert contact info if desired].
|