Datasets:
Upload folder using huggingface_hub
Browse files- README.md +27 -22
- benchmark.png +3 -0
- task_overview.png +3 -0
README.md
CHANGED
|
@@ -1,26 +1,31 @@
|
|
| 1 |
-
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
task_categories:
|
| 4 |
-
- text-generation
|
| 5 |
-
language:
|
| 6 |
-
- en
|
| 7 |
-
tags:
|
| 8 |
-
- agent
|
| 9 |
-
size_categories:
|
| 10 |
-
- 1K<n<10K
|
| 11 |
-
---
|
| 12 |
-
# Dict Sum dataset (HF-compatible files)
|
| 13 |
|
| 14 |
-
This
|
| 15 |
-
All samples are placed in the 'test' split by default.
|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Long Horizon Execution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
This project contains the dataset accompanying the paper "The Illusion of Diminishing Returns: Measuring Long Horizon Execution in LLMs" to evaluate Long Horizon Execution capabilities of LLMs.
|
|
|
|
| 4 |
|
| 5 |
+
### File Structure
|
| 6 |
+
`config.json` contains metadata about out dataset.
|
| 7 |
|
| 8 |
+
`dictionary.json` contains the key-value dictionary.
|
| 9 |
+
|
| 10 |
+
`test.jsonl` contains the individual samples with ground truth outputs.
|
| 11 |
+
|
| 12 |
+
### Setup
|
| 13 |
+

|
| 14 |
|
| 15 |
+
### Benchmark of Frontier Models
|
| 16 |
+

|
| 17 |
+
|
| 18 |
+
### Citation
|
| 19 |
+
Find out more about our work at https://arxiv.org/abs/2509.09677. Consider citing us if you use our dataset.
|
| 20 |
+
```
|
| 21 |
+
@misc{
|
| 22 |
+
sinha2025illusiondiminishingreturnsmeasuring,
|
| 23 |
+
title={The Illusion of Diminishing Returns: Measuring Long Horizon Execution in LLMs},
|
| 24 |
+
author={Akshit Sinha and Arvindh Arun and Shashwat Goel and Steffen Staab and Jonas Geiping},
|
| 25 |
+
year={2025},
|
| 26 |
+
eprint={2509.09677},
|
| 27 |
+
archivePrefix={arXiv},
|
| 28 |
+
primaryClass={cs.AI},
|
| 29 |
+
url={https://arxiv.org/abs/2509.09677},
|
| 30 |
+
}
|
| 31 |
+
```
|
benchmark.png
ADDED
|
Git LFS Details
|
task_overview.png
ADDED
|
Git LFS Details
|