LCC

This dataset is suitable for sentiment analysis, which consists of Danish data from the Leipzig Collection. The collection and annotation of the dataset are solely due to Finn Årup Nielsen. It was originally annotated as a score between -5 and +5, but the labels in this version have been converted to negative, neutral, and positive labels.

An entry in the dataset consists of the following fields:

  1. text (str): The text content.
  2. label (str): The label of the text. Can be "positiv", "neutral" or "negativ" for positive, neutral and negative sentiment, respectively.

Data Splits: A train and test split is available, with the test split being 30% of the dataset, randomly sampled in a stratified fashion. There are 349 documents in the training split and 150 in the test split.