File size: 2,160 Bytes
db674f8
 
 
bcf8d2d
 
 
 
 
 
db674f8
bcf8d2d
db674f8
bcf8d2d
 
 
db674f8
bcf8d2d
 
 
db674f8
bcf8d2d
db674f8
bcf8d2d
db674f8
bcf8d2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
db674f8
bcf8d2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
db674f8
bcf8d2d
 
 
 
 
 
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
---
license: cc-by-nc-4.0
language:
- am
- ha
- nso
- sw
- yo
- zu
size_categories:
- 1K<n<10K
multilinguality:
- multilingual
pretty_name: Uhura-TruthfulQA
language_details: am, ha, nso, sw, yo, zu
tags:
- uhura
- multilingual
- multicultural
task_categories:
- multiple-choice
task_ids:
- multiple-choice-qa
configs:
- config_name: am_generation
  data_files:
  - split: train
    path: am_gen_train.json
  - split: test
    path: am_gen_test.json
  - split: validation
    path: am_gen_val.json
- config_name: am_multiple_choice
  data_files:
  - split: train
    path: am_mc1_train.json
  - split: test
    path: am_mc1_test.json
  - split: validation
    path: am_mc1_val.json
- config_name: ha_multiple_choice
  data_files:
  - split: train
    path: ha_mc1_train.json
  - split: test
    path: ha_mc1_test.json
  - split: validation
    path: ha_mc1_val.json
- config_name: sw_generation
  data_files:
  - split: train
    path: sw_gen_train.json
  - split: test
    path: sw_gen_test.json
  - split: validation
    path: sw_gen_val.json
- config_name: sw_multiple_choice
  data_files:
  - split: train
    path: sw_mc1_train.json
  - split: test
    path: sw_mc1_test.json
  - split: validation
    path: sw_mc1_val.json
- config_name: yo_multiple_choice
  data_files:
  - split: train
    path: yo_mc1_train.json
  - split: test
    path: yo_mc1_test.json
  - split: validation
    path: yo_mc1_val.json
---
# Dataset Card for Uhura-TruthfulQA
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
## Dataset Description
- **Point of Contact:** 
### Dataset Summary
### Languages
There are 6 languages available:
- Amharic
- Hausa
- Northern Sotho (Sepedi)
- Swahili
- Yoruba
- Zulu
## Dataset Structure
### Data Instances
The examples look like this for English:
```
from datasets import load_dataset
data = load_dataset('ebayes/uhura-truthfulqa', 'yo_generation', split="train")
```