File size: 987 Bytes
41ec27f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0f372e7
 
 
 
 
 
 
41ec27f
0f372e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
dataset_info:
  features:
  - name: review
    dtype: string
  - name: sentiment
    dtype: string
  splits:
  - name: train
    num_bytes: 75997554
    num_examples: 50000
  download_size: 48513136
  dataset_size: 75997554
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: mit
task_categories:
- text-classification
language:
- is
size_categories:
- 1K<n<10K
---


# IMDB movie reviews translated into Icelandic

Originally from https://github.com/cadia-lvl/sentiment-analysis. 


## Citations

```tex
@techreport{Johannsson2023,
  title = {Evaluating Icelandic Sentiment Analysis Models Trained on Translated Data},
  author = {Ólafur Aron Johannsson and Birkir Arndal and Eysteinn Örn},
  year = {2023},
  institution = {University of Reykjavik},
  department = {Department of Computer Science},
  month = {12},
  day = {15},
  note = {Supervised by Stefán Ólafsson and Hrafn Loftsson, Examined by Sigurjón Ingi Garðarsson}
}
```