lorenzoscottb commited on
Commit
9c0e723
·
1 Parent(s): 4d0e8a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ ### DreamBank Custom Architecture
5
+
6
+ The repo contains the weights for the custom architecture presented in [Bertolini et al., 2023](https://arxiv.org/abs/2302.14828).
7
+ Working example on how to load and use the model can be found in the [Git repo](https://github.com/lorenzoscottb/Dream_Reports_Annotation/tree/main/Experiments/Supervised_Learning).
8
+
9
+ ### Cite
10
+ If you use the model, please cite the pre-print.
11
+ ```bibtex
12
+ @misc{https://doi.org/10.48550/arxiv.2302.14828,
13
+ doi = {10.48550/ARXIV.2302.14828},
14
+ url = {https://arxiv.org/abs/2302.14828},
15
+ author = {Bertolini, Lorenzo and Elce, Valentina and Michalak, Adriana and Bernardi, Giulio and Weeds, Julie},
16
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
17
+ title = {Automatic Scoring of Dream Reports' Emotional Content with Large Language Models},
18
+ publisher = {arXiv},
19
+ year = {2023},
20
+ copyright = {Creative Commons Attribution 4.0 International}
21
+ }
22
+ ```