Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
Hebrew
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- he
|
7 |
+
---
|
8 |
+
|
9 |
+
## Sentiment Analysis Data for the Hebrew Language
|
10 |
+
|
11 |
+
**Dataset Description:**
|
12 |
+
This dataset contains a sentiment analysis dataset from Amram et al. (2018).
|
13 |
+
|
14 |
+
**Data Structure:**
|
15 |
+
The data was used for the project on [improving word embeddings with graph knowledge for Low Resource Languages](https://github.com/pyRis/retrofitting-embeddings-lrls?tab=readme-ov-file).
|
16 |
+
|
17 |
+
**Citation:**
|
18 |
+
```bibtex
|
19 |
+
@inproceedings{amram-etal-2018-representations,
|
20 |
+
title = "Representations and Architectures in Neural Sentiment Analysis for Morphologically Rich Languages: A Case Study from {M}odern {H}ebrew",
|
21 |
+
author = "Amram, Adam and
|
22 |
+
Ben David, Anat and
|
23 |
+
Tsarfaty, Reut",
|
24 |
+
editor = "Bender, Emily M. and
|
25 |
+
Derczynski, Leon and
|
26 |
+
Isabelle, Pierre",
|
27 |
+
booktitle = "Proceedings of the 27th International Conference on Computational Linguistics",
|
28 |
+
month = aug,
|
29 |
+
year = "2018",
|
30 |
+
address = "Santa Fe, New Mexico, USA",
|
31 |
+
publisher = "Association for Computational Linguistics",
|
32 |
+
url = "https://aclanthology.org/C18-1190",
|
33 |
+
pages = "2242--2252",
|
34 |
+
abstract = "This paper empirically studies the effects of representation choices on neural sentiment analysis for Modern Hebrew, a morphologically rich language (MRL) for which no sentiment analyzer currently exists. We study two dimensions of representational choices: (i) the granularity of the input signal (token-based vs. morpheme-based), and (ii) the level of encoding of vocabulary items (string-based vs. character-based). We hypothesise that for MRLs, languages where multiple meaning-bearing elements may be carried by a single space-delimited token, these choices will have measurable effects on task perfromance, and that these effects may vary for different architectural designs {---} fully-connected, convolutional or recurrent. Specifically, we hypothesize that morpheme-based representations will have advantages in terms of their generalization capacity and task accuracy, due to their better OOV coverage. To empirically study these effects, we develop a new sentiment analysis benchmark for Hebrew, based on 12K social media comments, and provide two instances of these data: in token-based and morpheme-based settings. Our experiments show that representation choices empirical effects vary with architecture type. While fully-connected and convolutional networks slightly prefer token-based settings, RNNs benefit from a morpheme-based representation, in accord with the hypothesis that explicit morphological information may help generalize. Our endeavour also delivers the first state-of-the-art broad-coverage sentiment analyzer for Hebrew, with over 89{\%} accuracy, alongside an established benchmark to further study the effects of linguistic representation choices on neural networks{'} task performance.",
|
35 |
+
}
|
36 |
+
```
|