File size: 2,220 Bytes
75b1fd2 3d5dcdd |
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 |
---
license: mit
dataset_info:
features:
- name: task_type
dtype: string
- name: instance_index
dtype: int64
- name: config
dtype: string
splits:
- name: hill_default
num_bytes: 639
num_examples: 2
- name: tree_default
num_bytes: 53937
num_examples: 3
- name: maxsat_default
num_bytes: 5820
num_examples: 4
- name: hill_hard
num_bytes: 9781
num_examples: 7
- name: tree_hard
num_bytes: 117947
num_examples: 7
- name: maxsat_hard
num_bytes: 10608
num_examples: 7
- name: hill_full
num_bytes: 20718
num_examples: 50
- name: tree_full
num_bytes: 578119
num_examples: 50
- name: maxsat_full
num_bytes: 128649
num_examples: 50
download_size: 499010
dataset_size: 926218
configs:
- config_name: default
data_files:
- split: hill_default
path: data/hill_default-*
- split: tree_default
path: data/tree_default-*
- split: maxsat_default
path: data/maxsat_default-*
- split: hill_hard
path: data/hill_hard-*
- split: tree_hard
path: data/tree_hard-*
- split: maxsat_hard
path: data/maxsat_hard-*
- split: hill_full
path: data/hill_full-*
- split: tree_full
path: data/tree_full-*
- split: maxsat_full
path: data/maxsat_full-*
tags:
- exploration
- interactive
- agent
pretty_name: Explore-Exploit Benchmark
size_categories:
- n<1K
---
# Explore-Exploit Bench — **Failing to Explore: Language Models on Interactive Tasks**
<div align="center">
<a href="https://arxiv.org/abs/2601.22345">
<img src="https://img.shields.io/badge/arXiv-2601.22345-b31b1b.svg" alt="arXiv">
</a>
<a href="https://explore-exploit-bench.github.io">
<img src="https://img.shields.io/badge/Website-Visit-blue" alt="Website">
</a>
<a href="https://github.com/mahdi-jfri/explore-exploit-bench">
<img src="https://img.shields.io/badge/github-repo-blue?logo=github" alt="Github">
</a>
</div>

We refer to [our github repo](https://github.com/mahdi-jfri/explore-exploit-bench) for more information on instances and how to use the dataset. |