Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,56 +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: premise
|
| 15 |
-
dtype: string
|
| 16 |
-
id: field
|
| 17 |
-
- name: hypothesis
|
| 18 |
-
dtype: string
|
| 19 |
-
id: field
|
| 20 |
-
- name: label
|
| 21 |
-
list:
|
| 22 |
-
- name: user_id
|
| 23 |
-
dtype: string
|
| 24 |
-
id: question
|
| 25 |
-
- name: value
|
| 26 |
-
dtype: string
|
| 27 |
-
id: suggestion
|
| 28 |
-
- name: status
|
| 29 |
-
dtype: string
|
| 30 |
-
id: question
|
| 31 |
-
- name: label-suggestion
|
| 32 |
-
dtype: string
|
| 33 |
-
id: suggestion
|
| 34 |
-
- name: label-suggestion-metadata
|
| 35 |
-
struct:
|
| 36 |
-
- name: type
|
| 37 |
-
dtype: string
|
| 38 |
-
id: suggestion-metadata
|
| 39 |
-
- name: score
|
| 40 |
-
dtype: float32
|
| 41 |
-
id: suggestion-metadata
|
| 42 |
-
- name: agent
|
| 43 |
-
dtype: string
|
| 44 |
-
id: suggestion-metadata
|
| 45 |
-
- name: external_id
|
| 46 |
-
dtype: string
|
| 47 |
-
id: external_id
|
| 48 |
-
- name: metadata
|
| 49 |
-
dtype: string
|
| 50 |
-
id: metadata
|
| 51 |
-
splits:
|
| 52 |
-
- name: train
|
| 53 |
-
num_bytes: 19991
|
| 54 |
-
num_examples: 100
|
| 55 |
-
download_size: 0
|
| 56 |
-
dataset_size: 19991
|
| 57 |
---
|
| 58 |
|
| 59 |
# Dataset Card for snli-small
|
|
@@ -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 |
-
| premise |
|
| 124 |
-
| hypothesis |
|
| 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, single choice, or multiple choice.
|
| 128 |
|
| 129 |
| Question Name | Title | Type | Required | Description | Values/Labels |
|
| 130 |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
| 131 |
-
| label |
|
| 132 |
|
| 133 |
|
| 134 |
**✨ NEW** Additionally, we also have **suggestions**, which are linked to the existing questions, and so on, 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.
|
|
@@ -229,7 +179,7 @@ The dataset contains a single split, which is `train`.
|
|
| 229 |
|
| 230 |
#### Annotation guidelines
|
| 231 |
|
| 232 |
-
|
| 233 |
|
| 234 |
#### Annotation process
|
| 235 |
|
|
|
|
| 4 |
- rlfh
|
| 5 |
- argilla
|
| 6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Dataset Card for snli-small
|
|
|
|
| 70 |
|
| 71 |
| Field Name | Title | Type | Required | Markdown |
|
| 72 |
| ---------- | ----- | ---- | -------- | -------- |
|
| 73 |
+
| premise | Premise | TextField | True | False |
|
| 74 |
+
| hypothesis | Hypothesis | TextField | True | False |
|
| 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, single choice, or multiple choice.
|
| 78 |
|
| 79 |
| Question Name | Title | Type | Required | Description | Values/Labels |
|
| 80 |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
| 81 |
+
| label | The hypothesis entails the premise, neither entails nor contradict each other, or the hypothesis contradicts the premise? | LabelQuestion | True | N/A | ['0', '1', '2'] |
|
| 82 |
|
| 83 |
|
| 84 |
**✨ NEW** Additionally, we also have **suggestions**, which are linked to the existing questions, and so on, 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.
|
|
|
|
| 179 |
|
| 180 |
#### Annotation guidelines
|
| 181 |
|
| 182 |
+
Premise: A string used to determine the truthfulness of the hypothesis, Hypothesis: A string that may be true, false, or whose truth conditions may not be knowable when compared to the premise
|
| 183 |
|
| 184 |
#### Annotation process
|
| 185 |
|