File size: 1,358 Bytes
111625f
 
127f35b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111625f
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
---
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: example_text
    dtype: string
  - name: target_idx
    dtype: int64
  - 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
  splits:
  - name: train
    num_bytes: 5701970
    num_examples: 13046
  - name: dev
    num_bytes: 576759
    num_examples: 1320
  - name: test_own_preference
    num_bytes: 63618
    num_examples: 144
  - name: test_others_preference
    num_bytes: 60138
    num_examples: 144
  - name: test_location
    num_bytes: 170682
    num_examples: 396
  - name: test_distraction
    num_bytes: 64125
    num_examples: 150
  download_size: 702278
  dataset_size: 6637292
---