Update README.md
Browse files
README.md
CHANGED
@@ -79,16 +79,23 @@ corr_outputs_df["report"] = decoded_ids = [decode_clean(x, tokenizer) for x in t
|
|
79 |
```
|
80 |
|
81 |
### Cite
|
82 |
-
If you use
|
83 |
```bibtex
|
84 |
-
@
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
}
|
|
|
94 |
```
|
|
|
79 |
```
|
80 |
|
81 |
### Cite
|
82 |
+
If you use this model on your work or research, please cite as:
|
83 |
```bibtex
|
84 |
+
@inproceedings{bertolini-etal-2024-automatic,
|
85 |
+
title = "Automatic Annotation of Dream Report{'}s Emotional Content with Large Language Models",
|
86 |
+
author = "Bertolini, Lorenzo and
|
87 |
+
Elce, Valentina and
|
88 |
+
Michalak, Adriana and
|
89 |
+
Widhoelzl, Hanna-Sophia and
|
90 |
+
Bernardi, Giulio and
|
91 |
+
Weeds, Julie",
|
92 |
+
booktitle = "Proceedings of the 9th Workshop on Computational Linguistics and Clinical Psychology (CLPsych 2024)",
|
93 |
+
month = mar,
|
94 |
+
year = "2024",
|
95 |
+
address = "St. Julians, Malta",
|
96 |
+
publisher = "Association for Computational Linguistics",
|
97 |
+
url = "https://aclanthology.org/2024.clpsych-1.7",
|
98 |
+
pages = "92--107",
|
99 |
}
|
100 |
+
|
101 |
```
|