Upload folder using huggingface_hub
Browse files- .argilla/dataset.json +59 -0
- .argilla/settings.json +163 -0
- .argilla/version.json +3 -0
- README.md +149 -50
.argilla/dataset.json
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 3 |
+
"name": "generate_path_process",
|
| 4 |
+
"guidelines": null,
|
| 5 |
+
"allow_extra_metadata": true,
|
| 6 |
+
"status": "ready",
|
| 7 |
+
"distribution": {
|
| 8 |
+
"strategy": "overlap",
|
| 9 |
+
"min_submitted": 1
|
| 10 |
+
},
|
| 11 |
+
"metadata": {
|
| 12 |
+
"repoId": "ZhJiHo/GeneratePathProcess",
|
| 13 |
+
"subset": "default",
|
| 14 |
+
"split": "train",
|
| 15 |
+
"mapping": {
|
| 16 |
+
"fields": [
|
| 17 |
+
{
|
| 18 |
+
"source": "task_id",
|
| 19 |
+
"target": "task_id"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"source": "task_data",
|
| 23 |
+
"target": "task_data"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"source": "all_path_1",
|
| 27 |
+
"target": "all_path_1"
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"source": "all_path_2",
|
| 31 |
+
"target": "all_path_2"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"source": "all_path_3",
|
| 35 |
+
"target": "all_path_3"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"source": "all_path_4",
|
| 39 |
+
"target": "all_path_4"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"source": "all_path_5",
|
| 43 |
+
"target": "all_path_5"
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"source": "all_path_6",
|
| 47 |
+
"target": "all_path_6"
|
| 48 |
+
}
|
| 49 |
+
],
|
| 50 |
+
"metadata": [],
|
| 51 |
+
"suggestions": []
|
| 52 |
+
},
|
| 53 |
+
"imported": "UI"
|
| 54 |
+
},
|
| 55 |
+
"workspace_id": "68716f90-0c4d-4cbd-93f8-112991cb9a5b",
|
| 56 |
+
"last_activity_at": "2025-04-22T04:02:38.314039",
|
| 57 |
+
"inserted_at": "2025-04-22T01:49:36.434759",
|
| 58 |
+
"updated_at": "2025-04-22T01:49:36.609417"
|
| 59 |
+
}
|
.argilla/settings.json
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"guidelines": null,
|
| 3 |
+
"allow_extra_metadata": true,
|
| 4 |
+
"distribution": {
|
| 5 |
+
"strategy": "overlap",
|
| 6 |
+
"min_submitted": 1
|
| 7 |
+
},
|
| 8 |
+
"fields": [
|
| 9 |
+
{
|
| 10 |
+
"id": "785c714b-01e3-420d-9b9b-252d9290f462",
|
| 11 |
+
"name": "task_id",
|
| 12 |
+
"title": "task_id",
|
| 13 |
+
"required": false,
|
| 14 |
+
"settings": {
|
| 15 |
+
"type": "text",
|
| 16 |
+
"use_markdown": false
|
| 17 |
+
},
|
| 18 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 19 |
+
"inserted_at": "2025-04-22T01:49:36.453095",
|
| 20 |
+
"updated_at": "2025-04-22T01:49:36.453095"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"id": "7730c7c9-271a-4eb6-8c87-e801ce8f2f29",
|
| 24 |
+
"name": "task_data",
|
| 25 |
+
"title": "task_data",
|
| 26 |
+
"required": false,
|
| 27 |
+
"settings": {
|
| 28 |
+
"type": "text",
|
| 29 |
+
"use_markdown": false
|
| 30 |
+
},
|
| 31 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 32 |
+
"inserted_at": "2025-04-22T01:49:36.464730",
|
| 33 |
+
"updated_at": "2025-04-22T01:49:36.464730"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"id": "d0b92bb0-101f-4188-b67a-52e876c25950",
|
| 37 |
+
"name": "all_path_1",
|
| 38 |
+
"title": "all_path_1",
|
| 39 |
+
"required": false,
|
| 40 |
+
"settings": {
|
| 41 |
+
"type": "text",
|
| 42 |
+
"use_markdown": false
|
| 43 |
+
},
|
| 44 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 45 |
+
"inserted_at": "2025-04-22T01:49:36.477643",
|
| 46 |
+
"updated_at": "2025-04-22T01:49:36.477643"
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"id": "fde5876f-e214-4ddf-97de-0e262b6a04e4",
|
| 50 |
+
"name": "all_path_2",
|
| 51 |
+
"title": "all_path_2",
|
| 52 |
+
"required": false,
|
| 53 |
+
"settings": {
|
| 54 |
+
"type": "text",
|
| 55 |
+
"use_markdown": false
|
| 56 |
+
},
|
| 57 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 58 |
+
"inserted_at": "2025-04-22T01:49:36.488236",
|
| 59 |
+
"updated_at": "2025-04-22T01:49:36.488236"
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"id": "2f2fe2ff-0a17-44b5-bbf0-d20ce69b5502",
|
| 63 |
+
"name": "all_path_3",
|
| 64 |
+
"title": "all_path_3",
|
| 65 |
+
"required": false,
|
| 66 |
+
"settings": {
|
| 67 |
+
"type": "text",
|
| 68 |
+
"use_markdown": false
|
| 69 |
+
},
|
| 70 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 71 |
+
"inserted_at": "2025-04-22T01:49:36.501451",
|
| 72 |
+
"updated_at": "2025-04-22T01:49:36.501451"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": "000d118e-97a5-4c7e-89dd-1ad20ac5532e",
|
| 76 |
+
"name": "all_path_4",
|
| 77 |
+
"title": "all_path_4",
|
| 78 |
+
"required": false,
|
| 79 |
+
"settings": {
|
| 80 |
+
"type": "text",
|
| 81 |
+
"use_markdown": false
|
| 82 |
+
},
|
| 83 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 84 |
+
"inserted_at": "2025-04-22T01:49:36.513214",
|
| 85 |
+
"updated_at": "2025-04-22T01:49:36.513214"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": "db071dfc-9018-4db8-a2ac-10e7e651b5e7",
|
| 89 |
+
"name": "all_path_5",
|
| 90 |
+
"title": "all_path_5",
|
| 91 |
+
"required": false,
|
| 92 |
+
"settings": {
|
| 93 |
+
"type": "text",
|
| 94 |
+
"use_markdown": false
|
| 95 |
+
},
|
| 96 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 97 |
+
"inserted_at": "2025-04-22T01:49:36.522838",
|
| 98 |
+
"updated_at": "2025-04-22T01:49:36.522838"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": "3536eccb-c66a-4aee-bd31-391d15420568",
|
| 102 |
+
"name": "all_path_6",
|
| 103 |
+
"title": "all_path_6",
|
| 104 |
+
"required": false,
|
| 105 |
+
"settings": {
|
| 106 |
+
"type": "text",
|
| 107 |
+
"use_markdown": false
|
| 108 |
+
},
|
| 109 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 110 |
+
"inserted_at": "2025-04-22T01:49:36.532752",
|
| 111 |
+
"updated_at": "2025-04-22T01:49:36.532752"
|
| 112 |
+
}
|
| 113 |
+
],
|
| 114 |
+
"questions": [
|
| 115 |
+
{
|
| 116 |
+
"id": "b92eb315-06ee-46d4-9ed0-c7369a588e31",
|
| 117 |
+
"name": "ranking_0",
|
| 118 |
+
"title": "ranking_0",
|
| 119 |
+
"description": null,
|
| 120 |
+
"required": true,
|
| 121 |
+
"settings": {
|
| 122 |
+
"type": "ranking",
|
| 123 |
+
"options": [
|
| 124 |
+
{
|
| 125 |
+
"value": "all_path_1",
|
| 126 |
+
"text": "Option 1",
|
| 127 |
+
"description": null
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"value": "all_path_2",
|
| 131 |
+
"text": "Option 2",
|
| 132 |
+
"description": null
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"value": "all_path_3",
|
| 136 |
+
"text": "option 3",
|
| 137 |
+
"description": null
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"value": "all_path_4",
|
| 141 |
+
"text": "option 4",
|
| 142 |
+
"description": null
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"value": "all_path_5",
|
| 146 |
+
"text": "option 5",
|
| 147 |
+
"description": null
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"value": "all_path_6",
|
| 151 |
+
"text": "option 6",
|
| 152 |
+
"description": null
|
| 153 |
+
}
|
| 154 |
+
]
|
| 155 |
+
},
|
| 156 |
+
"dataset_id": "4e1e085a-6313-4a77-b386-448c99ff82d9",
|
| 157 |
+
"inserted_at": "2025-04-22T01:49:36.591631",
|
| 158 |
+
"updated_at": "2025-04-22T01:49:36.591631"
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"metadata": [],
|
| 162 |
+
"vectors": []
|
| 163 |
+
}
|
.argilla/version.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"argilla": "2.8.0"
|
| 3 |
+
}
|
README.md
CHANGED
|
@@ -1,52 +1,151 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
- name: status
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: inserted_at
|
| 9 |
-
dtype: timestamp[us]
|
| 10 |
-
- name: updated_at
|
| 11 |
-
dtype: timestamp[us]
|
| 12 |
-
- name: _server_id
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: task_id
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: task_data
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: all_path_1
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: all_path_2
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: all_path_3
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: all_path_4
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: all_path_5
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: all_path_6
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: ranking_0.responses
|
| 31 |
-
list:
|
| 32 |
-
list:
|
| 33 |
-
- name: rank
|
| 34 |
-
dtype: int64
|
| 35 |
-
- name: value
|
| 36 |
-
dtype: string
|
| 37 |
-
- name: ranking_0.responses.users
|
| 38 |
-
sequence: string
|
| 39 |
-
- name: ranking_0.responses.status
|
| 40 |
-
sequence: string
|
| 41 |
-
splits:
|
| 42 |
-
- name: train
|
| 43 |
-
num_bytes: 4814770
|
| 44 |
-
num_examples: 1571
|
| 45 |
-
download_size: 1500847
|
| 46 |
-
dataset_size: 4814770
|
| 47 |
-
configs:
|
| 48 |
-
- config_name: default
|
| 49 |
-
data_files:
|
| 50 |
-
- split: train
|
| 51 |
-
path: data/train-*
|
| 52 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
tags:
|
| 3 |
+
- rlfh
|
| 4 |
+
- argilla
|
| 5 |
+
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
# Dataset Card for generate_path_process
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
This dataset has been created with [Argilla](https://github.com/argilla-io/argilla). As shown in the sections below, this dataset can be loaded into your Argilla server as explained in [Load with Argilla](#load-with-argilla), or used directly with the `datasets` library in [Load with `datasets`](#load-with-datasets).
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Using this dataset with Argilla
|
| 20 |
+
|
| 21 |
+
To load with Argilla, you'll just need to install Argilla as `pip install argilla --upgrade` and then use the following code:
|
| 22 |
+
|
| 23 |
+
```python
|
| 24 |
+
import argilla as rg
|
| 25 |
+
|
| 26 |
+
ds = rg.Dataset.from_hub("ZhJiHo/generate_path_process", settings="auto")
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
This will load the settings and records from the dataset repository and push them to you Argilla server for exploration and annotation.
|
| 30 |
+
|
| 31 |
+
## Using this dataset with `datasets`
|
| 32 |
+
|
| 33 |
+
To load the records of this dataset with `datasets`, you'll just need to install `datasets` as `pip install datasets --upgrade` and then use the following code:
|
| 34 |
+
|
| 35 |
+
```python
|
| 36 |
+
from datasets import load_dataset
|
| 37 |
+
|
| 38 |
+
ds = load_dataset("ZhJiHo/generate_path_process")
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
This will only load the records of the dataset, but not the Argilla settings.
|
| 42 |
+
|
| 43 |
+
## Dataset Structure
|
| 44 |
+
|
| 45 |
+
This dataset repo contains:
|
| 46 |
+
|
| 47 |
+
* Dataset records in a format compatible with HuggingFace `datasets`. These records will be loaded automatically when using `rg.Dataset.from_hub` and can be loaded independently using the `datasets` library via `load_dataset`.
|
| 48 |
+
* The [annotation guidelines](#annotation-guidelines) that have been used for building and curating the dataset, if they've been defined in Argilla.
|
| 49 |
+
* A dataset configuration folder conforming to the Argilla dataset format in `.argilla`.
|
| 50 |
+
|
| 51 |
+
The dataset is created in Argilla with: **fields**, **questions**, **suggestions**, **metadata**, **vectors**, and **guidelines**.
|
| 52 |
+
|
| 53 |
+
### Fields
|
| 54 |
+
|
| 55 |
+
The **fields** are the features or text of a dataset's records. For example, the 'text' column of a text classification dataset of the 'prompt' column of an instruction following dataset.
|
| 56 |
+
|
| 57 |
+
| Field Name | Title | Type | Required |
|
| 58 |
+
| ---------- | ----- | ---- | -------- |
|
| 59 |
+
| task_id | task_id | text | False |
|
| 60 |
+
| task_data | task_data | text | False |
|
| 61 |
+
| all_path_1 | all_path_1 | text | False |
|
| 62 |
+
| all_path_2 | all_path_2 | text | False |
|
| 63 |
+
| all_path_3 | all_path_3 | text | False |
|
| 64 |
+
| all_path_4 | all_path_4 | text | False |
|
| 65 |
+
| all_path_5 | all_path_5 | text | False |
|
| 66 |
+
| all_path_6 | all_path_6 | text | False |
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
### Questions
|
| 70 |
+
|
| 71 |
+
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.
|
| 72 |
+
|
| 73 |
+
| Question Name | Title | Type | Required | Description | Values/Labels |
|
| 74 |
+
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
| 75 |
+
| ranking_0 | ranking_0 | ranking | True | N/A | ['all_path_1', 'all_path_2', 'all_path_3', 'all_path_4', 'all_path_5', 'all_path_6'] |
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
<!-- check length of metadata properties -->
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
### Data Splits
|
| 84 |
+
|
| 85 |
+
The dataset contains a single split, which is `train`.
|
| 86 |
+
|
| 87 |
+
## Dataset Creation
|
| 88 |
+
|
| 89 |
+
### Curation Rationale
|
| 90 |
+
|
| 91 |
+
[More Information Needed]
|
| 92 |
+
|
| 93 |
+
### Source Data
|
| 94 |
+
|
| 95 |
+
#### Initial Data Collection and Normalization
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
#### Who are the source language producers?
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
### Annotations
|
| 104 |
+
|
| 105 |
+
#### Annotation guidelines
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
#### Annotation process
|
| 110 |
+
|
| 111 |
+
[More Information Needed]
|
| 112 |
+
|
| 113 |
+
#### Who are the annotators?
|
| 114 |
+
|
| 115 |
+
[More Information Needed]
|
| 116 |
+
|
| 117 |
+
### Personal and Sensitive Information
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
## Considerations for Using the Data
|
| 122 |
+
|
| 123 |
+
### Social Impact of Dataset
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Discussion of Biases
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
### Other Known Limitations
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|
| 134 |
+
|
| 135 |
+
## Additional Information
|
| 136 |
+
|
| 137 |
+
### Dataset Curators
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
### Licensing Information
|
| 142 |
+
|
| 143 |
+
[More Information Needed]
|
| 144 |
+
|
| 145 |
+
### Citation Information
|
| 146 |
+
|
| 147 |
+
[More Information Needed]
|
| 148 |
+
|
| 149 |
+
### Contributions
|
| 150 |
+
|
| 151 |
+
[More Information Needed]
|