Datasets:
Add FormulaCascade eval-200 archive
Browse files- FormulaCascade_Benchmark_eval_200.tar.gz +3 -0
- README.md +44 -3
- SHA256SUMS.txt +1 -0
FormulaCascade_Benchmark_eval_200.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b34b8f2f3dfeecfc24540d7f9eae534ec7add20938e8c3504ee25df7f1dc5242
|
| 3 |
+
size 139530429
|
README.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-question-answering
|
| 5 |
+
- table-question-answering
|
| 6 |
+
tags:
|
| 7 |
+
- spreadsheets
|
| 8 |
+
- xlsx
|
| 9 |
+
- formula-reasoning
|
| 10 |
+
- benchmark
|
| 11 |
+
- agentic-evaluation
|
| 12 |
+
pretty_name: FormulaCascade Benchmark
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# FormulaCascade Benchmark
|
| 18 |
+
|
| 19 |
+
This repository hosts an anonymous release of FormulaCascade, a benchmark for long-horizon spreadsheet formula reasoning in real `.xlsx` workbooks.
|
| 20 |
+
|
| 21 |
+
## Current Release
|
| 22 |
+
|
| 23 |
+
This initial upload contains the standard 200-task evaluation split:
|
| 24 |
+
|
| 25 |
+
- `FormulaCascade_Benchmark_eval_200.tar.gz`: compressed eval-200 split.
|
| 26 |
+
- `SHA256SUMS.txt`: checksum for release integrity verification.
|
| 27 |
+
|
| 28 |
+
To unpack:
|
| 29 |
+
|
| 30 |
+
```bash
|
| 31 |
+
tar -xzf FormulaCascade_Benchmark_eval_200.tar.gz
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
The extracted folder is:
|
| 35 |
+
|
| 36 |
+
```text
|
| 37 |
+
FormulaCascade_Benchmark_eval_200/
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
## Intended Use
|
| 41 |
+
|
| 42 |
+
FormulaCascade evaluates agents that must solve masked spreadsheet tasks by localizing relevant workbook context, tracing formula dependencies, reconstructing latent workbook logic, and filling hidden targets with executable values or formulas.
|
| 43 |
+
|
| 44 |
+
The full 10K+ benchmark release and additional metadata will be made available through this repository.
|
SHA256SUMS.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
b34b8f2f3dfeecfc24540d7f9eae534ec7add20938e8c3504ee25df7f1dc5242 /home/dataset-local/chengyilin/NIPS2026投稿写作与最终整理/FormulaCascade_NIPSOral_FINAL/hf_release_artifacts/FormulaCascade_Benchmark_eval_200.tar.gz
|