Add citation
Browse files
README.md
CHANGED
|
@@ -41,3 +41,14 @@ The text encoder was frozen during training, so stock `all-mpnet-base-v2` weight
|
|
| 41 |
## License
|
| 42 |
|
| 43 |
CC BY-NC-SA 4.0. See `LICENSE`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
## License
|
| 42 |
|
| 43 |
CC BY-NC-SA 4.0. See `LICENSE`.
|
| 44 |
+
|
| 45 |
+
## Citation
|
| 46 |
+
|
| 47 |
+
```bibtex
|
| 48 |
+
@inproceedings{alonso2026allmusiccaps,
|
| 49 |
+
title = {{AllMusicCaps}: Album Reviews as Complementary Supervision for Music {CLAP}},
|
| 50 |
+
author = {Alonso-Jim{\'e}nez, Pablo and Lizarraga-Seijas, Xavier and Serra, Xavier and Bogdanov, Dmitry},
|
| 51 |
+
booktitle = {International Society for Music Information Retrieval Conference (ISMIR)},
|
| 52 |
+
year = {2026},
|
| 53 |
+
}
|
| 54 |
+
```
|