GiliGold commited on
Commit
4839a96
·
verified ·
1 Parent(s): 582b79c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - he
7
+ size_categories:
8
+ - 10M<n<100M
9
+ ---
10
+ # VAD_KnessetCorpus
11
+
12
+ This dataset extends the original [Knesset Corpus](https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus)
13
+ by adding VAD (Valence, Arousal, Dominance) annotations to committee sentences.
14
+
15
+ The VAD scores were automatically generated using the model [Knesset-multi-e5-large](https://huggingface.co/GiliGold/Knesset-multi-e5-large)
16
+ in conjunction with binomial regression models developed specifically for VAD prediction.
17
+
18
+ Additionally, a small subset of 120 Knesset sentences has been manually annotated
19
+ for VAD scores to serve as a benchmark for evaluating the automatic annotations.
20
+
21
+
22
+
23
+ ## VAD_scores:
24
+ - **Valence** (or pleasure) measures the positivity or negativity of an emotion on a scale from 0 to 1.
25
+
26
+ - **Arousal** quantifies the intensity of an emotion, from calm to excited on a scale from 0 to 1.
27
+
28
+ - **Dominance** represents the degree of control conveyed by a word, from submissive to dominant on a scale from 0 to 1.