Add task category, license, tags, and project page URL
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -45,6 +45,14 @@ dataset_info:
|
|
45 |
num_examples: 218
|
46 |
download_size: 22754357
|
47 |
dataset_size: 29451897.32142857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
configs:
|
49 |
- config_name: default
|
50 |
data_files:
|
@@ -56,9 +64,9 @@ configs:
|
|
56 |
|
57 |
This dataset supports the evaluation of models on **Sentence Stress Reasoning (SSR)** and **Sentence Stress Detection (SSD)** tasks, as introduced in our paper:
|
58 |
|
59 |
-
**[StressTest: Can YOUR Speech LM Handle the Stress?](https://
|
60 |
|
61 |
-
π [Paper](https://
|
62 |
|
63 |
---
|
64 |
|
@@ -131,4 +139,4 @@ If you use this dataset in your work, please cite:
|
|
131 |
primaryClass={cs.CL},
|
132 |
url={https://arxiv.org/abs/2505.22765},
|
133 |
}
|
134 |
-
```
|
|
|
45 |
num_examples: 218
|
46 |
download_size: 22754357
|
47 |
dataset_size: 29451897.32142857
|
48 |
+
license: cc-by-nc-4.0
|
49 |
+
task_categories:
|
50 |
+
- audio-classification
|
51 |
+
tags:
|
52 |
+
- speech
|
53 |
+
- stress
|
54 |
+
- intonation
|
55 |
+
- audio-reasoning
|
56 |
configs:
|
57 |
- config_name: default
|
58 |
data_files:
|
|
|
64 |
|
65 |
This dataset supports the evaluation of models on **Sentence Stress Reasoning (SSR)** and **Sentence Stress Detection (SSD)** tasks, as introduced in our paper:
|
66 |
|
67 |
+
**[StressTest: Can YOUR Speech LM Handle the Stress?](https://huggingface.co/papers/2505.22765)**
|
68 |
|
69 |
+
π [Paper](https://huggingface.co/papers/2505.22765) | π» [Code Repository](https://github.com/slp-rl/StressTest) | π€ [Model: StresSLM](https://huggingface.co/slprl/StresSLM) | π [Project Page](https://pages.cs.huji.ac.il/adiyoss-lab/stresstest/)
|
70 |
|
71 |
---
|
72 |
|
|
|
139 |
primaryClass={cs.CL},
|
140 |
url={https://arxiv.org/abs/2505.22765},
|
141 |
}
|
142 |
+
```
|