Datasets:

Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
HaoyuDong commited on
Commit
1d66725
·
verified ·
1 Parent(s): bb9e342

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -1,13 +1,9 @@
1
  ---
2
  license: cc-by-3.0
3
- task_categories:
4
- - text-generation
5
- language:
6
- - en
7
  tags:
8
- - multimodal
9
  - agent
10
  - workflow
 
11
  - spreadsheet
12
  - pdf
13
  - image
@@ -31,7 +27,7 @@ configs:
31
 
32
  ![Finch cover figure](figs/finch_workflow.jpeg)
33
 
34
- # Finch: Benchmarking Finance & Accounting Workflows across Spreadsheet-Centric Enterprise Artifacts
35
 
36
  This repository contains the dataset for **Finch**, an enterprise-level benchmark for evaluating an agent’s ability to act like a skilled finance & accounting expert on real-world workflows.
37
 
@@ -54,11 +50,11 @@ The workflows are derived from **real-world enterprise workspaces** (Enron and v
54
 
55
  We adopt a three-step workflow labeling process:
56
 
57
- 1. **Summarizing workflow types** supported by real collaborative enterprise email threads.
58
- 2. **Deriving concrete workflow instances** from versioned spreadsheets and related files using LLMs.
59
- 3. **Meticulous expert annotation** of instructions and reference outputs, involving hundreds of hours of expert work.
60
 
61
- This process yields **172 enterprise-grade workflows—primarily multi-task composite** — each with carefully written instructions and aligned input/reference files, capturing the intrinsic **complexity, messiness, and multimodality** of real-world finance & accounting work. In this release, we provide full annotations for the first 72 workflows, with the remaining 100 to be released in a subsequent update.
62
 
63
  Experiment results show that even frontier agents solve fewer than 30% of the workflows, revealing a substantial performance gap for real-world enterprise scenarios.
64
 
 
1
  ---
2
  license: cc-by-3.0
 
 
 
 
3
  tags:
 
4
  - agent
5
  - workflow
6
+ - multimodal
7
  - spreadsheet
8
  - pdf
9
  - image
 
27
 
28
  ![Finch cover figure](figs/finch_workflow.jpeg)
29
 
30
+ # Finch: Benchmarking Finance & Accounting across Spreadsheet-Centric Enterprise Workflows
31
 
32
  This repository contains the dataset for **Finch**, an enterprise-level benchmark for evaluating an agent’s ability to act like a skilled finance & accounting expert on real-world workflows.
33
 
 
50
 
51
  We adopt a three-step workflow labeling process:
52
 
53
+ 1. **Inducing workflow types** rom real collaborative enterprise email threads and their attachments.
54
+ 2. **Deriving concrete workflow instances** by analyzing changes across spreadsheet versions.
55
+ 3. **Conductin meticulous expert annotation** of task instructions, input files, and reference outputs, involving hundreds of hours of expert work.
56
 
57
+ This process yields **172 enterprise-grade workflows—primarily multi-task composite** — each with carefully written instructions and aligned input/reference files, capturing the intrinsic **compositionality, messiness, and multimodality** of real-world finance & accounting work. In this release, we provide full annotations for the first 72 workflows, with the remaining 100 to be released in a subsequent update.
58
 
59
  Experiment results show that even frontier agents solve fewer than 30% of the workflows, revealing a substantial performance gap for real-world enterprise scenarios.
60