saattrupdan commited on
Commit
2ba2401
1 Parent(s): f2300ad

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +95 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - da
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: TwitterSent
13
+ size_categories:
14
+ - n<1K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - sentiment-classification
21
+ ---
22
+
23
+ # Dataset Card for DKHate
24
+
25
+ ## Table of Contents
26
+ - [Table of Contents](#table-of-contents)
27
+ - [Dataset Description](#dataset-description)
28
+ - [Dataset Summary](#dataset-summary)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Additional Information](#additional-information)
35
+ - [Dataset Curators](#dataset-curators)
36
+ - [Licensing Information](#licensing-information)
37
+ - [Citation Information](#citation-information)
38
+ - [Contributions](#contributions)
39
+
40
+ ## Dataset Description
41
+
42
+ - **Direct Download**: http://danlp-downloads.alexandra.dk/datasets/europarl.sentiment2.zip
43
+
44
+ ### Dataset Summary
45
+
46
+ This dataset consists of Danish data from the European Parliament that has been annotated for sentiment analysis by the [Alexandra Institute](https://github.com/alexandrainst) - all credits go to them.
47
+
48
+ ### Supported Tasks and Leaderboards
49
+
50
+ This dataset is suitable for sentiment analysis.
51
+
52
+ ### Languages
53
+
54
+ This dataset is in Danish.
55
+
56
+ ## Dataset Structure
57
+
58
+ ### Data Instances
59
+
60
+ Every entry in the dataset has a document and an associated label.
61
+
62
+ ### Data Fields
63
+
64
+ An entry in the dataset consists of the following fields:
65
+ - `text` (`str`): The text content.
66
+ - `label` (`str`): The label of the `text`. Can be "positiv", "neutral" or "negativ" for positive, neutral and negative sentiment, respectively.
67
+
68
+ ### Data Splits
69
+
70
+ A `train` and `test` split is available, with the test split being 30% of the dataset, randomly sampled in a stratified fashion. There are 669 tweets in the training split and 288 in the test split.
71
+
72
+ ## Additional Information
73
+
74
+ ### Dataset Curators
75
+
76
+ The collection and annotation of the dataset is solely due to the [Alexandra Institute](https://github.com/alexandrainst).
77
+
78
+ ### Licensing Information
79
+
80
+ The dataset is released under the CC BY 4.0 license.
81
+
82
+ ### Citation Information
83
+
84
+ ```
85
+ @misc{twittersent,
86
+ title={EuroParl},
87
+ author={Alexandra Institute},
88
+ year={2020},
89
+ note={\url{https://danlp-alexandra.readthedocs.io/en/latest/docs/datasets.html#europarl-sentiment2}}
90
+ }
91
+ ```
92
+
93
+ ### Contributions
94
+
95
+ Thanks to [@saattrupdan](https://github.com/saattrupdan) for adding this dataset to the Hugging Face Hub.