rayrren commited on
Commit
1e84c1f
·
verified ·
1 Parent(s): 68957b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -80
README.md CHANGED
@@ -2,57 +2,54 @@
2
  pretty_name: Biosecurity Agent Production Worlds
3
  license: apache-2.0
4
  task_categories:
5
- - other
6
  language:
7
- - en
8
  tags:
9
- - osint
10
- - biosecurity
11
- - agent-trajectories
12
- - simulations
13
- - provenance
14
  configs:
15
- - config_name: targets
16
- data_files:
17
- - split: train
18
- path: data/targets.parquet
19
- - config_name: entities
20
- data_files:
21
- - split: train
22
- path: data/entities.parquet
23
- - config_name: world_snapshots
24
- data_files:
25
- - split: train
26
- path: data/world_snapshots.parquet
27
- - config_name: source_events
28
- data_files:
29
- - split: train
30
- path: data/source_events.parquet
31
- - config_name: relationships
32
- data_files:
33
- - split: train
34
- path: data/relationships.parquet
35
- - config_name: agent_runs
36
- data_files:
37
- - split: train
38
- path: data/agent_runs.parquet
39
- - config_name: simulation_rollouts
40
- data_files:
41
- - split: train
42
- path: data/simulation_rollouts.parquet
43
- - config_name: protections
44
- data_files:
45
- - split: train
46
- path: data/protections.parquet
47
- - config_name: source_registry
48
- data_files:
49
- - split: train
50
- path: data/source_registry.parquet
51
  ---
52
 
53
  # Biosecurity Agent Production Worlds
54
 
55
- A dataset of target-conditioned biosecurity worlds, live OSINT context, real Codex-agent trajectories, and predictive simulations generated with Biosecurity Agent. It is a relational collection for studying how an agent builds and updates evidence-grounded worlds around specific targets; it is not a clinical dataset, an outbreak ground-truth benchmark, or a claim of predictive accuracy.
56
 
57
  ## Configurations
58
 
@@ -68,39 +65,4 @@ A dataset of target-conditioned biosecurity worlds, live OSINT context, real Cod
68
  | `protections` | Evidence-backed defensive suggestions | 10 |
69
  | `source_registry` | Source access, health, rights, and limitation metadata | 19 |
70
 
71
- The dataset also contains 170 observable agent lifecycle events in `traces/agent_traces.jsonl`. Stable IDs—including `target_set_id`, `world_id`, `target_id`, `snapshot_id`, `source_event_id`, and `agent_run_id`—join the configurations. JSON Schemas are provided under `schemas/`; `MANIFEST.json` records frozen provenance and row counts.
72
-
73
- ## How it was generated
74
-
75
- Nine multi-target configurations were run through a clean installation of the packaged Biosecurity Agent CLI. Each world used the authenticated Codex provider, bounded live public-source retrieval, isolated untrusted content, persisted SQLite state, target watchers, and labelled simulations. All worlds reached the `live` phase. The exported corpus contains 27 successful Codex trajectories—one target-modelling result and two structured conversational results per target set—with non-zero usage and retained lifecycle metadata. Demo and Mock Agent output are excluded.
76
-
77
- Records were exported only from persisted product tables. The package used for generation was `@forsy/biosecurity-agent` 0.1.0 with SHA-256 `a4a8e554449b700ba4df1e4cb6a99593ea2b7e247c48f3160587ce1822679c80`; `MANIFEST.json` separately identifies the final hardened candidate. Prompt text, hidden reasoning, raw retrieved bodies, upload bodies, credentials, and notification secrets were not exported.
78
-
79
- ## Targets and labels
80
-
81
- The nine target sets cover food products and supply chains, livestock and veterinary operations, wildlife, public-health facilities, ports and travel, wastewater and schools, national surveillance, and plant health across several geographies. Eighteen targets are labelled `public_real`. Nine household, family, team, traveller, or garden contexts are synthetic composites and are labelled `synthetic`; they do not describe real private people or addresses.
82
-
83
- Claim states are intentionally distinct:
84
-
85
- - `observed` records come from retrieved, isolated sources or explicitly synthetic user context. Retrieval does not establish exposure, causation, or diagnosis.
86
- - `inferred` is reserved for product-derived interpretation. This frozen release contains no standalone inferred claims.
87
- - `simulated` records are seeded defensive projections forked from named live snapshots and never merged into observed history.
88
- - `material_bool` is the product's target-relevance decision. The corpus retains 12 material and 78 non-material records so retrieval is not misrepresented as relevance.
89
-
90
- ## Intended use
91
-
92
- The data can support research and evaluation in target-aware retrieval, provenance, source-grounded world construction, temporal state reasoning, agent observability, defensive simulation, and evidence-linked protection. It should not be used for diagnosis, individual risk scoring, autonomous intervention, offensive biological work, or training systems to treat simulated outcomes as observations.
93
-
94
- ## Safety and privacy
95
-
96
- External records passed through the product's raw → isolated parser → structured claims → evidence-store boundary. Source text could not alter agent instructions, notification destinations, tool registrations, or approval policy. The release contains no API keys, bearer tokens, SMTP/webhook credentials, private filesystem paths, email addresses, real personal records, hidden chain-of-thought, wet-lab procedures, or pathogen-engineering instructions. Protection proposals are defensive and approval-gated; none was executed in this corpus.
97
-
98
- ## Sources, copyright, and licence
99
-
100
- Dataset-authored structured records and synthetic context metadata are released under Apache-2.0; see `LICENSE`. Linked source material is not relicensed. Rights in authority pages, literature, news, sensor data, and public posts remain with their publishers or authors. No full article, feed item, social post, PDF, abstract, or raw page body is redistributed. `source_events` contains public locators, hashes, metadata, security findings, and short product-generated normalized claims. The `source_registry` configuration records source-specific access methods, licence summaries, redistribution constraints, health states, and limitations. Users retrieving original material must follow the current source terms.
101
-
102
- ## Quality and limitations
103
-
104
- All nine Parquet configurations load independently with Hugging Face `datasets`; the trace JSONL parses against its schema. Checksums, row counts, referential links, simulation bases, evidence links, agent success/provider status, privacy rules, claim-state separation, and source-body exclusion are validated by `schemas/validate_dataset.py`.
105
-
106
- Public endpoints, rate limits, coverage, and licensing change over time. The corpus is English-dominant, discovery can be noisy, and some providers were access-limited during collection. The configured Codex model is recorded as `default` because an internal resolved model identifier was not persisted. Simulations use abstract reporting and exposure indices; they are reproducible scenario exercises, not calibrated epidemiological forecasts. No time-separated forecast checks are included because later verified ground truth was unavailable.
 
2
  pretty_name: Biosecurity Agent Production Worlds
3
  license: apache-2.0
4
  task_categories:
5
+ - other
6
  language:
7
+ - en
8
  tags:
9
+ - biosecurity
10
+ - agent-trajectories
 
 
 
11
  configs:
12
+ - config_name: targets
13
+ data_files:
14
+ - split: train
15
+ path: data/targets.parquet
16
+ - config_name: entities
17
+ data_files:
18
+ - split: train
19
+ path: data/entities.parquet
20
+ - config_name: world_snapshots
21
+ data_files:
22
+ - split: train
23
+ path: data/world_snapshots.parquet
24
+ - config_name: source_events
25
+ data_files:
26
+ - split: train
27
+ path: data/source_events.parquet
28
+ - config_name: relationships
29
+ data_files:
30
+ - split: train
31
+ path: data/relationships.parquet
32
+ - config_name: agent_runs
33
+ data_files:
34
+ - split: train
35
+ path: data/agent_runs.parquet
36
+ - config_name: simulation_rollouts
37
+ data_files:
38
+ - split: train
39
+ path: data/simulation_rollouts.parquet
40
+ - config_name: protections
41
+ data_files:
42
+ - split: train
43
+ path: data/protections.parquet
44
+ - config_name: source_registry
45
+ data_files:
46
+ - split: train
47
+ path: data/source_registry.parquet
48
  ---
49
 
50
  # Biosecurity Agent Production Worlds
51
 
52
+ A dataset of target-conditioned biosecurity worlds, live intelligence, real agent trajectories, and predictive simulations generated with Biosecurity Agent. It is a relational collection for studying how an agent builds and updates evidence-grounded worlds around specific targets.
53
 
54
  ## Configurations
55
 
 
65
  | `protections` | Evidence-backed defensive suggestions | 10 |
66
  | `source_registry` | Source access, health, rights, and limitation metadata | 19 |
67
 
68
+ The dataset also contains 170 observable agent lifecycle events in `traces/agent_traces.jsonl`. Stable IDs—including `target_set_id`, `world_id`, `target_id`, `snapshot_id`, `source_event_id`, and `agent_run_id`—join the configurations. JSON Schemas are provided under `schemas/`; `MANIFEST.json` records frozen provenance and row counts.