JAME
收藏JAME数据集概述
基本描述
- 名称: JAME (JAM Evaluation)
- 开发者: DeCLaRe Lab
- 所属项目: Project Jamify
- 用途: 歌曲生成模型的标准化评估基准
数据集内容
- 总曲目数: 250首高质量音乐曲目
- 曲目时长: 每首约230秒
- 总时长: ~15.3小时
- 发行时间: 精选2025年5月1日后发布的曲目
音乐流派分布
- Hip-Hop/Rap: 50首
- Rock/Metal: 50首
- Electronic/Dance: 50首
- R&B/Soul/Jazz: 50首
- Country/Folk: 50首
数据集结构
jame/ ├── README.md ├── metadata.jsonl ├── spotify_urls.txt ├── transcriptions/ │ ├── Artist - Title.json │ └── ... └── struct/ ├── Artist - Title.json └── ...
元数据格式
json { "file_name": "Artist - Title", "artist": "Artist Name", "title": "Song Title", "spotify_url": "https://open.spotify.com/track/...", "youtube_url": "https://music.youtube.com/watch?v=...", "duration": 180, "year": 2025, "genre": "Hip-Hop/Rap", "transcription_path": "transcriptions/Artist - Title.json", "struct_path": "struct/Artist - Title.json", "song_id": "spotify_track_id" }
音频访问方式
- Spotify: 通过提供的spotify_url链接
- YouTube Music: 通过提供的youtube_url链接
- 合法流媒体服务: 通过艺术家和标题信息搜索
评估指标
- PER
- WER
- SongEval
- Audio Aesthetics
- MuQ
- FAD
许可信息
- 许可证类型: Project Jamify License
- 使用限制: 仅限非商业、学术和娱乐用途
- 关键限制:
- 禁止商业用途
- 必须引用JAM论文
- 需遵守适用的法律和道德标准
引用格式
bibtex @misc{liu2025jamtinyflowbasedsong, title={JAM: A Tiny Flow-based Song Generator with Fine-grained Controllability and Aesthetic Alignment}, author={Renhang Liu and Chia-Yu Hung and Navonil Majumder and Taylor Gautreaux and Amir Ali Bagherzadeh and Chuan Li and Dorien Herremans and Soujanya Poria}, year={2025}, eprint={2507.20880}, archivePrefix={arXiv}, primaryClass={cs.SD}, url={https://arxiv.org/abs/2507.20880}, }
联系方式
- GitHub: https://github.com/declare-lab/jamify
- 项目网站: https://declare-lab.github.io/jamify
- 论文链接: https://arxiv.org/abs/2507.20880




