File size: 2,780 Bytes
679cba1
76ea5d9
679cba1
 
76ea5d9
 
 
679cba1
 
 
 
76ea5d9
38ce0be
679cba1
 
 
38ce0be
 
f8446b4
 
 
 
 
679cba1
 
 
 
38ce0be
679cba1
76ea5d9
679cba1
38ce0be
76ea5d9
38ce0be
f8446b4
 
38ce0be
 
 
 
76ea5d9
38ce0be
679cba1
 
38ce0be
679cba1
 
38ce0be
76ea5d9
38ce0be
 
 
679cba1
38ce0be
679cba1
38ce0be
 
 
 
 
76ea5d9
38ce0be
76ea5d9
38ce0be
76ea5d9
38ce0be
 
 
76ea5d9
38ce0be
679cba1
38ce0be
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
---
license: cc-by-nc-4.0
task_categories:
- table-question-answering
language:
- en
- zh
tags:
- spreadsheets
- xlsx
- formula-reasoning
- formula-dependency
- formula-family
- benchmark
- agentic-evaluation
size_categories:
- n<1K
pretty_name: FormulaCascade Benchmark
configs:
- config_name: default
  data_files:
  - split: test
    path: data/eval200_manifest.parquet
---

# FormulaCascade Benchmark

This repository hosts the anonymous review release of FormulaCascade, a benchmark for long-horizon spreadsheet formula-dependency and formula-family reasoning in real `.xlsx` workbooks.

## Current Review Release

The current upload contains the eval-200 release version selected from v5 Challenge/Core/Broad release strata:

- `FormulaCascade_Benchmark_eval_200_Release_version.tar.gz`: compressed eval-200 release-version split.
- `FormulaCascade_Benchmark_eval_200_Release_version/`: expanded eval-200 release-version split for direct browsing in the Hugging Face file tree.
- `data/eval200_manifest.parquet` and `.csv`: viewer-friendly task-level manifest for the Hugging Face Dataset Viewer.
- `FormulaCascade_Benchmark_eval_200_Release_version/eval200_manifest.jsonl` and `.csv`: task-level selection metadata with local paths removed.
- `FormulaCascade_Benchmark_eval_200_Release_version/eval200_metadata.json`: aggregate split metadata.
- `SHA256SUMS.txt`: checksums for integrity verification.
- `CROISSANT_RAI_METADATA.json`: Croissant metadata with minimal Responsible AI fields.

To unpack:

```bash
tar -xzf FormulaCascade_Benchmark_eval_200_Release_version.tar.gz
```

The extracted folder is:

```text
FormulaCascade_Benchmark_eval_200_Release_version/
```

## Split Composition

| Group | Tasks | Single | Cross | Avg depth | Max depth | Avg masked |
|---|---:|---:|---:|---:|---:|---:|
| Challenge | 100 | 50 | 50 | 3.32 | 38 | 1,291.9 |
| Core eval subset | 100 | 50 | 50 | 2.86 | 27 | 546.0 |
| Total | 200 | 100 | 100 | 3.09 | 38 | 918.9 |

The complete v5 strata are Challenge (100 tasks), Core (600 tasks), and Broad (11,304 tasks). This repository provides the official balanced eval-200 release for review and reproducible comparison.

## Directory Structure

- `release/FCB-*/task-*.xlsx`: solver-visible masked workbook.
- `release/FCB-*/task_description.json`: solver-visible task instruction.
- `internal/FCB-*/*`: evaluator-only contracts, ground truth, provenance, and source files. These files must not be visible to solver agents during evaluation.

## Intended Use

FormulaCascade evaluates agents that must localize workbook context, trace formula dependencies, infer formula-family patterns, edit masked workbooks, and produce executable formulas or values. The main deterministic metrics are exact formula pass and executable value pass.