Datasets:
Add link to paper, code repository and license
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,22 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: AASRBench
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
task_categories:
|
| 7 |
- automatic-speech-recognition
|
|
|
|
| 8 |
tags:
|
| 9 |
- speech
|
| 10 |
- audio
|
| 11 |
- asr-evaluation
|
| 12 |
-
size_categories:
|
| 13 |
-
- n<1K
|
| 14 |
---
|
| 15 |
|
| 16 |
# AASRBench
|
| 17 |
|
| 18 |
AASRBench is a bilingual audio benchmark for evaluating ASR output on spoken-language cleanup, correction, formatting, filtering, and rephrasing.
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Contents
|
| 21 |
|
| 22 |
- 917 benchmark samples.
|
|
@@ -68,10 +73,10 @@ sha256sum -c metadata/sha256sums.txt
|
|
| 68 |
|
| 69 |
## License and Provenance
|
| 70 |
|
| 71 |
-
|
| 72 |
|
| 73 |
## Repository Names
|
| 74 |
|
| 75 |
- Display name: `AASRBench`
|
| 76 |
- Hugging Face: `Andrew0425/AASR-Bench`
|
| 77 |
-
- ModelScope: `MuyuanJ/AASR-Bench`
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
- en
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
size_categories:
|
| 7 |
+
- n<1K
|
| 8 |
task_categories:
|
| 9 |
- automatic-speech-recognition
|
| 10 |
+
pretty_name: AASRBench
|
| 11 |
tags:
|
| 12 |
- speech
|
| 13 |
- audio
|
| 14 |
- asr-evaluation
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# AASRBench
|
| 18 |
|
| 19 |
AASRBench is a bilingual audio benchmark for evaluating ASR output on spoken-language cleanup, correction, formatting, filtering, and rephrasing.
|
| 20 |
|
| 21 |
+
This repository contains the benchmark presented in [AgenticASR: Refining Speech Recognition in Real-World Scenarios via an Agentic Approach](https://huggingface.co/papers/2607.28175).
|
| 22 |
+
|
| 23 |
+
Code: https://github.com/AnXMuy/AgenticASR
|
| 24 |
+
|
| 25 |
## Contents
|
| 26 |
|
| 27 |
- 917 benchmark samples.
|
|
|
|
| 73 |
|
| 74 |
## License and Provenance
|
| 75 |
|
| 76 |
+
The code is released under the Apache License 2.0. Redistribution rights, audio provenance, annotation provenance, and privacy review should be confirmed by the dataset owner before downstream redistribution.
|
| 77 |
|
| 78 |
## Repository Names
|
| 79 |
|
| 80 |
- Display name: `AASRBench`
|
| 81 |
- Hugging Face: `Andrew0425/AASR-Bench`
|
| 82 |
+
- ModelScope: `MuyuanJ/AASR-Bench`
|