Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update code link and load_dataset id after the org move
#1
by KingZ23 - opened
README.md
CHANGED
|
@@ -41,7 +41,7 @@ text. Every row pairs a gold question (the clean-text oracle input) with
|
|
| 41 |
the transcription actually produced for one accent, so the degradation is
|
| 42 |
directly measurable without re-running any speech model.
|
| 43 |
|
| 44 |
-
**Code:** https://github.com/
|
| 45 |
|
| 46 |
## Contents
|
| 47 |
|
|
@@ -86,7 +86,7 @@ implementation used for every number in the paper
|
|
| 86 |
```python
|
| 87 |
from datasets import load_dataset
|
| 88 |
|
| 89 |
-
ds = load_dataset("
|
| 90 |
|
| 91 |
# clean-text vs ASR input for one accent
|
| 92 |
ng = ds.filter(lambda r: r["accent"] == "ng" and not r["tts_failed"])
|
|
|
|
| 41 |
the transcription actually produced for one accent, so the degradation is
|
| 42 |
directly measurable without re-running any speech model.
|
| 43 |
|
| 44 |
+
**Code:** https://github.com/Continuum-AI-Corp/spoken-multihop-rag
|
| 45 |
|
| 46 |
## Contents
|
| 47 |
|
|
|
|
| 86 |
```python
|
| 87 |
from datasets import load_dataset
|
| 88 |
|
| 89 |
+
ds = load_dataset("orcarouter/spoken-multihop-rag", "2wikimultihopqa", split="test")
|
| 90 |
|
| 91 |
# clean-text vs ASR input for one accent
|
| 92 |
ng = ds.filter(lambda r: r["accent"] == "ng" and not r["tts_failed"])
|