PascaleF commited on
Commit
49ecd3f
·
verified ·
1 Parent(s): 7f14a86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -37,3 +37,46 @@ configs:
37
  - split: train
38
  path: data/train-*
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  - split: train
38
  path: data/train-*
39
  ---
40
+
41
+
42
+ ## Dataset description
43
+
44
+ A dataset of literary sentences human-annotated for valence (0-10) used for developing multilingual SA
45
+
46
+ ### 🔬 Data
47
+
48
+ | | No. texts | No. annotations | No. words | Period |
49
+ |-------------|-----|------|--------|------------|
50
+ | **Fairy tales** | 3 | 772 | 18,597 | 1837-1847 |
51
+ | **Hymns** | 65 | 2,026 | 12,798 | 1798-1873 |
52
+ | **Prose** | 1 | 1,923 | 30,279 | 1952 |
53
+ | **Poetry** | 40 | 1,579 | 11,576 | 1965 |
54
+
55
+ This is the **Fiction4 dataset** of literary texts, spanning 109 individual texts across 4 genres and two languages (**English** and **Danish**) in the 19th and 20th century.
56
+ The corpus consists of 3 main authors, Sylvia Plath for poetry, Ernest Hemingway for prose and H.C. Andersen for fairytales. Hymns represent a heterogenous colleciton from Danish official church hymnbooks from 1798-1873.
57
+ The corpus was annotated for valence on a sentence basis by at least 2 annotators/sentence.
58
+
59
+
60
+ ## Some tags:
61
+ - text: sentence from a literary piece
62
+ - label: human mean annotated score (0-10)
63
+ - category: which literary genre it is [prose, poetry, hymns, fairytales]
64
+ - automatic sentiment scores of the sentences via a model-based & a dictionary based method. Columns=[tr_xlm_roberta, vader]
65
+ - id: parent story or collection of text
66
+
67
+
68
+ ## Citation
69
+
70
+ If you want to use this data, please cite our work [available here](https://ceur-ws.org/Vol-3834/paper98.pdf):
71
+
72
+ ```
73
+ @inproceedings{feldkamp_sentiment_2024,
74
+ title = {Sentiment {Below} the {Surface}: {Omissive} and {Evocative} {Strategies} in {Literature} and {Beyond}},
75
+ shorttitle = {Sentiment {Below} the {Surface}},
76
+ booktitle = {Computational {Humanities} {Research} 2024},
77
+ publisher = {CEUR Workshop Proceedings},
78
+ author = {Feldkamp, Pascale and Overgaard, Ea Lindhardt and Nielbo, Kristoffer Laigaard and Bizzoni, Yuri},
79
+ year = {2024},
80
+ }
81
+ ```
82
+