osliusarenko commited on
Commit
64be200
1 Parent(s): b69cab5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -26,4 +26,49 @@ dataset_info:
26
  splits:
27
  - name: test
28
  num_examples: 1023
29
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  splits:
27
  - name: test
28
  num_examples: 1023
29
+ ---
30
+ # Dataset Card for DeTexD: A Benchmark Dataset for Delicate Text Detection
31
+
32
+ ## Dataset Description
33
+
34
+ - **Repository:** [DeTexD repository](https://github.com/grammarly/detexd)
35
+ - **Paper:** [DeTexD: A Benchmark Dataset for Delicate Text Detection](TODO)
36
+
37
+ ### Dataset Summary
38
+
39
+ We define *delicate text* as any text that is emotionally charged or potentially triggering such that engaging with it has the potential to result in harm. This broad term covers a range of sensitive texts that vary across four major dimensions: 1) riskiness, 2) explicitness, 3) topic, and 4) target.
40
+
41
+ This dataset contains texts with fine-grained individual annotator labels from 0 to 5 and averaged binary labels. See paper for more details.
42
+
43
+ **Repository:** [DeTexD repository](https://github.com/grammarly/detexd) <br>
44
+ **Paper:** [DeTexD: A Benchmark Dataset for Delicate Text Detection](TODO)
45
+
46
+ ## Dataset Structure
47
+
48
+ ### Data Instances
49
+
50
+ ```
51
+ {'text': '"He asked me and the club if we could give him a couple of days off just to clear up his mind and he will be back in the group, I suppose, next Monday, back for training and then be a regular part of the whole squad again," Rangnick said.',
52
+ 'annotator_1': 0,
53
+ 'annotator_2': 0,
54
+ 'annotator_3': 0,
55
+ 'label': 0}
56
+ ```
57
+
58
+ ### Data Fields
59
+
60
+ - `text`: Text to be classified
61
+ - `annotator_1`: Annotator 1 score (0-5)
62
+ - `annotator_2`: Annotator 2 score (0-5)
63
+ - `annotator_3`: Annotator 3 score (0-5)
64
+ - `label`: Averaged binary score (>=3), either "negative" (0) or positive (1)
65
+
66
+ ### Data Splits
67
+
68
+ | | test |
69
+ |--------------------|-----:|
70
+ | Number of examples | 1023 |
71
+
72
+ ### Citation Information
73
+
74
+ TODO