Dariusfar commited on
Commit
15f1951
·
verified ·
1 Parent(s): 6b237b2

update dataset card

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,6 +24,8 @@ dataset_info:
24
  dtype: string
25
  - name: paper_id
26
  dtype: string
 
 
27
  - name: analysis_target
28
  dtype: string
29
  - name: signal_model
@@ -46,8 +48,6 @@ dataset_info:
46
  dtype: string
47
  - name: task_md
48
  dtype: string
49
- - name: task_toml
50
- dtype: string
51
  - name: template_yaml
52
  dtype: string
53
  - name: n_bins
@@ -125,6 +125,7 @@ scripts/run-agent --config configs/anthropics/claude_sonnet.yaml --task sus-16-0
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
  | `analysis_target` | string | Final state under study (`photons`, `single lepton`, `leptons + jets`) |
129
  | `signal_model` | string | SUSY simplified-model name + slice (`T5Wg, high-H_T`, `T2tt, compressed`, …) |
130
  | `observable` | string | Observable key as used by the scorer (`STgamma`, `MET`, …) |
@@ -136,7 +137,6 @@ scripts/run-agent --config configs/anthropics/claude_sonnet.yaml --task sus-16-0
136
  | `tags` | seq<string> | Free-form metadata tags |
137
  | `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 |
138
  | `task_md` | string | The full `TASK.md` text — the agent's primary instructions |
139
- | `task_toml` | string | Verbatim `task.toml` content (paper id, observable, walltime, …) |
140
  | `template_yaml` | string | Null-filled HEPData-style YAML the agent fills with predicted bin values |
141
  | `n_bins` | int64 | Total bin count across all dependent variables in the template |
142
  | `paper_pdf` | binary | Bytes of the CMS analysis paper (publicly available on CDS/Inspire-HEP) |
 
24
  dtype: string
25
  - name: paper_id
26
  dtype: string
27
+ - name: task_type
28
+ dtype: string
29
  - name: analysis_target
30
  dtype: string
31
  - name: signal_model
 
48
  dtype: string
49
  - name: task_md
50
  dtype: string
 
 
51
  - name: template_yaml
52
  dtype: string
53
  - name: n_bins
 
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
+ | `task_type` | string | Task family (`simulation` for the sim corpus) |
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`, …) |
 
137
  | `tags` | seq<string> | Free-form metadata tags |
138
  | `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 |
139
  | `task_md` | string | The full `TASK.md` text — the agent's primary instructions |
 
140
  | `template_yaml` | string | Null-filled HEPData-style YAML the agent fills with predicted bin values |
141
  | `n_bins` | int64 | Total bin count across all dependent variables in the template |
142
  | `paper_pdf` | binary | Bytes of the CMS analysis paper (publicly available on CDS/Inspire-HEP) |