Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Vedavani: A Benchmark Corpus for ASR on Vedic Sanskrit Poetry

Vedavani is the first benchmark dataset for automatic speech recognition (ASR) on Vedic Sanskrit poetry, consisting of richly annotated verses from the Rig Veda and Atharva Veda. This corpus captures the unique prosodic structure, phonetic complexity, and chanting style found in traditional Vedic recitation.

πŸ”— Paper: Vedavani: A Benchmark Corpus for ASR on Vedic Sanskrit Poetry (ACL 2025)
πŸ“ GitHub Repository: https://github.com/SujeetNlp/Vedavani
πŸ“œ License: Apache License 2.0


πŸ“¦ Dataset Contents

This repository contains:

  • train.csv β€” Metadata for training set
  • validation.csv β€” Metadata for validation set
  • test.csv β€” Metadata for test set
  • Audio_files β€” Audio files in WAV format (segmented and aligned) [Due to hugging face restrictions files are organized in folder containing maximum 9000 files each. While using them in training/testing kindly move all the files in one single directory.]
  • README β€” Textual documentation

Each CSV includes:

  • path: Relative path to audio file
  • transcription: Ground-truth text in Devanagari script, including prosodic markers

πŸ“Š Dataset Statistics

Property Value
Total Duration ~54 hours
Total Samples 30,779
Verses from Rig Veda 20,782
Verses from Atharva Veda 9,997
Avg. Audio Length 6.36 seconds
Vocabulary Size 64,082 unique words

Data Splits

Split # Samples
Train 24,623
Validation 3,078
Test 3,078

Use Cases

Vedavani is particularly useful for:

  • Fine-tuning and benchmarking ASR models (e.g., Whisper, IndicWhisper, Wav2Vec2)
  • Studying phonetic alignment in Sanskrit poetry
  • Low-resource speech processing
  • Prosody-aware speech models

Citation

@article{
  title={Vedavani: A Benchmark Corpus for ASR on Vedic Sanskrit Poetry},
  author={Sujeet Kumar, Pretam Ray, Abhinay Beerukuri, Shrey Kamoji, Manoj Balaji Jagadeeshan, and Pawan Goyal},
  journal={https://arxiv.org/pdf/2506.00145v1},
  year={2025}
}
Downloads last month
453

Paper for sanganaka/Vedavani-Dataset