gustavecortal commited on
Commit
b48b455
1 Parent(s): 52b40c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -19
README.md CHANGED
@@ -17,25 +17,7 @@ size_categories:
17
 
18
  Annotations were produced using [dream-t5](https://huggingface.co/gustavecortal/dream-t5), a [LaMini-Flan-T5](https://huggingface.co/MBZUAI/LaMini-Flan-T5-248M) model finetuned on [Hall and Van de Castle annotations](https://dreams.ucsc.edu/Coding/) to predict character and emotion. I've introduced this task in this [paper](https://aclanthology.org/2024.lrec-main.1282/):
19
 
20
- > @inproceedings{cortal-2024-sequence-sequence,
21
- title = "Sequence-to-Sequence Language Models for Character and Emotion Detection in Dream Narratives",
22
- author = "Cortal, Gustave",
23
- editor = "Calzolari, Nicoletta and
24
- Kan, Min-Yen and
25
- Hoste, Veronique and
26
- Lenci, Alessandro and
27
- Sakti, Sakriani and
28
- Xue, Nianwen",
29
- booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
30
- month = may,
31
- year = "2024",
32
- address = "Torino, Italia",
33
- publisher = "ELRA and ICCL",
34
- url = "https://aclanthology.org/2024.lrec-main.1282",
35
- pages = "14717--14728",
36
- abstract = "The study of dreams has been central to understanding human (un)consciousness, cognition, and culture for centuries. Analyzing dreams quantitatively depends on labor-intensive, manual annotation of dream narratives. We automate this process through a natural language sequence-to-sequence generation framework. This paper presents the first study on character and emotion detection in the English portion of the open DreamBank corpus of dream narratives. Our results show that language models can effectively address this complex task. To get insight into prediction performance, we evaluate the impact of model size, prediction order of characters, and the consideration of proper names and character traits. We compare our approach with a large language model using in-context learning. Our supervised models perform better while having 28 times fewer parameters. Our model and its generated annotations are made publicly available.",
37
- }
38
-
39
 
40
  ## Citation
41
 
 
17
 
18
  Annotations were produced using [dream-t5](https://huggingface.co/gustavecortal/dream-t5), a [LaMini-Flan-T5](https://huggingface.co/MBZUAI/LaMini-Flan-T5-248M) model finetuned on [Hall and Van de Castle annotations](https://dreams.ucsc.edu/Coding/) to predict character and emotion. I've introduced this task in this [paper](https://aclanthology.org/2024.lrec-main.1282/):
19
 
20
+ > Gustave Cortal. 2024. Sequence-to-Sequence Language Models for Character and Emotion Detection in Dream Narratives. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pages 14717–14728, Torino, Italia. ELRA and ICCL.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Citation
23