Tasks · desk · Extraction
Pull key terms from our service contracts into a register
contract-key-terms · timeout 1800 s · source
The ask
Sent verbatim as the prompt. The agent works in a copy of the workspace below and sees nothing else.
Can you go through our service contracts and put the key terms into contracts.csv, one row per contract? They're in the contracts folder and Renee's note says what she needs.
Workspace
- contracts/Alarm_Monitoring_Contract.pdf
- contracts/Amendment_1_JS_agreement.pdf
- contracts/HVAC_preventive_maintenance_contract.pdf
- contracts/Janitorial_Services_Agreement_signed.pdf
- contracts/WasteHauling_ServiceAgreement.pdf
- contracts/grounds_maintenance_contract_2025.pdf
- contracts/scan_pest_control_agreement.pdf
- note_from_renee.txt
Expected deliverables
- contracts.csv
Checks
The task passes only when every required check passes. Reference answers, tolerances, and the planted traps are in the repository, not here.
| Check | Type | Required | Failed (frozen) / 6 |
|---|---|---|---|
| requested columns | csv_columns | yes | 0 |
| one row per contract | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| vendor names | csv_values_match | yes | 0 |
| term dates | csv_values_match | yes | 0 |
| annual values | csv_values_match | yes | 0 |
| renewal terms | csv_values_match | yes | 0 |
| notice deadlines | csv_values_match | yes | 0 |
Recorded results, complete desk comparison
pass pass, frozen scorer only fail timed out
| System | Repetitions | Frozen / 3 | Raw / 3 | Median minutes | Mean cost (USD) |
|---|---|---|---|---|---|
| Proto / DeepSeek V4.1 Flash | 3 | 3 | 2.2 | 0.0228 | |
| Codex / GPT-5.6 sol | 3 | 3 | 2.0 | 0.2382 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "contract-key-terms".