Improve dataset card: add metadata and links
Browse filesHi! I'm Niels from the Hugging Face community science team.
This PR improves the dataset card for RPMC-L2 by:
- Adding YAML metadata including the `other` task category, specific license (`cc-by-4.0`), and the associated ArXiv ID.
- Adding tags for audio, music, and stage-lighting to improve discoverability.
- Restructuring the header to provide quick links to the paper, official GitHub repository, and Zenodo mirror.
- Maintaining the detailed dataset structure and creation information provided by the authors.
README.md
CHANGED
|
@@ -1,20 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# RPMC-L2
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
## Dataset Description
|
| 8 |
|
| 9 |
-
- **Repository:** [RS2002/Skip-BART
|
| 10 |
-
- **Paper:** [Automatic Stage Lighting Control: Is it a Rule-Driven Process or Generative Task?](https://
|
| 11 |
- **Contact:** zzhaock@connect.ust.hk
|
| 12 |
- **Collector:** Zijian Zhao
|
| 13 |
-
- **Dataset
|
| 14 |
- **Organization:** [Tokamak Disruption Band](https://tokamak-disruption.netlify.app/)
|
| 15 |
- **Dataset Summary:**
|
| 16 |
The Rock, Punk, Metal, and Core - Livehouse Lighting (RPMC-L2) dataset contains synchronized music and lighting data collected from professional live performance venues in the genres of Rock, Punk, Metal, and Core. The dataset includes 699 files in HDF5 format, totaling approximately 40 GB, designed to study the relationship between music features and lighting effects in live performances.
|
| 17 |
-
- **Tasks:** Music-to-Lighting Relationship Analysis, Audio-Visual Synchronization, Cross-Domain Tasks.
|
| 18 |
|
| 19 |
## Dataset Structure
|
| 20 |
|
|
@@ -57,23 +72,11 @@ The dataset was created to facilitate research on the relationship between music
|
|
| 57 |
|
| 58 |
### Source Data
|
| 59 |
|
| 60 |
-
- Initial Data Collection:
|
| 61 |
-
|
| 62 |
Data was collected from professional live performance venues hosting Rock, Punk, Metal, and Core music genres. Music features were extracted from audio recordings, and lighting data was captured as threshold values (Hue, Saturation, Value) synchronized with the audio.
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
- **File Format:** HDF5 (`.h5`)
|
| 67 |
-
|
| 68 |
-
- **Who are the source data producers?**
|
| 69 |
-
The data was collected by researchers or professionals in live music venues, capturing synchronized audio and lighting data.
|
| 70 |
-
|
| 71 |
-
### Annotations
|
| 72 |
-
|
| 73 |
-
- **Annotation Process:**
|
| 74 |
-
The dataset includes music features (e.g., mel spectrogram, MFCC) and lighting data (threshold values for Hue, Saturation, Value) automatically extracted and synchronized during data collection. No manual annotations were provided.
|
| 75 |
-
- **Who are the annotators?**
|
| 76 |
-
The dataset creators processed and organized the data using automated feature extraction tools.
|
| 77 |
|
| 78 |
## Citation
|
| 79 |
|
|
@@ -84,5 +87,4 @@ The dataset was created to facilitate research on the relationship between music
|
|
| 84 |
journal={arXiv preprint arXiv:2506.01482},
|
| 85 |
year={2025}
|
| 86 |
}
|
| 87 |
-
```
|
| 88 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- other
|
| 4 |
+
license: cc-by-4.0
|
| 5 |
+
arxiv: 2506.01482
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- audio
|
| 10 |
+
- music
|
| 11 |
+
- stage-lighting
|
| 12 |
+
- audio-visual
|
| 13 |
+
pretty_name: RPMC-L2
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# RPMC-L2
|
| 17 |
|
| 18 |
+
[**Paper**](https://huggingface.co/papers/2506.01482) | [**Code**](https://github.com/RS2002/Skip-BART) | [**Model**](https://huggingface.co/RS2002/Skip-BART) | [**Zenodo**](https://zenodo.org/records/14854217)
|
| 19 |
|
| 20 |
+
The Rock, Punk, Metal, and Core - Livehouse Lighting (RPMC-L2) dataset contains synchronized music and lighting data collected from professional live performance venues. This is the first stage lighting dataset designed to treat Automatic Stage Lighting Control (ASLC) as a generative task, introduced in the paper "Automatic Stage Lighting Control: Is it a Rule-Driven Process or Generative Task?".
|
| 21 |
|
| 22 |
## Dataset Description
|
| 23 |
|
| 24 |
+
- **Repository:** [RS2002/Skip-BART](https://github.com/RS2002/Skip-BART)
|
| 25 |
+
- **Paper:** [Automatic Stage Lighting Control: Is it a Rule-Driven Process or Generative Task?](https://huggingface.co/papers/2506.01482)
|
| 26 |
- **Contact:** zzhaock@connect.ust.hk
|
| 27 |
- **Collector:** Zijian Zhao
|
| 28 |
+
- **Dataset Processor:** Dian Jin
|
| 29 |
- **Organization:** [Tokamak Disruption Band](https://tokamak-disruption.netlify.app/)
|
| 30 |
- **Dataset Summary:**
|
| 31 |
The Rock, Punk, Metal, and Core - Livehouse Lighting (RPMC-L2) dataset contains synchronized music and lighting data collected from professional live performance venues in the genres of Rock, Punk, Metal, and Core. The dataset includes 699 files in HDF5 format, totaling approximately 40 GB, designed to study the relationship between music features and lighting effects in live performances.
|
| 32 |
+
- **Tasks:** Music-to-Lighting Relationship Analysis, Audio-Visual Synchronization, Cross-Domain Generative Tasks.
|
| 33 |
|
| 34 |
## Dataset Structure
|
| 35 |
|
|
|
|
| 72 |
|
| 73 |
### Source Data
|
| 74 |
|
| 75 |
+
- **Initial Data Collection:**
|
|
|
|
| 76 |
Data was collected from professional live performance venues hosting Rock, Punk, Metal, and Core music genres. Music features were extracted from audio recordings, and lighting data was captured as threshold values (Hue, Saturation, Value) synchronized with the audio.
|
| 77 |
+
- **Total Size:** ~40 GB
|
| 78 |
+
- **Collection Method:** Professional live performance venues
|
| 79 |
+
- **File Format:** HDF5 (`.h5`)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
|
| 81 |
## Citation
|
| 82 |
|
|
|
|
| 87 |
journal={arXiv preprint arXiv:2506.01482},
|
| 88 |
year={2025}
|
| 89 |
}
|
| 90 |
+
```
|
|
|