File size: 2,660 Bytes
7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 8f7a1f0 7cbf638 | 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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | ---
license: agpl-3.0
---
# COMMANDNET Military Science Dataset (1900-1999)
<p align="left">
<img src="https://img.shields.io/badge/Format-ShareGPT_JSONL-111827?style=for-the-badge&logo=json&logoColor=white" alt="Format: ShareGPT JSONL" />
<img src="https://img.shields.io/badge/Language-English-1f2937?style=for-the-badge" alt="Language: English" />
<img src="https://img.shields.io/badge/Time%20Span-1900--1999-0f766e?style=for-the-badge" alt="Time span: 1900-1999" />
<img src="https://img.shields.io/badge/Rows-10k-7c3aed?style=for-the-badge" alt="Rows: 10k" />
</p>
This dataset contains synthetic instruction-tuning examples for historical and doctrinal military analysis.
## Dataset Summary
- Task: chat instruction tuning
- Domain: historical military analysis
- Time span: 1900-1999
- Format: ShareGPT JSONL
- Languages: English
- Size: 10,000 rows in the included generated artifact
- License: See repository or dataset hosting metadata
It focuses on a consistent strategic voice and explicit:
- Causal Analysis
- Counterfactual Analysis
It covers both conventional and asymmetric contexts, constrained to the historical window 1900-1999.
## Splits
- train: single full JSONL file
- validation: not provided
- test: not provided
## Format
Each record is a JSON object with a ShareGPT-style conversation and metadata including:
- year
- decade
- warfare_type
- doctrine_family
- military_science_tags
## Record Structure
Example:
```json
{
"id": "skynet-000001",
"conversations": [
{"from": "system", "value": "..."},
{"from": "human", "value": "..."},
{"from": "gpt", "value": "..."}
],
"metadata": {
"year": 1966,
"decade": "1960s",
"warfare_type": "conventional",
"doctrine_family": "Amphibious Operational Sequencing",
"military_science_tags": ["..."]
}
}
```
## Included Material
The dataset is organized around doctrine families such as:
- Industrial Attrition and Trench Penetration
- Infiltration and Decentralized Assault Groups
- Deep Operation
- Blitz and Mobile Combined Arms
- Amphibious Operational Sequencing
- Protracted People's War
- Population-Centric Counterinsurgency
- Maneuver Warfare and Decision-Cycle Pressure
- AirLand Battle
- Deterrence and Escalation Management
## Quality Characteristics
- Historical bound checks within 1900-1999
- Explicit causal and counterfactual sections in the assistant text
- Duplicate suppression using scenario fingerprints
- ShareGPT-style formatting for chat fine-tuning workflows
## Citation
If you use this dataset, cite the dataset card and any downstream work built from it according to your project requirements.
|