Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Icelandic
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,266 Bytes
e340362
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b600ad1
1473959
 
 
 
 
 
 
e340362
 
1473959
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: video_id
    dtype: string
  - name: transcript
    list:
    - name: duration
      dtype: float64
    - name: start
      dtype: float64
    - name: text
      dtype: string
  splits:
  - name: train
    num_bytes: 435373.19158878503
    num_examples: 171
  - name: test
    num_bytes: 109479.80841121495
    num_examples: 43
  download_size: 312284
  dataset_size: 544853
license: apache-2.0
language:
- is
pretty_name: Icelandic Signa Language
size_categories:
- n<1K
---

# Icelandic Sign Language

Contains the ids of videos from youtube and the transcription

To get the video url:

````
https://www.youtube.com/watch?v=<video_id>
```

```tex
@misc{tanzer2024youtubesl25,
  title={YouTube-SL-25: A Large-Scale, Open-Domain Multilingual Sign Language Parallel Corpus},
  author={Garrett Tanzer and Biao Zhang},
  year={2024},
  eprint={2407.11144},
  archivePrefix={arXiv},
  primaryClass={cs.CL},
  url={https://arxiv.org/abs/2407.11144},
}

@misc{uthus2023youtubeasl,
  title={YouTube-ASL: A Large-Scale, Open-Domain American Sign Language-English Parallel Corpus},
  author={David Uthus and Garrett Tanzer and Manfred Georg},
  year={2023},
  eprint={2306.15162},
  archivePrefix={arXiv},
  primaryClass={cs.CL}
}
```