File size: 2,570 Bytes
9638381
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
851b310
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd23a52
851b310
 
 
 
 
dd23a52
851b310
 
 
 
dd23a52
851b310
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd23a52
 
 
 
 
 
851b310
 
dd23a52
851b310
 
 
 
dd23a52
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
---
dataset_info:
  features:
  - name: id
    dtype: int32
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: arabic
    dtype: string
  - name: english
    dtype: string
  splits:
  - name: train
    num_bytes: 1494439642.810786
    num_examples: 2228
  - name: validation
    num_bytes: 186469553.36575875
    num_examples: 278
  - name: test
    num_bytes: 187140351.28793773
    num_examples: 279
  download_size: 1848856905
  dataset_size: 1868049547.4644823
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---

# FLEURS-AR-EN Dataset

## Dataset Description

FLEURS-AR-EN is an Arabic-to-English dataset designed for Speech Translation tasks. This dataset is derived from Google's FLEURS (Few-shot Learning Evaluation of Universal Representations of Speech) dataset, specifically focusing on aligned Arabic audio samples with their corresponding Arabic transcriptions and English translations.

### Overview

- **Task:** Speech Translation
- **Languages:** Arabic (source) → English (target)
- **Source:** Google FLEURS dataset
- **Dataset Size:** 1.87 GB (1,868,049,547 bytes)
- **Download Size:** 1.85 GB (1,848,856,905 bytes)

## Dataset Structure

### Features
- `id` (int32): Unique identifier for each example
- `audio` (audio): Audio file with 16kHz sampling rate
- `arabic` (string): Arabic transcription
- `english` (string): English translation

### Splits
- **Train**: 2,228 examples (1.49 GB)
- **Validation**: 278 examples (186.47 MB)
- **Test**: 279 examples (187.14 MB)

### Data Files
The dataset is organized into the following structure:
```
data/
├── train-*
├── validation-*
└── test-*
```

## Dataset Details

The dataset was created by aligning the Arabic and English portions of the FLEURS dataset through identifying common IDs between Arabic and English data and merging the datasets based on these common identifiers.

## Citation

```bibtex
@article{fleurs2022arxiv,
  title = {FLEURS: Few-shot Learning Evaluation of Universal Representations of Speech},
  author = {Conneau, Alexis and Ma, Min and Khanuja, Simran and Zhang, Yu and Axelrod, Vera, 
            Dalmia, Siddharth and Riesa, Jason and Rivera, Clara and Bapna, Ankur},
  journal = {arXiv preprint arXiv:2205.12446},
  url = {https://arxiv.org/abs/2205.12446},
  year = {2022},
}
```

## Contact

For questions or issues related to the dataset, please contact:
Farah Abdou (faraahabdou@gmail.com)