ajders commited on
Commit
b2fbd05
1 Parent(s): 76527fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - da
6
+ language_creators:
7
+ - expert-generated
8
+ license:
9
+ - afl-3.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: DDisco
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets: []
16
+ tags:
17
+ - discourse
18
+ - coherence
19
+ task_categories:
20
+ - text-classification
21
+ task_ids: []
22
+ ---
23
+
24
+ # Dataset Card for DDisco
25
+
26
+ ## Dataset Description
27
+
28
+ The DDisco dataset is a dataset which can be used to train models to classify levels of coherence in _danish_ discourse. Each entry in the dataset is annotated with a discourse coherence label (rating from 1 to 3):
29
+
30
+ 1: low coherence (difficult to understand, unorganized, contained unnecessary details and can not be summarized briefly and easily)
31
+ 2: medium coherence
32
+ 3: high coherence (easy to understand, well organized, only contain details that support the main point and can be summarized briefly and easily).
33
+ Grammatical and typing errors are ignored (i.e. they do not affect the coherency score) and the coherence of a text is considered within its own domain.
34
+
35
+ ### Additional Information
36
+
37
+ [DDisCo: A Discourse Coherence Dataset for Danish](https://aclanthology.org/2022.lrec-1.260.pdf)
38
+
39
+ ### Contributions
40
+
41
+ [@ajders](https://github.com/ajders)