task_id string | sector string | occupation string | prompt string | reference_folder string | deliverable_files list | gold_response string | rubric_pretty string | rubric_json string |
|---|---|---|---|---|---|---|---|---|
task_helix_dhr_ilmn_06 | Finance and Insurance | Investment Banking Analyst | You are an investment banking analyst staffed on a strategic M&A project where Danaher (DHR) is exploring the acquisition of Illumina (ILMN). All of the deal materials, models, peer data, precedent transactions, and research are available to you in the reference folder. Answer the question below.
Question:
Compute eff... | reference_folder | [] | To calculate the ILMN standalone pre-tax cost of debt we start in the DCF model on the WACC Build tab. Cells E9:G14 map out ILMN’s debt by maturity, principal, and coupon. Since each maturity’s principal is equal we can simply take the average of the coupons to get ILMN’s standalone pre-tax cost of debt: (0.0465 + 0.05... | [ver_t6_01] (weight=1.0, PRIMARY OBJECTIVE)
Criterion: States ILMN standalone weighted-average pre-tax cost of debt is 4.43%
Tolerance: exact match of 4.43 percent
Explanation: Step 1: Identify the ILMN 4-tranche maturity schedule in the WACC Build tab - four bonds, $500M face value each, coupons of 4.65%, 5.75%,... | [{"verifier_id": "ver_t6_01", "index": 0, "universal": false, "is_primary_objective": true, "weight": 1.0, "criteria": "States ILMN standalone weighted-average pre-tax cost of debt is 4.43%", "tolerance.type": "exact", "tolerance.low": 4.43, "tolerance.high": 4.43, "tolerance.units": "percent", "criteria_explanation": ... |
task_helix_dhr_ilmn_07 | Finance and Insurance | Investment Banking Analyst | You are an investment banking analyst staffed on a strategic M&A project where Danaher (DHR) is exploring the acquisition of Illumina (ILMN). All of the deal materials, models, peer data, precedent transactions, and research are available to you in the reference folder. Answer the question below.
Question:
Using the d... | reference_folder | [
"deliverable_files/task_helix_dhr_ilmn_07/Project Helix - DCF Model - Task 7 Gold Standard (ex-china).xlsx"
] | Looking at the Geography tab of the Transaction Profiles model, it’s noted that Greater China revenue is declining 30% YoY due to ILMN being placed on China’s “unreliable entity” list. That means that an expectation about declining Greater China revenue is already baked into the assumptions of the models, so rather tha... | [ver_t7_01] (weight=1.0, PRIMARY OBJECTIVE)
Criterion: States revised WACC is 9.19%
Tolerance: exact match of 9.19 percent
Explanation: Step 1: Extract base WACC from the ILMN DCF model WACC Build tab (8.69%). Step 2: Apply the +50bps modification: ~8.69% + 0.50% = 9.19%. Step 3: Round to two decimal places. Simp... | [{"verifier_id": "ver_t7_01", "index": 0, "universal": false, "is_primary_objective": true, "weight": 1.0, "criteria": "States revised WACC is 9.19%", "tolerance.type": "exact", "tolerance.low": 9.19, "tolerance.high": 9.19, "tolerance.units": "percent", "criteria_explanation": "Step 1: Extract base WACC from the ILMN ... |
task_helix_dhr_ilmn_09 | Finance and Insurance | Investment Banking Analyst | You are an investment banking analyst staffed on a strategic M&A project where Danaher (DHR) is exploring the acquisition of Illumina (ILMN). All of the deal materials, models, peer data, precedent transactions, and research are available to you in the reference folder. Answer the question below.
Question:
Make the fo... | reference_folder | [
"deliverable_files/task_helix_dhr_ilmn_09/Project Helix - Merger Model - Task 9 Gold Standard.xlsx"
] | We’ll begin by creating a new row below the “Pro Forma EPS - Accretion/(Dilution)” section to record the original percentage values for comparison later. Then we’ll go to the standalone projections tab. First we’ll increase the ILMN “Revenue Growth (%)” values for FY27E-FY29E to 7.0%, 8.0%, and 7.0% respectively. Then ... | [ver_t9_01] (weight=1.0, PRIMARY OBJECTIVE)
Criterion: States revised ILMN standalone net income for Y1 (FY27E) is $921M
Tolerance: exact match of 921 USD millions
Explanation: Step 1: Apply revised FY27E revenue growth of +7.0% (was +6.0%) to FY26E revenue. Step 2: Apply revised FY27E non-GAAP operating margin (... | [{"verifier_id": "ver_t9_01", "index": 0, "universal": false, "is_primary_objective": true, "weight": 1.0, "criteria": "States revised ILMN standalone net income for Y1 (FY27E) is $921M", "tolerance.type": "exact", "tolerance.low": 921, "tolerance.high": 921, "tolerance.units": "USD millions", "criteria_explanation": "... |
finance-data — DHR / ILMN M&A Analysis Tasks
Investment-banking analysis tasks set in a (fictional) strategic M&A project where Danaher (DHR) explores acquiring Illumina (ILMN). Each task gives an agent a prompt plus a full deal-room of reference materials (financial models, spreadsheets, PDFs, research) and grades the answer against a per-criterion rubric. Tasks that require modifying a workbook also ship the expert's gold workbook as a deliverable file.
Layout
data/ # the task table (parquet, 3 rows)
reference_folder/ # the shared deal-room every task works from
├── filesystem/ # models, filings, research, deal docs (xlsx/pdf/pptx/…)
└── .apps_data/ # app state (mail, calendar, chat) for the simulated environment
deliverable_files/ # gold deliverable workbooks, one subfolder per task
All tasks share one reference folder — they are set in the same deal. The
reference_folder column holds its repo-relative path.
Columns
| Column | Type | Description |
|---|---|---|
task_id |
string | e.g. task_helix_dhr_ilmn_06 |
sector |
string | Finance and Insurance |
occupation |
string | Investment Banking Analyst |
prompt |
string | Self-contained task instructions (includes scenario framing) |
reference_folder |
string | Repo-relative path to the shared deal-room (reference_folder) |
deliverable_files |
list[string] | Repo-relative paths to the gold deliverable workbook(s); empty for answer-only tasks |
gold_response |
string | The expert gold answer (text) |
rubric_pretty |
string | Human-readable rubric |
rubric_json |
string | JSON-encoded rubric (see below) |
Rubric format (rubric_json)
A JSON array; each entry is one grading criterion with fields:
verifier_id,index— identity/orderingcriteria— the criterion textcriteria_explanation— step-by-step reference reasoning for the graderweight— contribution to the weighted task scoreis_primary_objective— a task passes only if all primary criteria passtolerance.type/tolerance.low/tolerance.high/tolerance.units— numeric acceptance band (e.g. exact, absolute_range)dependencies— criteria that must pass for this one to be meaningfulcriterion_type,evaluation_scope,expected_file_type,human_rating,tags,universal
Intended harness
Populate a sandboxed environment from reference_folder, run the agent with
file/spreadsheet/PDF tools, and grade the final answer with an LLM judge that
applies each rubric criterion within its stated tolerance. A task passes iff
every primary-objective criterion passes. For tasks with deliverable_files,
the gold workbook shows the expected end-state of the modified model.
- Downloads last month
- -