Dariusfar commited on
Commit
ca5b827
·
verified ·
1 Parent(s): 94efe9a

update dataset card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -81,7 +81,6 @@ configs:
81
  path: data/train-*
82
  ---
83
 
84
-
85
  ![Collider-Bench diagram](https://huggingface.co/datasets/Dariusfar/ColliderBench/resolve/main/Collider-Bench_diagram.png)
86
 
87
  **Collider-Bench** is an AI benchmark for evaluating whether LLM agents can reproduce experimental analyses from the **Large Hadron Collider** (LHC) at CERN using only public papers and open scientific software.
@@ -126,6 +125,7 @@ scripts/run-agent --config configs/anthropics/claude_sonnet.yaml --task sus-16-0
126
  |---|---|---|
127
  | `task_id` | string | Canonical task identifier, e.g. `sus-16-046_sim-T5Wg` |
128
  | `paper_id` | string | CMS analysis identifier, e.g. `CMS-SUS-16-046` |
 
129
  | `analysis_target` | string | Final state under study (`photons`, `single lepton`, `leptons + jets`) |
130
  | `signal_model` | string | SUSY simplified-model name + slice (`T5Wg, high-H_T`, `T2tt, compressed`, …) |
131
  | `observable` | string | Observable key as used by the scorer (`STgamma`, `MET`, …) |
 
81
  path: data/train-*
82
  ---
83
 
 
84
  ![Collider-Bench diagram](https://huggingface.co/datasets/Dariusfar/ColliderBench/resolve/main/Collider-Bench_diagram.png)
85
 
86
  **Collider-Bench** is an AI benchmark for evaluating whether LLM agents can reproduce experimental analyses from the **Large Hadron Collider** (LHC) at CERN using only public papers and open scientific software.
 
125
  |---|---|---|
126
  | `task_id` | string | Canonical task identifier, e.g. `sus-16-046_sim-T5Wg` |
127
  | `paper_id` | string | CMS analysis identifier, e.g. `CMS-SUS-16-046` |
128
+ | `initial_prompt` | string | The system prompt the reference `simple` agent receives (from `agents/simple/run.py:build_prompt`); use as a starting point or replace with your own |
129
  | `analysis_target` | string | Final state under study (`photons`, `single lepton`, `leptons + jets`) |
130
  | `signal_model` | string | SUSY simplified-model name + slice (`T5Wg, high-H_T`, `T2tt, compressed`, …) |
131
  | `observable` | string | Observable key as used by the scorer (`STgamma`, `MET`, …) |