stefan-it commited on
Commit
9f02ed1
1 Parent(s): 006fa2f

readme: add initial version

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: unknown
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ language:
4
+ - de
5
+ tags:
6
+ - historical
7
+ - newspapers
8
+ ---
9
+
10
+ # SentiAnno: A Sentiment-Annotated Corpus of Austrian Historical Newspapers
11
+
12
+ This repository hosts training, development and test splits for the recently introduced "SentiAnno" dataset from the ["Constructing a Sentiment-Annotated Corpus of Austrian Historical
13
+ Newspapers: Challenges, Tools, and Annotator Experience"](https://aclanthology.org/2024.nlp4dh-1.6/) paper by [Lucija Krušic](https://huggingface.co/lukru).
14
+
15
+ More from the paper:
16
+
17
+ > This study presents the development of a sentiment-annotated corpus of historical newspaper texts in Austrian German, addressing a gap in annotated corpora for Natural Language Processing in the field of Digital Humanities. Three annotators categorised 1005 sentences from two 19th-century periodicals into four sentiment categories: positive, negative, neutral, and mixed. The annotators, Masters and PhD students in Linguistics and Digital Humanities, are considered semi-experts and have received substantial training during this annotation study.
18
+
19
+ # Dataset Stats
20
+
21
+ We create a 80/10/10 dataset split from the gold standard annotations, using the [`0ecb222`](https://github.com/lucijakrusic/SentiAnno/tree/0ecb2228e6c290dd22836024f32e559cc9b9711e) revision.
22
+
23
+ Label negative has 447 sentences
24
+ Label mixed has 56 sentences
25
+ Label positive has 81 sentences
26
+ Label neutral has 345 sentences
27
+
28
+ For each label category (`positive`, `negative`, `neutral`, `mixed`) this dataset split ratio is performed leading to:
29
+
30
+ * 741 training examples
31
+ * 93 development examples
32
+ * 95 test examples
33
+
34
+ # License
35
+
36
+ License is still be to cleared out, for now it is "unknown".