nataliaElv HF staff commited on
Commit
2c1eaa2
1 Parent(s): c377703

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -124
README.md CHANGED
@@ -4,56 +4,6 @@ tags:
4
  - rlfh
5
  - argilla
6
  - human-feedback
7
- dataset_info:
8
- features:
9
- - name: prompt
10
- dtype: string
11
- id: field
12
- - name: context
13
- dtype: string
14
- id: field
15
- - name: response
16
- list:
17
- - name: user_id
18
- dtype: string
19
- id: question
20
- - name: value
21
- dtype: string
22
- id: suggestion
23
- - name: status
24
- dtype: string
25
- id: question
26
- - name: response-suggestion
27
- dtype: string
28
- id: suggestion
29
- - name: response-suggestion-metadata
30
- struct:
31
- - name: type
32
- dtype: string
33
- id: suggestion-metadata
34
- - name: score
35
- dtype: float32
36
- id: suggestion-metadata
37
- - name: agent
38
- dtype: string
39
- id: suggestion-metadata
40
- - name: external_id
41
- dtype: string
42
- id: external_id
43
- - name: metadata
44
- dtype: string
45
- id: metadata
46
- splits:
47
- - name: train
48
- num_bytes: 3008948
49
- num_examples: 1030
50
- download_size: 1725692
51
- dataset_size: 3008948
52
- configs:
53
- - config_name: default
54
- data_files:
55
- - split: train
56
- path: data/train-*
57
  ---
58
 
59
  # Dataset Card for text-descriptives-metadata
@@ -120,15 +70,15 @@ The **fields** are the dataset records themselves, for the moment just text fiel
120
 
121
  | Field Name | Title | Type | Required | Markdown |
122
  | ---------- | ----- | ---- | -------- | -------- |
123
- | prompt | Prompt | text | True | True |
124
- | context | Context | text | False | True |
125
 
126
 
127
  The **questions** are the questions that will be asked to the annotators. They can be of different types, such as rating, text, label_selection, multi_label_selection, or ranking.
128
 
129
  | Question Name | Title | Type | Required | Description | Values/Labels |
130
  | ------------- | ----- | ---- | -------- | ----------- | ------------- |
131
- | response | Response | text | True | N/A | N/A |
132
 
133
 
134
  The **suggestions** are human or machine generated recommendations for each question to assist the annotator during the annotation process, so those are always linked to the existing questions, and named appending "-suggestion" and "-suggestion-metadata" to those, containing the value/s of the suggestion and its metadata, respectively. So on, the possible values are the same as in the table above, but the column name is appended with "-suggestion" and the metadata is appended with "-suggestion-metadata".
@@ -145,78 +95,14 @@ An example of a dataset instance in Argilla looks as follows:
145
  {
146
  "external_id": null,
147
  "fields": {
 
148
  "prompt": "Can brain cells move? By movement I mean long distance migration (preferably within the brain only)."
149
  },
150
  "metadata": {
151
- "alpha_ratio": 0.8,
152
- "automated_readability_index": 6.414375,
153
- "coleman_liau_index": 10.267499999999998,
154
- "dependency_distance_mean": 2.0,
155
- "dependency_distance_std": 0.7999999999999999,
156
- "doc_length": 20.0,
157
- "duplicate_line_chr_fraction": 0.0,
158
- "duplicate_ngram_chr_fraction_10": 0.0,
159
- "duplicate_ngram_chr_fraction_5": 0.0,
160
- "duplicate_ngram_chr_fraction_6": 0.0,
161
- "duplicate_ngram_chr_fraction_7": 0.0,
162
- "duplicate_ngram_chr_fraction_8": 0.0,
163
- "duplicate_ngram_chr_fraction_9": 0.0,
164
  "entropy": 0.4352176404374839,
165
- "first_order_coherence": 0.2952488958835602,
166
- "flesch_kincaid_grade": 3.7550000000000026,
167
  "flesch_reading_ease": 82.39000000000001,
168
- "gunning_fog": 5.7,
169
- "lix": 33.0,
170
- "mean_word_length": 4.25,
171
  "n_characters": 85,
172
- "n_sentences": 2,
173
- "n_stop_words": 7.0,
174
- "n_tokens": 16,
175
- "n_unique_tokens": 15,
176
- "oov_ratio": 0.0,
177
- "passed_quality_check": "True",
178
- "per_word_perplexity": 0.07726496709902252,
179
- "perplexity": 1.5452993419804504,
180
- "pos_prop_adj": 0.05,
181
- "pos_prop_adp": 0.1,
182
- "pos_prop_adv": 0.1,
183
- "pos_prop_aux": 0.05,
184
- "pos_prop_cconj": 0.0,
185
- "pos_prop_det": 0.05,
186
- "pos_prop_intj": 0.0,
187
- "pos_prop_noun": 0.3,
188
- "pos_prop_num": 0.0,
189
- "pos_prop_part": 0.0,
190
- "pos_prop_pron": 0.05,
191
- "pos_prop_propn": 0.0,
192
- "pos_prop_punct": 0.2,
193
- "pos_prop_sconj": 0.0,
194
- "pos_prop_space": 0.0,
195
- "pos_prop_sym": 0.0,
196
- "pos_prop_verb": 0.1,
197
- "pos_prop_x": 0.0,
198
- "prop_adjacent_dependency_relation_mean": 0.5333333333333333,
199
- "prop_adjacent_dependency_relation_std": 0.06666666666666665,
200
- "proportion_bullet_points": 0.0,
201
- "proportion_ellipsis": 0.0,
202
- "proportion_unique_tokens": 0.9375,
203
- "rix": 2.0,
204
- "second_order_coherence": 0.0,
205
- "sentence_length_mean": 8.0,
206
- "sentence_length_median": 8.0,
207
- "sentence_length_std": 4.0,
208
- "smog": 0.0,
209
- "source": "stackexchange",
210
- "syllables_per_token_mean": 1.375,
211
- "syllables_per_token_median": 1.0,
212
- "syllables_per_token_std": 0.5994789404140899,
213
- "symbol_to_word_ratio_#": 0.0,
214
- "token_length_mean": 5.0625,
215
- "token_length_median": 4.5,
216
- "token_length_std": 2.461421083439402,
217
- "top_ngram_chr_fraction_2": 0.0,
218
- "top_ngram_chr_fraction_3": 0.0,
219
- "top_ngram_chr_fraction_4": 0.0
220
  },
221
  "responses": [],
222
  "suggestions": [
@@ -237,7 +123,7 @@ While the same record in HuggingFace `datasets` looks as follows:
237
  {
238
  "context": null,
239
  "external_id": null,
240
- "metadata": "{\"pos_prop_adj\": 0.05, \"pos_prop_adp\": 0.1, \"pos_prop_adv\": 0.1, \"pos_prop_aux\": 0.05, \"pos_prop_cconj\": 0.0, \"pos_prop_det\": 0.05, \"pos_prop_intj\": 0.0, \"pos_prop_noun\": 0.3, \"pos_prop_num\": 0.0, \"pos_prop_part\": 0.0, \"pos_prop_pron\": 0.05, \"pos_prop_propn\": 0.0, \"pos_prop_punct\": 0.2, \"pos_prop_sconj\": 0.0, \"pos_prop_sym\": 0.0, \"pos_prop_verb\": 0.1, \"pos_prop_x\": 0.0, \"passed_quality_check\": \"True\", \"n_stop_words\": 7.0, \"alpha_ratio\": 0.8, \"mean_word_length\": 4.25, \"doc_length\": 20.0, \"symbol_to_word_ratio_#\": 0.0, \"proportion_ellipsis\": 0.0, \"proportion_bullet_points\": 0.0, \"duplicate_line_chr_fraction\": 0.0, \"duplicate_ngram_chr_fraction_5\": 0.0, \"duplicate_ngram_chr_fraction_6\": 0.0, \"duplicate_ngram_chr_fraction_7\": 0.0, \"duplicate_ngram_chr_fraction_8\": 0.0, \"duplicate_ngram_chr_fraction_9\": 0.0, \"duplicate_ngram_chr_fraction_10\": 0.0, \"top_ngram_chr_fraction_2\": 0.0, \"top_ngram_chr_fraction_3\": 0.0, \"top_ngram_chr_fraction_4\": 0.0, \"oov_ratio\": 0.0, \"entropy\": 0.4352176404374839, \"perplexity\": 1.5452993419804504, \"per_word_perplexity\": 0.07726496709902252, \"dependency_distance_mean\": 2.0, \"dependency_distance_std\": 0.7999999999999999, \"prop_adjacent_dependency_relation_mean\": 0.5333333333333333, \"prop_adjacent_dependency_relation_std\": 0.06666666666666665, \"flesch_reading_ease\": 82.39000000000001, \"flesch_kincaid_grade\": 3.7550000000000026, \"smog\": 0.0, \"gunning_fog\": 5.7, \"automated_readability_index\": 6.414375, \"coleman_liau_index\": 10.267499999999998, \"lix\": 33.0, \"rix\": 2.0, \"token_length_mean\": 5.0625, \"token_length_median\": 4.5, \"token_length_std\": 2.461421083439402, \"sentence_length_mean\": 8.0, \"sentence_length_median\": 8.0, \"sentence_length_std\": 4.0, \"syllables_per_token_mean\": 1.375, \"syllables_per_token_median\": 1.0, \"syllables_per_token_std\": 0.5994789404140899, \"n_tokens\": 16, \"n_unique_tokens\": 15, \"proportion_unique_tokens\": 0.9375, \"n_characters\": 85, \"n_sentences\": 2, \"first_order_coherence\": 0.2952488958835602, \"second_order_coherence\": 0.0, \"pos_prop_space\": 0.0, \"source\": \"stackexchange\"}",
241
  "prompt": "Can brain cells move? By movement I mean long distance migration (preferably within the brain only).",
242
  "response": [],
243
  "response-suggestion": "The question is relatively broad and one should take into account that the brain not only consists of neurons, but also glial cells (supportive cells) and pre-mitotic neuronal stem cells. Furthermore, as critical fellow-scientists have indicated, developmental stage is very important, as the developing embryonic brain is very different from the adult brain.\nHowever, after sifting through various publications, the answer to the question is actually remarkably simple: Yes, brain cells migrate.\nIn the adult brain glial cells migrate in the brain (Kl\u00e4mbt, 2009). Glial cells are involved in a myriad of functions, but a notable example of migrating glial cells are the oligodendrocytes that migrate relative long distances to find their target axons onto which they wrap themselves to form the insulating myelin sheath (Tsai and Miller, 2002).\nNeuronal stem cells migrate over long distances in response to injury (Imitola et al., 2004) and they migrate from specific stem-cell locations (e.g., hippocampus and subventricular zone) to other regions (Clarke, 2003).\nPost-mitotic, but non-differentiated neurons have been shown to migrate in the adult brain in fish (Scott et al., 2012), and in mammals and non-human primates as well (Sawada et al., 2011).\nNot surprisingly, glial cells, stem cells and neurons also migrate during embryonic development. Most notably, post-mitotic neurons destined to fulfill peripheral functions have to migrate over relatively long distances from the neural crest to their target locations (Neuroscience, 2nd ed, Neuronal Migration).",
@@ -255,16 +141,16 @@ Among the dataset fields, we differentiate between the following:
255
 
256
  * **Fields:** These are the dataset records themselves, for the moment just text fields are supported. These are the ones that will be used to provide responses to the questions.
257
 
258
- * **prompt** is of type `text`.
259
- * (optional) **context** is of type `text`.
260
 
261
  * **Questions:** These are the questions that will be asked to the annotators. They can be of different types, such as `RatingQuestion`, `TextQuestion`, `LabelQuestion`, `MultiLabelQuestion`, and `RankingQuestion`.
262
 
263
- * **response** is of type `text`.
264
 
265
  * **Suggestions:** As of Argilla 1.13.0, the suggestions have been included to provide the annotators with suggestions to ease or assist during the annotation process. Suggestions are linked to the existing questions, are always optional, and contain not just the suggestion itself, but also the metadata linked to it, if applicable.
266
 
267
- * (optional) **response-suggestion** is of type `text`.
268
 
269
  Additionally, we also have two more fields that are optional and are the following:
270
 
 
4
  - rlfh
5
  - argilla
6
  - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for text-descriptives-metadata
 
70
 
71
  | Field Name | Title | Type | Required | Markdown |
72
  | ---------- | ----- | ---- | -------- | -------- |
73
+ | prompt | Prompt | FieldTypes.text | True | True |
74
+ | context | Context | FieldTypes.text | False | True |
75
 
76
 
77
  The **questions** are the questions that will be asked to the annotators. They can be of different types, such as rating, text, label_selection, multi_label_selection, or ranking.
78
 
79
  | Question Name | Title | Type | Required | Description | Values/Labels |
80
  | ------------- | ----- | ---- | -------- | ----------- | ------------- |
81
+ | response | Response | QuestionTypes.text | True | N/A | N/A |
82
 
83
 
84
  The **suggestions** are human or machine generated recommendations for each question to assist the annotator during the annotation process, so those are always linked to the existing questions, and named appending "-suggestion" and "-suggestion-metadata" to those, containing the value/s of the suggestion and its metadata, respectively. So on, the possible values are the same as in the table above, but the column name is appended with "-suggestion" and the metadata is appended with "-suggestion-metadata".
 
95
  {
96
  "external_id": null,
97
  "fields": {
98
+ "context": null,
99
  "prompt": "Can brain cells move? By movement I mean long distance migration (preferably within the brain only)."
100
  },
101
  "metadata": {
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  "entropy": 0.4352176404374839,
 
 
103
  "flesch_reading_ease": 82.39000000000001,
 
 
 
104
  "n_characters": 85,
105
+ "passed_quality_check": "True"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  },
107
  "responses": [],
108
  "suggestions": [
 
123
  {
124
  "context": null,
125
  "external_id": null,
126
+ "metadata": "{\"n_characters\": 85, \"passed_quality_check\": \"True\", \"flesch_reading_ease\": 82.39000000000001, \"entropy\": 0.4352176404374839}",
127
  "prompt": "Can brain cells move? By movement I mean long distance migration (preferably within the brain only).",
128
  "response": [],
129
  "response-suggestion": "The question is relatively broad and one should take into account that the brain not only consists of neurons, but also glial cells (supportive cells) and pre-mitotic neuronal stem cells. Furthermore, as critical fellow-scientists have indicated, developmental stage is very important, as the developing embryonic brain is very different from the adult brain.\nHowever, after sifting through various publications, the answer to the question is actually remarkably simple: Yes, brain cells migrate.\nIn the adult brain glial cells migrate in the brain (Kl\u00e4mbt, 2009). Glial cells are involved in a myriad of functions, but a notable example of migrating glial cells are the oligodendrocytes that migrate relative long distances to find their target axons onto which they wrap themselves to form the insulating myelin sheath (Tsai and Miller, 2002).\nNeuronal stem cells migrate over long distances in response to injury (Imitola et al., 2004) and they migrate from specific stem-cell locations (e.g., hippocampus and subventricular zone) to other regions (Clarke, 2003).\nPost-mitotic, but non-differentiated neurons have been shown to migrate in the adult brain in fish (Scott et al., 2012), and in mammals and non-human primates as well (Sawada et al., 2011).\nNot surprisingly, glial cells, stem cells and neurons also migrate during embryonic development. Most notably, post-mitotic neurons destined to fulfill peripheral functions have to migrate over relatively long distances from the neural crest to their target locations (Neuroscience, 2nd ed, Neuronal Migration).",
 
141
 
142
  * **Fields:** These are the dataset records themselves, for the moment just text fields are supported. These are the ones that will be used to provide responses to the questions.
143
 
144
+ * **prompt** is of type `FieldTypes.text`.
145
+ * (optional) **context** is of type `FieldTypes.text`.
146
 
147
  * **Questions:** These are the questions that will be asked to the annotators. They can be of different types, such as `RatingQuestion`, `TextQuestion`, `LabelQuestion`, `MultiLabelQuestion`, and `RankingQuestion`.
148
 
149
+ * **response** is of type `QuestionTypes.text`.
150
 
151
  * **Suggestions:** As of Argilla 1.13.0, the suggestions have been included to provide the annotators with suggestions to ease or assist during the annotation process. Suggestions are linked to the existing questions, are always optional, and contain not just the suggestion itself, but also the metadata linked to it, if applicable.
152
 
153
+ * (optional) **response-suggestion** is of type `QuestionTypes.text`.
154
 
155
  Additionally, we also have two more fields that are optional and are the following:
156