Update data: 5 units
Browse files- business_finance/internal_employee_agent_instance_1/base/input
- business_finance/internal_employee_agent_instance_1/base/software
- business_finance/legal_ma_consistency_audit_01/base/input
- business_finance/legal_ma_consistency_audit_01/base/software
- business_finance/llm_ecosystem_privacy_audit_realdata_1/base/input
tasks/business_finance/internal_employee_agent_instance_1/base/software/README.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
No benchmark-owned software bundle is staged for this task. Use system Python and the staged input files.
|
tasks/business_finance/legal_ma_consistency_audit_01/base/software/README.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This task exposes one optional helper launcher:
|
| 2 |
+
|
| 3 |
+
- `software/python`
|
| 4 |
+
|
| 5 |
+
`software/python` forwards arguments to the baseline Ubuntu VM Python interpreter with
|
| 6 |
+
UTF-8 mode enabled. Use it when local scripting is helpful for parsing the staged filings
|
| 7 |
+
or extracted-text mirrors.
|
| 8 |
+
|
| 9 |
+
The canonical solve-time inputs are under `input/`, and the only required deliverable
|
| 10 |
+
remains `output/audit_report.md`.
|
tasks/business_finance/legal_ma_consistency_audit_01/base/software/python
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
set -euo pipefail
|
| 3 |
+
export PYTHONUTF8=1
|
| 4 |
+
exec /usr/bin/python "$@"
|