Datasets:

Modalities:
Audio
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
FanBuCUHK commited on
Commit
6efe66a
·
verified ·
1 Parent(s): 9f5c64d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -3
README.md CHANGED
@@ -1,3 +1,51 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ ---
4
+
5
+ # S2S-Bench Dataset
6
+
7
+ This repository hosts the **S2S-Bench** 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
+
11
+ For more information and access to the dataset, please visit the GitHub repository:
12
+ [S2S-Bench on GitHub](https://github.com/FreedomIntelligence/S2S-Bench)
13
+
14
+ ### Related Publication
15
+
16
+ For detailed insights into the dataset’s construction, methodology, and applications, please refer to the accompanying academic publication: `[Insert publication link here]`
17
+
18
+ ## Data Description
19
+
20
+ The dataset includes labeled audio files, textual emotion annotations, language translations, and task-specific metadata, supporting fine-grained analysis and application in machine learning. Each entry follows this format:
21
+
22
+ ```json
23
+ {
24
+ "id": "emotion_audio_0",
25
+ "input_path": "./emotion/audio_0.wav",
26
+ "text": "[emotion: happy]Kids are talking by the door",
27
+ "task": "Emotion recognition and expression",
28
+ "task_description": "Can the model recognize emotions and provide appropriate responses based on different emotions?",
29
+ "text_cn": "孩子们在门旁说话",
30
+ "language": "English",
31
+ "category": "Social Companionship",
32
+ "level": "L3"
33
+ }
34
+ ```
35
+ 1. id: Unique identifier for each sample
36
+ 2. input_path: Path to the audio file
37
+ 3. text: English text with emotion annotation
38
+ 4. task: Primary task associated with the data
39
+ 5. task_description: Task description for model interpretability
40
+ 6. text_cn: Chinese translation of the English text
41
+ 7. language: Language of the input
42
+ 8. category: Interaction context category
43
+ 9. level: Difficulty or complexity level of the sample
44
+
45
+ "Some data also includes a `noise` attribute, indicating that noise has been added to the current sample and specifying the type of noise."
46
+
47
+ ## BIb
48
+
49
+ ```
50
+
51
+ ```