Update README.md
Browse files
README.md
CHANGED
|
@@ -49,8 +49,8 @@ The dataset is provided in a JSON format. Each entry represents a song and conta
|
|
| 49 |
**Example Data Snippet (Simplified for clarity):**
|
| 50 |
|
| 51 |
```json
|
| 52 |
-
|
| 53 |
-
|
| 54 |
"lyrics": [
|
| 55 |
[
|
| 56 |
{
|
|
@@ -87,8 +87,7 @@ The dataset is provided in a JSON format. Each entry represents a song and conta
|
|
| 87 |
"ES": true
|
| 88 |
// ... other languages
|
| 89 |
}
|
| 90 |
-
|
| 91 |
-
}
|
| 92 |
```
|
| 93 |
|
| 94 |
## Intended Uses & Limitations
|
|
@@ -138,4 +137,4 @@ If you use the MAVL dataset in your research, please cite our paper:
|
|
| 138 |
primaryClass={cs.CL},
|
| 139 |
url={https://arxiv.org/abs/2505.18614},
|
| 140 |
}
|
| 141 |
-
```
|
|
|
|
| 49 |
**Example Data Snippet (Simplified for clarity):**
|
| 50 |
|
| 51 |
```json
|
| 52 |
+
[
|
| 53 |
+
"song_title": "2_guyz_n_the_parque_s.i.m.p._(squirrels_in_my_pants)",
|
| 54 |
"lyrics": [
|
| 55 |
[
|
| 56 |
{
|
|
|
|
| 87 |
"ES": true
|
| 88 |
// ... other languages
|
| 89 |
}
|
| 90 |
+
]
|
|
|
|
| 91 |
```
|
| 92 |
|
| 93 |
## Intended Uses & Limitations
|
|
|
|
| 137 |
primaryClass={cs.CL},
|
| 138 |
url={https://arxiv.org/abs/2505.18614},
|
| 139 |
}
|
| 140 |
+
```
|