artist commited on
Commit
be0f5aa
·
verified ·
1 Parent(s): 3ab0b22

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - audio-classification
5
+ pretty_name: Beehive States (official HEAR folds)
6
+ size_categories:
7
+ - 1K<n<10K
8
+ configs:
9
+ - config_name: fold0
10
+ data_files:
11
+ - split: train
12
+ path: fold0/train-*
13
+ - split: validation
14
+ path: fold0/validation-*
15
+ - split: test
16
+ path: fold0/test-*
17
+ - config_name: fold1
18
+ data_files:
19
+ - split: train
20
+ path: fold1/train-*
21
+ - split: validation
22
+ path: fold1/validation-*
23
+ - split: test
24
+ path: fold1/test-*
25
+ ---
26
+
27
+ # Beehive States for MTEB
28
+
29
+ This artifact contains the two official full-mode Beehive States folds from
30
+ HEAR release 2021.3. Each fold contains the same 576 ten-minute, mono, 48 kHz
31
+ PCM16 NU-Hive recordings, but preserves HEAR's released preprocessing output
32
+ and cross-hive split independently. Fold 0 trains and validates on Hive 1 and
33
+ tests on Hive 3; fold 1 reverses the hives. Labels are `NOQUEEN` and `QUEEN`.
34
+
35
+ The 576 IDs and labels agree across folds, but none of the corresponding WAV
36
+ payloads are byte-identical. Consumers must therefore use the audio from the
37
+ selected configuration instead of treating the two folds as split metadata
38
+ over one shared audio table.
39
+
40
+ The source recordings are from
41
+ [NU-Hive Zenodo record 2667806](https://zenodo.org/records/2667806). The exact
42
+ preprocessed archives are from
43
+ [HEAR Zenodo record 6332517](https://zenodo.org/records/6332517):
44
+
45
+ | Fold | Archive | Size | MD5 |
46
+ | --- | --- | ---: | --- |
47
+ | fold0 | `hear2021-beehive_states_fold0-v2-full-48000.tar.gz` | 20,806,900,496 | `f9e045f9b2ddf5643edc1143304c80aa` |
48
+ | fold1 | `hear2021-beehive_states_fold1-v2-full-48000.tar.gz` | 20,806,854,397 | `8bced7ce8336bf23fd61c61f04aee109` |
49
+
50
+ `beehive_artifact_manifest.json` records the immutable source record, HEAR
51
+ preprocessing revision, split, label, and SHA-256 for every embedded WAV.
52
+
53
+ ## License and citation
54
+
55
+ The source and HEAR release declare CC BY 4.0. Users must preserve attribution
56
+ to the NU-Hive and HEAR authors. Cite:
57
+
58
+ ```bibtex
59
+ @inproceedings{nolasco2019beehive,
60
+ author = {Ines Nolasco and Alessandro Terenzi and Stefania Cecchi and Simone Orcioni and Helen L. Bear and Emmanouil Benetos},
61
+ booktitle = {2019 IEEE International Conference on Acoustics, Speech and Signal Processing},
62
+ doi = {10.1109/ICASSP.2019.8682981},
63
+ pages = {8256--8260},
64
+ title = {Audio-based Identification of Beehive States},
65
+ year = {2019}
66
+ }
67
+ ```