OLMoASR: Open Models and Data for Training Robust Speech Recognition Models
Paper โข 2508.20869 โข Published โข 1
id stringlengths 11 11 |
|---|
VeVUL07UG-Q |
uOnvnNAufeA |
o9-IWbFxUtk |
XmI260swiss |
En2Gn5ViJjI |
Drdvcf_wIzA |
EgZUOASE5l4 |
h4U7Of942sA |
8kkadA5lm70 |
VvNNQ6bon4E |
DynA5PXna0Y |
7HOsQDD1Res |
DlShMKZnO3M |
xRD2m5Fiz90 |
1dlQFPwYsoU |
hZenRBr7meU |
Y-ExAIYRxbw |
9moWzpfAeZ0 |
uJNUhk2CWcc |
B99AVTqdyp0 |
cON78rNeTWI |
N_OhApvf6_c |
yy03rTEZe-s |
gYsQRQFnUcI |
OkqDaSLavlo |
2LMwCAOc3Z8 |
qj5kSX4dUpA |
bmoboolrVQQ |
vefmUL7k7HE |
2vxPfVCimNc |
JXe-n10xNdI |
CycT4_9FuxY |
42zRwBZJfLo |
cS31Zk8HTDI |
vnS7915eL_s |
YduSZ1AeZJQ |
DnQszhC416w |
pxDmMfBYtrw |
IZdsTSWBEbQ |
gcGKYHdRrXQ |
xJj69ZEJ1us |
jXWeICGYm_8 |
b9Gu4qqe3WA |
48_u42JFNYs |
yv1_uiPqSqA |
NfoEMdx6Ilc |
KWCr2vLbdWw |
zb5F9Gq8AHc |
zYpo0yWAaS4 |
cZvb3f5aBRc |
mSRgD-pYBJg |
VS3aoSyfnUk |
g-zc_96CPPc |
OpAZ_O80EzI |
_g69X9aP2DA |
hXloRHqJ3MA |
y_mveVlZDV8 |
G8C0xAZR4QE |
w-MpWfUA3_o |
WyJsUHlZmqE |
x6VasHT_Hdw |
DolG-pTiCDs |
XOPgSC2I2zM |
LHrcmfVPb2o |
lDWC1xKO5I4 |
Un6M7SCqYlw |
E5uUBXOo0l4 |
15dUSPvCPTg |
CELZUDroYWo |
aMFWFNCZVQo |
9BV8X76iLF8 |
0aRmfSU0z4w |
xLUyErMdkXg |
TvcFoURKBnY |
TpkuuUyEAC8 |
fJS8gthnhsM |
cVROrGjuy3g |
3a7EjWShH1Q |
slKm_e5BlM8 |
INR5E0H10_I |
YOJ5tb7djtE |
wPLsMj3Mmmo |
Vb-1V0k-AWA |
re13YkkwC6c |
3DhDbXHOCeY |
1sPto972Wxw |
zFnBdxl6EZ4 |
NkxMZMllCSA |
eir_HChNMjI |
-RUfbFy0-08 |
LCORr8Kx2_g |
pzDkRtQwbLA |
dH0fBgejL1A |
YRMOctGda3g |
-mNIMjXoBAw |
lUgzWGUoATE |
SpU-wjIq-ks |
j8X_XKzJTmI |
cfHwo0NIhD0 |
6rMndNj18rA |
OLMoASR-Pool is a web-scale audio-text dataset collected from the public internet, consisting of approximately 3M hours of audio and 17M transcripts.
With OLMoASR-Pool, we trained OLMoASR ๐ฌ๐๏ธ, a series of English speech recognition models and observed strong generalization and robust capabilities!
pip install huggingface_hub[cli]huggingface-cli login in your CLI and paste the HF access token to loginfrom datasets import load_dataset
dataset = load_dataset("allenai/OLMoASR-Pool", streaming=True)
print(dataset) # features: ['id']
print(next(iter(dataset['train'])))
from datasets import load_dataset
dataset = load_dataset("allenai/OLMoASR-Pool", streaming=False, cache_dir=<where you want to download the IDs to>)
The collection was used to train a speech recognition model, but it can also be used in research areas such as conversational data, audio understanding, speaker diarization, voice detection and more.
This dataset is licensed under ODC-BY. It is intended for research and educational use in accordance with Ai2's Responsible Use Guidelines.
@misc{ngo2025olmoasropenmodelsdata,
title={OLMoASR: Open Models and Data for Training Robust Speech Recognition Models},
author={Huong Ngo and Matt Deitke and Martijn Bartelds and Sarah Pratt and Josh Gardner and Matt Jordan and Ludwig Schmidt},
year={2025},
eprint={2508.20869},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2508.20869},
}