solsticestudioai commited on
Commit
187417c
·
verified ·
1 Parent(s): 9b2553d

Add Atlas Apex sample (10K cross-domain decision cycles) with README, SCHEMA, parquet, JSONL

Browse files
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. README.md +160 -0
  3. SCHEMA.md +101 -0
  4. atlas_apex_sample.jsonl +3 -0
  5. atlas_apex_sample.parquet +3 -0
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ atlas_apex_sample.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - text-generation
6
+ - reinforcement-learning
7
+ language:
8
+ - en
9
+ tags:
10
+ - synthetic
11
+ - agentic-ai
12
+ - cross-domain
13
+ - autonomous-agents
14
+ - reasoning
15
+ - decision-making
16
+ - multi-domain
17
+ - mcts
18
+ - orchestration
19
+ - agi-adjacent
20
+ - strategic-ai
21
+ - rl
22
+ pretty_name: Atlas Apex Cross-Domain Autonomous Intelligence Pack
23
+ size_categories:
24
+ - 10K<n<100K
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: atlas_apex_sample.parquet
30
+ ---
31
+
32
+ # Atlas Apex Cross-Domain Autonomous Intelligence Pack (Sample)
33
+
34
+ **A synthetic dataset of cross-domain autonomous decision cycles for agentic-AI research, multi-objective reinforcement learning, and strategic-reasoning model training.** Each row is a complete autonomous decision cycle — an agent observes a cross-domain signal, reasons over a branching decision tree, executes actions across domains (biotech → finance, space → finance, robotics → systems), and records the strategic outcome.
35
+
36
+ Built by [SolsticeAI](https://www.solsticestudio.ai/datasets) as a free sample of a larger commercial pack. 100% synthetic. No real scientific results, real trades, real robotic systems, or real operational telemetry — all domain content is abstract narrative templates for reasoning-structure training.
37
+
38
+ ## What is included
39
+
40
+ | File | Rows | Format | Purpose |
41
+ |---|---:|---|---|
42
+ | `atlas_apex_sample.parquet` | 10,000 | Parquet | Columnar, typed, best for analytics |
43
+ | `atlas_apex_sample.jsonl` | 10,000 | JSON Lines | Streaming / LLM training friendly |
44
+
45
+ **This sample:** 10,000 autonomous decision cycles, stratified 3,333 per scenario class.
46
+ **Scenario classes (3):** `autonomous_scientific_discovery`, `ai_driven_economic_decisions`, `distributed_system_coordination`
47
+ **Agent archetypes (3):** `AI_Scientist`, `Trading_Agent`, `Orchestrator` (one per scenario)
48
+ **Autonomy levels:** `L2_Assisted`, `L3_Supervised`, `L4_Conditional`, `L5_Full_Auto`
49
+ **Strategic-value tiers:** `low`, `medium`, `high`, `critical`, `transformative`
50
+ **Outcomes:** `objective_achieved`, `partial_success`, `rolled_back`, `escalated_to_human`, `executed_with_caveats`
51
+ **Domains touched per scenario:** biotech / legal / finance / economics / space / robotics / systems / meta
52
+
53
+ ## Record structure
54
+
55
+ Each record is one autonomous decision cycle with 7 top-level fields:
56
+
57
+ | Field | Type | Contents |
58
+ |---|---|---|
59
+ | `schema_version` | string | Pack schema version (`1.0.0-atlas-apex-sample`) |
60
+ | `event` | struct | `id`, `trace_id`, `timestamp`, `strategic_value`, `outcome`, `confidence` |
61
+ | `identity_context` | struct | `agent_type`, `reasoning_dna`, `autonomy_level`, `human_approval_required`, `escalation_chain[]` |
62
+ | `causal_telemetry_stream` | list<struct> | Ordered cross-domain events: `timestamp`, `event_name`, `domain`, `data_source`, `value_at_risk_usd`, `fidelity_score`, `latency_ms` |
63
+ | `reasoning_trace` | struct | `primary_objective`, `decision_depth`, `confidence_threshold`, `branches_evaluated`, `winning_branch_reward`, `counterfactual_considered` |
64
+ | `detection_logic` | struct | `anomaly_description`, `predictive_fidelity`, `cross_domain_signal_count`, `signal_conflicts[]` |
65
+ | `simulation` | struct | `synthetic`, `engine`, `cross_domain_sync_mechanism`, `scenario_class`, `intended_use[]` |
66
+
67
+ See [SCHEMA.md](./SCHEMA.md) for the full nested field breakdown.
68
+
69
+ ## Why this dataset is useful
70
+
71
+ Most public agent datasets are either single-domain (coding, math, game-play) or single-objective (reward-shaped for one goal). Agentic systems in production actually operate *across* domains — a trading agent watches satellite data, an AI scientist files patents, an orchestrator restores services under load. This pack is shaped around that shape.
72
+
73
+ - **Cross-domain causal chains.** Each telemetry stream spans 2–4 domains (e.g., biotech → legal → finance, space → economics → finance).
74
+ - **Reasoning DNA.** Each agent carries an explicit reasoning-strategy identifier (`DNA-XXXX-MCTS-EXPLORE-0.65`) so you can train and compare behavior conditional on strategy.
75
+ - **Autonomy gradient.** L2 assisted through L5 full-auto — train policies that respect human-approval gates or score automatic escalation behavior.
76
+ - **Outcome variance beyond success/failure.** `partial_success`, `rolled_back`, `escalated_to_human`, `executed_with_caveats` — closer to real operational reporting.
77
+ - **Reasoning trace metadata.** Decision depth, branches evaluated, winning-branch reward, counterfactual-considered flag — directly usable for process-reward-model training and counterfactual reasoning research.
78
+
79
+ ## Typical use cases
80
+
81
+ - Multi-domain AI reasoning model training
82
+ - Autonomous agent architecture R&D
83
+ - Cross-domain decision-policy benchmarks
84
+ - RL / multi-objective optimization research
85
+ - Escalation-policy and human-in-the-loop research
86
+ - LLM fine-tuning on cross-domain reasoning narratives
87
+ - Counterfactual-reasoning model training
88
+ - Orchestrator / dispatcher agent prototyping
89
+
90
+ ## Quick start
91
+
92
+ ```python
93
+ import pandas as pd
94
+ import pyarrow.parquet as pq
95
+
96
+ df = pq.read_table("atlas_apex_sample.parquet").to_pandas()
97
+
98
+ # Scenario distribution (stratified balanced)
99
+ print(df["simulation"].apply(lambda s: s["scenario_class"]).value_counts())
100
+
101
+ # Outcome by scenario
102
+ df["scenario"] = df["simulation"].apply(lambda s: s["scenario_class"])
103
+ df["outcome"] = df["event"].apply(lambda e: e["outcome"])
104
+ print(pd.crosstab(df["scenario"], df["outcome"]))
105
+
106
+ # Distinct domains per record
107
+ df["domains_touched"] = df["causal_telemetry_stream"].apply(
108
+ lambda stream: len({step["domain"] for step in stream})
109
+ )
110
+ print(df.groupby("scenario")["domains_touched"].mean().round(2))
111
+
112
+ # Reasoning depth vs winning-branch reward
113
+ df["depth"] = df["reasoning_trace"].apply(lambda r: r["decision_depth"])
114
+ df["reward"] = df["reasoning_trace"].apply(lambda r: r["winning_branch_reward"])
115
+ print(df.groupby(pd.cut(df["depth"], bins=[0,5,8,12,20]))["reward"].mean().round(2))
116
+ ```
117
+
118
+ Streaming form:
119
+
120
+ ```python
121
+ import json
122
+
123
+ with open("atlas_apex_sample.jsonl") as f:
124
+ for line in f:
125
+ cycle = json.loads(line)
126
+ # one autonomous decision cycle per line
127
+ ```
128
+
129
+ ## Responsible use
130
+
131
+ This dataset is intended for **research, agent prototyping, and educational benchmarking**. It contains abstract narrative templates — it does **not** contain real scientific discoveries, real trades, real robotic telemetry, real patents, or identifiable actors in any domain. Agents trained on this data will learn cross-domain reasoning *structure*; deployment in any specific domain (finance, healthcare, robotics) requires grounded domain-specific training, validation, and oversight appropriate to that domain's regulatory context.
132
+
133
+ ## License
134
+
135
+ Released under **CC BY 4.0**. Use freely for research, agent prototyping, education, and commercial development with attribution.
136
+
137
+ ## Get the full pack
138
+
139
+ This Hugging Face repo is a **10K-cycle sample**. The production pack scales to 100K+ cycles with expanded domain coverage (energy, defense, biosecurity, supply chain, climate), richer agent archetypes (swarm coordinators, red-team agents, digital-twin orchestrators), multi-agent collaboration traces, longer causal chains, adversarial / cooperative variants, parquet + JSONL + gym-compatible delivery, and buyer-specific configurations.
140
+
141
+ **Self-serve (Stripe checkout):**
142
+ - [**Sample Scale tier — $5,000**](https://buy.stripe.com/7sY5kD2j85QTfSb5lfeEo03) — ~25K records, one subject, 72-hour delivery.
143
+
144
+ **Full pack + enterprise scope:**
145
+ - [www.solsticestudio.ai/datasets](https://www.solsticestudio.ai/datasets) — per-SKU pricing across Starter / Professional / Enterprise tiers, plus commercial licensing, custom generation, and buyer-specific variants.
146
+
147
+ **Procurement catalog:**
148
+ - [SolsticeAI Data Storefront](https://solsticeai.mydatastorefront.com) — available via Datarade / Monda.
149
+
150
+ ## Citation
151
+
152
+ ```bibtex
153
+ @dataset{solstice_atlas_apex_pack_2026,
154
+ title = {Atlas Apex Cross-Domain Autonomous Intelligence Pack (Sample)},
155
+ author = {SolsticeAI},
156
+ year = {2026},
157
+ publisher = {Hugging Face},
158
+ url = {https://huggingface.co/datasets/solsticestudioai/atlas-apex-pack}
159
+ }
160
+ ```
SCHEMA.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Atlas Apex Cross-Domain Autonomous Intelligence Pack — Schema
2
+
3
+ One row = one complete autonomous decision cycle. All records share the same seven top-level fields.
4
+
5
+ Schema version: `1.0.0-atlas-apex-sample`
6
+
7
+ ## Top-level fields
8
+
9
+ ### `schema_version` — string
10
+ Schema identifier. Constant within a sample release.
11
+
12
+ ### `event` — struct
13
+ Identifier fields and the overall strategic classification for the cycle.
14
+
15
+ | Field | Type | Notes |
16
+ |---|---|---|
17
+ | `id` | string | Stable event identifier, e.g., `ATLAS-100000`. |
18
+ | `trace_id` | string (UUID) | Cross-links telemetry within the cycle. |
19
+ | `timestamp` | string (ISO-8601) | Cycle anchor time. |
20
+ | `strategic_value` | string | `low`, `medium`, `high`, `critical`, `transformative`. |
21
+ | `outcome` | string | `objective_achieved`, `partial_success`, `rolled_back`, `escalated_to_human`, `executed_with_caveats`. |
22
+ | `confidence` | double | 0–1 engine confidence in the outcome. |
23
+
24
+ ### `identity_context` — struct
25
+ Agent archetype and autonomy posture.
26
+
27
+ | Field | Type | Notes |
28
+ |---|---|---|
29
+ | `agent_type` | string | `AI_Scientist`, `Trading_Agent`, `Orchestrator`. |
30
+ | `reasoning_dna` | string | Explicit reasoning-strategy identifier (e.g., `DNA-A7F3-MCTS-EXPLORE-0.65`). Encodes a branch preference (`EXPLORE`/`EXPLOIT`/`HYBRID`/`CONSERVATIVE`/`AGGRESSIVE`) and a scalar exploration parameter. |
31
+ | `autonomy_level` | string | `L2_Assisted`, `L3_Supervised`, `L4_Conditional`, `L5_Full_Auto`. |
32
+ | `human_approval_required` | bool | `true` when autonomy is L2 or L3. |
33
+ | `escalation_chain` | list<string> | Ordered escalation path (e.g., `agent_runtime` → `domain_expert` → `governance_board`). |
34
+
35
+ ### `causal_telemetry_stream` — list<struct>
36
+ Ordered cross-domain events in the cycle. One struct per step.
37
+
38
+ Step struct:
39
+
40
+ | Field | Type | Notes |
41
+ |---|---|---|
42
+ | `timestamp` | string (ISO-8601) | Step time. |
43
+ | `event_name` | string | Scenario-specific action label (e.g., `HYPOTHESIS_GENERATED`, `SATELLITE_SIGNAL_DETECTED`, `SWARM_NODE_FAILURE_DETECTED`). |
44
+ | `domain` | string | `biotech`, `legal`, `finance`, `economics`, `space`, `robotics`, `systems`, `meta`. |
45
+ | `data_source` | string | Abstract upstream source name (e.g., `literature_corpus`, `earth_observation_feed`, `task_scheduler`). |
46
+ | `value_at_risk_usd` | double | Scenario-scaled USD value at stake at the step. |
47
+ | `fidelity_score` | double | 0–1 data-fidelity score for the source. |
48
+ | `latency_ms` | int | Observed latency for the step. |
49
+
50
+ ### `reasoning_trace` — struct
51
+ Agent-reasoning metadata for the cycle.
52
+
53
+ | Field | Type | Notes |
54
+ |---|---|---|
55
+ | `primary_objective` | string | Short objective label (scenario-appropriate). |
56
+ | `decision_depth` | int | Depth of the reasoning tree (MCTS-style). |
57
+ | `confidence_threshold` | double | 0–1 engine confidence gate. |
58
+ | `branches_evaluated` | int | Number of reasoning branches considered. |
59
+ | `winning_branch_reward` | double | Reward attributed to the selected branch. |
60
+ | `counterfactual_considered` | bool | Whether an alternative was explicitly scored. |
61
+
62
+ ### `detection_logic` — struct
63
+ Cross-domain anomaly / conflict metadata.
64
+
65
+ | Field | Type | Notes |
66
+ |---|---|---|
67
+ | `anomaly_description` | string | Natural-language description of the cross-domain pattern observed. |
68
+ | `predictive_fidelity` | double | 0–1 predictive fidelity of the detection logic. |
69
+ | `cross_domain_signal_count` | int | Number of distinct `domain` values in the telemetry. |
70
+ | `signal_conflicts` | list<string> | Conflicts observed (e.g., `fidelity_mismatch`, `temporal_inversion`, `value_at_risk_divergence`). Often empty. |
71
+
72
+ ### `simulation` — struct
73
+ Simulation engine provenance and scenario class.
74
+
75
+ | Field | Type | Notes |
76
+ |---|---|---|
77
+ | `synthetic` | bool | Always `true`. |
78
+ | `engine` | string | Simulation engine label (`atlas_apex_sim_v1`). |
79
+ | `cross_domain_sync_mechanism` | string | `event_sourced_bus`, `shared_knowledge_graph`, `temporal_lockstep`, `cross_domain_oracle`, `digital_twin_state_sync`. |
80
+ | `scenario_class` | string | `autonomous_scientific_discovery`, `ai_driven_economic_decisions`, `distributed_system_coordination`. |
81
+ | `intended_use` | list<string> | ML use-case tags. |
82
+
83
+ ## Distribution of this sample
84
+
85
+ - 10,000 cycles total.
86
+ - Scenario class: balanced 3,333 per class.
87
+ - Agent type: balanced 3,333 per archetype (one archetype per scenario).
88
+ - Strategic value: scenario-weighted (science discovery carries more `transformative` tail; system coordination skews lower value).
89
+ - Autonomy level: weighted toward L4 `Conditional` with meaningful L5 `Full_Auto` and L3 `Supervised` shares.
90
+ - Outcomes: scenario-weighted; ~45% `objective_achieved`, ~28% `partial_success`, remainder split across rolled-back, escalated-to-human, and executed-with-caveats.
91
+
92
+ ## Sanitization notes
93
+
94
+ - Event IDs are synthetic (`ATLAS-*`).
95
+ - Trace IDs are random UUIDs.
96
+ - All domain content is abstract narrative templates — no real scientific results, trades, robotic telemetry, or patents are present.
97
+ - `data_source` values (e.g., `earth_observation_feed`, `legal_llm`, `lims_feed`) are generic type labels, not references to specific products or vendors.
98
+
99
+ ## Relationship to the full pack
100
+
101
+ The production pack scales to 100K+ cycles with expanded domain coverage (energy, defense, biosecurity, supply chain, climate), richer agent archetypes (swarm coordinators, red-team agents, digital-twin orchestrators), multi-agent collaboration traces, longer causal chains, adversarial / cooperative variants, and gym-compatible delivery. See the pack card for commercial access.
atlas_apex_sample.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9669963159f1ea0f935a9e77a1387f805fe701a4db5f6b27c3ebcd3f59fbfc93
3
+ size 26490302
atlas_apex_sample.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2a14531445c15223d780fbd43d89df17469f595a9de2575d0f061ccef8b6eb1
3
+ size 2582469