Datasets:
File size: 4,001 Bytes
e8a389b 0869b83 e2cae6b e8a389b e2cae6b |
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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
---
license: cc-by-nc-sa-4.0
task_categories:
- translation
- image-to-text
- text-to-image
language:
- ha
pretty_name: HaVG
size_categories:
- 10K<n<100K
dataset_info:
features:
- name: image
dtype: image
- name: X
dtype: int16
- name: Y
dtype: int16
- name: Width
dtype: int16
- name: Height
dtype: int16
- name: en_text
dtype: string
- name: ha_text
dtype: string
splits:
- name: train
num_bytes: 7540844
num_examples: 28930
- name: validation
num_bytes: 258165
num_examples: 998
- name: test
num_bytes: 413850
num_examples: 1595
- name: challenge_test
num_bytes: 403770
num_examples: 1400
download_size: 4644869592
dataset_size: 8616629
---
# HaVG: Hausa Visual Genome
## Dataset Description
- **Homepage:**
- **Repository:**
- **Paper:**
- **Leaderboard:**
- **Point of Contact:**
### Dataset Summary
The Hausa Visual Genome (HaVG) dataset contains the description of an image or a section within the image in Hausa and its equivalent in English. The dataset was prepared by automatically translating the English description of the images in the Hindi Visual Genome (HVG). The synthetic Hausa data was then carefully post-edited, taking into cognizance the respective images. The data is made of 32,923 images and their descriptions that are divided into training, development, test, and challenge test set. The Hausa Visual Genome is the first dataset of its kind and can be used for Hausa-English machine translation, multi-modal research, image description, among various other natural language processing and generation tasks.
### Supported Tasks
- Translation
- Image-to-Text
- Text-to-Image
### Languages
- Hausa
- English
## Dataset Structure
### Data Fields
All the text files have seven columns as follows:
- Column1 - image_id
- Column2 - X
- Column3 - Y
- Column4 - Width
- Column5 - Height
- Column6 - English Text
- Column7 - Hausa Text
### Data Splits
| Dataset | Segments | English Words | Hausa Words |
| -------- | ----- | ----- | ----- |
| Train | 28,930 | 143,106 | 140,981 |
| Dev | 998 | 4922 | 4857 |
| Test | 1595 | 7853 | 7736 |
| Challenge Test | 1400 | 8186 | 8752 |
| Total | 32,923 | 164067 | 162326 |
The word counts are approximate, prior to tokenization.
## Dataset Creation
### Source Data
The source data was obtained from the Hindi Visual Genome dataset, a subset of the Visual Genome data.
### Annotation process
The translations were obtained using a web application that was developed specifically for this task.
### Who are the annotators?
The dataset was created by professional translators at HausaNLP and Bayero University Kano.
### Personal and Sensitive Information
The dataset do not contain any personal or sensitive information.
## Considerations for Using the Data
### Social Impact of Dataset
HaVG will enable the creation of more qualitative models for natural language applications in Hausa language.
## Additional Information
### Licensing Information
This dataset is shared under the Creative Commons [BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
### Citation Information
If you use this dataset in your work, please cite us.
```
@inproceedings{abdulmumin-etal-2022-hausa,
title = "{H}ausa Visual Genome: A Dataset for Multi-Modal {E}nglish to {H}ausa Machine Translation",
author = "Abdulmumin, Idris and Dash, Satya Ranjan and Dawud, Musa Abdullahi and Parida, Shantipriya and Muhammad, Shamsuddeen and Ahmad, Ibrahim Sa{'}id and Panda, Subhadarshi and Bojar, Ond{\v{r}}ej and Galadanci, Bashir Shehu and Bello, Bello Shehu",
booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
month = jun,
year = "2022",
address = "Marseille, France",
publisher = "European Language Resources Association",
url = "https://aclanthology.org/2022.lrec-1.694",
pages = "6471--6479"
}
```
### Contributions
[More Information Needed] |