Hebrew
vad
valence
arousal
dominance
regression
knesset
GiliGold commited on
Commit
c9ca497
·
verified ·
1 Parent(s): ee6abae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -17
README.md CHANGED
@@ -1,19 +1,19 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- datasets:
4
- - GiliGold/VAD_KnessetCorpus
5
- - HaifaCLGroup/KnessetCorpus
6
- - GiliGold/Hebrew_VAD_lexicon
7
- language:
8
- - he
9
- tags:
10
- - vad
11
- - valence
12
- - arousal
13
- - dominance
14
- - regression
15
- - knesset
16
- ---
17
  # VAD Binomial Regression Models
18
  This repository contains three binomial regression models designed to predict VAD (Valence, Arousal, Dominance) scores for text inputs.
19
  Each model is stored as a separate pickle (.pkl) file:
@@ -66,4 +66,15 @@ with open(model_v_path, "rb") as f:
66
  valence_score = valence_model.predict([embedding_vector])
67
 
68
  print(f"Predicted Valence Score: {valence_score[0]}")
69
- ```
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ datasets:
4
+ - GiliGold/VAD_KnessetCorpus
5
+ - HaifaCLGroup/KnessetCorpus
6
+ - GiliGold/Hebrew_VAD_lexicon
7
+ language:
8
+ - he
9
+ tags:
10
+ - vad
11
+ - valence
12
+ - arousal
13
+ - dominance
14
+ - regression
15
+ - knesset
16
+ ---
17
  # VAD Binomial Regression Models
18
  This repository contains three binomial regression models designed to predict VAD (Valence, Arousal, Dominance) scores for text inputs.
19
  Each model is stored as a separate pickle (.pkl) file:
 
66
  valence_score = valence_model.predict([embedding_vector])
67
 
68
  print(f"Predicted Valence Score: {valence_score[0]}")
69
+ ```
70
+
71
+ Cite:
72
+ @misc{goldin2025unveilingaffectivepolarizationtrends,
73
+ title={Unveiling Affective Polarization Trends in Parliamentary Proceedings},
74
+ author={Gili Goldin and Ella Rabinovich and Shuly Wintner},
75
+ year={2025},
76
+ eprint={2512.05231},
77
+ archivePrefix={arXiv},
78
+ primaryClass={cs.CL},
79
+ url={https://arxiv.org/abs/2512.05231},
80
+ }