Update README.md
Browse files
README.md
CHANGED
|
@@ -57,13 +57,19 @@ SentenceTransformer(
|
|
| 57 |
The encoder part has been fine-tuned on [Knesset data](https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus) to enhance performance for tasks involving legislative and parliamentary content.
|
| 58 |
The original pooling and normalization layers have been retained to ensure that the model's embeddings remain consistent with the architecture of the base model.
|
| 59 |
## Citing & Authors
|
| 60 |
-
|
| 61 |
-
@
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
The encoder part has been fine-tuned on [Knesset data](https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus) to enhance performance for tasks involving legislative and parliamentary content.
|
| 58 |
The original pooling and normalization layers have been retained to ensure that the model's embeddings remain consistent with the architecture of the base model.
|
| 59 |
## Citing & Authors
|
| 60 |
+
```
|
| 61 |
+
@article{10.1162/COLI.a.600,
|
| 62 |
+
author = {Goldin, Gili and Rabinovich, Ella and Wintner, Shuly},
|
| 63 |
+
title = {Unveiling Affective Polarization Trends in Parliamentary Proceedings},
|
| 64 |
+
journal = {Computational Linguistics},
|
| 65 |
+
pages = {1-33},
|
| 66 |
+
year = {2026},
|
| 67 |
+
month = {01},
|
| 68 |
+
abstract = {Recent years have seen an increase in polarized discourse worldwide, on various platforms. We propose a novel method for quantifying polarization, based on the emotional style of the discourse rather than on differences in ideological stands. Using measures of Valence, Arousal and Dominance, we detect signals of emotional discourse and use them to operationalize the concept of affective polarization. Applying this method to a recently released corpus of proceedings of the Knesset, the Israeli parliament (in Hebrew), we find that the emotional style of members of government differs from that of opposition members; and that the level of affective polarization, as reflected by this style, is significantly increasing with time.},
|
| 69 |
+
issn = {0891-2017},
|
| 70 |
+
doi = {10.1162/COLI.a.600},
|
| 71 |
+
url = {https://doi.org/10.1162/COLI.a.600},
|
| 72 |
+
eprint = {https://direct.mit.edu/coli/article-pdf/doi/10.1162/COLI.a.600/2573634/coli.a.600.pdf},
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
```
|