Commit
·
127f35b
1
Parent(s):
57eeeb4
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,64 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: agent
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: agent_preferences
|
| 8 |
+
sequence: string
|
| 9 |
+
- name: chosen_object
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: true_chosen_object
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: chosen_object_is_noisy
|
| 14 |
+
dtype: bool
|
| 15 |
+
- name: other_objects
|
| 16 |
+
sequence: string
|
| 17 |
+
- name: location_chosen_object
|
| 18 |
+
dtype: int64
|
| 19 |
+
- name: location_true_chosen_object
|
| 20 |
+
dtype: int64
|
| 21 |
+
- name: preference_idx
|
| 22 |
+
dtype: int64
|
| 23 |
+
- name: preference_idx_true
|
| 24 |
+
dtype: int64
|
| 25 |
+
- name: example_idx
|
| 26 |
+
dtype: int64
|
| 27 |
+
- name: example_text
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: target_idx
|
| 30 |
+
dtype: int64
|
| 31 |
+
- name: logical_representation
|
| 32 |
+
struct:
|
| 33 |
+
- name: input
|
| 34 |
+
sequence: string
|
| 35 |
+
- name: target
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: logical_representation_with_indirection
|
| 38 |
+
struct:
|
| 39 |
+
- name: input
|
| 40 |
+
sequence: string
|
| 41 |
+
- name: target
|
| 42 |
+
dtype: int64
|
| 43 |
+
splits:
|
| 44 |
+
- name: train
|
| 45 |
+
num_bytes: 5701970
|
| 46 |
+
num_examples: 13046
|
| 47 |
+
- name: dev
|
| 48 |
+
num_bytes: 576759
|
| 49 |
+
num_examples: 1320
|
| 50 |
+
- name: test_own_preference
|
| 51 |
+
num_bytes: 63618
|
| 52 |
+
num_examples: 144
|
| 53 |
+
- name: test_others_preference
|
| 54 |
+
num_bytes: 60138
|
| 55 |
+
num_examples: 144
|
| 56 |
+
- name: test_location
|
| 57 |
+
num_bytes: 170682
|
| 58 |
+
num_examples: 396
|
| 59 |
+
- name: test_distraction
|
| 60 |
+
num_bytes: 64125
|
| 61 |
+
num_examples: 150
|
| 62 |
+
download_size: 702278
|
| 63 |
+
dataset_size: 6637292
|
| 64 |
---
|