cifkao commited on
Commit
1b71b3f
·
verified ·
1 Parent(s): c99cbdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -25,7 +25,7 @@ paperswithcode_id: jam-alt
25
 
26
  * **Project page:** https://audioshake.github.io/jam-alt/
27
  * **Source code:** https://github.com/audioshake/alt-eval
28
- * **Paper:** https://arxiv.org/abs/2311.13987
29
 
30
  JamALT is a revision of the [JamendoLyrics](https://github.com/f90/jamendolyrics) dataset (80 songs in 4 languages), adapted for use as an automatic lyrics transcription (ALT) benchmark.
31
 
@@ -84,18 +84,19 @@ dataset = load_dataset("audioshake/jam-alt", revision="v1.0.0", with_audio=False
84
 
85
  ## Citation
86
 
87
- When using the benchmark, please cite [our paper](https://arxiv.org/abs/2311.13987) as well as the original [JamendoLyrics paper](https://arxiv.org/abs/2306.07744):
88
  ```bibtex
89
- @misc{cifka-2023-jam-alt,
90
  author = {Ond\v{r}ej C\'ifka and
91
- Constantinos Dimitriou and
92
- {Cheng-i} Wang and
93
  Hendrik Schreiber and
94
  Luke Miner and
95
  Fabian-Robert St\"oter},
96
- title = {{Jam-ALT}: A Formatting-Aware Lyrics Transcription Benchmark},
97
- eprint = {arXiv:2311.13987},
98
- year = 2023
 
 
 
99
  }
100
  @inproceedings{durand-2023-contrastive,
101
  author={Durand, Simon and Stoller, Daniel and Ewert, Sebastian},
 
25
 
26
  * **Project page:** https://audioshake.github.io/jam-alt/
27
  * **Source code:** https://github.com/audioshake/alt-eval
28
+ * **Papers:** https://www.arxiv.org/abs/2408.06370, https://arxiv.org/abs/2311.13987
29
 
30
  JamALT is a revision of the [JamendoLyrics](https://github.com/f90/jamendolyrics) dataset (80 songs in 4 languages), adapted for use as an automatic lyrics transcription (ALT) benchmark.
31
 
 
84
 
85
  ## Citation
86
 
87
+ When using the benchmark, please cite [our paper](https://www.arxiv.org/abs/2408.06370) as well as the original [JamendoLyrics paper](https://arxiv.org/abs/2306.07744):
88
  ```bibtex
89
+ @misc{cifka-2024-jam-alt,
90
  author = {Ond\v{r}ej C\'ifka and
 
 
91
  Hendrik Schreiber and
92
  Luke Miner and
93
  Fabian-Robert St\"oter},
94
+ title = {Lyrics Transcription for Humans: A Readability-Aware Benchmark},
95
+ booktitle = {Proceedings of the 25th International Society for
96
+ Music Information Retrieval Conference},
97
+ year = 2024,
98
+ publisher = {ISMIR},
99
+ note = {to appear; preprint arXiv:2408.06370}
100
  }
101
  @inproceedings{durand-2023-contrastive,
102
  author={Durand, Simon and Stoller, Daniel and Ewert, Sebastian},