anonymity11's picture
Update dataset card metadata
5382abe verified
|
raw
history blame
1.14 kB
---
license: other
task_categories:
- table-question-answering
tags:
- spreadsheets
- xlsx
- formula-reasoning
- benchmark
- agentic-evaluation
pretty_name: FormulaCascade Benchmark
size_categories:
- 10K<n<100K
---
# FormulaCascade Benchmark
This repository hosts an anonymous release of FormulaCascade, a benchmark for long-horizon spreadsheet formula reasoning in real `.xlsx` workbooks.
## Current Release
This initial upload contains the standard 200-task evaluation split:
- `FormulaCascade_Benchmark_eval_200.tar.gz`: compressed eval-200 split.
- `SHA256SUMS.txt`: checksum for release integrity verification.
To unpack:
```bash
tar -xzf FormulaCascade_Benchmark_eval_200.tar.gz
```
The extracted folder is:
```text
FormulaCascade_Benchmark_eval_200/
```
## Intended Use
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.
The full 10K+ benchmark release and additional metadata will be made available through this repository.