MorVentura
commited on
Commit
•
91506fb
1
Parent(s):
3043c12
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
TODO: Add YAML tags here.
|
3 |
+
---
|
4 |
+
name: **TRBLLmaker**
|
5 |
+
|
6 |
+
annotations_creators: found
|
7 |
+
|
8 |
+
language_creators: found
|
9 |
+
|
10 |
+
languages: en-US
|
11 |
+
|
12 |
+
licenses: Genius-Ventura-Toker
|
13 |
+
|
14 |
+
multilinguality: monolingual
|
15 |
+
|
16 |
+
source_datasets: original
|
17 |
+
|
18 |
+
task_categories: sequence-modeling
|
19 |
+
|
20 |
+
task_ids: sequence-modeling-seq2seq_generate
|
21 |
+
|
22 |
+
|
23 |
+
# Dataset Card for TRBLLmaker Dataset
|
24 |
+
|
25 |
+
## Table of Contents
|
26 |
+
- [Table of Contents](#table-of-contents)
|
27 |
+
- [Dataset Description](#dataset-description)
|
28 |
+
- [Dataset Summary](#dataset-summary)
|
29 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
30 |
+
- [Languages](#languages)
|
31 |
+
- [Dataset Structure](#dataset-structure)
|
32 |
+
- [Data Fields](#data-fields)
|
33 |
+
- [Data Splits](#data-splits)
|
34 |
+
- [Dataset Creation](#dataset-creation)
|
35 |
+
- [Source Data](#source-data)
|
36 |
+
- [Annotations](#annotations)
|
37 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
38 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
39 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
40 |
+
- [Other Known Limitations](#other-known-limitations)
|
41 |
+
- [Additional Information](#additional-information)
|
42 |
+
- [Dataset Curators](#dataset-curators)
|
43 |
+
- [Contributions](#contributions)
|
44 |
+
|
45 |
+
## Dataset Description
|
46 |
+
|
47 |
+
- **Repository:** https://github.com/venturamor/TRBLLmaker-NLP
|
48 |
+
- **Paper:** in git
|
49 |
+
|
50 |
+
### Dataset Summary
|
51 |
+
TRBLLmaker - To Read Between Lyrics Lines.
|
52 |
+
Dataset used in order to train a model to get as an input - several lines of song's lyrics and generate optional interpretation / meaning of them or use the songs' metdata for various tasks such as classification.
|
53 |
+
|
54 |
+
This dataset is based on 'Genius' website's data, which contains global collection of songs lyrics and provides annotations and interpretations to songs lyrics and additional music knowledge.
|
55 |
+
We used 'Genius' API, created private client and extracted the relevant raw data from Genius servers.
|
56 |
+
|
57 |
+
We extracted the songs by the most popular songs in each genre - pop, rap, rock, country and r&b. Afterwards, we created a varied pool of 150 artists that associated with different music styles and periods, and extracted maximum of 100 samples from each.
|
58 |
+
We combined all the data, without repetitions, into one final database. After preforming a cleaning of non-English lyrics, we got our final corpus that contains 8,808 different songs with over all of 60,630 samples, while each sample is a specific sentence from the song's lyrics and its top rated annotation.
|
59 |
+
|
60 |
+
### Supported Tasks and Leaderboards
|
61 |
+
|
62 |
+
Seq2Seq
|
63 |
+
|
64 |
+
### Languages
|
65 |
+
|
66 |
+
[En] - English
|
67 |
+
|
68 |
+
## Dataset Structure
|
69 |
+
|
70 |
+
### Data Fields
|
71 |
+
|
72 |
+
We stored each sample in a 'SongInfo' structure with the following attributes: title, genre, annotations and song's meta data.
|
73 |
+
The meta data contains the artist's name, song id in the server, lyrics and statistics such page views.
|
74 |
+
|
75 |
+
### Data Splits
|
76 |
+
|
77 |
+
train [0.64 (0.8 * 0.8)], test[0.2], validation [0.16 (0.8 * 0.2)]
|
78 |
+
|
79 |
+
## Dataset Creation
|
80 |
+
|
81 |
+
### Source Data
|
82 |
+
Genius - https://genius.com/
|
83 |
+
|
84 |
+
### Annotations
|
85 |
+
|
86 |
+
#### Who are the annotators?
|
87 |
+
|
88 |
+
top-ranked annotations by users in Genoius websites / Official Genius annotations
|
89 |
+
|
90 |
+
## Considerations for Using the Data
|
91 |
+
|
92 |
+
### Social Impact of Dataset
|
93 |
+
|
94 |
+
We are excited about the future of applying attention-based models on task such as meaning generation.
|
95 |
+
We hope this dataset will encourage more NLP researchers to improve the way we understand and enjoy songs, since
|
96 |
+
achieving artistic comprehension is another step that progress us to the goal of robust AI.
|
97 |
+
|
98 |
+
### Other Known Limitations
|
99 |
+
|
100 |
+
The artists list can be found here.
|
101 |
+
|
102 |
+
## Additional Information
|
103 |
+
|
104 |
+
### Dataset Curators
|
105 |
+
|
106 |
+
This Dataset created by Mor Ventura and Michael Toker.
|
107 |
+
|
108 |
+
### Licensing Information
|
109 |
+
|
110 |
+
All source of data belongs to Genius.
|
111 |
+
|
112 |
+
### Contributions
|
113 |
+
|
114 |
+
Thanks to [@venturamor, @tokeron](https://github.com/venturamor/TRBLLmaker-NLP) for adding this dataset.
|