lhoestq HF staff commited on
Commit
f9b5c85
·
1 Parent(s): 29a83ba

Remove config names as yaml keys (#4367)

Browse files

* validate YAML part

* fix bad YAML keys

* don't have config names as yaml keys

* style

* Remove hacking license tags when mirroring datasets on the Hub

* fix test

* fix style

* more fixes

* remove dots in QA column mapping keys

Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80

Files changed (1) hide show
  1. README.md +151 -44
README.md CHANGED
@@ -1,61 +1,168 @@
1
  ---
2
- annotations_creators: []
3
- language_creators: []
 
 
4
  languages:
5
  - en
6
- licenses: []
 
7
  multilinguality:
8
  - monolingual
9
  size_categories:
10
- emergent:
11
- - 1K<n<10K
12
- emobank-arousal:
13
- - 1K<n<10K
14
- emobank-dominance:
15
- - 1K<n<10K
16
- emobank-valence:
17
- - 1K<n<10K
18
- gum:
19
- - 1K<n<10K
20
- mrda:
21
- - 10K<n<100K
22
- pdtb:
23
- - 10K<n<100K
24
- persuasiveness-claimtype:
25
- - n<1K
26
- persuasiveness-eloquence:
27
- - n<1K
28
- persuasiveness-premisetype:
29
- - n<1K
30
- persuasiveness-relevance:
31
- - n<1K
32
- persuasiveness-specificity:
33
- - n<1K
34
- persuasiveness-strength:
35
- - n<1K
36
- sarcasm:
37
- - 1K<n<10K
38
- squinky-formality:
39
- - 1K<n<10K
40
- squinky-implicature:
41
- - 1K<n<10K
42
- squinky-informativeness:
43
- - 1K<n<10K
44
- stac:
45
- - 10K<n<100K
46
- switchboard:
47
- - 10K<n<100K
48
- verifiability:
49
- - 1K<n<10K
50
- source_datasets: []
51
  task_categories:
52
  - text-classification
53
  task_ids:
54
  - multi-class-classification
55
  paperswithcode_id: null
56
  pretty_name: pragmeval
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  ---
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  ### Contributions
60
 
61
  Thanks to [@sileod](https://github.com/sileod) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - found
6
  languages:
7
  - en
8
+ licenses:
9
+ - unknown
10
  multilinguality:
11
  - monolingual
12
  size_categories:
13
+ - 10K<n<100K
14
+ - 1K<n<10K
15
+ - n<1K
16
+ source_datasets:
17
+ - original
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  task_categories:
19
  - text-classification
20
  task_ids:
21
  - multi-class-classification
22
  paperswithcode_id: null
23
  pretty_name: pragmeval
24
+ configs:
25
+ - emergent
26
+ - emobank-arousal
27
+ - emobank-dominance
28
+ - emobank-valence
29
+ - gum
30
+ - mrda
31
+ - pdtb
32
+ - persuasiveness-claimtype
33
+ - persuasiveness-eloquence
34
+ - persuasiveness-premisetype
35
+ - persuasiveness-relevance
36
+ - persuasiveness-specificity
37
+ - persuasiveness-strength
38
+ - sarcasm
39
+ - squinky-formality
40
+ - squinky-implicature
41
+ - squinky-informativeness
42
+ - stac
43
+ - switchboard
44
+ - verifiability
45
  ---
46
 
47
+ # Dataset Card for pragmeval
48
+
49
+ ## Table of Contents
50
+ - [Table of Contents](#table-of-contents)
51
+ - [Dataset Description](#dataset-description)
52
+ - [Dataset Summary](#dataset-summary)
53
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
54
+ - [Languages](#languages)
55
+ - [Dataset Structure](#dataset-structure)
56
+ - [Data Instances](#data-instances)
57
+ - [Data Fields](#data-fields)
58
+ - [Data Splits](#data-splits)
59
+ - [Dataset Creation](#dataset-creation)
60
+ - [Curation Rationale](#curation-rationale)
61
+ - [Source Data](#source-data)
62
+ - [Annotations](#annotations)
63
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
64
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
65
+ - [Social Impact of Dataset](#social-impact-of-dataset)
66
+ - [Discussion of Biases](#discussion-of-biases)
67
+ - [Other Known Limitations](#other-known-limitations)
68
+ - [Additional Information](#additional-information)
69
+ - [Dataset Curators](#dataset-curators)
70
+ - [Licensing Information](#licensing-information)
71
+ - [Citation Information](#citation-information)
72
+ - [Contributions](#contributions)
73
+
74
+ ## Dataset Description
75
+
76
+ - **Homepage:**
77
+ - **Repository:**
78
+ - **Paper:**
79
+ - **Leaderboard:**
80
+ - **Point of Contact:**
81
+
82
+ ### Dataset Summary
83
+
84
+ [More Information Needed]
85
+
86
+ ### Supported Tasks and Leaderboards
87
+
88
+ [More Information Needed]
89
+
90
+ ### Languages
91
+
92
+ [More Information Needed]
93
+
94
+ ## Dataset Structure
95
+
96
+ ### Data Instances
97
+
98
+ [More Information Needed]
99
+
100
+ ### Data Fields
101
+
102
+ [More Information Needed]
103
+
104
+ ### Data Splits
105
+
106
+ [More Information Needed]
107
+
108
+ ## Dataset Creation
109
+
110
+ ### Curation Rationale
111
+
112
+ [More Information Needed]
113
+
114
+ ### Source Data
115
+
116
+ #### Initial Data Collection and Normalization
117
+
118
+ [More Information Needed]
119
+
120
+ #### Who are the source language producers?
121
+
122
+ [More Information Needed]
123
+
124
+ ### Annotations
125
+
126
+ #### Annotation process
127
+
128
+ [More Information Needed]
129
+
130
+ #### Who are the annotators?
131
+
132
+ [More Information Needed]
133
+
134
+ ### Personal and Sensitive Information
135
+
136
+ [More Information Needed]
137
+
138
+ ## Considerations for Using the Data
139
+
140
+ ### Social Impact of Dataset
141
+
142
+ [More Information Needed]
143
+
144
+ ### Discussion of Biases
145
+
146
+ [More Information Needed]
147
+
148
+ ### Other Known Limitations
149
+
150
+ [More Information Needed]
151
+
152
+ ## Additional Information
153
+
154
+ ### Dataset Curators
155
+
156
+ [More Information Needed]
157
+
158
+ ### Licensing Information
159
+
160
+ [More Information Needed]
161
+
162
+ ### Citation Information
163
+
164
+ [More Information Needed]
165
+
166
  ### Contributions
167
 
168
  Thanks to [@sileod](https://github.com/sileod) for adding this dataset.