File size: 1,043 Bytes
796c98e 79cad37 796c98e 241ed21 796c98e 742abfe 7fce2fd 36a4d6d 4f402c8 7fce2fd 4f402c8 7fce2fd 4f402c8 7fce2fd 796c98e 742abfe 4f402c8 7fce2fd 796c98e 6a357cd 4860951 | 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 | ---
dataset_info:
features:
- name: problem
dtype: string
- name: answer
dtype: int64
- name: list_length
dtype: int64
splits:
- name: full
num_bytes: 2821118
num_examples: 10000
- name: easy
num_bytes: 687658
num_examples: 6260
- name: medium
num_bytes: 1344491
num_examples: 5116
- name: hard
num_bytes: 2130836
num_examples: 3738
- name: test
num_bytes: 279983
num_examples: 1000
- name: train
num_bytes: 2513616.138
num_examples: 8910
download_size: 4724936
dataset_size: 9777702.138
configs:
- config_name: default
data_files:
- split: full
path: data/full-*
- split: easy
path: data/easy-*
- split: medium
path: data/medium-*
- split: hard
path: data/hard-*
- split: test
path: data/test-*
- split: train
path: data/train-*
---
# max-retrieval task
This dataset is a reproduction of the max retrieval toy example in Section 2 in "softmax is not enough (for sharp out-of-distribution)" (Velickovic et al. (2024)). |