Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,15 +9,18 @@ pinned: false
|
|
9 |
Models and datasets used in [`DReAMy`](https://github.com/lorenzoscottb/DReAMy).
|
10 |
For more details on the models' training and evaluation procedure, see [Bertolini et al., 23](https://arxiv.org/abs/2302.14828).
|
11 |
|
12 |
-
|
13 |
```bibtex
|
14 |
-
@
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
}
|
22 |
```
|
23 |
-
01/2024: We happy to share that the work has been acepte for publication at The Workshop on Computational Linguistics and Clinical Psychology, co-loaced with EACL 2024!
|
|
|
9 |
Models and datasets used in [`DReAMy`](https://github.com/lorenzoscottb/DReAMy).
|
10 |
For more details on the models' training and evaluation procedure, see [Bertolini et al., 23](https://arxiv.org/abs/2302.14828).
|
11 |
|
12 |
+
Should use our models in your work, please consider citing us as:
|
13 |
```bibtex
|
14 |
+
@article{BERTOLINI2024406,
|
15 |
+
title = {DReAMy: a library for the automatic analysis and annotation of dream reports with multilingual large language models},
|
16 |
+
journal = {Sleep Medicine},
|
17 |
+
volume = {115},
|
18 |
+
pages = {406-407},
|
19 |
+
year = {2024},
|
20 |
+
note = {Abstracts from the 17th World Sleep Congress},
|
21 |
+
issn = {1389-9457},
|
22 |
+
doi = {https://doi.org/10.1016/j.sleep.2023.11.1092},
|
23 |
+
url = {https://www.sciencedirect.com/science/article/pii/S1389945723015186},
|
24 |
+
author = {L. Bertolini and A. Michalak and J. Weeds}
|
25 |
}
|
26 |
```
|
|