--- license: cc-by-4.0 language: - en tags: - computer-use-agents - agent-benchmark - benchmark - evaluation pretty_name: Agents Last Exam — Task Input Data --- # Agents Last Exam — Task Input Data Input files (the materials each task hands to the agent at run start) for the Agents Last Exam (ALE) benchmark. Browsable per-task directory layout. - **Metadata / task cards:** [https://huggingface.co/datasets/agents-last-exam/agents-last-exam](https://huggingface.co/datasets/agents-last-exam/agents-last-exam) - **Source repository:** https://github.com/rdi-berkeley/agents-last-exam - **Official site:** [https://agents-last-exam.org](https://agents-last-exam.org) ## Layout ``` tasks/ / # e.g. business_finance/taxform_4_1 / # variant name as defined in the source repo input/ # files the agent receives at task start ... ``` ## What's Included Only the `input/` subdirectory of each task variant. These are the materials the agent is given when a run begins. ## What's Excluded - `reference/` — ground-truth outputs (kept private; publishing them would invalidate evaluation). - `software/` — large/licensed software fixtures. - VM images and any internal artifacts. ## Companion Datasets The structured task metadata (titles, summaries, prompts, taxonomy, input-file descriptors) lives in the metadata repo above and is more convenient for filtering/searching. This data repo is for actually running or inspecting the materials.