HyperionHF
commited on
Commit
•
0046cbf
1
Parent(s):
f051588
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,104 @@
|
|
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: is_inanimate
|
28 |
+
dtype: bool
|
29 |
+
- name: logical_representation
|
30 |
+
struct:
|
31 |
+
- name: input
|
32 |
+
sequence: string
|
33 |
+
- name: target
|
34 |
+
dtype: string
|
35 |
+
- name: logical_representation_with_indirection
|
36 |
+
struct:
|
37 |
+
- name: input
|
38 |
+
sequence: string
|
39 |
+
- name: target
|
40 |
+
dtype: int64
|
41 |
+
- name: example_text
|
42 |
+
dtype: string
|
43 |
+
- name: target_idx
|
44 |
+
dtype: int64
|
45 |
+
- name: matching_animate_inanimate
|
46 |
+
dtype: string
|
47 |
+
- name: matching_animate_inanimate_idx
|
48 |
+
dtype: int64
|
49 |
+
- name: irrelevant_change_to_original_1
|
50 |
+
dtype: string
|
51 |
+
- name: irrelevant_change_to_original_1_idx
|
52 |
+
dtype: int64
|
53 |
+
- name: irrelevant_change_to_original_2
|
54 |
+
dtype: string
|
55 |
+
- name: irrelevant_change_to_original_2_idx
|
56 |
+
dtype: int64
|
57 |
+
- name: original_1_with_animate_denotation
|
58 |
+
dtype: string
|
59 |
+
- name: original_1_with_animate_denotation_idx
|
60 |
+
dtype: int64
|
61 |
+
- name: no_indirection_target
|
62 |
+
dtype: string
|
63 |
+
- name: no_indirection_target_idx
|
64 |
+
dtype: int64
|
65 |
+
- name: no_indirection_irrelevant_change
|
66 |
+
dtype: string
|
67 |
+
- name: no_indirection_irrelevant_change_idx
|
68 |
+
dtype: int64
|
69 |
+
- name: no_indirection_target_animate_denotation
|
70 |
+
dtype: string
|
71 |
+
- name: no_indirection_target_animate_denotation_idx
|
72 |
+
dtype: int64
|
73 |
+
- name: indirection_target
|
74 |
+
dtype: string
|
75 |
+
- name: indirection_target_idx
|
76 |
+
dtype: int64
|
77 |
+
splits:
|
78 |
+
- name: train
|
79 |
+
num_bytes: 33720360
|
80 |
+
num_examples: 15579
|
81 |
+
- name: dev
|
82 |
+
num_bytes: 3748081
|
83 |
+
num_examples: 1731
|
84 |
+
- name: test_own_preference
|
85 |
+
num_bytes: 304452
|
86 |
+
num_examples: 144
|
87 |
+
- name: test_others_preference
|
88 |
+
num_bytes: 337582
|
89 |
+
num_examples: 156
|
90 |
+
- name: test_distraction
|
91 |
+
num_bytes: 318204
|
92 |
+
num_examples: 144
|
93 |
+
- name: test_location
|
94 |
+
num_bytes: 732420
|
95 |
+
num_examples: 336
|
96 |
+
- name: test_inanimate
|
97 |
+
num_bytes: 970271
|
98 |
+
num_examples: 450
|
99 |
+
- name: test_agents
|
100 |
+
num_bytes: 6085350
|
101 |
+
num_examples: 2808
|
102 |
+
download_size: 5617164
|
103 |
+
dataset_size: 46216720
|
104 |
---
|