Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
Tags:
agent
License:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- agent
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Dataset Card for SAP-Hypo5
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 16 |
+
|
| 17 |
+
SAP-Hypo5 is an open benchmark for LLM-Agent ASR hypothesis correction on dysarthric speech.
|
| 18 |
+
|
| 19 |
+
### Dataset Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
| 22 |
+
Following [HyPoradise](https://proceedings.neurips.cc/paper_files/paper/2023/hash/6492267465a7ac507be1f9fd1174e78d-Abstract-Datasets_and_Benchmarks.html), each selected SAP utterance is paired with its reference transcript and the top-5 ASR hypotheses from Whisper-large-v2 fine-tuned on SAP (PD-only challenge release).
|
| 23 |
+
|
| 24 |
+
### Dataset Sources
|
| 25 |
+
|
| 26 |
+
<!-- Provide the basic links for the dataset. -->
|
| 27 |
+
|
| 28 |
+
- **Repository:** https://github.com/xiuwenz2/SAP-Hypo5
|
| 29 |
+
- **Paper:** Towards Robust Dysarthric Speech Recognition: LLM-Agent Post-ASR Correction Beyond WER (Under Review)
|
| 30 |
+
|
| 31 |
+
### Source Data
|
| 32 |
+
|
| 33 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
| 34 |
+
SAP-Hypo5 is derived from the [SAP](https://speechaccessibilityproject.beckman.illinois.edu/conduct-research-through-the-project) corpus of dysarthric speech. For each SAP utterance, we provide (i) the reference transcript from SAP and (ii) the top-5 ASR hypotheses produced by an open-source ASR model.
|
| 35 |
+
To get the SAP dataset, please sign the [data use agreement](https://speechaccessibilityproject.beckman.illinois.edu/docs/librariesprovider8/default-document-library/data-transfer-and-use-agreement-speech-accessibility-project.pdf?sfvrsn=909bd90f_20) and submit a one-page proposal to speechaccessibility@beckman.illinois.edu.
|