Update README.md
Browse files
README.md
CHANGED
|
@@ -51,6 +51,11 @@ configs:
|
|
| 51 |
- split: test
|
| 52 |
path: data/test-*
|
| 53 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
---
|
| 55 |
|
| 56 |
# StressTest Evaluation Dataset
|
|
@@ -59,7 +64,9 @@ This dataset supports the evaluation of models on **Sentence Stress Reasoning (S
|
|
| 59 |
|
| 60 |
**[StressTest: Can YOUR Speech LM Handle the Stress?](https://arxiv.org/abs/2505.22765)**
|
| 61 |
|
| 62 |
-
|
|
|
|
|
|
|
| 63 |
|
| 64 |
---
|
| 65 |
|
|
|
|
| 51 |
- split: test
|
| 52 |
path: data/test-*
|
| 53 |
license: cc-by-nc-4.0
|
| 54 |
+
task_categories:
|
| 55 |
+
- question-answering
|
| 56 |
+
- automatic-speech-recognition
|
| 57 |
+
language:
|
| 58 |
+
- en
|
| 59 |
---
|
| 60 |
|
| 61 |
# StressTest Evaluation Dataset
|
|
|
|
| 64 |
|
| 65 |
**[StressTest: Can YOUR Speech LM Handle the Stress?](https://arxiv.org/abs/2505.22765)**
|
| 66 |
|
| 67 |
+
π» [Code Repository](https://github.com/slp-rl/StressTest) | π€ [Model: StresSLM](https://huggingface.co/slprl/StresSLM) | π€ [Stress-17k Dataset](https://huggingface.co/datasets/slprl/Stress-17K-raw)
|
| 68 |
+
|
| 69 |
+
π [Paper](https://arxiv.org/abs/2505.22765) | π [Project Page](https://pages.cs.huji.ac.il/adiyoss-lab/stresstest/)
|
| 70 |
|
| 71 |
---
|
| 72 |
|