nielsr HF Staff commited on
Commit
95de732
·
verified ·
1 Parent(s): 862fc7e

Update dataset card with paper and code links

Browse files

Hi! I'm Niels from the Hugging Face community science team. This PR improves the dataset card for the Hive dataset by:
- Adding the `arxiv` metadata tag to link the repository to the official paper.
- Adding direct links to the ArXiv paper and the GitHub repository in the README header.
- Completing the BibTeX citation section with the paper's information.
- Ensuring the `audio-to-audio` task category is properly documented.

Files changed (1) hide show
  1. README.md +57 -51
README.md CHANGED
@@ -1,64 +1,64 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
3
  task_categories:
4
- - audio-classification
5
- - audio-to-audio
6
- language:
7
- - en
8
- tags:
9
- - audio
10
- - sound-separation
11
- - universal-sound-separation
12
- - audio-mixing
13
- - audioset
14
  pretty_name: Hive Dataset
15
- size_categories:
16
- - 10M<n<100M
 
 
 
 
 
17
  dataset_info:
18
  features:
19
- - name: mix_id
 
 
 
 
 
 
 
 
 
 
 
 
20
  dtype: string
21
- - name: split
22
  dtype: string
23
- - name: sample_rate
24
- dtype: int32
25
- - name: target_duration
 
 
 
 
26
  dtype: float64
27
- - name: num_sources
28
- dtype: int32
29
- - name: sources
30
- sequence:
31
- - name: source_id
32
- dtype: string
33
- - name: path
34
- dtype: string
35
- - name: label
36
- dtype: string
37
- - name: crop_start_second
38
- dtype: float64
39
- - name: crop_end_second
40
- dtype: float64
41
- - name: chunk_start_second
42
- dtype: float64
43
- - name: chunk_end_second
44
- dtype: float64
45
- - name: rms_gain
46
- dtype: float64
47
- - name: snr_db
48
- dtype: float64
49
- - name: applied_weight
50
- dtype: float64
51
- - name: global_normalization_factor
52
  dtype: float64
53
- - name: final_max_amplitude
54
  dtype: float64
 
 
 
 
 
 
 
 
55
  splits:
56
- - name: train
57
- num_examples: 5000000
58
- - name: validation
59
- num_examples: 500000
60
- - name: test
61
- num_examples: 100000
62
  ---
63
 
64
  <h1 align="center">A Semantically Consistent Dataset for Data-Efficient Query-Based Universal Sound Separation</h1>
@@ -70,7 +70,7 @@ dataset_info:
70
  <strong>Tsinghua University, Shanda AI, Johns Hopkins University</strong><br>
71
  <strong><sup>*</sup>Equal contribution</strong><br>
72
  <strong>Completed during Kai Li's internship at Shanda AI.</strong><br>
73
- <a href="#">📜 Arxiv 2026</a> | <a href="https://shandaai.github.io/Hive/">🎶 Demo</a>
74
  </p>
75
 
76
  ## Usage
@@ -295,6 +295,12 @@ Hive integrates **12 public datasets** to construct a long-tailed acoustic space
295
  If you use this dataset, please cite:
296
 
297
  ```bibtex
 
 
 
 
 
 
298
  ```
299
 
300
  ---
@@ -321,4 +327,4 @@ We extend our gratitude to the researchers and organizations who curated the fou
321
 
322
  ## 📬 Contact
323
 
324
- For questions or issues, please open an issue on the [GitHub repository](https://github.com/ShandaAI/Hive) or contact the authors.
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
+ size_categories:
6
+ - 10M<n<100M
7
  task_categories:
8
+ - audio-to-audio
 
 
 
 
 
 
 
 
 
9
  pretty_name: Hive Dataset
10
+ arxiv: 2601.22599
11
+ tags:
12
+ - audio
13
+ - sound-separation
14
+ - universal-sound-separation
15
+ - audio-mixing
16
+ - audioset
17
  dataset_info:
18
  features:
19
+ - name: mix_id
20
+ dtype: string
21
+ - name: split
22
+ dtype: string
23
+ - name: sample_rate
24
+ dtype: int32
25
+ - name: target_duration
26
+ dtype: float64
27
+ - name: num_sources
28
+ dtype: int32
29
+ - name: sources
30
+ sequence:
31
+ - name: source_id
32
  dtype: string
33
+ - name: path
34
  dtype: string
35
+ - name: label
36
+ dtype: string
37
+ - name: crop_start_second
38
+ dtype: float64
39
+ - name: crop_end_second
40
+ dtype: float64
41
+ - name: chunk_start_second
42
  dtype: float64
43
+ - name: chunk_end_second
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  dtype: float64
45
+ - name: rms_gain
46
  dtype: float64
47
+ - name: snr_db
48
+ dtype: float64
49
+ - name: applied_weight
50
+ dtype: float64
51
+ - name: global_normalization_factor
52
+ dtype: float64
53
+ - name: final_max_amplitude
54
+ dtype: float64
55
  splits:
56
+ - name: train
57
+ num_examples: 5000000
58
+ - name: validation
59
+ num_examples: 500000
60
+ - name: test
61
+ num_examples: 100000
62
  ---
63
 
64
  <h1 align="center">A Semantically Consistent Dataset for Data-Efficient Query-Based Universal Sound Separation</h1>
 
70
  <strong>Tsinghua University, Shanda AI, Johns Hopkins University</strong><br>
71
  <strong><sup>*</sup>Equal contribution</strong><br>
72
  <strong>Completed during Kai Li's internship at Shanda AI.</strong><br>
73
+ <a href="https://arxiv.org/abs/2601.22599">📜 Arxiv 2026</a> | <a href="https://github.com/ShandaAI/Hive">💻 Code</a> | <a href="https://shandaai.github.io/Hive/">🎶 Demo</a>
74
  </p>
75
 
76
  ## Usage
 
295
  If you use this dataset, please cite:
296
 
297
  ```bibtex
298
+ @article{li2026hive,
299
+ title={A Semantically Consistent Dataset for Data-Efficient Query-Based Universal Sound Separation},
300
+ author={Li, Kai and Cheng, Jintao and Zeng, Chang and Yan, Zijun and Wang, Helin and Su, Zixiong and Zheng, Bo and Hu, Xiaolin},
301
+ journal={arXiv preprint arXiv:2601.22599},
302
+ year={2026}
303
+ }
304
  ```
305
 
306
  ---
 
327
 
328
  ## 📬 Contact
329
 
330
+ For questions or issues, please open an issue on the [GitHub repository](https://github.com/ShandaAI/Hive) or contact the authors.