Datasets:
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Dataset Card Creation Guide
Dataset Summary
Aggregated NoRec_fine: A Fine-grained Sentiment Dataset for Norwegian. This dataset was created by the Nordic Language Processing Laboratory by aggregating the fine-grained annotations in NoReC_fine and removing sentences with conflicting or no sentiment.
Supported Tasks and Leaderboards
[More Information Needed]
Languages
The text in the dataset is in Norwegian.
Dataset Structure
Data Instances
Example of one instance in the dataset.
{'label': 0, 'text': 'Verre er det med slagsmålene .'}
Data Fields
id
: index of the exampletext
: Text of a sentencelabel
: The sentiment label. Here- 0 = negative
- 1 = positive
Data Splits
The dataset is split into a train
, validation
, and test
split with the following sizes:
Tain | Valid | Test | |
---|---|---|---|
Number of examples | 2675 | 516 | 417 |
Dataset Creation
This dataset is based largely on the original data described in the paper A Fine-Grained Sentiment Dataset for Norwegian by L. Øvrelid, P. Mæhlum, J. Barnes, and E. Velldal, accepted at LREC 2020, paper available. However, we have since added annotations for another 3476 sentences, increasing the overall size and scope of the dataset.
Additional Information
Licensing Information
This work is licensed under a Creative Commons Attribution 4.0 International License
Citation Information
@misc{sheng2020investigating,
title={Investigating Societal Biases in a Poetry Composition System},
author={Emily Sheng and David Uthus},
year={2020},
eprint={2011.02686},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
- Downloads last month
- 45