lorenzoscottb commited on
Commit
c110c07
·
verified ·
1 Parent(s): 4a5b532

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -10
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 the model, please cite the pre-print.
83
  ```bibtex
84
- @misc{https://doi.org/10.48550/arxiv.2302.14828,
85
- doi = {10.48550/ARXIV.2302.14828},
86
- url = {https://arxiv.org/abs/2302.14828},
87
- author = {Bertolini, Lorenzo and Elce, Valentina and Michalak, Adriana and Bernardi, Giulio and Weeds, Julie},
88
- keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
89
- title = {Automatic Scoring of Dream Reports' Emotional Content with Large Language Models},
90
- publisher = {arXiv},
91
- year = {2023},
92
- copyright = {Creative Commons Attribution 4.0 International}
 
 
 
 
 
 
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
  ```