Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Icelandic
Size:
10K - 100K
License:
File size: 982 Bytes
e7bb7b4 6cf3338 e7bb7b4 6cf3338 |
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 |
---
dataset_info:
features:
- name: review
dtype: string
- name: sentiment
dtype: string
splits:
- name: train
num_bytes: 72902230
num_examples: 50000
download_size: 46853414
dataset_size: 72902230
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
# citation
```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}
}
``` |