Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,53 +4,6 @@ tags:
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
7 |
-
configs:
|
8 |
-
- config_name: default
|
9 |
-
data_files:
|
10 |
-
- split: train
|
11 |
-
path: data/train-*
|
12 |
-
dataset_info:
|
13 |
-
features:
|
14 |
-
- name: text
|
15 |
-
dtype: string
|
16 |
-
id: field
|
17 |
-
- name: label
|
18 |
-
list:
|
19 |
-
- name: user_id
|
20 |
-
dtype: string
|
21 |
-
id: question
|
22 |
-
- name: value
|
23 |
-
dtype: string
|
24 |
-
id: suggestion
|
25 |
-
- name: status
|
26 |
-
dtype: string
|
27 |
-
id: question
|
28 |
-
- name: label-suggestion
|
29 |
-
dtype: string
|
30 |
-
id: suggestion
|
31 |
-
- name: label-suggestion-metadata
|
32 |
-
struct:
|
33 |
-
- name: type
|
34 |
-
dtype: string
|
35 |
-
id: suggestion-metadata
|
36 |
-
- name: score
|
37 |
-
dtype: float32
|
38 |
-
id: suggestion-metadata
|
39 |
-
- name: agent
|
40 |
-
dtype: string
|
41 |
-
id: suggestion-metadata
|
42 |
-
- name: external_id
|
43 |
-
dtype: string
|
44 |
-
id: external_id
|
45 |
-
- name: metadata
|
46 |
-
dtype: string
|
47 |
-
id: metadata
|
48 |
-
splits:
|
49 |
-
- name: train
|
50 |
-
num_bytes: 294637
|
51 |
-
num_examples: 1000
|
52 |
-
download_size: 0
|
53 |
-
dataset_size: 294637
|
54 |
---
|
55 |
|
56 |
# Dataset Card for end2end_textclassification
|
@@ -111,7 +64,7 @@ There are no leaderboards associated with this dataset.
|
|
111 |
|
112 |
### Data in Argilla
|
113 |
|
114 |
-
The dataset is created in Argilla with: **fields**, **questions**, **suggestions**, **metadata**, and **guidelines**.
|
115 |
|
116 |
The **fields** 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.
|
117 |
|
@@ -129,7 +82,13 @@ The **questions** are the questions that will be asked to the annotators. They c
|
|
129 |
|
130 |
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".
|
131 |
|
132 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
|
134 |
The **guidelines**, are optional as well, and are just a plain string that can be used to provide instructions to the annotators. Find those in the [annotation guidelines](#annotation-guidelines) section.
|
135 |
|
@@ -145,7 +104,8 @@ An example of a dataset instance in Argilla looks as follows:
|
|
145 |
},
|
146 |
"metadata": {},
|
147 |
"responses": [],
|
148 |
-
"suggestions": []
|
|
|
149 |
}
|
150 |
```
|
151 |
|
@@ -182,9 +142,11 @@ Among the dataset fields, we differentiate between the following:
|
|
182 |
|
183 |
* (optional) **label-suggestion** is of type `label_selection` with the following allowed values ['World', 'Sports', 'Business', 'Sci/Tech'].
|
184 |
|
|
|
|
|
185 |
Additionally, we also have two more fields that are optional and are the following:
|
186 |
|
187 |
-
*
|
188 |
* **external_id:** This is an optional field that can be used to provide an external ID for the dataset record. This can be useful if you want to link the dataset record to an external resource, such as a database or a file.
|
189 |
|
190 |
### Data Splits
|
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for end2end_textclassification
|
|
|
64 |
|
65 |
### Data in Argilla
|
66 |
|
67 |
+
The dataset is created in Argilla with: **fields**, **questions**, **suggestions**, **metadata**, **vectors**, and **guidelines**.
|
68 |
|
69 |
The **fields** 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.
|
70 |
|
|
|
82 |
|
83 |
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".
|
84 |
|
85 |
+
The **metadata** is a dictionary that can be used to provide additional information about the dataset record. This can be useful to provide additional context to the annotators, or to provide additional information about the dataset record itself. For example, you can use this to provide a link to the original source of the dataset record, or to provide additional information about the dataset record itself, such as the author, the date, or the source. The metadata is always optional, and can be potentially linked to the `metadata_properties` defined in the dataset configuration file in `argilla.yaml`.
|
86 |
+
|
87 |
+
|
88 |
+
|
89 |
+
| Metadata Name | Title | Type | Values | Visible for Annotators |
|
90 |
+
| ------------- | ----- | ---- | ------ | ---------------------- |
|
91 |
+
|
92 |
|
93 |
The **guidelines**, are optional as well, and are just a plain string that can be used to provide instructions to the annotators. Find those in the [annotation guidelines](#annotation-guidelines) section.
|
94 |
|
|
|
104 |
},
|
105 |
"metadata": {},
|
106 |
"responses": [],
|
107 |
+
"suggestions": [],
|
108 |
+
"vectors": {}
|
109 |
}
|
110 |
```
|
111 |
|
|
|
142 |
|
143 |
* (optional) **label-suggestion** is of type `label_selection` with the following allowed values ['World', 'Sports', 'Business', 'Sci/Tech'].
|
144 |
|
145 |
+
|
146 |
+
|
147 |
Additionally, we also have two more fields that are optional and are the following:
|
148 |
|
149 |
+
* **metadata:** This is an optional field that can be used to provide additional information about the dataset record. This can be useful to provide additional context to the annotators, or to provide additional information about the dataset record itself. For example, you can use this to provide a link to the original source of the dataset record, or to provide additional information about the dataset record itself, such as the author, the date, or the source. The metadata is always optional, and can be potentially linked to the `metadata_properties` defined in the dataset configuration file in `argilla.yaml`.
|
150 |
* **external_id:** This is an optional field that can be used to provide an external ID for the dataset record. This can be useful if you want to link the dataset record to an external resource, such as a database or a file.
|
151 |
|
152 |
### Data Splits
|