root commited on
Commit
8e83600
·
1 Parent(s): 8c5078f

Add dataset README

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: cc-by-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ccu-hf-data
2
+
3
+ This directory contains speech data, data manifests, license, and attribution metadata for the ccu-hf-data dataset,a multilingual speech corpus derived from YouTube videos collected under Creative Commons
4
+ licensing for non-commercial academic research. It was inspired by data collected for the DARPA CCU [(Cross-Cultural Understanding Program)] (https://www.darpa.mil/research/programs/computational-cultural-understanding) and meant to resemble that data.
5
+
6
+ ## Attribution
7
+
8
+ When using or redistributing items from this dataset, please credit each item as:
9
+
10
+ > *"[title]"* by [uploader] ([uploader_id]), [webpage_url],
11
+ > licensed under Creative Commons Attribution (reuse allowed)
12
+ > *(or: license unconfirmed, selected via YouTube CC filter)*.
13
+ > Audio extracted, segmented, and transcripts cleaned for speech research.
14
+
15
+ See [ATTRIBUTION.txt](ATTRIBUTION.txt) for full license conditions and per-language breakdown.
16
+
17
+ ## Files
18
+
19
+ Each language has its own license file and subdirectory of the form `<lang>_<file_type>/` with:
20
+
21
+ - `license_<lang>_filtered.csv`: per-video metadata and license status
22
+ - <lang> : zh, he, ko, tr
23
+ - <file_type> : train, test, dev
24
+
25
+ The contents of each subdirectory contains a tsv-based manifest containing the file name and the transcript of each segment, and a sub-sub-directory (`files/`) containing the actual file segments.
26
+