Datasets:
Add citation
Browse files- jam-alt.py +15 -1
jam-alt.py
CHANGED
@@ -14,8 +14,22 @@ import datasets
|
|
14 |
_VERSION = "0.0.0"
|
15 |
|
16 |
|
17 |
-
# TODO: Add BibTeX citation
|
18 |
_CITATION = """\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
"""
|
20 |
|
21 |
_DESCRIPTION = """\
|
|
|
14 |
_VERSION = "0.0.0"
|
15 |
|
16 |
|
|
|
17 |
_CITATION = """\
|
18 |
+
@inproceedings{cifka-2023-jam-alt,
|
19 |
+
author = {Ond\v{r}ej C\'ifka and
|
20 |
+
Constantinos Dimitriou and
|
21 |
+
{Cheng-i} Wang and
|
22 |
+
Hendrik Schreiber and
|
23 |
+
Luke Miner and
|
24 |
+
Fabian-Robert St\"oter},
|
25 |
+
title = {{Jam-ALT}: A Formatting-Aware Lyrics Transcription Benchmark},
|
26 |
+
booktitle = {Extended Abstracts for the Late-Breaking Demo Session of the 24th
|
27 |
+
International Society for Music Information Retrieval Conference},
|
28 |
+
year = 2023,
|
29 |
+
publisher = {ISMIR},
|
30 |
+
month = nov,
|
31 |
+
venue = {Milan, Italy}
|
32 |
+
}
|
33 |
"""
|
34 |
|
35 |
_DESCRIPTION = """\
|