Spaces:
Running
Running
add finch attribution
Browse files
README.md
CHANGED
|
@@ -179,3 +179,18 @@ This environment models real financial spreadsheet work:
|
|
| 179 |
|
| 180 |
Each task uses a genuine enterprise Excel workbook. MODIFY tasks are graded
|
| 181 |
by cell-level comparison against a reference workbook.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
|
| 180 |
Each task uses a genuine enterprise Excel workbook. MODIFY tasks are graded
|
| 181 |
by cell-level comparison against a reference workbook.
|
| 182 |
+
|
| 183 |
+
## Acknowledgments
|
| 184 |
+
|
| 185 |
+
The spreadsheet tasks and reference workbooks used in this environment are
|
| 186 |
+
sourced from the **FinWorkBench (Finch)** dataset. If you use this environment
|
| 187 |
+
in your research, please cite:
|
| 188 |
+
|
| 189 |
+
```bibtex
|
| 190 |
+
@article{dong2025finch,
|
| 191 |
+
title={Finch: Benchmarking Finance \& Accounting across Spreadsheet-Centric Enterprise Workflows},
|
| 192 |
+
author={Dong, Haoyu and Zhang, Pengkun and Gao, Yan and Dong, Xuanyu and Cheng, Yilin and Lu, Mingzhe and Yakefu, Adina and Zheng, Shuxin},
|
| 193 |
+
journal={arXiv preprint arXiv:2512.13168},
|
| 194 |
+
year={2025}
|
| 195 |
+
}
|
| 196 |
+
```
|