Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Icelandic
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,31 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: mit
|
20 |
+
task_categories:
|
21 |
+
- text-classification
|
22 |
+
language:
|
23 |
+
- is
|
24 |
+
size_categories:
|
25 |
+
- 1K<n<10K
|
26 |
---
|
27 |
+
|
28 |
+
|
29 |
+
# IMDB movie reviews translated into Icelandic
|
30 |
+
|
31 |
+
Originally from https://github.com/cadia-lvl/sentiment-analysis
|
32 |
+
|
33 |
+
# citation
|
34 |
+
|
35 |
+
```tex
|
36 |
+
@techreport{Johannsson2023,
|
37 |
+
title = {Evaluating Icelandic Sentiment Analysis Models Trained on Translated Data},
|
38 |
+
author = {Ólafur Aron Johannsson and Birkir Arndal and Eysteinn Örn},
|
39 |
+
year = {2023},
|
40 |
+
institution = {University of Reykjavik},
|
41 |
+
department = {Department of Computer Science},
|
42 |
+
month = {12},
|
43 |
+
day = {15},
|
44 |
+
note = {Supervised by Stefán Ólafsson and Hrafn Loftsson, Examined by Sigurjón Ingi Garðarsson}
|
45 |
+
}
|
46 |
+
```
|