File size: 2,760 Bytes
097eade
2253d07
 
 
 
 
 
 
 
 
 
 
 
 
 
097eade
 
 
 
 
c02cb16
 
 
 
 
 
097eade
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2253d07
 
 
 
 
 
 
 
a9c5ca9
2253d07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f293ed5
2253d07
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
language:
- de
license:
- cc-by-nc-sa-3.0
multilinguality:
- monolingual
task_categories:
- text-classification
task_ids:
- multi-class-classification
- sentiment-classification
pretty_name: FinancialPhrasebankGerman
tags:
- finance
dataset_info:
  features:
  - name: sentence
    dtype: string
  - name: label
    dtype:
      class_label:
          names:
            '0': negative
            '1': neutral
            '2': positive
  splits:
  - name: train
    num_bytes: 422345
    num_examples: 2763
  - name: validation
    num_bytes: 51710
    num_examples: 344
  - name: test
    num_bytes: 55109
    num_examples: 346
  download_size: 318382
  dataset_size: 529164
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---

# Dataset Card for German financial_phrasebank

## Dataset Description


### Dataset Summary

This datset is a German translation of the financial phrasebank of [Malo et al. (2013)](https://arxiv.org/abs/1307.5336) with a minimum agreement rate between annotators of 75% (3453 observations in total). The translation was mechanically accomplished with [Deepl](https://www.deepl.com/translator).

### Supported Tasks and Leaderboards

Sentiment Classification

### Languages

German

## Dataset Structure

### Data Instances

```
{ "sentence": "Die finnische nationale Fluggesellschaft gab an, dass der Nettoverlust in den Monaten April bis Juni 26 Millionen Euro betrug, verglichen mit einem Nettogewinn von 13 Millionen Euro im Vorjahr..",
  "label": "negative"
}
```

### Data Fields

- sentence: a tokenized line from the dataset
- label: a label corresponding to the class as a string: 'positive', 'negative' or 'neutral'

### Data Splits
The data is splitted in a train, test and validation set using stratified sampling:
- train (2763 observations)
- validation (344 observations)
- test (346 observations)

## Further Information

For further information regarding the source data or the annotation process, please look at the original [paper](https://arxiv.org/abs/1307.5336) or the original [dataset](https://huggingface.co/datasets/financial_phrasebank).


## Licensing Information

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/.
In particular, this license permits the free use of the data for non-commercial purposes.

If you are interested in commercial use of the data, please contact the authors of the original datset for an appropriate license:
- [Pekka Malo](mailto:[email protected])
- [Ankur Sinha](mailto:[email protected])