Datasets:
The dataset viewer is not available for this split.
Error code: RowsPostProcessingError
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.
HouseX Genre Audio Classification
Dataset Description
This dataset contains EDM/house audio tracks organized for Hugging Face audiofolder loading.
Labels are inferred directly from folder names.
- Total annotated examples: 1037
- Audio files found and included: 1035
- Missing audio excluded: 2
- Splits:
train(932),validation(103)
Task
Multi-class audio classification for 8 house-related genres.
Labels
bass_housebigroomdeep_housefuture_housefuture_raveprogressive_houseslap_housetechno
Dataset Structure
The dataset follows audiofolder format:
train/<label_name>/*.ogg
validation/<label_name>/*.ogg
Data Preparation Notes
- Source annotations were numeric scores per class.
- A single class label was assigned per track via argmax score.
- If multiple classes tied at max score, deterministic tie-break (alphabetical) was used.
- Random seed for split:
42. - Train/validation split ratio:
9:1(stratified by class).
Loading Example
from datasets import load_dataset
train_ds = load_dataset("audiofolder", data_dir=".", split="train")
val_ds = load_dataset("audiofolder", data_dir=".", split="validation")
print(train_ds, val_ds)
Class Distribution
Train
bass_house: 139bigroom: 99deep_house: 85future_house: 169future_rave: 106progressive_house: 158slap_house: 93techno: 83
Validation
bass_house: 15bigroom: 11deep_house: 9future_house: 19future_rave: 12progressive_house: 18slap_house: 10techno: 9
License
We are committed to ethical and legal research practices and have carefully considered copyright implications in our non-commercial, academic work aimed at advancing music information retrieval (MIR) for EDM. Below, we address these concerns and clarify our approach:
Justification for Commercial Releases: To ensure high audio quality and representativeness of contemporary EDM, we used commercial releases, as these reflect the production standards and diversity of the genre’s biggest hits. This choice strengthens the validity and generalizability of our findings, which aim to benefit the MIR community and, indirectly, the music industry through improved music analysis tools.
Non-Commercial Academic Research: Our study is purely academic, with no commercial intent or application. The dataset and model are developed solely to advance MIR techniques for EDM sub-genre classification, contributing to the broader scientific community’s understanding of music structure and style.
Transformative Use of Limited Excerpts: We extracted only the “drop” sections of the songs, which are short, distinct segments (typically 15–30 seconds). This use is transformative, as the drops are processed for feature extraction and classification, not for reproduction or consumption as music. The dataset does not enable reconstruction of the original songs, ensuring no substitution for the artists’ or labels’ original market.
No Market Harm: Our work, even if the dataset is made public, poses no threat to the commercial market of the original artists or record labels. The dataset consists of processed audio features and short excerpts, not full tracks, and is intended for research purposes only. To the best of our knowledge, they could not be used to replicate or compete with the original songs,
We are faithfully grateful to all the artists who produced these amazing tracks. Still, if you have copyright issues, please contact xl3133@nyu.edu.
- Downloads last month
- 4