Datasets:
DDSC
/

Modalities:
Text
Formats:
parquet
Languages:
Danish
Size:
< 1K
Libraries:
Datasets
pandas
License:
saattrupdan commited on
Commit
d498d41
·
1 Parent(s): 89a5f91

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - **Repository**: https://github.com/fnielsen/lcc-sentiment
43
+ - **Direct Download part 1**: https://raw.githubusercontent.com/fnielsen/lcc-sentiment/master/dan_mixed_2014_10K-sentences.csv
44
+ - **Direct Download part 2**: https://raw.githubusercontent.com/fnielsen/lcc-sentiment/master/dan_newscrawl_2011_10K-sentences.csv
45
+
46
+ ### Dataset Summary
47
+
48
+ This dataset consists of Danish data from [the Leipzig Collection](https://www.aclweb.org/anthology/L06-1396/) that has been annotated for sentiment analysis by Finn Årup Nielsen.
49
+
50
+ ### Supported Tasks and Leaderboards
51
+
52
+ This dataset is suitable for sentiment analysis.
53
+
54
+ ### Languages
55
+
56
+ This dataset is in Danish.
57
+
58
+ ## Dataset Structure
59
+
60
+ ### Data Instances
61
+
62
+ Every entry in the dataset has a document and an associated label.
63
+
64
+ ### Data Fields
65
+
66
+ An entry in the dataset consists of the following fields:
67
+ - `text` (`str`): The text content.
68
+ - `label` (`str`): The label of the `text`. Can be "positiv", "neutral" or "negativ" for positive, neutral and negative sentiment, respectively.
69
+
70
+ ### Data Splits
71
+
72
+ 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.
73
+
74
+ ## Additional Information
75
+
76
+ ### Dataset Curators
77
+
78
+ The collection and annotation of the dataset is solely due to the Finn Årup Nielsen. It was originally annotated as a score between -5 and +5, but the labels in this version have been converted to a negative, neutral and positive label.
79
+
80
+ ### Licensing Information
81
+
82
+ The dataset is released under the CC BY 4.0 license.
83
+
84
+ ### Citation Information
85
+
86
+ ```
87
+ @misc{lcc,
88
+ title={LCC},
89
+ author={Finn Årup Nielsen},
90
+ year={2016},
91
+ note={\url{https://github.com/fnielsen/lcc-sentiment}}
92
+ }
93
+ ```
94
+
95
+ ### Contributions
96
+
97
+ Thanks to [@saattrupdan](https://github.com/saattrupdan) for adding this dataset to the Hugging Face Hub.