File size: 2,505 Bytes
cb5d392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
pretty_name: Biosecurity Agent Production Worlds
license: apache-2.0
task_categories:
- other
language:
- en
tags:
- biosecurity
- agent-trajectories
configs:
- config_name: targets
  data_files:
  - split: train
    path: data/targets-*.parquet
- config_name: entities
  data_files:
  - split: train
    path: data/entities-*.parquet
- config_name: world_snapshots
  data_files:
  - split: train
    path: data/world_snapshots-*.parquet
- config_name: source_events
  data_files:
  - split: train
    path: data/source_events-*.parquet
- config_name: relationships
  data_files:
  - split: train
    path: data/relationships-*.parquet
- config_name: agent_runs
  data_files:
  - split: train
    path: data/agent_runs-*.parquet
- config_name: simulation_rollouts
  data_files:
  - split: train
    path: data/simulation_rollouts-*.parquet
- config_name: protections
  data_files:
  - split: train
    path: data/protections-*.parquet
- config_name: source_registry
  data_files:
  - split: train
    path: data/source_registry-*.parquet
---

# Biosecurity Agent Production Worlds Seed Dataset 0.1

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.

## Configurations

| Configuration | Contents | Rows |
| --- | --- | ---: |
| `targets` | Public-real and explicitly synthetic targets | 1000 |
| `entities` | Normalized world entities | 14516 |
| `world_snapshots` | Observed and simulated temporal states | 356014 |
| `source_events` | Retrieved/discovered source records and normalized claims | 33074 |
| `relationships` | Evidence-linked target and entity relationships | 205800 |
| `agent_runs` | Observable structured Codex run results | 1500 |
| `simulation_rollouts` | Seeded defensive forecast forks | 82200 |
| `protections` | Evidence-backed defensive suggestions | 177 |
| `source_registry` | Source access, health, rights, and limitation metadata | 757 |

The dataset also contains 425357 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.

GitHub: https://github.com/Forsy-AI/biosecurity-agent