Datasets:
Update HaVG dataset card with project page, HausaNLP paper link, and relevant tags
Browse filesThis PR updates the HaVG dataset card by:
- Adding a link to the HausaNLP project homepage: https://catalog.hausanlp.org
- Adding a link to the main HausaNLP GitHub organization: https://github.com/HausaNLP
- Linking to the recent survey paper "HausaNLP: Current Status, Challenges and Future Directions for Hausa Natural Language Processing" (https://huggingface.co/papers/2505.14311) in the `Paper` field and providing additional context in the dataset summary. The original citation for the HaVG dataset remains in the 'Citation Information' section.
- Including additional relevant tags (`multimodal`, `low-resource`, `multilingual`, `hausanlp`, `visual-genome`) in the metadata for better discoverability.
README.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
3 |
task_categories:
|
4 |
- translation
|
5 |
- image-to-text
|
6 |
- text-to-image
|
7 |
-
language:
|
8 |
-
- ha
|
9 |
pretty_name: HaVG
|
10 |
-
|
11 |
-
-
|
|
|
|
|
|
|
|
|
12 |
dataset_info:
|
13 |
features:
|
14 |
- name: image
|
@@ -41,13 +47,14 @@ dataset_info:
|
|
41 |
download_size: 4644869592
|
42 |
dataset_size: 8616629
|
43 |
---
|
|
|
44 |
# HaVG: Hausa Visual Genome
|
45 |
|
46 |
## Dataset Description
|
47 |
|
48 |
-
- **Homepage:**
|
49 |
-
- **Repository:**
|
50 |
-
- **Paper:**
|
51 |
- **Leaderboard:**
|
52 |
- **Point of Contact:**
|
53 |
|
@@ -55,6 +62,8 @@ dataset_info:
|
|
55 |
|
56 |
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.
|
57 |
|
|
|
|
|
58 |
### Supported Tasks
|
59 |
|
60 |
- Translation
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ha
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
+
size_categories:
|
6 |
+
- 10K<n<100K
|
7 |
task_categories:
|
8 |
- translation
|
9 |
- image-to-text
|
10 |
- text-to-image
|
|
|
|
|
11 |
pretty_name: HaVG
|
12 |
+
tags:
|
13 |
+
- multimodal
|
14 |
+
- low-resource
|
15 |
+
- multilingual
|
16 |
+
- hausanlp
|
17 |
+
- visual-genome
|
18 |
dataset_info:
|
19 |
features:
|
20 |
- name: image
|
|
|
47 |
download_size: 4644869592
|
48 |
dataset_size: 8616629
|
49 |
---
|
50 |
+
|
51 |
# HaVG: Hausa Visual Genome
|
52 |
|
53 |
## Dataset Description
|
54 |
|
55 |
+
- **Homepage:** https://catalog.hausanlp.org
|
56 |
+
- **Repository:** https://github.com/HausaNLP
|
57 |
+
- **Paper:** [HausaNLP: Current Status, Challenges and Future Directions for Hausa Natural Language Processing](https://huggingface.co/papers/2505.14311)
|
58 |
- **Leaderboard:**
|
59 |
- **Point of Contact:**
|
60 |
|
|
|
62 |
|
63 |
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.
|
64 |
|
65 |
+
This dataset is part of the broader HausaNLP initiative, a curated catalog that aggregates datasets, tools, and research works for Hausa Natural Language Processing. More details can be found in the paper [HausaNLP: Current Status, Challenges and Future Directions for Hausa Natural Language Processing](https://huggingface.co/papers/2505.14311).
|
66 |
+
|
67 |
### Supported Tasks
|
68 |
|
69 |
- Translation
|