arvindh75 commited on
Commit
0cefaac
·
verified ·
1 Parent(s): b560038

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +27 -22
  2. benchmark.png +3 -0
  3. 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 folder contains JSONL files compatible with Hugging Face Datasets.
15
- All samples are placed in the 'test' split by default.
16
 
17
- ## Loading locally
 
18
 
19
- ```python
20
- from datasets import load_dataset
21
- ds = load_dataset('json', data_files={'test': str(PATH_TO_DIR/'test.jsonl')})
22
- print(ds)
23
- print(ds['test'][0])
24
- ```
25
 
26
- The original dictionary is saved in `dictionary.json` and config in `config.json`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ![Our task.](task_overview.png)
14
 
15
+ ### Benchmark of Frontier Models
16
+ ![Benchmark of Frontier models.](benchmark.png)
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

  • SHA256: 42249f3da6e8134e06a15db3cedea2b9dda35420e520aaf8676bc4e052d49ea0
  • Pointer size: 131 Bytes
  • Size of remote file: 431 kB
task_overview.png ADDED

Git LFS Details

  • SHA256: 4ad199ab364bf5fc270a68798f35ee59a6ccc449db7b478da52214d3be987e02
  • Pointer size: 131 Bytes
  • Size of remote file: 249 kB