Datasets:
Add task category, link to paper and project page
Browse filesThis PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2503.05085.
It also adds the task category and project page.
README.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# S2S-Arena Dataset
|
6 |
|
7 |
This repository hosts the **S2S-Arena** dataset. It covers four practical domains with 21 tasks, includes 154 instructions of varying difficulty levels, and features a mix of samples from TTS synthesis, human recordings, and existing audio datasets.
|
|
|
|
|
|
|
8 |
## Introduction
|
9 |
### GitHub Repository
|
10 |
|
@@ -13,7 +18,7 @@ For more information and access to the dataset, please visit the GitHub reposito
|
|
13 |
|
14 |
### Related Publication
|
15 |
|
16 |
-
For detailed insights into the dataset’s construction, methodology, and applications, please refer to the accompanying academic publication:
|
17 |
|
18 |
## Data Description
|
19 |
|
@@ -57,4 +62,4 @@ The dataset includes labeled audio files, textual emotion annotations, language
|
|
57 |
url={https://arxiv.org/abs/2503.05085},
|
58 |
}
|
59 |
|
60 |
-
```
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- audio-to-audio
|
5 |
---
|
6 |
|
7 |
# S2S-Arena Dataset
|
8 |
|
9 |
This repository hosts the **S2S-Arena** dataset. It covers four practical domains with 21 tasks, includes 154 instructions of varying difficulty levels, and features a mix of samples from TTS synthesis, human recordings, and existing audio datasets.
|
10 |
+
|
11 |
+
[Project Page](https://huggingface.co/spaces/FreedomIntelligence/S2S-Arena)
|
12 |
+
|
13 |
## Introduction
|
14 |
### GitHub Repository
|
15 |
|
|
|
18 |
|
19 |
### Related Publication
|
20 |
|
21 |
+
For detailed insights into the dataset’s construction, methodology, and applications, please refer to the accompanying academic publication: [S2S-Arena, Evaluating Speech2Speech Protocols on Instruction Following with Paralinguistic Information](https://huggingface.co/papers/2503.05085)
|
22 |
|
23 |
## Data Description
|
24 |
|
|
|
62 |
url={https://arxiv.org/abs/2503.05085},
|
63 |
}
|
64 |
|
65 |
+
```
|