The dataset is a Norwegian machine-translation of the Stanford Sentiment Treebank (SST-2). The original dataset comprises sentences extracted from movie reviews, accompanied by human annotations indicating their sentiment.
Dataset Structure
The dataset has the following structure:
{
"idx": int,
"sentence": str,
"label": int,
"sentence_nob": str
}