File size: 2,495 Bytes
4deb0c9
 
0046cbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4deb0c9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
license: mit
dataset_info:
  features:
  - name: agent
    dtype: string
  - name: agent_preferences
    sequence: string
  - name: chosen_object
    dtype: string
  - name: true_chosen_object
    dtype: string
  - name: chosen_object_is_noisy
    dtype: bool
  - name: other_objects
    sequence: string
  - name: location_chosen_object
    dtype: int64
  - name: location_true_chosen_object
    dtype: int64
  - name: preference_idx
    dtype: int64
  - name: preference_idx_true
    dtype: int64
  - name: example_idx
    dtype: int64
  - name: is_inanimate
    dtype: bool
  - name: logical_representation
    struct:
    - name: input
      sequence: string
    - name: target
      dtype: string
  - name: logical_representation_with_indirection
    struct:
    - name: input
      sequence: string
    - name: target
      dtype: int64
  - name: example_text
    dtype: string
  - name: target_idx
    dtype: int64
  - name: matching_animate_inanimate
    dtype: string
  - name: matching_animate_inanimate_idx
    dtype: int64
  - name: irrelevant_change_to_original_1
    dtype: string
  - name: irrelevant_change_to_original_1_idx
    dtype: int64
  - name: irrelevant_change_to_original_2
    dtype: string
  - name: irrelevant_change_to_original_2_idx
    dtype: int64
  - name: original_1_with_animate_denotation
    dtype: string
  - name: original_1_with_animate_denotation_idx
    dtype: int64
  - name: no_indirection_target
    dtype: string
  - name: no_indirection_target_idx
    dtype: int64
  - name: no_indirection_irrelevant_change
    dtype: string
  - name: no_indirection_irrelevant_change_idx
    dtype: int64
  - name: no_indirection_target_animate_denotation
    dtype: string
  - name: no_indirection_target_animate_denotation_idx
    dtype: int64
  - name: indirection_target
    dtype: string
  - name: indirection_target_idx
    dtype: int64
  splits:
  - name: train
    num_bytes: 33720360
    num_examples: 15579
  - name: dev
    num_bytes: 3748081
    num_examples: 1731
  - name: test_own_preference
    num_bytes: 304452
    num_examples: 144
  - name: test_others_preference
    num_bytes: 337582
    num_examples: 156
  - name: test_distraction
    num_bytes: 318204
    num_examples: 144
  - name: test_location
    num_bytes: 732420
    num_examples: 336
  - name: test_inanimate
    num_bytes: 970271
    num_examples: 450
  - name: test_agents
    num_bytes: 6085350
    num_examples: 2808
  download_size: 5617164
  dataset_size: 46216720
---