Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ size_categories:
|
|
7 |
- 10K<n<100K
|
8 |
---
|
9 |
# Popular Hooks
|
|
|
10 |
## 1. Introduction
|
11 |
Popular Hooks, a shared multimodal music dataset consisting of **38,694** popular musical hooks for music understanding and generation; this dataset has the following key features:
|
12 |
- **Multimodal Music Data**
|
@@ -22,4 +23,20 @@ Popular Hooks, a shared multimodal music dataset consisting of **38,694** popula
|
|
22 |
- Structure
|
23 |
- Genre
|
24 |
- Emotion(Russell's 4Q)
|
25 |
-
- Region
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- 10K<n<100K
|
8 |
---
|
9 |
# Popular Hooks
|
10 |
+
This is the dataset repository for the paper: Popular Hooks: A Multimodal Dataset of Musical Hooks for Music Understanding and Generation, in 2024 IEEE International Conference on Multimedia and Expo Workshops (ICMEW).
|
11 |
## 1. Introduction
|
12 |
Popular Hooks, a shared multimodal music dataset consisting of **38,694** popular musical hooks for music understanding and generation; this dataset has the following key features:
|
13 |
- **Multimodal Music Data**
|
|
|
23 |
- Structure
|
24 |
- Genre
|
25 |
- Emotion(Russell's 4Q)
|
26 |
+
- Region
|
27 |
+
## 4. Dataset File Structure
|
28 |
+
- info_tables.xlsx: it contains a list describing the baisc information of each midi file (index, path, song name, singer, song url, genres, youtube url, youtube video start time and end time/duration, language, tonalities)
|
29 |
+
- midi/{index}/{singer_name}/{song_name}:
|
30 |
+
- complete_text_emotion_result.csv: it contains the emotion class(4Q) which is predicted with the total lyrics of the song.
|
31 |
+
- song_info.json: it contains the song's section info, theorytab DB url and genres info.
|
32 |
+
- total_lyrics.txt: it contains the song's complete lyrics which is collected from music API(lyricsGenius, NetEase, QQMusic)
|
33 |
+
- youtube_info.json: it contains the url of the song in Youtube, the start time and end time/duration of the video section.
|
34 |
+
- ./{section}
|
35 |
+
- {section}.mid: the section in midi format
|
36 |
+
- {section}.txt: it contains the tonalites of the section.
|
37 |
+
- {section}_audio_emotion_result.csv: it contains the emotion class(4Q) which is predicted with the audio of the section.
|
38 |
+
- {section}_lyrics.csv: it contains the lyrics of the section.
|
39 |
+
- {section}_midi_emotion_result.csv: it contains the emotion class(4Q) which is predicted with the midi of the section.
|
40 |
+
- {section}_multimodal_emotion_result.csv: it contains the emotion class(4Q) which is selected from the multimodal emotions of the section.
|
41 |
+
- {section}_text_emotion_result.csv: it contains the emotion class(4Q) which is predicted with the lyrics of the section.
|
42 |
+
- {section}_video_emotion_result.csv: it contains the emotion class(4Q) which is predicted with the video of the section.
|