Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pretty_name: VS-C
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
VocalSound-C (VS-C) serves as a benchmark for [DHAuDS](https://arxiv.org/abs/2511.18421) in the context of test-time adaptation for audio classification.
|
| 11 |
+
VS-C, a subset of [VocalSound](https://sls.csail.mit.edu/downloads/vocalsound), utilizes only
|
| 12 |
+
test-set samples to address domain shift. Each sample in VS-C has a duration of 10 seconds, a sample rate of 16 kHz, and belongs to one of 6 classes. The dataset
|
| 13 |
+
comprises seven corruption sets: WHN, ENQ, END1, END2, ENSC, TST, and PSH. Each corruption set is divided into two levels, L1 and L2, where L2 indicates a higher
|
| 14 |
+
degree of complexity. VS-C is further divided into evaluation and adaptation sets, each comprising 50,274 samples and including both levels of all seven corruptions.
|
| 15 |
+
In total, VS-C consists of 100,548 samples, with each corruption level, such as WHN-L1 or WHN-L2, containing 3591 samples.
|