Steveeeeeeen HF Staff commited on
Commit
d4563d8
·
verified ·
1 Parent(s): 597f404

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +8 -6
constants.py CHANGED
@@ -19,12 +19,14 @@ INTRODUCTION_TEXT = "📐 The 🤗 Open ASR Leaderboard ranks and evaluates spee
19
  \nIf you want results for a model that is not listed here, you can submit a request for it to be included ✉️✨. \
20
  \nThe leaderboard includes both English ASR evaluation and multilingual benchmarks across the top European languages."
21
 
22
- CITATION_TEXT = """@misc{open-asr-leaderboard,
23
- title = {Open Automatic Speech Recognition Leaderboard},
24
- author = {Srivastav, Vaibhav and Majumdar, Somshubra and Koluguri, Nithin and Moumen, Adel and Gandhi, Sanchit and others},
25
- year = 2023,
26
- publisher = {Hugging Face},
27
- howpublished = "\\url{https://huggingface.co/spaces/hf-audio/open_asr_leaderboard}"
 
 
28
  }
29
  """
30
 
 
19
  \nIf you want results for a model that is not listed here, you can submit a request for it to be included ✉️✨. \
20
  \nThe leaderboard includes both English ASR evaluation and multilingual benchmarks across the top European languages."
21
 
22
+ CITATION_TEXT = """@misc{srivastav2025openasrleaderboardreproducible,
23
+ title={Open ASR Leaderboard: Towards Reproducible and Transparent Multilingual and Long-Form Speech Recognition Evaluation},
24
+ author={Vaibhav Srivastav and Steven Zheng and Eric Bezzam and Eustache Le Bihan and Nithin Koluguri and Piotr Żelasko and Somshubra Majumdar and Adel Moumen and Sanchit Gandhi},
25
+ year={2025},
26
+ eprint={2510.06961},
27
+ archivePrefix={arXiv},
28
+ primaryClass={cs.CL},
29
+ url={https://arxiv.org/abs/2510.06961},
30
  }
31
  """
32