Datasets:
Add dataset card with description and usage examples
Browse files
README.md
CHANGED
|
@@ -1,172 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
task_categories:
|
| 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 |
-
- Treaty of Trianon (1920)
|
| 49 |
-
- Potsdam Agreement (1945)
|
| 50 |
-
|
| 51 |
-
### Armistices
|
| 52 |
-
- Armistice of 1918
|
| 53 |
-
- Korean War Armistice (1953)
|
| 54 |
-
|
| 55 |
-
### Geneva Conventions
|
| 56 |
-
- First Geneva Convention (1864)
|
| 57 |
-
- Geneva Conventions (1949)
|
| 58 |
-
- Additional Protocols (1977)
|
| 59 |
-
|
| 60 |
-
### Nuclear & Arms Control
|
| 61 |
-
- Partial Nuclear Test Ban Treaty (1963)
|
| 62 |
-
- Nuclear Non-Proliferation Treaty (1968)
|
| 63 |
-
- SALT I & II
|
| 64 |
-
- START Treaties
|
| 65 |
-
- INF Treaty (1987)
|
| 66 |
-
|
| 67 |
-
### Human Rights
|
| 68 |
-
- Universal Declaration of Human Rights (1948)
|
| 69 |
-
- European Convention on Human Rights (1950)
|
| 70 |
-
- International Covenant on Civil and Political Rights (1966)
|
| 71 |
-
|
| 72 |
-
### Economic
|
| 73 |
-
- Bretton Woods Agreement (1944)
|
| 74 |
-
- GATT (1947)
|
| 75 |
-
- Treaty of Rome (1957)
|
| 76 |
-
- Maastricht Treaty (1992)
|
| 77 |
-
- NAFTA (1994)
|
| 78 |
-
|
| 79 |
-
### Secret Agreements & Operations
|
| 80 |
-
- Sykes-Picot Agreement (1916)
|
| 81 |
-
- Molotov-Ribbentrop Pact (1939)
|
| 82 |
-
- Yalta Conference agreements (1945)
|
| 83 |
-
- Operation Paperclip documents
|
| 84 |
-
- Operation Gladio references
|
| 85 |
-
|
| 86 |
-
### Ancient & Medieval
|
| 87 |
-
- Peace of Nicias (421 BCE)
|
| 88 |
-
- Treaty of Kadesh (1259 BCE) - oldest known peace treaty
|
| 89 |
-
- Treaty of Verdun (843 CE)
|
| 90 |
-
|
| 91 |
-
## Data Structure
|
| 92 |
-
|
| 93 |
-
```
|
| 94 |
-
treaties/
|
| 95 |
-
├── images/
|
| 96 |
-
│ ├── versailles/
|
| 97 |
-
│ │ ├── signing_ceremony.jpg
|
| 98 |
-
│ │ ├── document_page_1.jpg
|
| 99 |
-
│ │ └── ...
|
| 100 |
-
│ ├── geneva_conventions/
|
| 101 |
-
│ └── ...
|
| 102 |
-
├── documents/
|
| 103 |
-
│ ├── versailles_1919_full_text.txt
|
| 104 |
-
│ ├── geneva_convention_1949.txt
|
| 105 |
-
│ └── ...
|
| 106 |
-
├── translations/
|
| 107 |
-
│ ├── versailles_1919_en.txt
|
| 108 |
-
│ ├── versailles_1919_fr.txt
|
| 109 |
-
│ └── ...
|
| 110 |
-
└── metadata.json
|
| 111 |
-
```
|
| 112 |
-
|
| 113 |
-
## Schema
|
| 114 |
-
|
| 115 |
-
Each treaty entry contains:
|
| 116 |
-
```json
|
| 117 |
-
{
|
| 118 |
-
"id": "versailles_1919",
|
| 119 |
-
"title": "Treaty of Versailles",
|
| 120 |
-
"alternate_titles": ["Peace Treaty of Versailles"],
|
| 121 |
-
"date_signed": "1919-06-28",
|
| 122 |
-
"date_effective": "1920-01-10",
|
| 123 |
-
"location_signed": "Palace of Versailles, France",
|
| 124 |
-
"type": "peace_treaty",
|
| 125 |
-
"conflict": "World War I",
|
| 126 |
-
"signatories": [
|
| 127 |
-
{"party": "Allied Powers", "representatives": ["Clemenceau", "Lloyd George", "Wilson"]},
|
| 128 |
-
{"party": "Germany", "representatives": ["Müller", "Bell"]}
|
| 129 |
-
],
|
| 130 |
-
"key_provisions": [
|
| 131 |
-
"War guilt clause (Article 231)",
|
| 132 |
-
"Territorial changes",
|
| 133 |
-
"Military restrictions",
|
| 134 |
-
"Reparations"
|
| 135 |
-
],
|
| 136 |
-
"languages": ["en", "fr"],
|
| 137 |
-
"images": ["signing_ceremony.jpg", "document_page_1.jpg"],
|
| 138 |
-
"full_text_file": "versailles_1919_full_text.txt",
|
| 139 |
-
"source_urls": ["https://avalon.law.yale.edu/subject_menus/versailles_menu.asp"],
|
| 140 |
-
"investigation_tags": ["wwi", "reparations", "league_of_nations"],
|
| 141 |
-
"related_treaties": ["treaty_of_trianon", "treaty_of_saint_germain"],
|
| 142 |
-
"enforcement": "League of Nations",
|
| 143 |
-
"status": "superseded"
|
| 144 |
-
}
|
| 145 |
-
```
|
| 146 |
-
|
| 147 |
-
## Investigation Integration
|
| 148 |
-
|
| 149 |
-
This dataset connects to the Global Investigation Nexus:
|
| 150 |
-
- Cross-reference signatories with `nexus_of_money` entities
|
| 151 |
-
- Link secret agreements to `historical_investigation` profiles
|
| 152 |
-
- Track power transfers via `evolution_tracker`
|
| 153 |
-
- Analyze patterns in treaty language and enforcement
|
| 154 |
-
|
| 155 |
-
## Key Questions This Dataset Addresses
|
| 156 |
-
|
| 157 |
-
1. **Who benefits?** - Identify patterns in who gains from treaty terms
|
| 158 |
-
2. **Enforcement asymmetry** - Which treaties are enforced vs ignored?
|
| 159 |
-
3. **Secret clauses** - Track declassified secret provisions
|
| 160 |
-
4. **Power consolidation** - How do treaties transfer sovereignty?
|
| 161 |
-
5. **Precedent chains** - How do earlier treaties enable later ones?
|
| 162 |
-
|
| 163 |
-
## Related Datasets
|
| 164 |
-
|
| 165 |
-
- `PunkRockGirl/the-law` - Modern legal codes
|
| 166 |
-
- `PunkRockGirl/ancient-law` - Ancient legal documents with images
|
| 167 |
-
|
| 168 |
-
## License
|
| 169 |
-
|
| 170 |
-
Treaty texts: Public domain
|
| 171 |
-
Images: Various (attributed)
|
| 172 |
-
Metadata: CC-BY-4.0
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- international-law
|
| 7 |
+
- treaties
|
| 8 |
+
- conventions
|
| 9 |
+
- agreements
|
| 10 |
+
- diplomacy
|
| 11 |
+
size_categories:
|
| 12 |
+
- n<1K
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# International Treaties Database
|
| 16 |
+
|
| 17 |
+
Collection of international treaties, conventions, and agreements.
|
| 18 |
+
|
| 19 |
+
## Contents
|
| 20 |
+
|
| 21 |
+
- UN treaties and conventions
|
| 22 |
+
- Bilateral agreements
|
| 23 |
+
- Multilateral treaties
|
| 24 |
+
- Geneva Conventions
|
| 25 |
+
- Human rights agreements
|
| 26 |
+
- Trade agreements
|
| 27 |
+
- Environmental treaties
|
| 28 |
+
|
| 29 |
+
## Format
|
| 30 |
+
|
| 31 |
+
Each treaty includes:
|
| 32 |
+
- Official title
|
| 33 |
+
- Signing date
|
| 34 |
+
- Parties/signatories
|
| 35 |
+
- Full text
|
| 36 |
+
- Ratification status
|
| 37 |
+
- Amendments
|
| 38 |
+
|
| 39 |
+
## Usage
|
| 40 |
+
|
| 41 |
+
International law research, treaty analysis, diplomatic history, compliance monitoring.
|
| 42 |
+
|
| 43 |
+
## License
|
| 44 |
+
|
| 45 |
+
CC0-1.0 (Public Domain) - Treaties are published by UN and governments
|
| 46 |
+
|
| 47 |
+
Copyright (c) 2026 Tammy L Casey. All rights reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|