saattrupdan commited on
Commit
385ad50
1 Parent(s): c493767

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +99 -0
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - da
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: AngryTweets
13
+ size_categories:
14
+ - 1K<n<10K
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
+ - **Paper:** https://aclanthology.org/2021.nodalida-main.53/
43
+ - **Direct Download**: https://danlp-downloads.alexandra.dk/datasets/game_tweets.zip
44
+
45
+ ### Dataset Summary
46
+
47
+ This dataset consists of anonymised Danish Twitter data that has been annotated for sentiment analysis through crowd-sourcing. All credits go to the authors of the following paper, who created the dataset:
48
+
49
+ [Pauli, Amalie Brogaard, et al. "DaNLP: An open-source toolkit for Danish Natural Language Processing." Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa). 2021](https://aclanthology.org/2021.nodalida-main.53/)
50
+
51
+ ### Supported Tasks and Leaderboards
52
+
53
+ This dataset is suitable for sentiment analysis.
54
+
55
+ ### Languages
56
+
57
+ This dataset is in Danish.
58
+
59
+ ## Dataset Structure
60
+
61
+ ### Data Instances
62
+
63
+ Every entry in the dataset has a tweet and an associated label.
64
+
65
+ ### Data Fields
66
+
67
+ An entry in the dataset consists of the following fields:
68
+ - `text` (`str`): The tweet content.
69
+ - `label` (`str`): The label of the `text`. Can be "positiv", "neutral" or "negativ" for positive, neutral and negative sentiment, respectively.
70
+
71
+ ### Data Splits
72
+
73
+ A `train` and `test` split is available, with the test split being 30% of the dataset, randomly sampled in a stratified fashion. There are 2,437 tweets in the training split and 1,047 in the test split.
74
+
75
+ ## Additional Information
76
+
77
+ ### Dataset Curators
78
+
79
+ The collection and annotation of the dataset is solely due to the authors of [the original paper](https://aclanthology.org/2021.nodalida-main.53/): Amalie Brogaard Pauli, Maria Barrett, Ophélie Lacroix and Rasmus Hvingelby. The tweets have been anonymised by [@saattrupdan](https://github.com/saattrupdan).
80
+
81
+ ### Licensing Information
82
+
83
+ The dataset is released under the CC BY 4.0 license.
84
+
85
+ ### Citation Information
86
+
87
+ ```
88
+ @inproceedings{pauli2021danlp,
89
+ title={DaNLP: An open-source toolkit for Danish Natural Language Processing},
90
+ author={Pauli, Amalie Brogaard and Barrett, Maria and Lacroix, Oph{\'e}lie and Hvingelby, Rasmus},
91
+ booktitle={Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa)},
92
+ pages={460--466},
93
+ year={2021}
94
+ }
95
+ ```
96
+
97
+ ### Contributions
98
+
99
+ Thanks to [@saattrupdan](https://github.com/saattrupdan) for adding this dataset to the Hugging Face Hub.