Madeleinex commited on
Commit
62cf391
·
verified ·
1 Parent(s): f3c6214

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -58,3 +58,7 @@ 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
+ dataset/chunks.jsonl filter=lfs diff=lfs merge=lfs -text
62
+ dataset_layered/chunks.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ dumps/icj-decisions.dump filter=lfs diff=lfs merge=lfs -text
64
+ dumps/icj-full.dump filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # License and rights statement
2
+
3
+ This dataset carries material of mixed provenance, so it carries mixed terms. A single
4
+ blanket license would misstate the position, which is why the repository declares
5
+ `license: other` and defers to this file. The terms below apply per layer, and follow
6
+ the authorship of the underlying document.
7
+
8
+ ## Summary
9
+
10
+ We grant a licence only over what we made. Everything else is either passed through from
11
+ upstream or carries a usage request, because we hold no rights to license it.
12
+
13
+ | Layer | Source | Status |
14
+ |---|---|---|
15
+ | everything we produced (parsing, chunking, embeddings, graph structure, tooling) | this project | **licensed CC-BY-4.0** |
16
+ | decision, where derived from CD-ICJ | Zenodo, DOI 10.5281/zenodo.3826444 | **CC0-1.0 passed through** from upstream |
17
+ | decision, where retrieved from icj-cij.org | ICJ | no licence granted; usage request below |
18
+ | oral (verbatim records) | ICJ Registry | no licence granted; usage request below |
19
+ | pleadings (party filings) | the parties, published by the ICJ | no licence granted; usage request below, and see the caveat |
20
+
21
+ **Usage request** for the material we did not create and cannot license: attribute the
22
+ ICJ and this dataset, and do not use it commercially. Those are the terms CC-BY-NC-4.0
23
+ expresses, and they are the reading the ICJ notice requires, but we state them as a
24
+ request rather than stamping a licence we are not in a position to grant. Treating this
25
+ as settled permission would be a mistake.
26
+
27
+ ## Why the terms differ by layer
28
+
29
+ The rights position on the underlying documents is genuinely mixed, and we state it
30
+ rather than assert a blanket public-domain status.
31
+
32
+ The Rules of Court provide that pleadings and oral records are made accessible to the
33
+ public at or after the opening of oral proceedings (Rules of Court, Art. 53). That
34
+ provision governs access, not downstream reuse.
35
+
36
+ Separately, the ICJ asserts rights over its site and official publications: the notice
37
+ reserves all rights and states that content may not be reproduced or used for
38
+ commercial purposes. No ICJ or UN source addresses text and data mining or corpus
39
+ reuse, so there is no permission to point to and no prohibition specific to this use.
40
+
41
+ The government-edicts doctrine, which denies copyright in judicial texts, is keyed to
42
+ adjudicative authorship. It reaches what the Court writes. It does not squarely reach
43
+ what the parties write, which is why pleadings are treated separately here.
44
+
45
+ Our basis for release is the research and transformative-use rationale recognized for
46
+ legal-text corpora, together with the public-interest character of the material.
47
+
48
+ ## The part that is not settled
49
+
50
+ The pleadings layer is the least certain of the three. Those documents are
51
+ party-authored, the government-edicts reasoning does not clearly cover them, and the
52
+ question has not been put to the ICJ Registry. The usage request above is the position
53
+ we apply pending that contact, not a determination that the parties or the Court have
54
+ licensed the material.
55
+
56
+ If you are a rights holder and object to any part of this release, contact us and we
57
+ will honor the request.
58
+
59
+ ## What we do not claim
60
+
61
+ We claim no ownership of the underlying ICJ documents. The CC-BY-4.0 grant in the table
62
+ covers only the work this project added on top of them: the parsing and structure, the
63
+ chunking, the embeddings, the citation graph, and the tooling that produces all of it.
64
+
65
+ ## Attribution
66
+
67
+ Underlying documents: International Court of Justice (icj-cij.org). The historical
68
+ decision corpus is derived from CD-ICJ by Sean Fobbe (Zenodo, DOI
69
+ 10.5281/zenodo.3826444), released under CC0-1.0.
README.md ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: icj-mixed-per-layer
4
+ license_link: LICENSE
5
+ language:
6
+ - en
7
+ tags:
8
+ - legal
9
+ - international-law
10
+ - icj
11
+ - citation-graph
12
+ - knowledge-graph
13
+ - embeddings
14
+ pretty_name: ICJ Citation Graph
15
+ size_categories:
16
+ - 1M<n<10M
17
+ configs:
18
+ - config_name: chunks
19
+ default: true
20
+ data_files: parquet/chunks-*.parquet
21
+ - config_name: documents
22
+ data_files: parquet/documents.parquet
23
+ - config_name: cases
24
+ data_files: parquet/cases.parquet
25
+ - config_name: provisions
26
+ data_files: parquet/provisions.parquet
27
+ ---
28
+
29
+ # ICJ Citation Graph
30
+
31
+ The International Court of Justice's public record as a graph: 199 of the Court's 200 cases, from Corfu Channel in 1947 to 2026, in three layers.
32
+
33
+ - Decisions (2,407): judgments, orders, and advisory opinions, plus the separate and dissenting opinions the judges append.
34
+ - Written pleadings (2,114): the memorials, counter-memorials, applications, and declarations of intervention the parties filed, in 194 of the cases.
35
+ - Oral records (1,875): verbatim hearing transcripts, in 163.
36
+
37
+ 6,396 documents in all, parsed into structured text and split into about 1.1 million searchable passages. Every passage carries a `Qwen3-Embedding-8B` vector (open-weight, 4096-dim, unit-normalized) for semantic search. The decision layer also has the full citation graph: each decision linked to its case, the earlier cases it cites, the provisions it invokes, and the judges who sat.
38
+
39
+ ## Which form to grab
40
+
41
+ | Form | Files | Layers | Needs |
42
+ |---|---|---|---|
43
+ | Graph, decisions | `dumps/icj-decisions.dump` (4.2 GB) | decisions | Neo4j 5.26 |
44
+ | Graph, full | `dumps/icj-full.dump` (13.7 GB) | all three | Neo4j 5.26 |
45
+ | Portable, decisions | `dataset/` (JSONL + npy, 1.0 GB) | decisions | numpy for vectors |
46
+ | Portable, all layers | `dataset_layered/` | all three, filter by `layer` | numpy for vectors |
47
+ | Columnar, all layers | `parquet/` (8.3 GB) | all three, vectors inline | anything that reads Parquet |
48
+
49
+ Embeddings ship in every form: node properties in the dumps, one `embeddings_<layer>.npy` per layer in the portable sets, an `embedding` column in Parquet. Nothing needs re-embedding. Embed your queries with the same model or the scores are meaningless.
50
+
51
+ ## Quick start
52
+
53
+ ```python
54
+ from datasets import load_dataset
55
+ docs = load_dataset("Madeleinex/chicken-graph", "documents", split="train")
56
+ chunks = load_dataset("Madeleinex/chicken-graph", "chunks", split="train")
57
+ ```
58
+
59
+ Parquet is the format this page's viewer and SQL console read natively, and the one form where the vectors are a real column rather than a sidecar:
60
+
61
+ ```python
62
+ import duckdb
63
+ duckdb.sql("""
64
+ SELECT case_id, title, para, text
65
+ FROM 'parquet/chunks-*.parquet' c JOIN 'parquet/documents.parquet' d
66
+ ON c.document_id = d.id
67
+ WHERE c.layer = 'pleadings' AND text ILIKE '%provisional measures%'
68
+ LIMIT 10
69
+ """)
70
+ ```
71
+
72
+ `case_id` is a zero-padded string (`"001"`). Parquet preserves that; a JSONL reader that infers types will turn it into an integer and drop the padding, so pass `dtype={"case_id": "string"}`.
73
+
74
+ A runnable walkthrough (load, join, reconstruct a document, semantic search) is in [`notebooks/dataset_demo.ipynb`](notebooks/dataset_demo.ipynb).
75
+
76
+ ## Portable files
77
+
78
+ `dataset/` holds the decision layer; `dataset_layered/` holds all three with a `layer` field (`decision` / `pleadings` / `oral`) on every `documents.jsonl` and `chunks.jsonl` row. Filter to any subset in one line:
79
+
80
+ ```python
81
+ import pandas as pd
82
+ docs = pd.read_json("dataset_layered/documents.jsonl", lines=True, dtype={"case_id": "string"})
83
+ pleadings = docs[docs.layer == "pleadings"] # 2,114 filings; oral -> 1,875
84
+ ```
85
+
86
+ ### `cases.jsonl` (199 rows)
87
+
88
+ ```json
89
+ {"case_id": "070", "name": "Military and Paramilitary Activities in and against Nicaragua (Nicaragua v. United States of America)", "year_start": 1984, "year_end": 1991, "icj_documents": {"decision": 8, "pleadings": 8, "oral": 3, "other": 4}}
90
+ ```
91
+
92
+ A null `year_end` means the case is still pending (22 rows, exactly the ICJ's official pending list). `icj_documents` is a coverage snapshot of how many documents of each kind the ICJ site publishes for the case, scraped 2026-07-14; it describes what exists upstream, not what is in this release.
93
+
94
+ ### `provisions.jsonl` (356 rows)
95
+
96
+ ```json
97
+ {"key": "statute:article_36", "title": "Article 36", "level": "article", "instrument": "statute", "text": "1. The jurisdiction of the Court comprises all cases ..."}
98
+ ```
99
+
100
+ `text` is the full article body, present on 346 of 356 (empty on chapter containers and a few keys pointing outside the four parsed instruments: UN Charter, ICJ Statute, Rules of Court, Practice Directions).
101
+
102
+ ### `documents.jsonl` (2,407 decision rows; 6,396 in `dataset_layered/`)
103
+
104
+ ```json
105
+ {
106
+ "id": "ICJ_011_USNationalsMorocco_FRA_USA_1952-08-27_JUD_01_ME_00_EN",
107
+ "case_id": "011",
108
+ "title": "RIGHTS OF NATIONALS OF THE UNITED STATES OF AMERICA IN MOROCCO (FRANCE v. UNITED STATES OF AMERICA)",
109
+ "document_type": "judgment", "lang": "EN", "issued_date": "1952-08-27",
110
+ "applicant": "FRANCE", "respondent": "UNITED STATES OF AMERICA", "stage": "merits",
111
+ "cited_cases": ["007", "008"],
112
+ "cited_provisions": ["statute:article_38", "statute:article_40"]
113
+ }
114
+ ```
115
+
116
+ `id`, `case_id`, `title`, `document_type`, `lang`, `filename`, `cited_cases`, `cited_provisions` are on every row. The rest appear when the document states them: `issued_date` on 1,429, `applicant`/`respondent` on 574/572 (raw header strings, often ALLCAPS; normalized country identities live in the graph's Country nodes). `cited_cases` and `cited_provisions` are the citation edges, so the whole graph is reconstructable from these files alone.
117
+
118
+ ### `chunks.jsonl` + `embeddings_<layer>.npy`
119
+
120
+ ```json
121
+ {"id": "166-20240131-jud-01-00-en:0", "document_id": "166-20240131-jud-01-00-en", "seq": 0, "para": null, "zone": "title", "text": "..."}
122
+ ```
123
+
124
+ Chunks are cut on the unit each document uses: a pleading breaks at the paragraph number counsel gave it, a hearing at each speaker's turn (that label is in `para`; oral chunks are marked `zone: "turn"`). Legacy scans with no detectable structure (about 24% of pleadings chunks, 17% of oral) fall back to a fixed window with `para` empty.
125
+
126
+ Each `.npy` is a `float16` matrix, L2-normalized (so cosine similarity is a dot product). Row `i` is the `i`-th chunk of that layer in file order; the decision slice is byte-compatible with `dataset/embeddings.npy`.
127
+
128
+ ```python
129
+ import json, numpy as np
130
+ emb = np.load("dataset/embeddings.npy", mmap_mode="r") # (121438, 4096) float16
131
+ chunks = [json.loads(l) for l in open("dataset/chunks.jsonl")]
132
+ scores = emb.astype(np.float32) @ query_vector # query embedded with Qwen3-Embedding-8B
133
+ ```
134
+
135
+ ## Ready-made graph (`dumps/`)
136
+
137
+ Two dumps: `icj-decisions.dump` (decisions) and `icj-full.dump` (all three layers). Both carry the `chunk_text` full-text index (all layers) and `case_name_embedding` vector index. `icj-decisions.dump` also ships its `chunk_embedding` vector index ready; `icj-full.dump` holds every chunk's vector as a property but leaves that index for you to `CREATE` on restore, since an HNSW over a million 4096-d vectors needs more memory than most machines have (or use the `.npy` with FAISS).
138
+
139
+ ```bash
140
+ # load into a fresh volume (neo4j-admin loads <db>.dump, so name it neo4j.dump first)
141
+ cp dumps/icj-full.dump neo4j.dump # or icj-decisions.dump for decisions only
142
+ docker run --rm -v icj_data:/data -v "$PWD":/backups:ro neo4j:5.26 \
143
+ neo4j-admin database load neo4j --from-path=/backups --overwrite-destination=true
144
+
145
+ docker run -d --name icj-neo4j -p 7474:7474 -p 7687:7687 \
146
+ -e NEO4J_AUTH=neo4j/choose-a-password -e NEO4J_server_memory_pagecache_size=2G \
147
+ -v icj_data:/data neo4j:5.26
148
+
149
+ docker exec icj-neo4j cypher-shell -u neo4j -p choose-a-password \
150
+ "MATCH (c:Case) RETURN count(c);" # 200 for icj-full (199 + stub case 201), 199 for icj-decisions
151
+ ```
152
+
153
+ ```cypher
154
+ CALL db.index.vector.queryNodes('chunk_embedding', 10, $queryVector) // query embedded with Qwen3-Embedding-8B
155
+ YIELD node, score RETURN node.id, node.text, score
156
+ ```
157
+
158
+ Node counts for the decision graph (`icj-decisions.dump`):
159
+
160
+ | Node | Count | Key relationships |
161
+ |---|---|---|
162
+ | Case | 199 | Document -IN_CASE-> Case |
163
+ | Document | 2,407 | Document -CITES_CASE-> Case (6,070 edges) |
164
+ | Chunk | 121,438 | Chunk -PART_OF-> Document; `embedding` property, vector-indexed |
165
+ | Provision | 356 | Document -CITES-> Provision (7,699 edges); Provision -PART_OF-> Instrument |
166
+ | Instrument | 4 | UN Charter, ICJ Statute, Rules of Court, Practice Directions |
167
+ | Judge | 220 | Document -SAT_ON-> Judge |
168
+ | Country | 112 | Document -APPLICANT / -RESPONDENT-> Country |
169
+
170
+ `icj-full.dump` adds the pleadings and oral layers: Case 200, Document 6,396, Chunk 1,095,572. Citation edges are extracted from the decision layer only, so those counts match in both dumps. Citations were resolved to the right case by name and year, so same-named cases from different eras never cross-link.
171
+
172
+ The ten most-cited cases, over 6,070 case-to-case edges:
173
+
174
+ | Case | Name | Cited |
175
+ |---|---|---|
176
+ | 070 | Military and Paramilitary Activities (Nicaragua v. USA) | 292 |
177
+ | 091 | Application of the Genocide Convention (Bosnia v. Serbia) | 206 |
178
+ | 001 | Corfu Channel (UK v. Albania) | 162 |
179
+ | 008 | Interpretation of Peace Treaties | 149 |
180
+ | 064 | US Diplomatic and Consular Staff in Tehran | 138 |
181
+ | 104 | LaGrand (Germany v. USA) | 128 |
182
+ | 048 | Northern Cameroons | 127 |
183
+ | 016 | Anglo-Iranian Oil Co. | 115 |
184
+ | 050 | Barcelona Traction | 111 |
185
+ | 095 | Legality of the Threat or Use of Nuclear Weapons | 110 |
186
+
187
+ A fuller writeup with charts is in [`docs/eda.pdf`](docs/eda.pdf).
188
+
189
+ ## Provenance and license
190
+
191
+ - Historical decisions (1947 to Oct 2023): the CD-ICJ corpus by Sean Fobbe ([Zenodo, DOI 10.5281/zenodo.3826444](https://doi.org/10.5281/zenodo.3826444)), CC0 1.0, 2,285 documents.
192
+ - Recent decisions (Oct 2023 to 2026) and all pleadings and oral records: retrieved from [icj-cij.org](https://www.icj-cij.org).
193
+ - Case 2 (1947) is absent; its ICJ page has returned a server error for years.
194
+
195
+ Terms are per layer, not one blanket license. Read [`LICENSE`](LICENSE) before reuse; in short:
196
+
197
+ | What | Terms |
198
+ |---|---|
199
+ | Decisions from CD-ICJ | CC0-1.0, passed through from upstream |
200
+ | Material retrieved from icj-cij.org (recent decisions, pleadings, oral) | No licence granted, since we hold none. Usage request: attribute the ICJ and this dataset, non-commercial, per the ICJ notice |
201
+ | The parsing, chunking, embeddings, graph, and tooling this project added | CC-BY-4.0 |
202
+
203
+ We claim no ownership of the underlying ICJ documents. The pleadings position is what we apply pending contact with the ICJ Registry, not a claim the material is licensed. Rights-holder requests will be honored.
204
+
205
+ ## Limitations
206
+
207
+ - `is_ocr` marks 119 wholly OCR-derived documents; `ocr_page_count` flags 464 more with isolated pages replaced. OCR coverage on damaged-but-inked pages is imperfect: some dense pages are transcribed incompletely.
208
+ - 51 documents are `document_type: "unknown"` (scans too degraded to classify); their text is still searchable.
209
+ - `applicant`/`respondent` in `documents.jsonl` are raw header strings; the graph's Country nodes are deduplicated and split into individual states. 52 Judge nodes carry a comma (a role suffix, or a jointly-signed opinion parsed as one name); neither affects the citation network.
210
+ - `source_url` is an internal provenance path, not a public link.
211
+
212
+ If you downloaded before 2026-07-29, re-download: an OCR pass had invented text on 942 blank pages across 37 pleadings files (now removed, decision layer and its citations were never affected), and `is_ocr` was corrected on 13 documents.
213
+
214
+ ## How it was built
215
+
216
+ Each PDF is rendered and read by an OCR model; a second pass classifies every line's role (title, paragraph, operative ruling, bench, signatures); a third extracts every citation of an earlier case and resolves it to a case id by name and year. Documents, passages, embeddings, and citation edges are written to Neo4j in one idempotent step.
dataset/cases.jsonl ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"case_id": "001", "name": "Corfu Channel (United Kingdom of Great Britain and Northern Ireland v. Albania)", "year_start": 1947, "year_end": 1949, "icj_documents": {"decision": 10, "pleadings": 10, "oral": 4, "other": 3}}
2
+ {"case_id": "003", "name": "Conditions of Admission of a State to Membership in the United Nations (Article 4 of the Charter)", "year_start": 1947, "year_end": 1948, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
3
+ {"case_id": "004", "name": "Reparation for Injuries Suffered in the Service of the United Nations", "year_start": 1948, "year_end": 1949, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
4
+ {"case_id": "005", "name": "Fisheries (United Kingdom v. Norway)", "year_start": 1949, "year_end": 1951, "icj_documents": {"decision": 5, "pleadings": 6, "oral": 1, "other": 2}}
5
+ {"case_id": "006", "name": "Protection of French Nationals and Protected Persons in Egypt (France v. Egypt)", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
6
+ {"case_id": "007", "name": "Asylum (Colombia/Peru)", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 4, "pleadings": 6, "oral": 1, "other": 2}}
7
+ {"case_id": "008", "name": "Interpretation of Peace Treaties with Bulgaria, Hungary and Romania", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 4, "pleadings": 3, "oral": 2, "other": 1}}
8
+ {"case_id": "009", "name": "Competence of the General Assembly for the Admission of a State to the United Nations", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
9
+ {"case_id": "010", "name": "International Status of South West Africa", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
10
+ {"case_id": "011", "name": "Rights of Nationals of the United States of America in Morocco (France v. United States of America)", "year_start": 1950, "year_end": 1952, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 1, "other": 2}}
11
+ {"case_id": "012", "name": "Reservations to the Convention on the Prevention and Punishment of the Crime of Genocide", "year_start": 1950, "year_end": 1951, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 2}}
12
+ {"case_id": "013", "name": "Request for Interpretation of the Judgment of 20 November 1950 in the Asylum Case (Colombia v. Peru)", "year_start": 1950, "year_end": 1950, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 0}}
13
+ {"case_id": "014", "name": "Haya de la Torre (Colombia v. Peru)", "year_start": 1950, "year_end": 1951, "icj_documents": {"decision": 2, "pleadings": 6, "oral": 2, "other": 1}}
14
+ {"case_id": "015", "name": "Ambatielos (Greece v. United Kingdom)", "year_start": 1951, "year_end": 1953, "icj_documents": {"decision": 8, "pleadings": 7, "oral": 2, "other": 4}}
15
+ {"case_id": "016", "name": "Anglo-Iranian Oil Co. (United Kingdom v. Iran)", "year_start": 1951, "year_end": 1952, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 2, "other": 2}}
16
+ {"case_id": "017", "name": "Minquiers and Ecrehos (France/United Kingdom)", "year_start": 1951, "year_end": 1953, "icj_documents": {"decision": 5, "pleadings": 5, "oral": 1, "other": 2}}
17
+ {"case_id": "018", "name": "Nottebohm (Liechtenstein v. Guatemala)", "year_start": 1951, "year_end": 1955, "icj_documents": {"decision": 8, "pleadings": 7, "oral": 2, "other": 2}}
18
+ {"case_id": "019", "name": "Monetary Gold Removed from Rome in 1943 (Italy v. France, United Kingdom of Great Britain and Northern Ireland and United States of America)", "year_start": 1953, "year_end": 1954, "icj_documents": {"decision": 4, "pleadings": 6, "oral": 1, "other": 1}}
19
+ {"case_id": "020", "name": "Electricité de Beyrouth Company (France v. Lebanon)", "year_start": 1953, "year_end": 1954, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 0, "other": 1}}
20
+ {"case_id": "021", "name": "Effect of Awards of Compensation Made by the United Nations Administrative Tribunal", "year_start": 1953, "year_end": 1954, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
21
+ {"case_id": "022", "name": "Treatment in Hungary of Aircraft and Crew of United States of America (United States of America v. Hungarian Peoples Republic)", "year_start": 1954, "year_end": 1954, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
22
+ {"case_id": "023", "name": "Treatment in Hungary of Aircraft and Crew of United States of America (United States of America v. Union of Soviet Socialist Republics)", "year_start": 1954, "year_end": 1954, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
23
+ {"case_id": "024", "name": "Voting Procedure on Questions relating to Reports and Petitions concerning the Territory of South West Africa", "year_start": 1954, "year_end": 1955, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
24
+ {"case_id": "025", "name": "Aerial Incident of 10 March 1953 (United States of America v. Czechoslovakia)", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
25
+ {"case_id": "026", "name": "Antarctica (United Kingdom v. Argentina)", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
26
+ {"case_id": "027", "name": "Antarctica (United Kingdom v. Chile)", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
27
+ {"case_id": "028", "name": "Aerial Incident of 7 October 1952 (United States of America v. Union of Soviet Socialist Republics)", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
28
+ {"case_id": "029", "name": "Certain Norwegian Loans (France v. Norway)", "year_start": 1955, "year_end": 1957, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 1, "other": 2}}
29
+ {"case_id": "030", "name": "Judgments of the Administrative Tribunal of the ILO upon Complaints Made against UNESCO", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
30
+ {"case_id": "031", "name": "Admissibility of Hearings of Petitioners by the Committee on South West Africa", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
31
+ {"case_id": "032", "name": "Right of Passage over Indian Territory (Portugal v. India)", "year_start": 1955, "year_end": 1960, "icj_documents": {"decision": 10, "pleadings": 7, "oral": 2, "other": 1}}
32
+ {"case_id": "033", "name": "Application of the Convention of 1902 Governing the Guardianship of Infants (Netherlands v. Sweden)", "year_start": 1957, "year_end": 1958, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 1, "other": 1}}
33
+ {"case_id": "034", "name": "Interhandel (Switzerland v. United States of America)", "year_start": 1957, "year_end": 1959, "icj_documents": {"decision": 5, "pleadings": 6, "oral": 2, "other": 1}}
34
+ {"case_id": "035", "name": "Aerial Incident of 27 July 1955 (Israel v. Bulgaria)", "year_start": 1957, "year_end": 1959, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 1, "other": 1}}
35
+ {"case_id": "036", "name": "Aerial Incident of 27 July 1955 (United States of America v. Bulgaria)", "year_start": 1957, "year_end": 1960, "icj_documents": {"decision": 8, "pleadings": 4, "oral": 0, "other": 1}}
36
+ {"case_id": "037", "name": "Aerial Incident of 27 July 1955 (United Kingdom v. Bulgaria)", "year_start": 1957, "year_end": 1959, "icj_documents": {"decision": 5, "pleadings": 2, "oral": 0, "other": 1}}
37
+ {"case_id": "038", "name": "Sovereignty over Certain Frontier Land (Belgium/Netherlands)", "year_start": 1957, "year_end": 1959, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 1, "other": 2}}
38
+ {"case_id": "039", "name": "Arbitral Award Made by the King of Spain on 23 December 1906 (Honduras v. Nicaragua)", "year_start": 1958, "year_end": 1960, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 1, "other": 2}}
39
+ {"case_id": "040", "name": "Aerial Incident of 4 September 1954 (United States of America v. Union of Soviet Socialist Republics)", "year_start": 1958, "year_end": 1958, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
40
+ {"case_id": "041", "name": "Barcelona Traction, Light and Power Company, Limited (Belgium v. Spain)", "year_start": 1958, "year_end": 1961, "icj_documents": {"decision": 5, "pleadings": 3, "oral": 0, "other": 1}}
41
+ {"case_id": "042", "name": "Compagnie du Port, des Quais et des Entrepôts de Beyrouth and Société Radio-Orient (France v. Lebanon)", "year_start": 1959, "year_end": 1960, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 1, "other": 1}}
42
+ {"case_id": "043", "name": "Constitution of the Maritime Safety Committee of the Inter-Governmental Maritime Consultative Organization", "year_start": 1959, "year_end": 1960, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 2}}
43
+ {"case_id": "044", "name": "Aerial Incident of 7 November 1954 (United States of America v. Union of Soviet Socialist Republics)", "year_start": 1959, "year_end": 1959, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
44
+ {"case_id": "045", "name": "Temple of Preah Vihear (Cambodia v. Thailand)", "year_start": 1959, "year_end": 1962, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 2, "other": 2}}
45
+ {"case_id": "046", "name": "South West Africa (Ethiopia v. South Africa)", "year_start": 1960, "year_end": 1966, "icj_documents": {"decision": 11, "pleadings": 7, "oral": 6, "other": 2}}
46
+ {"case_id": "047", "name": "South West Africa (Liberia v. South Africa)", "year_start": 1960, "year_end": 1966, "icj_documents": {"decision": 11, "pleadings": 7, "oral": 6, "other": 2}}
47
+ {"case_id": "048", "name": "Northern Cameroons (Cameroon v. United Kingdom)", "year_start": 1961, "year_end": 1963, "icj_documents": {"decision": 8, "pleadings": 5, "oral": 1, "other": 2}}
48
+ {"case_id": "049", "name": "Certain Expenses of the United Nations (Article 17, paragraph 2, of the Charter)", "year_start": 1961, "year_end": 1962, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
49
+ {"case_id": "050", "name": "Barcelona Traction, Light and Power Company, Limited (Belgium v. Spain) (New Application: 1962)", "year_start": 1962, "year_end": 1970, "icj_documents": {"decision": 11, "pleadings": 8, "oral": 5, "other": 3}}
50
+ {"case_id": "051", "name": "North Sea Continental Shelf (Federal Republic of Germany/Denmark)", "year_start": 1967, "year_end": 1969, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 1, "other": 3}}
51
+ {"case_id": "052", "name": "North Sea Continental Shelf (Federal Republic of Germany/Netherlands)", "year_start": 1967, "year_end": 1969, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 1, "other": 3}}
52
+ {"case_id": "053", "name": "Legal Consequences for States of the Continued Presence of South Africa in Namibia (South West Africa) notwithstanding Security Council Resolution 276 (1970)", "year_start": 1970, "year_end": 1971, "icj_documents": {"decision": 7, "pleadings": 5, "oral": 1, "other": 1}}
53
+ {"case_id": "054", "name": "Appeal Relating to the Jurisdiction of the ICAO Council (India v. Pakistan)", "year_start": 1971, "year_end": 1972, "icj_documents": {"decision": 5, "pleadings": 5, "oral": 1, "other": 2}}
54
+ {"case_id": "055", "name": "Fisheries Jurisdiction (United Kingdom v. Iceland)", "year_start": 1972, "year_end": 1974, "icj_documents": {"decision": 6, "pleadings": 4, "oral": 3, "other": 4}}
55
+ {"case_id": "056", "name": "Fisheries Jurisdiction (Federal Republic of Germany v. Iceland)", "year_start": 1972, "year_end": 1974, "icj_documents": {"decision": 6, "pleadings": 4, "oral": 3, "other": 1}}
56
+ {"case_id": "057", "name": "Application for Review of Judgment No. 158 of the United Nations Administrative Tribunal", "year_start": 1972, "year_end": 1973, "icj_documents": {"decision": 2, "pleadings": 3, "oral": 1, "other": 1}}
57
+ {"case_id": "058", "name": "Nuclear Tests (Australia v. France)", "year_start": 1973, "year_end": 1974, "icj_documents": {"decision": 5, "pleadings": 4, "oral": 2, "other": 3}}
58
+ {"case_id": "059", "name": "Nuclear Tests (New Zealand v. France)", "year_start": 1973, "year_end": 1974, "icj_documents": {"decision": 5, "pleadings": 4, "oral": 2, "other": 3}}
59
+ {"case_id": "060", "name": "Trial of Pakistani Prisoners of War (Pakistan v. India)", "year_start": 1973, "year_end": 1973, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 1, "other": 1}}
60
+ {"case_id": "061", "name": "Western Sahara", "year_start": 1974, "year_end": 1975, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 2, "other": 1}}
61
+ {"case_id": "062", "name": "Aegean Sea Continental Shelf (Greece v. Turkey)", "year_start": 1976, "year_end": 1978, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 2, "other": 4}}
62
+ {"case_id": "063", "name": "Continental Shelf (Tunisia/Libyan Arab Jamahiriya)", "year_start": 1978, "year_end": 1982, "icj_documents": {"decision": 5, "pleadings": 11, "oral": 3, "other": 6}}
63
+ {"case_id": "064", "name": "United States Diplomatic and Consular Staff in Tehran (United States of America v. Iran)", "year_start": 1979, "year_end": 1981, "icj_documents": {"decision": 4, "pleadings": 3, "oral": 2, "other": 3}}
64
+ {"case_id": "065", "name": "Interpretation of the Agreement of 25 March 1951 between the WHO and Egypt", "year_start": 1980, "year_end": 1980, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 2}}
65
+ {"case_id": "066", "name": "Application for Review of Judgment No. 273 of the United Nations Administrative Tribunal", "year_start": 1981, "year_end": 1982, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 1, "other": 1}}
66
+ {"case_id": "067", "name": "Delimitation of the Maritime Boundary in the Gulf of Maine Area (Canada/United States of America)", "year_start": 1981, "year_end": 1984, "icj_documents": {"decision": 7, "pleadings": 8, "oral": 2, "other": 3}}
67
+ {"case_id": "068", "name": "Continental Shelf (Libyan Arab Jamahiriya/Malta)", "year_start": 1982, "year_end": 1985, "icj_documents": {"decision": 5, "pleadings": 10, "oral": 3, "other": 4}}
68
+ {"case_id": "069", "name": "Frontier Dispute (Burkina Faso/Republic of Mali)", "year_start": 1983, "year_end": 1986, "icj_documents": {"decision": 6, "pleadings": 7, "oral": 2, "other": 1}}
69
+ {"case_id": "070", "name": "Military and Paramilitary Activities in and against Nicaragua (Nicaragua v. United States of America)", "year_start": 1984, "year_end": 1991, "icj_documents": {"decision": 8, "pleadings": 8, "oral": 3, "other": 4}}
70
+ {"case_id": "071", "name": "Application for Revision and Interpretation of the Judgment of 24 February 1982 in the Case concerning the Continental Shelf (Tunisia/Libyan Arab Jamahiriya) (Tunisia v. Libyan Arab Jamahiriya)", "year_start": 1984, "year_end": 1985, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 1, "other": 3}}
71
+ {"case_id": "072", "name": "Application for Review of Judgment No. 333 of the United Nations Administrative Tribunal", "year_start": 1984, "year_end": 1987, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 1, "other": 1}}
72
+ {"case_id": "073", "name": "Border and Transborder Armed Actions (Nicaragua v. Costa Rica)", "year_start": 1986, "year_end": 1987, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 0, "other": 1}}
73
+ {"case_id": "074", "name": "Border and Transborder Armed Actions (Nicaragua v. Honduras)", "year_start": 1986, "year_end": 1992, "icj_documents": {"decision": 7, "pleadings": 4, "oral": 1, "other": 5}}
74
+ {"case_id": "075", "name": "Land, Island and Maritime Frontier Dispute (El Salvador/Honduras: Nicaragua intervening)", "year_start": 1986, "year_end": 1992, "icj_documents": {"decision": 10, "pleadings": 13, "oral": 57, "other": 2}}
75
+ {"case_id": "076", "name": "Elettronica Sicula S.p.A. (ELSI) (United States of America v. Italy)", "year_start": 1987, "year_end": 1989, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 1, "other": 8}}
76
+ {"case_id": "077", "name": "Applicability of the Obligation to Arbitrate under Section 21 of the United Nations Headquarters Agreement of 26 June 1947", "year_start": 1988, "year_end": 1988, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
77
+ {"case_id": "078", "name": "Maritime Delimitation in the Area between Greenland and Jan Mayen (Denmark v. Norway)", "year_start": 1988, "year_end": 1993, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 11, "other": 3}}
78
+ {"case_id": "079", "name": "Aerial Incident of 3 July 1988 (Islamic Republic of Iran v. United States of America)", "year_start": 1989, "year_end": 1996, "icj_documents": {"decision": 6, "pleadings": 4, "oral": 0, "other": 3}}
79
+ {"case_id": "080", "name": "Certain Phosphate Lands in Nauru (Nauru v. Australia)", "year_start": 1989, "year_end": 1993, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 9, "other": 3}}
80
+ {"case_id": "081", "name": "Applicability of Article VI, Section 22, of the Convention on the Privileges and Immunities of the United Nations", "year_start": 1989, "year_end": 1989, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
81
+ {"case_id": "082", "name": "Arbitral Award of 31 July 1989 (Guinea-Bissau v. Senegal)", "year_start": 1989, "year_end": 1991, "icj_documents": {"decision": 3, "pleadings": 6, "oral": 8, "other": 4}}
82
+ {"case_id": "083", "name": "Territorial Dispute (Libyan Arab Jamahiriya/Chad)", "year_start": 1990, "year_end": 1994, "icj_documents": {"decision": 4, "pleadings": 7, "oral": 19, "other": 3}}
83
+ {"case_id": "084", "name": "East Timor (Portugal v. Australia)", "year_start": 1991, "year_end": 1995, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 14, "other": 0}}
84
+ {"case_id": "085", "name": "Maritime Delimitation between Guinea-Bissau and Senegal (Guinea-Bissau v. Senegal)", "year_start": 1991, "year_end": 1995, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 2}}
85
+ {"case_id": "086", "name": "Passage through the Great Belt (Finland v. Denmark)", "year_start": 1991, "year_end": 1992, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 6, "other": 1}}
86
+ {"case_id": "087", "name": "Maritime Delimitation and Territorial Questions between Qatar and Bahrain (Qatar v. Bahrain)", "year_start": 1991, "year_end": 2001, "icj_documents": {"decision": 10, "pleadings": 13, "oral": 26, "other": 12}}
87
+ {"case_id": "088", "name": "Questions of Interpretation and Application of the 1971 Montreal Convention arising from the Aerial Incident at Lockerbie (Libyan Arab Jamahiriya v. United Kingdom)", "year_start": 1992, "year_end": 2003, "icj_documents": {"decision": 9, "pleadings": 8, "oral": 10, "other": 3}}
88
+ {"case_id": "089", "name": "Questions of Interpretation and Application of the 1971 Montreal Convention arising from the Aerial Incident at Lockerbie (Libyan Arab Jamahiriya v. United States of America)", "year_start": 1992, "year_end": 2003, "icj_documents": {"decision": 9, "pleadings": 8, "oral": 10, "other": 4}}
89
+ {"case_id": "090", "name": "Oil Platforms (Islamic Republic of Iran v. United States of America)", "year_start": 1992, "year_end": 2003, "icj_documents": {"decision": 11, "pleadings": 10, "oral": 21, "other": 10}}
90
+ {"case_id": "091", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide (Bosnia and Herzegovina v. Serbia and Montenegro)", "year_start": 1993, "year_end": 2007, "icj_documents": {"decision": 13, "pleadings": 36, "oral": 56, "other": 10}}
91
+ {"case_id": "092", "name": "Gabčíkovo-Nagymaros Project (Hungary/Slovakia)", "year_start": 1993, "year_end": null, "icj_documents": {"decision": 4, "pleadings": 7, "oral": 14, "other": 2}}
92
+ {"case_id": "093", "name": "Legality of the Use by a State of Nuclear Weapons in Armed Conflict", "year_start": 1993, "year_end": 1996, "icj_documents": {"decision": 3, "pleadings": 44, "oral": 13, "other": 2}}
93
+ {"case_id": "094", "name": "Land and Maritime Boundary between Cameroon and Nigeria (Cameroon v. Nigeria: Equatorial Guinea intervening)", "year_start": 1994, "year_end": 2002, "icj_documents": {"decision": 10, "pleadings": 22, "oral": 35, "other": 11}}
94
+ {"case_id": "095", "name": "Legality of the Threat or Use of Nuclear Weapons", "year_start": 1995, "year_end": 1996, "icj_documents": {"decision": 2, "pleadings": 32, "oral": 13, "other": 0}}
95
+ {"case_id": "096", "name": "Fisheries Jurisdiction (Spain v. Canada)", "year_start": 1995, "year_end": 1998, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 6, "other": 1}}
96
+ {"case_id": "097", "name": "Request for an Examination of the Situation in Accordance with Paragraph 63 of the Courts Judgment of 20 December 1974 in the Nuclear Tests (New Zealand v. France) Case", "year_start": 1995, "year_end": 1995, "icj_documents": {"decision": 1, "pleadings": 10, "oral": 3, "other": 2}}
97
+ {"case_id": "098", "name": "Kasikili/Sedudu Island (Botswana/Namibia)", "year_start": 1996, "year_end": 1999, "icj_documents": {"decision": 3, "pleadings": 7, "oral": 12, "other": 4}}
98
+ {"case_id": "099", "name": "Vienna Convention on Consular Relations (Paraguay v. United States of America)", "year_start": 1998, "year_end": 1998, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 3, "other": 2}}
99
+ {"case_id": "100", "name": "Difference Relating to Immunity from Legal Process of a Special Rapporteur of the Commission on Human Rights", "year_start": 1998, "year_end": 1999, "icj_documents": {"decision": 2, "pleadings": 15, "oral": 3, "other": 4}}
100
+ {"case_id": "101", "name": "Request for Interpretation of the Judgment of 11 June 1998 in the Case concerning the Land and Maritime Boundary between Cameroon and Nigeria (Cameroon v. Nigeria), Preliminary Objections (Nigeria v. Cameroon)", "year_start": 1998, "year_end": 1999, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 1, "other": 0}}
101
+ {"case_id": "102", "name": "Sovereignty over Pulau Ligitan and Pulau Sipadan (Indonesia/Malaysia)", "year_start": 1998, "year_end": 2002, "icj_documents": {"decision": 6, "pleadings": 10, "oral": 13, "other": 0}}
102
+ {"case_id": "103", "name": "Ahmadou Sadio Diallo (Republic of Guinea v. Democratic Republic of the Congo)", "year_start": 1998, "year_end": 2012, "icj_documents": {"decision": 9, "pleadings": 9, "oral": 10, "other": 1}}
103
+ {"case_id": "104", "name": "LaGrand (Germany v. United States of America)", "year_start": 1999, "year_end": 2001, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 6, "other": 2}}
104
+ {"case_id": "105", "name": "Legality of Use of Force (Serbia and Montenegro v. Belgium)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 6, "oral": 8, "other": 3}}
105
+ {"case_id": "106", "name": "Legality of Use of Force (Serbia and Montenegro v. Canada)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
106
+ {"case_id": "107", "name": "Legality of Use of Force (Serbia and Montenegro v. France)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
107
+ {"case_id": "108", "name": "Legality of Use of Force (Serbia and Montenegro v. Germany)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
108
+ {"case_id": "109", "name": "Legality of Use of Force (Serbia and Montenegro v. Italy)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
109
+ {"case_id": "110", "name": "Legality of Use of Force (Serbia and Montenegro v. Netherlands)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 6, "oral": 8, "other": 3}}
110
+ {"case_id": "111", "name": "Legality of Use of Force (Serbia and Montenegro v. Portugal)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 4}}
111
+ {"case_id": "112", "name": "Legality of Use of Force (Yugoslavia v. Spain)", "year_start": 1999, "year_end": 1999, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 4, "other": 0}}
112
+ {"case_id": "113", "name": "Legality of Use of Force (Serbia and Montenegro v. United Kingdom)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
113
+ {"case_id": "114", "name": "Legality of Use of Force (Yugoslavia v. United States of America)", "year_start": 1999, "year_end": 1999, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 4, "other": 0}}
114
+ {"case_id": "115", "name": "Armed Activities on the Territory of the Congo (Democratic Republic of the Congo v. Burundi)", "year_start": 1999, "year_end": 2001, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 0, "other": 0}}
115
+ {"case_id": "116", "name": "Armed Activities on the Territory of the Congo (Democratic Republic of the Congo v. Uganda)", "year_start": 1999, "year_end": 2022, "icj_documents": {"decision": 13, "pleadings": 14, "oral": 27, "other": 18}}
116
+ {"case_id": "117", "name": "Armed Activities on the Territory of the Congo (Democratic Republic of the Congo v. Rwanda)", "year_start": 1999, "year_end": 2001, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 0, "other": 0}}
117
+ {"case_id": "118", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide (Croatia v. Serbia)", "year_start": 1999, "year_end": 2015, "icj_documents": {"decision": 9, "pleadings": 10, "oral": 26, "other": 2}}
118
+ {"case_id": "119", "name": "Aerial Incident of 10 August 1999 (Pakistan v. India)", "year_start": 1999, "year_end": 2000, "icj_documents": {"decision": 2, "pleadings": 3, "oral": 4, "other": 0}}
119
+ {"case_id": "120", "name": "Territorial and Maritime Dispute between Nicaragua and Honduras in the Caribbean Sea (Nicaragua v. Honduras)", "year_start": 1999, "year_end": 2007, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 14, "other": 6}}
120
+ {"case_id": "121", "name": "Arrest Warrant of 11 April 2000 (Democratic Republic of the Congo v. Belgium)", "year_start": 2000, "year_end": 2002, "icj_documents": {"decision": 6, "pleadings": 4, "oral": 10, "other": 2}}
121
+ {"case_id": "122", "name": "Application for Revision of the Judgment of 11 July 1996 in the Case concerning Application of the Convention on the Prevention and Punishment of the Crime of Genocide (Bosnia and Herzegovina v. Yugoslavia), Preliminary Objections (Yugoslavia v. Bosnia and Herzegovina)", "year_start": 2001, "year_end": 2003, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 4, "other": 0}}
122
+ {"case_id": "123", "name": "Certain Property (Liechtenstein v. Germany)", "year_start": 2001, "year_end": 2005, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 4, "other": 0}}
123
+ {"case_id": "124", "name": "Territorial and Maritime Dispute (Nicaragua v. Colombia)", "year_start": 2001, "year_end": 2012, "icj_documents": {"decision": 8, "pleadings": 13, "oral": 26, "other": 9}}
124
+ {"case_id": "125", "name": "Frontier Dispute (Benin/Niger)", "year_start": 2002, "year_end": 2005, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 7, "other": 5}}
125
+ {"case_id": "126", "name": "Armed Activities on the Territory of the Congo (New Application: 2002) (Democratic Republic of the Congo v. Rwanda)", "year_start": 2002, "year_end": 2006, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 8, "other": 2}}
126
+ {"case_id": "127", "name": "Application for Revision of the Judgment of 11 September 1992 in the Case concerning the Land, Island and Maritime Frontier Dispute (El Salvador/Honduras: Nicaragua intervening) (El Salvador v. Honduras)", "year_start": 2002, "year_end": 2003, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 5, "other": 2}}
127
+ {"case_id": "128", "name": "Avena and Other Mexican Nationals (Mexico v. United States of America)", "year_start": 2003, "year_end": 2004, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 10, "other": 2}}
128
+ {"case_id": "129", "name": "Certain Criminal Proceedings in France (Republic of the Congo v. France)", "year_start": 2003, "year_end": 2010, "icj_documents": {"decision": 9, "pleadings": 8, "oral": 4, "other": 1}}
129
+ {"case_id": "130", "name": "Sovereignty over Pedra Branca/Pulau Batu Puteh, Middle Rocks and South Ledge (Malaysia/Singapore)", "year_start": 2003, "year_end": 2008, "icj_documents": {"decision": 3, "pleadings": 7, "oral": 12, "other": 4}}
130
+ {"case_id": "131", "name": "Legal Consequences of the Construction of a Wall in the Occupied Palestinian Territory", "year_start": 2003, "year_end": 2004, "icj_documents": {"decision": 3, "pleadings": 50, "oral": 5, "other": 0}}
131
+ {"case_id": "132", "name": "Maritime Delimitation in the Black Sea (Romania v. Ukraine)", "year_start": 2004, "year_end": 2009, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 12, "other": 0}}
132
+ {"case_id": "133", "name": "Dispute regarding Navigational and Related Rights (Costa Rica v. Nicaragua)", "year_start": 2005, "year_end": 2009, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 7, "other": 4}}
133
+ {"case_id": "134", "name": "Status vis-à -vis the Host State of a Diplomatic Envoy to the United Nations (Commonwealth of Dominica v. Switzerland)", "year_start": 2006, "year_end": 2006, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 0}}
134
+ {"case_id": "135", "name": "Pulp Mills on the River Uruguay (Argentina v. Uruguay)", "year_start": 2006, "year_end": 2010, "icj_documents": {"decision": 5, "pleadings": 8, "oral": 20, "other": 2}}
135
+ {"case_id": "136", "name": "Certain Questions of Mutual Assistance in Criminal Matters (Djibouti v. France)", "year_start": 2006, "year_end": 2008, "icj_documents": {"decision": 2, "pleadings": 3, "oral": 7, "other": 2}}
136
+ {"case_id": "137", "name": "Maritime Dispute (Peru v. Chile)", "year_start": 2008, "year_end": 2014, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 10, "other": 0}}
137
+ {"case_id": "138", "name": "Aerial Herbicide Spraying (Ecuador v. Colombia)", "year_start": 2008, "year_end": 2013, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 0, "other": 0}}
138
+ {"case_id": "139", "name": "Request for Interpretation of the Judgment of 31 March 2004 in the Case concerning Avena and Other Mexican Nationals (Mexico v. United States of America) (Mexico v. United States of America)", "year_start": 2008, "year_end": 2009, "icj_documents": {"decision": 2, "pleadings": 5, "oral": 4, "other": 0}}
139
+ {"case_id": "140", "name": "Application of the International Convention on the Elimination of All Forms of Racial Discrimination (Georgia v. Russian Federation)", "year_start": 2008, "year_end": 2011, "icj_documents": {"decision": 4, "pleadings": 6, "oral": 8, "other": 4}}
140
+ {"case_id": "141", "name": "Accordance with international law of the unilateral declaration of independence in respect of Kosovo", "year_start": 2008, "year_end": 2010, "icj_documents": {"decision": 2, "pleadings": 54, "oral": 10, "other": 15}}
141
+ {"case_id": "142", "name": "Application of the Interim Accord of 13 September 1995 (the former Yugoslav Republic of Macedonia v. Greece)", "year_start": 2008, "year_end": 2011, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 8, "other": 2}}
142
+ {"case_id": "143", "name": "Jurisdictional Immunities of the State (Germany v. Italy: Greece intervening)", "year_start": 2008, "year_end": 2012, "icj_documents": {"decision": 4, "pleadings": 17, "oral": 5, "other": 5}}
143
+ {"case_id": "144", "name": "Questions relating to the Obligation to Prosecute or Extradite (Belgium v. Senegal)", "year_start": 2009, "year_end": 2012, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 10, "other": 8}}
144
+ {"case_id": "145", "name": "Jurisdiction and Enforcement of Judgments in Civil and Commercial Matters (Belgium v. Switzerland)", "year_start": 2009, "year_end": 2011, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 0, "other": 0}}
145
+ {"case_id": "146", "name": "Judgment No. 2867 of the Administrative Tribunal of the International Labour Organization upon a Complaint Filed against the International Fund for Agricultural Development", "year_start": 2010, "year_end": 2012, "icj_documents": {"decision": 3, "pleadings": 7, "oral": 0, "other": 0}}
146
+ {"case_id": "147", "name": "Certain Questions concerning Diplomatic Relations (Honduras v. Brazil)", "year_start": 2009, "year_end": 2010, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 0}}
147
+ {"case_id": "148", "name": "Whaling in the Antarctic (Australia v. Japan: New Zealand intervening)", "year_start": 2010, "year_end": 2014, "icj_documents": {"decision": 3, "pleadings": 19, "oral": 17, "other": 2}}
148
+ {"case_id": "149", "name": "Frontier Dispute (Burkina Faso/Niger)", "year_start": 2010, "year_end": 2013, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 8, "other": 5}}
149
+ {"case_id": "150", "name": "Certain Activities Carried Out by Nicaragua in the Border Area (Costa Rica v. Nicaragua)", "year_start": 2010, "year_end": 2018, "icj_documents": {"decision": 10, "pleadings": 14, "oral": 16, "other": 2}}
150
+ {"case_id": "151", "name": "Request for Interpretation of the Judgment of 15 June 1962 in the Case concerning the Temple of Preah Vihear (Cambodia v. Thailand) (Cambodia v. Thailand)", "year_start": 2011, "year_end": 2013, "icj_documents": {"decision": 2, "pleadings": 5, "oral": 10, "other": 8}}
151
+ {"case_id": "152", "name": "Construction of a Road in Costa Rica along the San Juan River (Nicaragua v. Costa Rica)", "year_start": 2011, "year_end": 2015, "icj_documents": {"decision": 5, "pleadings": 6, "oral": 12, "other": 0}}
152
+ {"case_id": "153", "name": "Obligation to Negotiate Access to the Pacific Ocean (Bolivia v. Chile)", "year_start": 2013, "year_end": 2018, "icj_documents": {"decision": 6, "pleadings": 7, "oral": 10, "other": 4}}
153
+ {"case_id": "154", "name": "Question of the Delimitation of the Continental Shelf between Nicaragua and Colombia beyond 200 nautical miles from the Nicaraguan Coast (Nicaragua v. Colombia)", "year_start": 2013, "year_end": 2023, "icj_documents": {"decision": 7, "pleadings": 7, "oral": 8, "other": 0}}
154
+ {"case_id": "155", "name": "Alleged Violations of Sovereign Rights and Maritime Spaces in the Caribbean Sea (Nicaragua v. Colombia)", "year_start": 2013, "year_end": 2022, "icj_documents": {"decision": 7, "pleadings": 10, "oral": 11, "other": 6}}
155
+ {"case_id": "156", "name": "Questions relating to the Seizure and Detention of Certain Documents and Data (Timor-Leste v. Australia)", "year_start": 2013, "year_end": 2015, "icj_documents": {"decision": 4, "pleadings": 7, "oral": 4, "other": 0}}
156
+ {"case_id": "157", "name": "Maritime Delimitation in the Caribbean Sea and the Pacific Ocean (Costa Rica v. Nicaragua)", "year_start": 2014, "year_end": 2018, "icj_documents": {"decision": 5, "pleadings": 3, "oral": 10, "other": 7}}
157
+ {"case_id": "158", "name": "Obligations concerning Negotiations relating to Cessation of the Nuclear Arms Race and to Nuclear Disarmament (Marshall Islands v. India)", "year_start": 2014, "year_end": 2016, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 4, "other": 4}}
158
+ {"case_id": "159", "name": "Obligations concerning Negotiations relating to Cessation of the Nuclear Arms Race and to Nuclear Disarmament (Marshall Islands v. Pakistan)", "year_start": 2014, "year_end": 2016, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 1, "other": 0}}
159
+ {"case_id": "160", "name": "Obligations concerning Negotiations relating to Cessation of the Nuclear Arms Race and to Nuclear Disarmament (Marshall Islands v. United Kingdom)", "year_start": 2014, "year_end": 2016, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 4, "other": 4}}
160
+ {"case_id": "161", "name": "Maritime Delimitation in the Indian Ocean (Somalia v. Kenya)", "year_start": 2014, "year_end": 2021, "icj_documents": {"decision": 6, "pleadings": 7, "oral": 7, "other": 11}}
161
+ {"case_id": "162", "name": "Dispute over the Status and Use of the Waters of the Silala (Chile v. Bolivia)", "year_start": 2016, "year_end": 2022, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 9, "other": 1}}
162
+ {"case_id": "163", "name": "Immunities and Criminal Proceedings (Equatorial Guinea v. France)", "year_start": 2016, "year_end": 2020, "icj_documents": {"decision": 8, "pleadings": 8, "oral": 12, "other": 2}}
163
+ {"case_id": "164", "name": "Certain Iranian Assets (Islamic Republic of Iran v. United States of America)", "year_start": 2016, "year_end": null, "icj_documents": {"decision": 8, "pleadings": 7, "oral": 12, "other": 0}}
164
+ {"case_id": "165", "name": "Land Boundary in the Northern Part of Isla Portillos (Costa Rica v. Nicaragua)", "year_start": 2017, "year_end": 2018, "icj_documents": {"decision": 2, "pleadings": 3, "oral": 10, "other": 1}}
165
+ {"case_id": "166", "name": "Application of the International Convention for the Suppression of the Financing of Terrorism and of the International Convention on the Elimination of All Forms of Racial Discrimination (Ukraine v. Russian Federation)", "year_start": 2017, "year_end": 2024, "icj_documents": {"decision": 13, "pleadings": 9, "oral": 14, "other": 0}}
166
+ {"case_id": "167", "name": "Application for revision of the Judgment of 23 May 2008 in the case concerning Sovereignty over Pedra Branca/Pulau Batu Puteh, Middle Rocks and South Ledge (Malaysia/Singapore) (Malaysia v. Singapore)", "year_start": 2017, "year_end": 2018, "icj_documents": {"decision": 1, "pleadings": 4, "oral": 0, "other": 0}}
167
+ {"case_id": "168", "name": "Jadhav (India v. Pakistan)", "year_start": 2017, "year_end": 2019, "icj_documents": {"decision": 4, "pleadings": 6, "oral": 6, "other": 0}}
168
+ {"case_id": "169", "name": "Legal Consequences of the Separation of the Chagos Archipelago from Mauritius in 1965", "year_start": 2017, "year_end": 2019, "icj_documents": {"decision": 3, "pleadings": 49, "oral": 8, "other": 16}}
169
+ {"case_id": "170", "name": "Request for Interpretation of the Judgment of 23 May 2008 in the case concerning Sovereignty over Pedra Branca/Pulau Batu Puteh, Middle Rocks and South Ledge (Malaysia/Singapore) (Malaysia v. Singapore)", "year_start": 2017, "year_end": 2018, "icj_documents": {"decision": 1, "pleadings": 4, "oral": 0, "other": 0}}
170
+ {"case_id": "171", "name": "Arbitral Award of 3 October 1899 (Guyana v. Venezuela)", "year_start": 2018, "year_end": null, "icj_documents": {"decision": 9, "pleadings": 11, "oral": 13, "other": 3}}
171
+ {"case_id": "172", "name": "Application of the International Convention on the Elimination of All Forms of Racial Discrimination (Qatar v. United Arab Emirates)", "year_start": 2018, "year_end": 2021, "icj_documents": {"decision": 5, "pleadings": 6, "oral": 12, "other": 4}}
172
+ {"case_id": "173", "name": "Appeal relating to the Jurisdiction of the ICAO Council under Article 84 of the Convention on International Civil Aviation (Bahrain, Egypt, Saudi Arabia and United Arab Emirates v. Qatar)", "year_start": 2018, "year_end": 2020, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 5, "other": 0}}
173
+ {"case_id": "174", "name": "Appeal relating to the Jurisdiction of the ICAO Council under Article II, Section 2, of the 1944 International Air Services Transit Agreement (Bahrain, Egypt and United Arab Emirates v. Qatar)", "year_start": 2018, "year_end": 2020, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 5, "other": 0}}
174
+ {"case_id": "175", "name": "Alleged Violations of the 1955 Treaty of Amity, Economic Relations, and Consular Rights (Islamic Republic of Iran v. United States of America)", "year_start": 2018, "year_end": null, "icj_documents": {"decision": 10, "pleadings": 5, "oral": 8, "other": 0}}
175
+ {"case_id": "176", "name": "Relocation of the United States Embassy to Jerusalem (Palestine v. United States of America)", "year_start": 2018, "year_end": null, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 0}}
176
+ {"case_id": "177", "name": "Guatemala's Territorial, Insular and Maritime Claim (Guatemala/Belize)", "year_start": 2019, "year_end": null, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 0, "other": 0}}
177
+ {"case_id": "178", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide (The Gambia v. Myanmar: 11 States intervening)", "year_start": 2020, "year_end": null, "icj_documents": {"decision": 12, "pleadings": 65, "oral": 31, "other": 0}}
178
+ {"case_id": "179", "name": "Land and Maritime Delimitation and Sovereignty over Islands (Gabon/Equatorial Guinea)", "year_start": 2021, "year_end": 2025, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 6, "other": 0}}
179
+ {"case_id": "180", "name": "Application of the International Convention on the Elimination of All Forms of Racial Discrimination (Armenia v. Azerbaijan)", "year_start": 2021, "year_end": null, "icj_documents": {"decision": 10, "pleadings": 6, "oral": 13, "other": 0}}
180
+ {"case_id": "181", "name": "Application of the International Convention on the Elimination of All Forms of Racial Discrimination (Azerbaijan v. Armenia)", "year_start": 2021, "year_end": null, "icj_documents": {"decision": 7, "pleadings": 5, "oral": 11, "other": 0}}
181
+ {"case_id": "182", "name": "Allegations of Genocide under the Convention on the Prevention and Punishment of the Crime of Genocide (Ukraine v. Russian Federation)", "year_start": 2022, "year_end": null, "icj_documents": {"decision": 9, "pleadings": 151, "oral": 8, "other": 1}}
182
+ {"case_id": "183", "name": "Questions of jurisdictional immunities of the State and measures of constraint against State-owned property (Germany v. Italy)", "year_start": 2022, "year_end": null, "icj_documents": {"decision": 5, "pleadings": 1, "oral": 0, "other": 0}}
183
+ {"case_id": "184", "name": "Request relating to the Return of Property Confiscated in Criminal Proceedings (Equatorial Guinea v. France)", "year_start": 2022, "year_end": null, "icj_documents": {"decision": 5, "pleadings": 3, "oral": 2, "other": 0}}
184
+ {"case_id": "185", "name": "Sovereignty over the Sapodilla Cayes/Cayos Zapotillos (Belize v. Honduras; Guatemala intervening)", "year_start": 2023, "year_end": null, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 4, "other": 0}}
185
+ {"case_id": "186", "name": "Legal Consequences arising from the Policies and Practices of Israel in the Occupied Palestinian Territory, including East Jerusalem", "year_start": 2023, "year_end": 2024, "icj_documents": {"decision": 2, "pleadings": 73, "oral": 11, "other": 9}}
186
+ {"case_id": "187", "name": "Obligations of States in respect of Climate Change", "year_start": 2023, "year_end": 2025, "icj_documents": {"decision": 5, "pleadings": 222, "oral": 20, "other": 9}}
187
+ {"case_id": "188", "name": "Application of the Convention against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment (Canada and Netherlands v. Syrian Arab Republic)", "year_start": 2023, "year_end": null, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 1, "other": 0}}
188
+ {"case_id": "189", "name": "Alleged Violations of State Immunities (Islamic Republic of Iran v. Canada)", "year_start": 2023, "year_end": null, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
189
+ {"case_id": "190", "name": "Aerial Incident of 8 January 2020 (Canada, Sweden, Ukraine and United Kingdom v. Islamic Republic of Iran)", "year_start": 2023, "year_end": null, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
190
+ {"case_id": "191", "name": "Right to Strike under ILO Convention No. 87", "year_start": 2023, "year_end": 2026, "icj_documents": {"decision": 2, "pleadings": 44, "oral": 5, "other": 6}}
191
+ {"case_id": "192", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide in the Gaza Strip (South Africa v. Israel)", "year_start": 2024, "year_end": null, "icj_documents": {"decision": 7, "pleadings": 30, "oral": 4, "other": 0}}
192
+ {"case_id": "193", "name": "Alleged Breaches of Certain International Obligations in respect of the Occupied Palestinian Territory (Nicaragua v. Germany)", "year_start": 2024, "year_end": null, "icj_documents": {"decision": 3, "pleadings": 1, "oral": 2, "other": 0}}
193
+ {"case_id": "194", "name": "Embassy of Mexico in Quito (Mexico v. Ecuador)", "year_start": 2024, "year_end": null, "icj_documents": {"decision": 3, "pleadings": 1, "oral": 2, "other": 0}}
194
+ {"case_id": "195", "name": "Glas Espinel (Ecuador v. Mexico)", "year_start": 2024, "year_end": null, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
195
+ {"case_id": "196", "name": "Obligations of Israel in relation to the Presence and Activities of the United Nations, Other International Organizations and Third States in and in relation to the Occupied Palestinian Territory", "year_start": 2024, "year_end": 2025, "icj_documents": {"decision": 2, "pleadings": 66, "oral": 10, "other": 9}}
196
+ {"case_id": "197", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide in Sudan (Sudan v. United Arab Emirates)", "year_start": 2025, "year_end": 2025, "icj_documents": {"decision": 1, "pleadings": 6, "oral": 2, "other": 0}}
197
+ {"case_id": "198", "name": "Appeal relating to the Jurisdiction of the ICAO Council under Article 84 of the Convention on International Civil Aviation (Islamic Republic of Iran v. Canada, Sweden, Ukraine and United Kingdom)", "year_start": 2025, "year_end": null, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
198
+ {"case_id": "199", "name": "Kohler and Paris (France v. Islamic Republic of Iran)", "year_start": 2025, "year_end": 2025, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
199
+ {"case_id": "200", "name": "Alleged Smuggling of Migrants (Lithuania v. Belarus)", "year_start": 2025, "year_end": null, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 0, "other": 0}}
dataset/chunks.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fa4f931a2b028cc5d39add97f01a161953fffa1c7d03ae8efe093ae23365d72
3
+ size 110394732
dataset/documents.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dataset/embeddings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35239292737ce12b56ee641085c2f95cca2a73658b844a6ce85ed7287fff1e5
3
+ size 994820224
dataset/manifest.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cases": 199,
3
+ "icj_documents_snapshot": "2026-07-14",
4
+ "provisions": 356,
5
+ "documents": 2407,
6
+ "chunks": 121438,
7
+ "embedding_dim": 4096,
8
+ "embedding_dtype": "float16",
9
+ "alignment": "embeddings.npy row i == chunks.jsonl line i (decision layer, file order)",
10
+ "files": [
11
+ "cases.jsonl",
12
+ "provisions.jsonl",
13
+ "documents.jsonl",
14
+ "chunks.jsonl",
15
+ "embeddings.npy"
16
+ ],
17
+ "embedding_model": "Qwen3-Embedding-8B",
18
+ "embedding_normalized": true
19
+ }
dataset/provisions.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dataset_layered/README.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ICJ citation graph -- layered dataset
2
+
3
+ One source, spun into any subset of layers. Flexibility comes from the `layer`
4
+ column + `spin_graph.py`, not from pre-baked files.
5
+
6
+ ## Distribution forms
7
+
8
+ | Form | Files | Layers | Needs |
9
+ |---|---|---|---|
10
+ | Ready-made graph, decisions | `dumps/icj-decisions.dump` (4.2 GB) | decisions | Neo4j 5.26 |
11
+ | Ready-made graph, full | `dumps/icj-full.dump` (13.7 GB) | decisions + pleadings + oral | Neo4j 5.26 |
12
+ | Portable, decisions | `dataset/` (1.0 GB) | decisions | any language, numpy for vectors |
13
+ | Portable, all layers | `dataset_layered/` (this dir, ~9.5 GB) | all, filter by `layer` | any language, numpy for vectors |
14
+
15
+ ## Layers
16
+
17
+ Every layer now carries embeddings: `Qwen3-Embedding-8B`, 4096-dimensional,
18
+ L2-normalized, `float16`, one `.npy` per layer.
19
+
20
+ | layer | documents | chunks | vectors |
21
+ |-------|-----------|--------|---------|
22
+ | decision (judgments / orders / advisory opinions + appended opinions) | 2,407 | 121,438 | `embeddings_decision.npy` |
23
+ | pleadings (memorials, applications, interventions, ...) | 2,114 | 682,465 | `embeddings_pleadings.npy` |
24
+ | oral (verbatim records) | 1,875 | 291,669 | `embeddings_oral.npy` |
25
+
26
+ `documents.jsonl` and `chunks.jsonl` each carry a `layer` field. Filter on it to
27
+ get exactly the graph you want.
28
+
29
+ ## Files
30
+
31
+ ```
32
+ cases.jsonl provisions.jsonl # nodes shared by every layer
33
+ documents.jsonl # all docs, `layer` = decision|pleadings|oral
34
+ chunks.jsonl # all chunks, `layer` = ...
35
+ embeddings_decision.npy # float16, L2-normalized, 4096-dim
36
+ embeddings_pleadings.npy # float16, L2-normalized, 4096-dim
37
+ embeddings_oral.npy # float16, L2-normalized, 4096-dim
38
+ embed_notes.jsonl # 39 chunks re-tokenized with a leading space (see below)
39
+ manifest.json
40
+ ```
41
+
42
+ Alignment rule: `embeddings_<layer>.npy` row `i` == the `i`-th `layer=="<layer>"`
43
+ chunk in `chunks.jsonl`, in file order. Rows are in reading order (by document, then
44
+ `seq`), so a layer's chunks are interleaved with the others rather than sitting in one
45
+ block -- filter on `layer == "<layer>"` and keep file order. The decision slice is still
46
+ byte-identical to the published decision-only `dataset/`, which is sorted the same way.
47
+
48
+ Load a layer's vectors:
49
+
50
+ ```python
51
+ import numpy as np, json
52
+ vecs = np.load("embeddings_pleadings.npy") # (682465, 4096) float16
53
+ ids = [json.loads(l)["id"] for l in open("chunks.jsonl") if json.loads(l)["layer"]=="pleadings"]
54
+ # vecs[i] is the vector for chunk ids[i]
55
+ ```
56
+
57
+ 39 chunks whose text began with a token the embedding endpoint returns as NaN were
58
+ embedded with a leading space (same words, a different first-token boundary); their ids
59
+ are in `embed_notes.jsonl`. Every vector is finite and unit-norm.
60
+
61
+ ## Spin a graph (`spin_graph.py`)
62
+
63
+ ```bash
64
+ # decision-only portable subset (judgments/orders + their embeddings)
65
+ python backend/tools/spin_graph.py --layers decision --target jsonl
66
+
67
+ # everything, as CSV + Cypher loader for any Neo4j
68
+ python backend/tools/spin_graph.py --layers decision,pleadings,oral --target cypher
69
+
70
+ # in-memory networkx graph (decision + pleadings, no oral)
71
+ python backend/tools/spin_graph.py --layers decision,pleadings --target networkx
72
+ ```
73
+
74
+ ## Neo4j dumps
75
+
76
+ Two canonical dumps cover the common cases; everything between is a `spin_graph`
77
+ filter, so there is no dump-per-combination sprawl:
78
+
79
+ - `icj-decisions.dump` -- decision layer only. Ships a ready cosine vector index
80
+ `chunk_embedding` over its 121,438 Qwen3 vectors, plus a `chunk_text` full-text index
81
+ and a `case_name_embedding` vector index.
82
+ - `icj-full.dump` -- all layers. Every chunk (all 1,095,572) carries its Qwen3 vector as
83
+ a node property, and `chunk_text` (full-text, all layers) and `case_name_embedding` are
84
+ ready. The chunk **vector** index is **not** prebuilt: an HNSW index over a million
85
+ 4096-d vectors needs more memory than most machines have, so create it once on restore,
86
+ sized to your hardware:
87
+
88
+ ```cypher
89
+ CREATE VECTOR INDEX chunk_embedding IF NOT EXISTS
90
+ FOR (c:Chunk) ON c.embedding
91
+ OPTIONS {indexConfig: {`vector.dimensions`: 4096, `vector.similarity_function`: 'cosine'}};
92
+ ```
93
+
94
+ For semantic search over the full million-vector set, `numpy` + a FAISS index built
95
+ from the `.npy` files is usually more practical than Neo4j's in-graph HNSW.
96
+
97
+ Keyword search works on every layer in both dumps regardless of the vector index; each
98
+ chunk also carries the label of the unit it was cut on (`para` = the pleading paragraph
99
+ number, or the speaker for `zone="turn"` oral chunks):
100
+
101
+ ```cypher
102
+ CALL db.index.fulltext.queryNodes('chunk_text', 'provisional measures')
103
+ YIELD node WHERE node.layer = 'pleadings'
104
+ MATCH (node)-[:PART_OF]->(d:Document)
105
+ RETURN d.case_id, d.title, node.para, node.text LIMIT 10;
106
+ ```
107
+
108
+ To restore a dump: `cp dumps/icj-full.dump neo4j.dump`, then
109
+ `neo4j-admin database load neo4j --from-path=. --overwrite-destination=true`.
dataset_layered/cases.jsonl ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"case_id": "001", "name": "Corfu Channel (United Kingdom of Great Britain and Northern Ireland v. Albania)", "year_start": 1947, "year_end": 1949, "icj_documents": {"decision": 10, "pleadings": 10, "oral": 4, "other": 3}}
2
+ {"case_id": "003", "name": "Conditions of Admission of a State to Membership in the United Nations (Article 4 of the Charter)", "year_start": 1947, "year_end": 1948, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
3
+ {"case_id": "004", "name": "Reparation for Injuries Suffered in the Service of the United Nations", "year_start": 1948, "year_end": 1949, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
4
+ {"case_id": "005", "name": "Fisheries (United Kingdom v. Norway)", "year_start": 1949, "year_end": 1951, "icj_documents": {"decision": 5, "pleadings": 6, "oral": 1, "other": 2}}
5
+ {"case_id": "006", "name": "Protection of French Nationals and Protected Persons in Egypt (France v. Egypt)", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
6
+ {"case_id": "007", "name": "Asylum (Colombia/Peru)", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 4, "pleadings": 6, "oral": 1, "other": 2}}
7
+ {"case_id": "008", "name": "Interpretation of Peace Treaties with Bulgaria, Hungary and Romania", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 4, "pleadings": 3, "oral": 2, "other": 1}}
8
+ {"case_id": "009", "name": "Competence of the General Assembly for the Admission of a State to the United Nations", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
9
+ {"case_id": "010", "name": "International Status of South West Africa", "year_start": 1949, "year_end": 1950, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
10
+ {"case_id": "011", "name": "Rights of Nationals of the United States of America in Morocco (France v. United States of America)", "year_start": 1950, "year_end": 1952, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 1, "other": 2}}
11
+ {"case_id": "012", "name": "Reservations to the Convention on the Prevention and Punishment of the Crime of Genocide", "year_start": 1950, "year_end": 1951, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 2}}
12
+ {"case_id": "013", "name": "Request for Interpretation of the Judgment of 20 November 1950 in the Asylum Case (Colombia v. Peru)", "year_start": 1950, "year_end": 1950, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 0}}
13
+ {"case_id": "014", "name": "Haya de la Torre (Colombia v. Peru)", "year_start": 1950, "year_end": 1951, "icj_documents": {"decision": 2, "pleadings": 6, "oral": 2, "other": 1}}
14
+ {"case_id": "015", "name": "Ambatielos (Greece v. United Kingdom)", "year_start": 1951, "year_end": 1953, "icj_documents": {"decision": 8, "pleadings": 7, "oral": 2, "other": 4}}
15
+ {"case_id": "016", "name": "Anglo-Iranian Oil Co. (United Kingdom v. Iran)", "year_start": 1951, "year_end": 1952, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 2, "other": 2}}
16
+ {"case_id": "017", "name": "Minquiers and Ecrehos (France/United Kingdom)", "year_start": 1951, "year_end": 1953, "icj_documents": {"decision": 5, "pleadings": 5, "oral": 1, "other": 2}}
17
+ {"case_id": "018", "name": "Nottebohm (Liechtenstein v. Guatemala)", "year_start": 1951, "year_end": 1955, "icj_documents": {"decision": 8, "pleadings": 7, "oral": 2, "other": 2}}
18
+ {"case_id": "019", "name": "Monetary Gold Removed from Rome in 1943 (Italy v. France, United Kingdom of Great Britain and Northern Ireland and United States of America)", "year_start": 1953, "year_end": 1954, "icj_documents": {"decision": 4, "pleadings": 6, "oral": 1, "other": 1}}
19
+ {"case_id": "020", "name": "Electricité de Beyrouth Company (France v. Lebanon)", "year_start": 1953, "year_end": 1954, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 0, "other": 1}}
20
+ {"case_id": "021", "name": "Effect of Awards of Compensation Made by the United Nations Administrative Tribunal", "year_start": 1953, "year_end": 1954, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
21
+ {"case_id": "022", "name": "Treatment in Hungary of Aircraft and Crew of United States of America (United States of America v. Hungarian Peoples Republic)", "year_start": 1954, "year_end": 1954, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
22
+ {"case_id": "023", "name": "Treatment in Hungary of Aircraft and Crew of United States of America (United States of America v. Union of Soviet Socialist Republics)", "year_start": 1954, "year_end": 1954, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
23
+ {"case_id": "024", "name": "Voting Procedure on Questions relating to Reports and Petitions concerning the Territory of South West Africa", "year_start": 1954, "year_end": 1955, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
24
+ {"case_id": "025", "name": "Aerial Incident of 10 March 1953 (United States of America v. Czechoslovakia)", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
25
+ {"case_id": "026", "name": "Antarctica (United Kingdom v. Argentina)", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
26
+ {"case_id": "027", "name": "Antarctica (United Kingdom v. Chile)", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
27
+ {"case_id": "028", "name": "Aerial Incident of 7 October 1952 (United States of America v. Union of Soviet Socialist Republics)", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
28
+ {"case_id": "029", "name": "Certain Norwegian Loans (France v. Norway)", "year_start": 1955, "year_end": 1957, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 1, "other": 2}}
29
+ {"case_id": "030", "name": "Judgments of the Administrative Tribunal of the ILO upon Complaints Made against UNESCO", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
30
+ {"case_id": "031", "name": "Admissibility of Hearings of Petitioners by the Committee on South West Africa", "year_start": 1955, "year_end": 1956, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
31
+ {"case_id": "032", "name": "Right of Passage over Indian Territory (Portugal v. India)", "year_start": 1955, "year_end": 1960, "icj_documents": {"decision": 10, "pleadings": 7, "oral": 2, "other": 1}}
32
+ {"case_id": "033", "name": "Application of the Convention of 1902 Governing the Guardianship of Infants (Netherlands v. Sweden)", "year_start": 1957, "year_end": 1958, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 1, "other": 1}}
33
+ {"case_id": "034", "name": "Interhandel (Switzerland v. United States of America)", "year_start": 1957, "year_end": 1959, "icj_documents": {"decision": 5, "pleadings": 6, "oral": 2, "other": 1}}
34
+ {"case_id": "035", "name": "Aerial Incident of 27 July 1955 (Israel v. Bulgaria)", "year_start": 1957, "year_end": 1959, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 1, "other": 1}}
35
+ {"case_id": "036", "name": "Aerial Incident of 27 July 1955 (United States of America v. Bulgaria)", "year_start": 1957, "year_end": 1960, "icj_documents": {"decision": 8, "pleadings": 4, "oral": 0, "other": 1}}
36
+ {"case_id": "037", "name": "Aerial Incident of 27 July 1955 (United Kingdom v. Bulgaria)", "year_start": 1957, "year_end": 1959, "icj_documents": {"decision": 5, "pleadings": 2, "oral": 0, "other": 1}}
37
+ {"case_id": "038", "name": "Sovereignty over Certain Frontier Land (Belgium/Netherlands)", "year_start": 1957, "year_end": 1959, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 1, "other": 2}}
38
+ {"case_id": "039", "name": "Arbitral Award Made by the King of Spain on 23 December 1906 (Honduras v. Nicaragua)", "year_start": 1958, "year_end": 1960, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 1, "other": 2}}
39
+ {"case_id": "040", "name": "Aerial Incident of 4 September 1954 (United States of America v. Union of Soviet Socialist Republics)", "year_start": 1958, "year_end": 1958, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
40
+ {"case_id": "041", "name": "Barcelona Traction, Light and Power Company, Limited (Belgium v. Spain)", "year_start": 1958, "year_end": 1961, "icj_documents": {"decision": 5, "pleadings": 3, "oral": 0, "other": 1}}
41
+ {"case_id": "042", "name": "Compagnie du Port, des Quais et des Entrepôts de Beyrouth and Société Radio-Orient (France v. Lebanon)", "year_start": 1959, "year_end": 1960, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 1, "other": 1}}
42
+ {"case_id": "043", "name": "Constitution of the Maritime Safety Committee of the Inter-Governmental Maritime Consultative Organization", "year_start": 1959, "year_end": 1960, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 2}}
43
+ {"case_id": "044", "name": "Aerial Incident of 7 November 1954 (United States of America v. Union of Soviet Socialist Republics)", "year_start": 1959, "year_end": 1959, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 1}}
44
+ {"case_id": "045", "name": "Temple of Preah Vihear (Cambodia v. Thailand)", "year_start": 1959, "year_end": 1962, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 2, "other": 2}}
45
+ {"case_id": "046", "name": "South West Africa (Ethiopia v. South Africa)", "year_start": 1960, "year_end": 1966, "icj_documents": {"decision": 11, "pleadings": 7, "oral": 6, "other": 2}}
46
+ {"case_id": "047", "name": "South West Africa (Liberia v. South Africa)", "year_start": 1960, "year_end": 1966, "icj_documents": {"decision": 11, "pleadings": 7, "oral": 6, "other": 2}}
47
+ {"case_id": "048", "name": "Northern Cameroons (Cameroon v. United Kingdom)", "year_start": 1961, "year_end": 1963, "icj_documents": {"decision": 8, "pleadings": 5, "oral": 1, "other": 2}}
48
+ {"case_id": "049", "name": "Certain Expenses of the United Nations (Article 17, paragraph 2, of the Charter)", "year_start": 1961, "year_end": 1962, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
49
+ {"case_id": "050", "name": "Barcelona Traction, Light and Power Company, Limited (Belgium v. Spain) (New Application: 1962)", "year_start": 1962, "year_end": 1970, "icj_documents": {"decision": 11, "pleadings": 8, "oral": 5, "other": 3}}
50
+ {"case_id": "051", "name": "North Sea Continental Shelf (Federal Republic of Germany/Denmark)", "year_start": 1967, "year_end": 1969, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 1, "other": 3}}
51
+ {"case_id": "052", "name": "North Sea Continental Shelf (Federal Republic of Germany/Netherlands)", "year_start": 1967, "year_end": 1969, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 1, "other": 3}}
52
+ {"case_id": "053", "name": "Legal Consequences for States of the Continued Presence of South Africa in Namibia (South West Africa) notwithstanding Security Council Resolution 276 (1970)", "year_start": 1970, "year_end": 1971, "icj_documents": {"decision": 7, "pleadings": 5, "oral": 1, "other": 1}}
53
+ {"case_id": "054", "name": "Appeal Relating to the Jurisdiction of the ICAO Council (India v. Pakistan)", "year_start": 1971, "year_end": 1972, "icj_documents": {"decision": 5, "pleadings": 5, "oral": 1, "other": 2}}
54
+ {"case_id": "055", "name": "Fisheries Jurisdiction (United Kingdom v. Iceland)", "year_start": 1972, "year_end": 1974, "icj_documents": {"decision": 6, "pleadings": 4, "oral": 3, "other": 4}}
55
+ {"case_id": "056", "name": "Fisheries Jurisdiction (Federal Republic of Germany v. Iceland)", "year_start": 1972, "year_end": 1974, "icj_documents": {"decision": 6, "pleadings": 4, "oral": 3, "other": 1}}
56
+ {"case_id": "057", "name": "Application for Review of Judgment No. 158 of the United Nations Administrative Tribunal", "year_start": 1972, "year_end": 1973, "icj_documents": {"decision": 2, "pleadings": 3, "oral": 1, "other": 1}}
57
+ {"case_id": "058", "name": "Nuclear Tests (Australia v. France)", "year_start": 1973, "year_end": 1974, "icj_documents": {"decision": 5, "pleadings": 4, "oral": 2, "other": 3}}
58
+ {"case_id": "059", "name": "Nuclear Tests (New Zealand v. France)", "year_start": 1973, "year_end": 1974, "icj_documents": {"decision": 5, "pleadings": 4, "oral": 2, "other": 3}}
59
+ {"case_id": "060", "name": "Trial of Pakistani Prisoners of War (Pakistan v. India)", "year_start": 1973, "year_end": 1973, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 1, "other": 1}}
60
+ {"case_id": "061", "name": "Western Sahara", "year_start": 1974, "year_end": 1975, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 2, "other": 1}}
61
+ {"case_id": "062", "name": "Aegean Sea Continental Shelf (Greece v. Turkey)", "year_start": 1976, "year_end": 1978, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 2, "other": 4}}
62
+ {"case_id": "063", "name": "Continental Shelf (Tunisia/Libyan Arab Jamahiriya)", "year_start": 1978, "year_end": 1982, "icj_documents": {"decision": 5, "pleadings": 11, "oral": 3, "other": 6}}
63
+ {"case_id": "064", "name": "United States Diplomatic and Consular Staff in Tehran (United States of America v. Iran)", "year_start": 1979, "year_end": 1981, "icj_documents": {"decision": 4, "pleadings": 3, "oral": 2, "other": 3}}
64
+ {"case_id": "065", "name": "Interpretation of the Agreement of 25 March 1951 between the WHO and Egypt", "year_start": 1980, "year_end": 1980, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 2}}
65
+ {"case_id": "066", "name": "Application for Review of Judgment No. 273 of the United Nations Administrative Tribunal", "year_start": 1981, "year_end": 1982, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 1, "other": 1}}
66
+ {"case_id": "067", "name": "Delimitation of the Maritime Boundary in the Gulf of Maine Area (Canada/United States of America)", "year_start": 1981, "year_end": 1984, "icj_documents": {"decision": 7, "pleadings": 8, "oral": 2, "other": 3}}
67
+ {"case_id": "068", "name": "Continental Shelf (Libyan Arab Jamahiriya/Malta)", "year_start": 1982, "year_end": 1985, "icj_documents": {"decision": 5, "pleadings": 10, "oral": 3, "other": 4}}
68
+ {"case_id": "069", "name": "Frontier Dispute (Burkina Faso/Republic of Mali)", "year_start": 1983, "year_end": 1986, "icj_documents": {"decision": 6, "pleadings": 7, "oral": 2, "other": 1}}
69
+ {"case_id": "070", "name": "Military and Paramilitary Activities in and against Nicaragua (Nicaragua v. United States of America)", "year_start": 1984, "year_end": 1991, "icj_documents": {"decision": 8, "pleadings": 8, "oral": 3, "other": 4}}
70
+ {"case_id": "071", "name": "Application for Revision and Interpretation of the Judgment of 24 February 1982 in the Case concerning the Continental Shelf (Tunisia/Libyan Arab Jamahiriya) (Tunisia v. Libyan Arab Jamahiriya)", "year_start": 1984, "year_end": 1985, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 1, "other": 3}}
71
+ {"case_id": "072", "name": "Application for Review of Judgment No. 333 of the United Nations Administrative Tribunal", "year_start": 1984, "year_end": 1987, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 1, "other": 1}}
72
+ {"case_id": "073", "name": "Border and Transborder Armed Actions (Nicaragua v. Costa Rica)", "year_start": 1986, "year_end": 1987, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 0, "other": 1}}
73
+ {"case_id": "074", "name": "Border and Transborder Armed Actions (Nicaragua v. Honduras)", "year_start": 1986, "year_end": 1992, "icj_documents": {"decision": 7, "pleadings": 4, "oral": 1, "other": 5}}
74
+ {"case_id": "075", "name": "Land, Island and Maritime Frontier Dispute (El Salvador/Honduras: Nicaragua intervening)", "year_start": 1986, "year_end": 1992, "icj_documents": {"decision": 10, "pleadings": 13, "oral": 57, "other": 2}}
75
+ {"case_id": "076", "name": "Elettronica Sicula S.p.A. (ELSI) (United States of America v. Italy)", "year_start": 1987, "year_end": 1989, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 1, "other": 8}}
76
+ {"case_id": "077", "name": "Applicability of the Obligation to Arbitrate under Section 21 of the United Nations Headquarters Agreement of 26 June 1947", "year_start": 1988, "year_end": 1988, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
77
+ {"case_id": "078", "name": "Maritime Delimitation in the Area between Greenland and Jan Mayen (Denmark v. Norway)", "year_start": 1988, "year_end": 1993, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 11, "other": 3}}
78
+ {"case_id": "079", "name": "Aerial Incident of 3 July 1988 (Islamic Republic of Iran v. United States of America)", "year_start": 1989, "year_end": 1996, "icj_documents": {"decision": 6, "pleadings": 4, "oral": 0, "other": 3}}
79
+ {"case_id": "080", "name": "Certain Phosphate Lands in Nauru (Nauru v. Australia)", "year_start": 1989, "year_end": 1993, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 9, "other": 3}}
80
+ {"case_id": "081", "name": "Applicability of Article VI, Section 22, of the Convention on the Privileges and Immunities of the United Nations", "year_start": 1989, "year_end": 1989, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 1, "other": 1}}
81
+ {"case_id": "082", "name": "Arbitral Award of 31 July 1989 (Guinea-Bissau v. Senegal)", "year_start": 1989, "year_end": 1991, "icj_documents": {"decision": 3, "pleadings": 6, "oral": 8, "other": 4}}
82
+ {"case_id": "083", "name": "Territorial Dispute (Libyan Arab Jamahiriya/Chad)", "year_start": 1990, "year_end": 1994, "icj_documents": {"decision": 4, "pleadings": 7, "oral": 19, "other": 3}}
83
+ {"case_id": "084", "name": "East Timor (Portugal v. Australia)", "year_start": 1991, "year_end": 1995, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 14, "other": 0}}
84
+ {"case_id": "085", "name": "Maritime Delimitation between Guinea-Bissau and Senegal (Guinea-Bissau v. Senegal)", "year_start": 1991, "year_end": 1995, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 2}}
85
+ {"case_id": "086", "name": "Passage through the Great Belt (Finland v. Denmark)", "year_start": 1991, "year_end": 1992, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 6, "other": 1}}
86
+ {"case_id": "087", "name": "Maritime Delimitation and Territorial Questions between Qatar and Bahrain (Qatar v. Bahrain)", "year_start": 1991, "year_end": 2001, "icj_documents": {"decision": 10, "pleadings": 13, "oral": 26, "other": 12}}
87
+ {"case_id": "088", "name": "Questions of Interpretation and Application of the 1971 Montreal Convention arising from the Aerial Incident at Lockerbie (Libyan Arab Jamahiriya v. United Kingdom)", "year_start": 1992, "year_end": 2003, "icj_documents": {"decision": 9, "pleadings": 8, "oral": 10, "other": 3}}
88
+ {"case_id": "089", "name": "Questions of Interpretation and Application of the 1971 Montreal Convention arising from the Aerial Incident at Lockerbie (Libyan Arab Jamahiriya v. United States of America)", "year_start": 1992, "year_end": 2003, "icj_documents": {"decision": 9, "pleadings": 8, "oral": 10, "other": 4}}
89
+ {"case_id": "090", "name": "Oil Platforms (Islamic Republic of Iran v. United States of America)", "year_start": 1992, "year_end": 2003, "icj_documents": {"decision": 11, "pleadings": 10, "oral": 21, "other": 10}}
90
+ {"case_id": "091", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide (Bosnia and Herzegovina v. Serbia and Montenegro)", "year_start": 1993, "year_end": 2007, "icj_documents": {"decision": 13, "pleadings": 36, "oral": 56, "other": 10}}
91
+ {"case_id": "092", "name": "Gabčíkovo-Nagymaros Project (Hungary/Slovakia)", "year_start": 1993, "year_end": null, "icj_documents": {"decision": 4, "pleadings": 7, "oral": 14, "other": 2}}
92
+ {"case_id": "093", "name": "Legality of the Use by a State of Nuclear Weapons in Armed Conflict", "year_start": 1993, "year_end": 1996, "icj_documents": {"decision": 3, "pleadings": 44, "oral": 13, "other": 2}}
93
+ {"case_id": "094", "name": "Land and Maritime Boundary between Cameroon and Nigeria (Cameroon v. Nigeria: Equatorial Guinea intervening)", "year_start": 1994, "year_end": 2002, "icj_documents": {"decision": 10, "pleadings": 22, "oral": 35, "other": 11}}
94
+ {"case_id": "095", "name": "Legality of the Threat or Use of Nuclear Weapons", "year_start": 1995, "year_end": 1996, "icj_documents": {"decision": 2, "pleadings": 32, "oral": 13, "other": 0}}
95
+ {"case_id": "096", "name": "Fisheries Jurisdiction (Spain v. Canada)", "year_start": 1995, "year_end": 1998, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 6, "other": 1}}
96
+ {"case_id": "097", "name": "Request for an Examination of the Situation in Accordance with Paragraph 63 of the Courts Judgment of 20 December 1974 in the Nuclear Tests (New Zealand v. France) Case", "year_start": 1995, "year_end": 1995, "icj_documents": {"decision": 1, "pleadings": 10, "oral": 3, "other": 2}}
97
+ {"case_id": "098", "name": "Kasikili/Sedudu Island (Botswana/Namibia)", "year_start": 1996, "year_end": 1999, "icj_documents": {"decision": 3, "pleadings": 7, "oral": 12, "other": 4}}
98
+ {"case_id": "099", "name": "Vienna Convention on Consular Relations (Paraguay v. United States of America)", "year_start": 1998, "year_end": 1998, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 3, "other": 2}}
99
+ {"case_id": "100", "name": "Difference Relating to Immunity from Legal Process of a Special Rapporteur of the Commission on Human Rights", "year_start": 1998, "year_end": 1999, "icj_documents": {"decision": 2, "pleadings": 15, "oral": 3, "other": 4}}
100
+ {"case_id": "101", "name": "Request for Interpretation of the Judgment of 11 June 1998 in the Case concerning the Land and Maritime Boundary between Cameroon and Nigeria (Cameroon v. Nigeria), Preliminary Objections (Nigeria v. Cameroon)", "year_start": 1998, "year_end": 1999, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 1, "other": 0}}
101
+ {"case_id": "102", "name": "Sovereignty over Pulau Ligitan and Pulau Sipadan (Indonesia/Malaysia)", "year_start": 1998, "year_end": 2002, "icj_documents": {"decision": 6, "pleadings": 10, "oral": 13, "other": 0}}
102
+ {"case_id": "103", "name": "Ahmadou Sadio Diallo (Republic of Guinea v. Democratic Republic of the Congo)", "year_start": 1998, "year_end": 2012, "icj_documents": {"decision": 9, "pleadings": 9, "oral": 10, "other": 1}}
103
+ {"case_id": "104", "name": "LaGrand (Germany v. United States of America)", "year_start": 1999, "year_end": 2001, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 6, "other": 2}}
104
+ {"case_id": "105", "name": "Legality of Use of Force (Serbia and Montenegro v. Belgium)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 6, "oral": 8, "other": 3}}
105
+ {"case_id": "106", "name": "Legality of Use of Force (Serbia and Montenegro v. Canada)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
106
+ {"case_id": "107", "name": "Legality of Use of Force (Serbia and Montenegro v. France)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
107
+ {"case_id": "108", "name": "Legality of Use of Force (Serbia and Montenegro v. Germany)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
108
+ {"case_id": "109", "name": "Legality of Use of Force (Serbia and Montenegro v. Italy)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
109
+ {"case_id": "110", "name": "Legality of Use of Force (Serbia and Montenegro v. Netherlands)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 6, "oral": 8, "other": 3}}
110
+ {"case_id": "111", "name": "Legality of Use of Force (Serbia and Montenegro v. Portugal)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 4}}
111
+ {"case_id": "112", "name": "Legality of Use of Force (Yugoslavia v. Spain)", "year_start": 1999, "year_end": 1999, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 4, "other": 0}}
112
+ {"case_id": "113", "name": "Legality of Use of Force (Serbia and Montenegro v. United Kingdom)", "year_start": 1999, "year_end": 2004, "icj_documents": {"decision": 6, "pleadings": 5, "oral": 8, "other": 3}}
113
+ {"case_id": "114", "name": "Legality of Use of Force (Yugoslavia v. United States of America)", "year_start": 1999, "year_end": 1999, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 4, "other": 0}}
114
+ {"case_id": "115", "name": "Armed Activities on the Territory of the Congo (Democratic Republic of the Congo v. Burundi)", "year_start": 1999, "year_end": 2001, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 0, "other": 0}}
115
+ {"case_id": "116", "name": "Armed Activities on the Territory of the Congo (Democratic Republic of the Congo v. Uganda)", "year_start": 1999, "year_end": 2022, "icj_documents": {"decision": 13, "pleadings": 14, "oral": 27, "other": 18}}
116
+ {"case_id": "117", "name": "Armed Activities on the Territory of the Congo (Democratic Republic of the Congo v. Rwanda)", "year_start": 1999, "year_end": 2001, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 0, "other": 0}}
117
+ {"case_id": "118", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide (Croatia v. Serbia)", "year_start": 1999, "year_end": 2015, "icj_documents": {"decision": 9, "pleadings": 10, "oral": 26, "other": 2}}
118
+ {"case_id": "119", "name": "Aerial Incident of 10 August 1999 (Pakistan v. India)", "year_start": 1999, "year_end": 2000, "icj_documents": {"decision": 2, "pleadings": 3, "oral": 4, "other": 0}}
119
+ {"case_id": "120", "name": "Territorial and Maritime Dispute between Nicaragua and Honduras in the Caribbean Sea (Nicaragua v. Honduras)", "year_start": 1999, "year_end": 2007, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 14, "other": 6}}
120
+ {"case_id": "121", "name": "Arrest Warrant of 11 April 2000 (Democratic Republic of the Congo v. Belgium)", "year_start": 2000, "year_end": 2002, "icj_documents": {"decision": 6, "pleadings": 4, "oral": 10, "other": 2}}
121
+ {"case_id": "122", "name": "Application for Revision of the Judgment of 11 July 1996 in the Case concerning Application of the Convention on the Prevention and Punishment of the Crime of Genocide (Bosnia and Herzegovina v. Yugoslavia), Preliminary Objections (Yugoslavia v. Bosnia and Herzegovina)", "year_start": 2001, "year_end": 2003, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 4, "other": 0}}
122
+ {"case_id": "123", "name": "Certain Property (Liechtenstein v. Germany)", "year_start": 2001, "year_end": 2005, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 4, "other": 0}}
123
+ {"case_id": "124", "name": "Territorial and Maritime Dispute (Nicaragua v. Colombia)", "year_start": 2001, "year_end": 2012, "icj_documents": {"decision": 8, "pleadings": 13, "oral": 26, "other": 9}}
124
+ {"case_id": "125", "name": "Frontier Dispute (Benin/Niger)", "year_start": 2002, "year_end": 2005, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 7, "other": 5}}
125
+ {"case_id": "126", "name": "Armed Activities on the Territory of the Congo (New Application: 2002) (Democratic Republic of the Congo v. Rwanda)", "year_start": 2002, "year_end": 2006, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 8, "other": 2}}
126
+ {"case_id": "127", "name": "Application for Revision of the Judgment of 11 September 1992 in the Case concerning the Land, Island and Maritime Frontier Dispute (El Salvador/Honduras: Nicaragua intervening) (El Salvador v. Honduras)", "year_start": 2002, "year_end": 2003, "icj_documents": {"decision": 2, "pleadings": 2, "oral": 5, "other": 2}}
127
+ {"case_id": "128", "name": "Avena and Other Mexican Nationals (Mexico v. United States of America)", "year_start": 2003, "year_end": 2004, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 10, "other": 2}}
128
+ {"case_id": "129", "name": "Certain Criminal Proceedings in France (Republic of the Congo v. France)", "year_start": 2003, "year_end": 2010, "icj_documents": {"decision": 9, "pleadings": 8, "oral": 4, "other": 1}}
129
+ {"case_id": "130", "name": "Sovereignty over Pedra Branca/Pulau Batu Puteh, Middle Rocks and South Ledge (Malaysia/Singapore)", "year_start": 2003, "year_end": 2008, "icj_documents": {"decision": 3, "pleadings": 7, "oral": 12, "other": 4}}
130
+ {"case_id": "131", "name": "Legal Consequences of the Construction of a Wall in the Occupied Palestinian Territory", "year_start": 2003, "year_end": 2004, "icj_documents": {"decision": 3, "pleadings": 50, "oral": 5, "other": 0}}
131
+ {"case_id": "132", "name": "Maritime Delimitation in the Black Sea (Romania v. Ukraine)", "year_start": 2004, "year_end": 2009, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 12, "other": 0}}
132
+ {"case_id": "133", "name": "Dispute regarding Navigational and Related Rights (Costa Rica v. Nicaragua)", "year_start": 2005, "year_end": 2009, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 7, "other": 4}}
133
+ {"case_id": "134", "name": "Status vis-à -vis the Host State of a Diplomatic Envoy to the United Nations (Commonwealth of Dominica v. Switzerland)", "year_start": 2006, "year_end": 2006, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 0}}
134
+ {"case_id": "135", "name": "Pulp Mills on the River Uruguay (Argentina v. Uruguay)", "year_start": 2006, "year_end": 2010, "icj_documents": {"decision": 5, "pleadings": 8, "oral": 20, "other": 2}}
135
+ {"case_id": "136", "name": "Certain Questions of Mutual Assistance in Criminal Matters (Djibouti v. France)", "year_start": 2006, "year_end": 2008, "icj_documents": {"decision": 2, "pleadings": 3, "oral": 7, "other": 2}}
136
+ {"case_id": "137", "name": "Maritime Dispute (Peru v. Chile)", "year_start": 2008, "year_end": 2014, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 10, "other": 0}}
137
+ {"case_id": "138", "name": "Aerial Herbicide Spraying (Ecuador v. Colombia)", "year_start": 2008, "year_end": 2013, "icj_documents": {"decision": 4, "pleadings": 5, "oral": 0, "other": 0}}
138
+ {"case_id": "139", "name": "Request for Interpretation of the Judgment of 31 March 2004 in the Case concerning Avena and Other Mexican Nationals (Mexico v. United States of America) (Mexico v. United States of America)", "year_start": 2008, "year_end": 2009, "icj_documents": {"decision": 2, "pleadings": 5, "oral": 4, "other": 0}}
139
+ {"case_id": "140", "name": "Application of the International Convention on the Elimination of All Forms of Racial Discrimination (Georgia v. Russian Federation)", "year_start": 2008, "year_end": 2011, "icj_documents": {"decision": 4, "pleadings": 6, "oral": 8, "other": 4}}
140
+ {"case_id": "141", "name": "Accordance with international law of the unilateral declaration of independence in respect of Kosovo", "year_start": 2008, "year_end": 2010, "icj_documents": {"decision": 2, "pleadings": 54, "oral": 10, "other": 15}}
141
+ {"case_id": "142", "name": "Application of the Interim Accord of 13 September 1995 (the former Yugoslav Republic of Macedonia v. Greece)", "year_start": 2008, "year_end": 2011, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 8, "other": 2}}
142
+ {"case_id": "143", "name": "Jurisdictional Immunities of the State (Germany v. Italy: Greece intervening)", "year_start": 2008, "year_end": 2012, "icj_documents": {"decision": 4, "pleadings": 17, "oral": 5, "other": 5}}
143
+ {"case_id": "144", "name": "Questions relating to the Obligation to Prosecute or Extradite (Belgium v. Senegal)", "year_start": 2009, "year_end": 2012, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 10, "other": 8}}
144
+ {"case_id": "145", "name": "Jurisdiction and Enforcement of Judgments in Civil and Commercial Matters (Belgium v. Switzerland)", "year_start": 2009, "year_end": 2011, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 0, "other": 0}}
145
+ {"case_id": "146", "name": "Judgment No. 2867 of the Administrative Tribunal of the International Labour Organization upon a Complaint Filed against the International Fund for Agricultural Development", "year_start": 2010, "year_end": 2012, "icj_documents": {"decision": 3, "pleadings": 7, "oral": 0, "other": 0}}
146
+ {"case_id": "147", "name": "Certain Questions concerning Diplomatic Relations (Honduras v. Brazil)", "year_start": 2009, "year_end": 2010, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 0}}
147
+ {"case_id": "148", "name": "Whaling in the Antarctic (Australia v. Japan: New Zealand intervening)", "year_start": 2010, "year_end": 2014, "icj_documents": {"decision": 3, "pleadings": 19, "oral": 17, "other": 2}}
148
+ {"case_id": "149", "name": "Frontier Dispute (Burkina Faso/Niger)", "year_start": 2010, "year_end": 2013, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 8, "other": 5}}
149
+ {"case_id": "150", "name": "Certain Activities Carried Out by Nicaragua in the Border Area (Costa Rica v. Nicaragua)", "year_start": 2010, "year_end": 2018, "icj_documents": {"decision": 10, "pleadings": 14, "oral": 16, "other": 2}}
150
+ {"case_id": "151", "name": "Request for Interpretation of the Judgment of 15 June 1962 in the Case concerning the Temple of Preah Vihear (Cambodia v. Thailand) (Cambodia v. Thailand)", "year_start": 2011, "year_end": 2013, "icj_documents": {"decision": 2, "pleadings": 5, "oral": 10, "other": 8}}
151
+ {"case_id": "152", "name": "Construction of a Road in Costa Rica along the San Juan River (Nicaragua v. Costa Rica)", "year_start": 2011, "year_end": 2015, "icj_documents": {"decision": 5, "pleadings": 6, "oral": 12, "other": 0}}
152
+ {"case_id": "153", "name": "Obligation to Negotiate Access to the Pacific Ocean (Bolivia v. Chile)", "year_start": 2013, "year_end": 2018, "icj_documents": {"decision": 6, "pleadings": 7, "oral": 10, "other": 4}}
153
+ {"case_id": "154", "name": "Question of the Delimitation of the Continental Shelf between Nicaragua and Colombia beyond 200 nautical miles from the Nicaraguan Coast (Nicaragua v. Colombia)", "year_start": 2013, "year_end": 2023, "icj_documents": {"decision": 7, "pleadings": 7, "oral": 8, "other": 0}}
154
+ {"case_id": "155", "name": "Alleged Violations of Sovereign Rights and Maritime Spaces in the Caribbean Sea (Nicaragua v. Colombia)", "year_start": 2013, "year_end": 2022, "icj_documents": {"decision": 7, "pleadings": 10, "oral": 11, "other": 6}}
155
+ {"case_id": "156", "name": "Questions relating to the Seizure and Detention of Certain Documents and Data (Timor-Leste v. Australia)", "year_start": 2013, "year_end": 2015, "icj_documents": {"decision": 4, "pleadings": 7, "oral": 4, "other": 0}}
156
+ {"case_id": "157", "name": "Maritime Delimitation in the Caribbean Sea and the Pacific Ocean (Costa Rica v. Nicaragua)", "year_start": 2014, "year_end": 2018, "icj_documents": {"decision": 5, "pleadings": 3, "oral": 10, "other": 7}}
157
+ {"case_id": "158", "name": "Obligations concerning Negotiations relating to Cessation of the Nuclear Arms Race and to Nuclear Disarmament (Marshall Islands v. India)", "year_start": 2014, "year_end": 2016, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 4, "other": 4}}
158
+ {"case_id": "159", "name": "Obligations concerning Negotiations relating to Cessation of the Nuclear Arms Race and to Nuclear Disarmament (Marshall Islands v. Pakistan)", "year_start": 2014, "year_end": 2016, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 1, "other": 0}}
159
+ {"case_id": "160", "name": "Obligations concerning Negotiations relating to Cessation of the Nuclear Arms Race and to Nuclear Disarmament (Marshall Islands v. United Kingdom)", "year_start": 2014, "year_end": 2016, "icj_documents": {"decision": 3, "pleadings": 4, "oral": 4, "other": 4}}
160
+ {"case_id": "161", "name": "Maritime Delimitation in the Indian Ocean (Somalia v. Kenya)", "year_start": 2014, "year_end": 2021, "icj_documents": {"decision": 6, "pleadings": 7, "oral": 7, "other": 11}}
161
+ {"case_id": "162", "name": "Dispute over the Status and Use of the Waters of the Silala (Chile v. Bolivia)", "year_start": 2016, "year_end": 2022, "icj_documents": {"decision": 5, "pleadings": 7, "oral": 9, "other": 1}}
162
+ {"case_id": "163", "name": "Immunities and Criminal Proceedings (Equatorial Guinea v. France)", "year_start": 2016, "year_end": 2020, "icj_documents": {"decision": 8, "pleadings": 8, "oral": 12, "other": 2}}
163
+ {"case_id": "164", "name": "Certain Iranian Assets (Islamic Republic of Iran v. United States of America)", "year_start": 2016, "year_end": null, "icj_documents": {"decision": 8, "pleadings": 7, "oral": 12, "other": 0}}
164
+ {"case_id": "165", "name": "Land Boundary in the Northern Part of Isla Portillos (Costa Rica v. Nicaragua)", "year_start": 2017, "year_end": 2018, "icj_documents": {"decision": 2, "pleadings": 3, "oral": 10, "other": 1}}
165
+ {"case_id": "166", "name": "Application of the International Convention for the Suppression of the Financing of Terrorism and of the International Convention on the Elimination of All Forms of Racial Discrimination (Ukraine v. Russian Federation)", "year_start": 2017, "year_end": 2024, "icj_documents": {"decision": 13, "pleadings": 9, "oral": 14, "other": 0}}
166
+ {"case_id": "167", "name": "Application for revision of the Judgment of 23 May 2008 in the case concerning Sovereignty over Pedra Branca/Pulau Batu Puteh, Middle Rocks and South Ledge (Malaysia/Singapore) (Malaysia v. Singapore)", "year_start": 2017, "year_end": 2018, "icj_documents": {"decision": 1, "pleadings": 4, "oral": 0, "other": 0}}
167
+ {"case_id": "168", "name": "Jadhav (India v. Pakistan)", "year_start": 2017, "year_end": 2019, "icj_documents": {"decision": 4, "pleadings": 6, "oral": 6, "other": 0}}
168
+ {"case_id": "169", "name": "Legal Consequences of the Separation of the Chagos Archipelago from Mauritius in 1965", "year_start": 2017, "year_end": 2019, "icj_documents": {"decision": 3, "pleadings": 49, "oral": 8, "other": 16}}
169
+ {"case_id": "170", "name": "Request for Interpretation of the Judgment of 23 May 2008 in the case concerning Sovereignty over Pedra Branca/Pulau Batu Puteh, Middle Rocks and South Ledge (Malaysia/Singapore) (Malaysia v. Singapore)", "year_start": 2017, "year_end": 2018, "icj_documents": {"decision": 1, "pleadings": 4, "oral": 0, "other": 0}}
170
+ {"case_id": "171", "name": "Arbitral Award of 3 October 1899 (Guyana v. Venezuela)", "year_start": 2018, "year_end": null, "icj_documents": {"decision": 9, "pleadings": 11, "oral": 13, "other": 3}}
171
+ {"case_id": "172", "name": "Application of the International Convention on the Elimination of All Forms of Racial Discrimination (Qatar v. United Arab Emirates)", "year_start": 2018, "year_end": 2021, "icj_documents": {"decision": 5, "pleadings": 6, "oral": 12, "other": 4}}
172
+ {"case_id": "173", "name": "Appeal relating to the Jurisdiction of the ICAO Council under Article 84 of the Convention on International Civil Aviation (Bahrain, Egypt, Saudi Arabia and United Arab Emirates v. Qatar)", "year_start": 2018, "year_end": 2020, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 5, "other": 0}}
173
+ {"case_id": "174", "name": "Appeal relating to the Jurisdiction of the ICAO Council under Article II, Section 2, of the 1944 International Air Services Transit Agreement (Bahrain, Egypt and United Arab Emirates v. Qatar)", "year_start": 2018, "year_end": 2020, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 5, "other": 0}}
174
+ {"case_id": "175", "name": "Alleged Violations of the 1955 Treaty of Amity, Economic Relations, and Consular Rights (Islamic Republic of Iran v. United States of America)", "year_start": 2018, "year_end": null, "icj_documents": {"decision": 10, "pleadings": 5, "oral": 8, "other": 0}}
175
+ {"case_id": "176", "name": "Relocation of the United States Embassy to Jerusalem (Palestine v. United States of America)", "year_start": 2018, "year_end": null, "icj_documents": {"decision": 1, "pleadings": 1, "oral": 0, "other": 0}}
176
+ {"case_id": "177", "name": "Guatemala's Territorial, Insular and Maritime Claim (Guatemala/Belize)", "year_start": 2019, "year_end": null, "icj_documents": {"decision": 3, "pleadings": 2, "oral": 0, "other": 0}}
177
+ {"case_id": "178", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide (The Gambia v. Myanmar: 11 States intervening)", "year_start": 2020, "year_end": null, "icj_documents": {"decision": 12, "pleadings": 65, "oral": 31, "other": 0}}
178
+ {"case_id": "179", "name": "Land and Maritime Delimitation and Sovereignty over Islands (Gabon/Equatorial Guinea)", "year_start": 2021, "year_end": 2025, "icj_documents": {"decision": 3, "pleadings": 5, "oral": 6, "other": 0}}
179
+ {"case_id": "180", "name": "Application of the International Convention on the Elimination of All Forms of Racial Discrimination (Armenia v. Azerbaijan)", "year_start": 2021, "year_end": null, "icj_documents": {"decision": 10, "pleadings": 6, "oral": 13, "other": 0}}
180
+ {"case_id": "181", "name": "Application of the International Convention on the Elimination of All Forms of Racial Discrimination (Azerbaijan v. Armenia)", "year_start": 2021, "year_end": null, "icj_documents": {"decision": 7, "pleadings": 5, "oral": 11, "other": 0}}
181
+ {"case_id": "182", "name": "Allegations of Genocide under the Convention on the Prevention and Punishment of the Crime of Genocide (Ukraine v. Russian Federation)", "year_start": 2022, "year_end": null, "icj_documents": {"decision": 9, "pleadings": 151, "oral": 8, "other": 1}}
182
+ {"case_id": "183", "name": "Questions of jurisdictional immunities of the State and measures of constraint against State-owned property (Germany v. Italy)", "year_start": 2022, "year_end": null, "icj_documents": {"decision": 5, "pleadings": 1, "oral": 0, "other": 0}}
183
+ {"case_id": "184", "name": "Request relating to the Return of Property Confiscated in Criminal Proceedings (Equatorial Guinea v. France)", "year_start": 2022, "year_end": null, "icj_documents": {"decision": 5, "pleadings": 3, "oral": 2, "other": 0}}
184
+ {"case_id": "185", "name": "Sovereignty over the Sapodilla Cayes/Cayos Zapotillos (Belize v. Honduras; Guatemala intervening)", "year_start": 2023, "year_end": null, "icj_documents": {"decision": 4, "pleadings": 4, "oral": 4, "other": 0}}
185
+ {"case_id": "186", "name": "Legal Consequences arising from the Policies and Practices of Israel in the Occupied Palestinian Territory, including East Jerusalem", "year_start": 2023, "year_end": 2024, "icj_documents": {"decision": 2, "pleadings": 73, "oral": 11, "other": 9}}
186
+ {"case_id": "187", "name": "Obligations of States in respect of Climate Change", "year_start": 2023, "year_end": 2025, "icj_documents": {"decision": 5, "pleadings": 222, "oral": 20, "other": 9}}
187
+ {"case_id": "188", "name": "Application of the Convention against Torture and Other Cruel, Inhuman or Degrading Treatment or Punishment (Canada and Netherlands v. Syrian Arab Republic)", "year_start": 2023, "year_end": null, "icj_documents": {"decision": 3, "pleadings": 3, "oral": 1, "other": 0}}
188
+ {"case_id": "189", "name": "Alleged Violations of State Immunities (Islamic Republic of Iran v. Canada)", "year_start": 2023, "year_end": null, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
189
+ {"case_id": "190", "name": "Aerial Incident of 8 January 2020 (Canada, Sweden, Ukraine and United Kingdom v. Islamic Republic of Iran)", "year_start": 2023, "year_end": null, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
190
+ {"case_id": "191", "name": "Right to Strike under ILO Convention No. 87", "year_start": 2023, "year_end": 2026, "icj_documents": {"decision": 2, "pleadings": 44, "oral": 5, "other": 6}}
191
+ {"case_id": "192", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide in the Gaza Strip (South Africa v. Israel)", "year_start": 2024, "year_end": null, "icj_documents": {"decision": 7, "pleadings": 30, "oral": 4, "other": 0}}
192
+ {"case_id": "193", "name": "Alleged Breaches of Certain International Obligations in respect of the Occupied Palestinian Territory (Nicaragua v. Germany)", "year_start": 2024, "year_end": null, "icj_documents": {"decision": 3, "pleadings": 1, "oral": 2, "other": 0}}
193
+ {"case_id": "194", "name": "Embassy of Mexico in Quito (Mexico v. Ecuador)", "year_start": 2024, "year_end": null, "icj_documents": {"decision": 3, "pleadings": 1, "oral": 2, "other": 0}}
194
+ {"case_id": "195", "name": "Glas Espinel (Ecuador v. Mexico)", "year_start": 2024, "year_end": null, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
195
+ {"case_id": "196", "name": "Obligations of Israel in relation to the Presence and Activities of the United Nations, Other International Organizations and Third States in and in relation to the Occupied Palestinian Territory", "year_start": 2024, "year_end": 2025, "icj_documents": {"decision": 2, "pleadings": 66, "oral": 10, "other": 9}}
196
+ {"case_id": "197", "name": "Application of the Convention on the Prevention and Punishment of the Crime of Genocide in Sudan (Sudan v. United Arab Emirates)", "year_start": 2025, "year_end": 2025, "icj_documents": {"decision": 1, "pleadings": 6, "oral": 2, "other": 0}}
197
+ {"case_id": "198", "name": "Appeal relating to the Jurisdiction of the ICAO Council under Article 84 of the Convention on International Civil Aviation (Islamic Republic of Iran v. Canada, Sweden, Ukraine and United Kingdom)", "year_start": 2025, "year_end": null, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
198
+ {"case_id": "199", "name": "Kohler and Paris (France v. Islamic Republic of Iran)", "year_start": 2025, "year_end": 2025, "icj_documents": {"decision": 2, "pleadings": 1, "oral": 0, "other": 0}}
199
+ {"case_id": "200", "name": "Alleged Smuggling of Migrants (Lithuania v. Belarus)", "year_start": 2025, "year_end": null, "icj_documents": {"decision": 1, "pleadings": 2, "oral": 0, "other": 0}}
dataset_layered/chunks.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937515ec1e86769ba3877100107e5ca52a9539db0c80bffc51a46c995b089b4b
3
+ size 1233852204
dataset_layered/documents.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dataset_layered/embed_notes.jsonl ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"chunk_id": "078-19930120-ora-01-00-bic:57", "row": 90373, "fix": "space_prefix"}
2
+ {"chunk_id": "083-19930630-ora-01-00-bi:90", "row": 94316, "fix": "space_prefix"}
3
+ {"chunk_id": "083-19930629-ora-01-01-bi:27", "row": 94188, "fix": "space_prefix"}
4
+ {"chunk_id": "083-19930706-ora-01-01-bi:53", "row": 94958, "fix": "space_prefix"}
5
+ {"chunk_id": "083-19930712-ora-01-01-bi:7", "row": 95483, "fix": "space_prefix"}
6
+ {"chunk_id": "083-19930708-ora-01-01-bi:59", "row": 95344, "fix": "space_prefix"}
7
+ {"chunk_id": "087-19940302-ora-01-01-bi:21", "row": 99571, "fix": "space_prefix"}
8
+ {"chunk_id": "090-20030218-ora-01-00-bi:102", "row": 109056, "fix": "space_prefix"}
9
+ {"chunk_id": "091-19930825-ora-01-01-bi:23", "row": 112740, "fix": "space_prefix"}
10
+ {"chunk_id": "092-10921:502", "row": 95298, "fix": "space_prefix"}
11
+ {"chunk_id": "092-10949:150", "row": 101085, "fix": "space_prefix"}
12
+ {"chunk_id": "093-19951109-ora-01-00-bi:61", "row": 129471, "fix": "space_prefix"}
13
+ {"chunk_id": "095-19951109-ora-01-00-bi:61", "row": 139074, "fix": "space_prefix"}
14
+ {"chunk_id": "104-20001113-ora-02-01-bi:119", "row": 149384, "fix": "space_prefix"}
15
+ {"chunk_id": "118-20140314-ora-01-01-bi:142", "row": 173781, "fix": "space_prefix"}
16
+ {"chunk_id": "118-18172:230", "row": 140421, "fix": "space_prefix"}
17
+ {"chunk_id": "129-20030428-ora-02-01-bi:13", "row": 194083, "fix": "space_prefix"}
18
+ {"chunk_id": "130-20071120-ora-01-01-bi:110", "row": 197141, "fix": "space_prefix"}
19
+ {"chunk_id": "131-20040223-ora-02-00-bi:69", "row": 198006, "fix": "space_prefix"}
20
+ {"chunk_id": "135-10779:822", "row": 173088, "fix": "space_prefix"}
21
+ {"chunk_id": "136-20080128-ora-01-01-bi:109", "row": 210763, "fix": "space_prefix"}
22
+ {"chunk_id": "138-17566:480", "row": 191101, "fix": "space_prefix"}
23
+ {"chunk_id": "141-20091201-ora-02-01-bi:2", "row": 216717, "fix": "space_prefix"}
24
+ {"chunk_id": "141-15618:115", "row": 196144, "fix": "space_prefix"}
25
+ {"chunk_id": "141-15708:150", "row": 199096, "fix": "space_prefix"}
26
+ {"chunk_id": "142-16360:222", "row": 201329, "fix": "space_prefix"}
27
+ {"chunk_id": "152-18534:227", "row": 216705, "fix": "space_prefix"}
28
+ {"chunk_id": "153-20150506-ora-01-01-bi:50", "row": 241102, "fix": "space_prefix"}
29
+ {"chunk_id": "160-20160309-ora-01-01-bi:62", "row": 251351, "fix": "space_prefix"}
30
+ {"chunk_id": "161-20160920-ora-01-01-bi:32", "row": 252465, "fix": "space_prefix"}
31
+ {"chunk_id": "164-20181011-ora-01-00-bi:55", "row": 256790, "fix": "space_prefix"}
32
+ {"chunk_id": "164-20191014-wri-01-05-en:510", "row": 252260, "fix": "space_prefix"}
33
+ {"chunk_id": "186-20230725-wri-03-00-en:107", "row": 420428, "fix": "space_prefix"}
34
+ {"chunk_id": "187-20240315-wri-03-00-en:36", "row": 449248, "fix": "space_prefix"}
35
+ {"chunk_id": "187-20240322-wri-13-00-en:40", "row": 468497, "fix": "space_prefix"}
36
+ {"chunk_id": "187-20240322-wri-19-00-en:67", "row": 506566, "fix": "space_prefix"}
37
+ {"chunk_id": "187-20240815-wri-10-03-en:2243", "row": 520227, "fix": "space_prefix"}
38
+ {"chunk_id": "196-20250303-wri-02-00-en:31", "row": 670474, "fix": "space_prefix"}
39
+ {"chunk_id": "196-20250502-ora-02-00-bi:109", "row": 289290, "fix": "space_prefix"}
dataset_layered/embeddings_decision.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35239292737ce12b56ee641085c2f95cca2a73658b844a6ce85ed7287fff1e5
3
+ size 994820224
dataset_layered/embeddings_oral.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:372fc83993d3caafa441560b8ed375e044d4742c3af3e9a800a275f9f12836cd
3
+ size 2389352576
dataset_layered/embeddings_pleadings.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27c7cdf7ae643510e61059ba5b26e65e228a44959653e61a6da18062aa2fa1c6
3
+ size 5590753408
dataset_layered/manifest.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cases": 199,
3
+ "provisions": 356,
4
+ "embedding_dim": 4096,
5
+ "embedding_dtype": "float16",
6
+ "layers": {
7
+ "decision": {
8
+ "documents": 2407,
9
+ "chunks": 121438,
10
+ "embeddings": "embeddings_decision.npy",
11
+ "alignment": "embeddings_decision.npy row i == the i-th layer=decision chunk in chunks.jsonl (file order)"
12
+ },
13
+ "pleadings": {
14
+ "documents": 2114,
15
+ "chunks": 682465,
16
+ "embeddings": "embeddings_pleadings.npy",
17
+ "alignment": "embeddings_pleadings.npy row i == the i-th layer=pleadings chunk in chunks.jsonl (file order)"
18
+ },
19
+ "oral": {
20
+ "documents": 1875,
21
+ "chunks": 291669,
22
+ "embeddings": "embeddings_oral.npy",
23
+ "alignment": "embeddings_oral.npy row i == the i-th layer=oral chunk in chunks.jsonl (file order)"
24
+ }
25
+ },
26
+ "files": [
27
+ "cases.jsonl",
28
+ "provisions.jsonl",
29
+ "documents.jsonl",
30
+ "chunks.jsonl",
31
+ "embeddings_decision.npy",
32
+ "embeddings_pleadings.npy",
33
+ "embeddings_oral.npy",
34
+ "embed_notes.jsonl"
35
+ ],
36
+ "note": "Filter by the `layer` column to spin decision-only or decision+pleadings+oral. All three layers now carry Qwen3-Embedding-8B vectors (4096-dim, L2-normalized, float16), one .npy per layer, each row-aligned to that layer's chunks in file order. Chunks are cut on the document's own unit -- `para` holds the pleading paragraph number, or the speaker for zone=turn oral chunks; it is empty where the source is too degraded to detect one. 39 chunks whose text began with a token the embedding endpoint returns as NaN were embedded with a leading space (same words, different first-token boundary); see embed_notes.jsonl.",
37
+ "embedding_model": "Qwen3-Embedding-8B",
38
+ "embedding_normalized": true
39
+ }
dataset_layered/provisions.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dumps/icj-decisions.dump ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c379e30572fc9b94e9942537eca58efcd840b57cb503c6e0e28e7dd4c98a04
3
+ size 4218635712
dumps/icj-full.dump ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d18573b757d5e1ea818a008d274429787ec69d8aeb4e0862cfefffb77a0bf3
3
+ size 13663564137
notebooks/dataset_demo.ipynb ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "id": "58b64c6e",
6
+ "metadata": {},
7
+ "source": [
8
+ "# ICJ Citation Graph: load, inspect, join, search\n",
9
+ "\n",
10
+ "A guided tour of the portable files in the [Madeleinex/chicken-graph](https://huggingface.co/datasets/Madeleinex/chicken-graph) dataset. No Neo4j needed: everything here runs on the JSONL tables plus the precomputed embedding matrix.\n",
11
+ "\n",
12
+ "```bash\n",
13
+ "pip install huggingface_hub pandas numpy\n",
14
+ "```"
15
+ ]
16
+ },
17
+ {
18
+ "cell_type": "code",
19
+ "execution_count": null,
20
+ "id": "2b8d12af",
21
+ "metadata": {
22
+ "execution": {
23
+ "iopub.execute_input": "2026-07-14T08:22:09.563520Z",
24
+ "iopub.status.busy": "2026-07-14T08:22:09.563245Z",
25
+ "iopub.status.idle": "2026-07-14T08:22:09.839344Z",
26
+ "shell.execute_reply": "2026-07-14T08:22:09.838874Z"
27
+ }
28
+ },
29
+ "outputs": [],
30
+ "source": [
31
+ "import os\n",
32
+ "os.environ.setdefault(\"HF_HUB_DISABLE_PROGRESS_BARS\", \"1\")\n",
33
+ "\n",
34
+ "import json\n",
35
+ "import numpy as np\n",
36
+ "import pandas as pd\n",
37
+ "from huggingface_hub import hf_hub_download\n",
38
+ "\n",
39
+ "REPO = \"Madeleinex/chicken-graph\"\n",
40
+ "\n",
41
+ "def grab(name):\n",
42
+ " # download once, then read from the local HF cache on re-runs\n",
43
+ " return hf_hub_download(REPO, f\"dataset/{name}\", repo_type=\"dataset\")\n"
44
+ ]
45
+ },
46
+ {
47
+ "cell_type": "markdown",
48
+ "id": "b50722e4",
49
+ "metadata": {},
50
+ "source": [
51
+ "## 1. Load the three tables\n",
52
+ "\n",
53
+ "`cases` (one row per case), `documents` (one row per court document), `chunks` (one row per searchable passage). They nest: a case has many documents, a document has many chunks."
54
+ ]
55
+ },
56
+ {
57
+ "cell_type": "code",
58
+ "execution_count": null,
59
+ "id": "3d45a71a",
60
+ "metadata": {
61
+ "execution": {
62
+ "iopub.execute_input": "2026-07-14T08:22:09.840403Z",
63
+ "iopub.status.busy": "2026-07-14T08:22:09.840279Z",
64
+ "iopub.status.idle": "2026-07-14T08:22:11.685881Z",
65
+ "shell.execute_reply": "2026-07-14T08:22:11.684817Z"
66
+ }
67
+ },
68
+ "outputs": [],
69
+ "source": [
70
+ "# case_id is a zero-padded string (\"001\"); force it so pandas does not read\n",
71
+ "# it as int and drop the leading zeros, which would break the joins below.\n",
72
+ "cases = pd.read_json(grab(\"cases.jsonl\"), lines=True, dtype={\"case_id\": \"string\"})\n",
73
+ "docs = pd.read_json(grab(\"documents.jsonl\"), lines=True, dtype={\"case_id\": \"string\"})\n",
74
+ "chunks = pd.read_json(grab(\"chunks.jsonl\"), lines=True)\n",
75
+ "\n",
76
+ "print(\"cases \", cases.shape)\n",
77
+ "print(\"documents\", docs.shape)\n",
78
+ "print(\"chunks \", chunks.shape)"
79
+ ]
80
+ },
81
+ {
82
+ "cell_type": "code",
83
+ "execution_count": null,
84
+ "id": "e654247c",
85
+ "metadata": {
86
+ "execution": {
87
+ "iopub.execute_input": "2026-07-14T08:22:11.689817Z",
88
+ "iopub.status.busy": "2026-07-14T08:22:11.689642Z",
89
+ "iopub.status.idle": "2026-07-14T08:22:11.698977Z",
90
+ "shell.execute_reply": "2026-07-14T08:22:11.698525Z"
91
+ }
92
+ },
93
+ "outputs": [],
94
+ "source": [
95
+ "cases.head(3)"
96
+ ]
97
+ },
98
+ {
99
+ "cell_type": "code",
100
+ "execution_count": null,
101
+ "id": "57624e5f",
102
+ "metadata": {
103
+ "execution": {
104
+ "iopub.execute_input": "2026-07-14T08:22:11.700000Z",
105
+ "iopub.status.busy": "2026-07-14T08:22:11.699910Z",
106
+ "iopub.status.idle": "2026-07-14T08:22:11.704365Z",
107
+ "shell.execute_reply": "2026-07-14T08:22:11.704040Z"
108
+ }
109
+ },
110
+ "outputs": [],
111
+ "source": [
112
+ "docs[[\"id\", \"case_id\", \"document_type\", \"lang\", \"cited_cases\", \"cited_provisions\"]].head(3)"
113
+ ]
114
+ },
115
+ {
116
+ "cell_type": "markdown",
117
+ "id": "74d0738d",
118
+ "metadata": {},
119
+ "source": [
120
+ "## 2. Inspect\n",
121
+ "\n",
122
+ "What kinds of documents are in here, and how many actually carry citations."
123
+ ]
124
+ },
125
+ {
126
+ "cell_type": "code",
127
+ "execution_count": null,
128
+ "id": "b0f322fe",
129
+ "metadata": {
130
+ "execution": {
131
+ "iopub.execute_input": "2026-07-14T08:22:11.705381Z",
132
+ "iopub.status.busy": "2026-07-14T08:22:11.705308Z",
133
+ "iopub.status.idle": "2026-07-14T08:22:11.709335Z",
134
+ "shell.execute_reply": "2026-07-14T08:22:11.709007Z"
135
+ }
136
+ },
137
+ "outputs": [],
138
+ "source": [
139
+ "print(docs[\"document_type\"].value_counts().to_string())\n",
140
+ "print()\n",
141
+ "n = len(docs)\n",
142
+ "print(f\"cite >= 1 case: {(docs['cited_cases'].str.len() > 0).sum()} / {n}\")\n",
143
+ "print(f\"cite >= 1 provision: {(docs['cited_provisions'].str.len() > 0).sum()} / {n}\")"
144
+ ]
145
+ },
146
+ {
147
+ "cell_type": "markdown",
148
+ "id": "d5174e1e",
149
+ "metadata": {},
150
+ "source": [
151
+ "## 3. Resolve case ids to names\n",
152
+ "\n",
153
+ "`documents` only carries a `case_id` string. Join it to `cases` to get the case name and the years it ran."
154
+ ]
155
+ },
156
+ {
157
+ "cell_type": "code",
158
+ "execution_count": null,
159
+ "id": "c97ab327",
160
+ "metadata": {
161
+ "execution": {
162
+ "iopub.execute_input": "2026-07-14T08:22:11.710478Z",
163
+ "iopub.status.busy": "2026-07-14T08:22:11.710394Z",
164
+ "iopub.status.idle": "2026-07-14T08:22:11.715321Z",
165
+ "shell.execute_reply": "2026-07-14T08:22:11.714972Z"
166
+ }
167
+ },
168
+ "outputs": [],
169
+ "source": [
170
+ "named = docs.merge(cases, on=\"case_id\", how=\"left\")\n",
171
+ "named[[\"id\", \"case_id\", \"name\", \"year_start\", \"year_end\"]].head(3)"
172
+ ]
173
+ },
174
+ {
175
+ "cell_type": "markdown",
176
+ "id": "8f9e2939",
177
+ "metadata": {},
178
+ "source": [
179
+ "The ten most-cited cases in ICJ history: explode the `cited_cases` lists, count, and look up each name."
180
+ ]
181
+ },
182
+ {
183
+ "cell_type": "code",
184
+ "execution_count": null,
185
+ "id": "8aa09db9",
186
+ "metadata": {
187
+ "execution": {
188
+ "iopub.execute_input": "2026-07-14T08:22:11.716342Z",
189
+ "iopub.status.busy": "2026-07-14T08:22:11.716267Z",
190
+ "iopub.status.idle": "2026-07-14T08:22:11.721732Z",
191
+ "shell.execute_reply": "2026-07-14T08:22:11.721367Z"
192
+ }
193
+ },
194
+ "outputs": [],
195
+ "source": [
196
+ "counts = (\n",
197
+ " docs[\"cited_cases\"].explode().dropna()\n",
198
+ " .value_counts().rename_axis(\"case_id\").reset_index(name=\"times_cited\")\n",
199
+ ")\n",
200
+ "counts.merge(cases[[\"case_id\", \"name\"]], on=\"case_id\").head(10)"
201
+ ]
202
+ },
203
+ {
204
+ "cell_type": "markdown",
205
+ "id": "d200d45c",
206
+ "metadata": {},
207
+ "source": [
208
+ "## 4. Reconstruct a document from its chunks\n",
209
+ "\n",
210
+ "Chunks are the court's own numbered paragraphs (plus structural blocks like the bench and the dispositif). Sort a document's chunks by `seq` and join to read the full body."
211
+ ]
212
+ },
213
+ {
214
+ "cell_type": "code",
215
+ "execution_count": null,
216
+ "id": "b611adee",
217
+ "metadata": {
218
+ "execution": {
219
+ "iopub.execute_input": "2026-07-14T08:22:11.722781Z",
220
+ "iopub.status.busy": "2026-07-14T08:22:11.722709Z",
221
+ "iopub.status.idle": "2026-07-14T08:22:11.732569Z",
222
+ "shell.execute_reply": "2026-07-14T08:22:11.732266Z"
223
+ }
224
+ },
225
+ "outputs": [],
226
+ "source": [
227
+ "doc_id = \"166-20240131-jud-01-00-en\" # Ukraine v. Russia, 2024 judgment\n",
228
+ "one = chunks[chunks[\"document_id\"] == doc_id].sort_values(\"seq\")\n",
229
+ "text = \"\\n\".join(one[\"text\"])\n",
230
+ "print(f\"{len(one)} chunks, {len(text):,} chars\")\n",
231
+ "print(\"zones:\", sorted(one['zone'].unique()))\n",
232
+ "print()\n",
233
+ "print(text[:500])"
234
+ ]
235
+ },
236
+ {
237
+ "cell_type": "markdown",
238
+ "id": "6edbae1d",
239
+ "metadata": {},
240
+ "source": [
241
+ "## 5. Semantic search with the precomputed embeddings\n",
242
+ "\n",
243
+ "`embeddings.npy` is a `float16` matrix, one row per chunk, **row-aligned to `chunks.jsonl`**. Vectors are already L2-normalized, so cosine similarity is just a dot product. Here we use one chunk as the query to find its nearest neighbors, which needs no API key.\n",
244
+ "\n",
245
+ "To search with your own text, embed the query with `Qwen3-Embedding-8B` at 4096 dimensions and unit-normalize it, then do the same dot product.\n",
246
+ "\n",
247
+ "_The embedding matrix is 950 MB; the next cell downloads it once._"
248
+ ]
249
+ },
250
+ {
251
+ "cell_type": "code",
252
+ "execution_count": null,
253
+ "id": "6ed6721e",
254
+ "metadata": {
255
+ "execution": {
256
+ "iopub.execute_input": "2026-07-14T08:22:11.733621Z",
257
+ "iopub.status.busy": "2026-07-14T08:22:11.733549Z",
258
+ "iopub.status.idle": "2026-07-14T08:22:12.092475Z",
259
+ "shell.execute_reply": "2026-07-14T08:22:12.092009Z"
260
+ }
261
+ },
262
+ "outputs": [],
263
+ "source": [
264
+ "emb = np.load(grab(\"embeddings.npy\"), mmap_mode=\"r\")\n",
265
+ "print(\"embeddings:\", emb.shape, emb.dtype)\n",
266
+ "assert emb.shape[0] == len(chunks), \"row alignment broken\"\n",
267
+ "\n",
268
+ "qi = chunks.index[(chunks[\"zone\"] == \"body\") & (chunks[\"text\"].str.len() > 300)][0]\n",
269
+ "q = np.asarray(emb[qi], dtype=np.float32)\n",
270
+ "print(\"\\nQUERY chunk:\", chunks.loc[qi, \"id\"])\n",
271
+ "print(chunks.loc[qi, \"text\"][:200])"
272
+ ]
273
+ },
274
+ {
275
+ "cell_type": "code",
276
+ "execution_count": null,
277
+ "id": "eeffa5a9",
278
+ "metadata": {
279
+ "execution": {
280
+ "iopub.execute_input": "2026-07-14T08:22:12.093644Z",
281
+ "iopub.status.busy": "2026-07-14T08:22:12.093556Z",
282
+ "iopub.status.idle": "2026-07-14T08:22:13.499554Z",
283
+ "shell.execute_reply": "2026-07-14T08:22:13.499117Z"
284
+ }
285
+ },
286
+ "outputs": [],
287
+ "source": [
288
+ "scores = emb @ q\n",
289
+ "top = np.argsort(-scores)[:6]\n",
290
+ "\n",
291
+ "id2case = dict(zip(cases[\"case_id\"], cases[\"name\"]))\n",
292
+ "doc2case = dict(zip(docs[\"id\"], docs[\"case_id\"]))\n",
293
+ "for i in top:\n",
294
+ " ch = chunks.loc[i]\n",
295
+ " case = id2case.get(doc2case.get(ch[\"document_id\"]), \"?\")\n",
296
+ " tag = \" <- query\" if i == qi else \"\"\n",
297
+ " print(f\"{scores[i]:.3f} {case[:55]}{tag}\")\n",
298
+ " print(f\" {ch['text'][:95].strip()}\")"
299
+ ]
300
+ },
301
+ {
302
+ "cell_type": "markdown",
303
+ "id": "5d82f161",
304
+ "metadata": {},
305
+ "source": [
306
+ "## Beyond the tables: the full graph\n",
307
+ "\n",
308
+ "These files cover text, metadata, citations, and vectors. The relationship structure (which judges sat, applicant/respondent countries, provision-to-instrument links, the citation network as traversable edges) lives in the `dumps/` graph dumps (`icj-decisions.dump`, `icj-full.dump`): restore one into Neo4j 5.26 and query with Cypher. See the dataset card for the one-line Docker restore."
309
+ ]
310
+ }
311
+ ],
312
+ "metadata": {
313
+ "kernelspec": {
314
+ "display_name": "Python 3",
315
+ "language": "python",
316
+ "name": "python3"
317
+ },
318
+ "language_info": {
319
+ "codemirror_mode": {
320
+ "name": "ipython",
321
+ "version": 3
322
+ },
323
+ "file_extension": ".py",
324
+ "mimetype": "text/x-python",
325
+ "name": "python",
326
+ "nbconvert_exporter": "python",
327
+ "pygments_lexer": "ipython3",
328
+ "version": "3.13.12"
329
+ }
330
+ },
331
+ "nbformat": 4,
332
+ "nbformat_minor": 5
333
+ }
parquet/cases.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b0f81795e79e8a0e7f4f92a884ca3cfd2342d6d4009fb1e77c0102891767012
3
+ size 10763
parquet/chunks-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005f4e59877b1351d9cfd654cb66408e134091c33b98376be1aadd8e71138a7d
3
+ size 1184809437
parquet/chunks-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd96a4b8a30cddaf3017538331650163e9116968cc30b791ca86bf44ebdd3a32
3
+ size 1210756124
parquet/chunks-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aea8bdb554043bf0b8893301f7e88c73ed066ca9b40ed5406a7ed7e1c4891127
3
+ size 1210540197
parquet/chunks-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86ab0e31906b29386ee6c6fdec1898ee054ea84c231c79abe4a61ba976f76c6
3
+ size 1208443818
parquet/chunks-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0752fb2164f0e58aa879044a0eb00b66334103dcfc9989b07e45f0ae0d7750d9
3
+ size 1200965751
parquet/chunks-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a64bfdd3c92681d0acd6b38af5ef55740515203d64bdd63107b0766d4721849
3
+ size 1200153290
parquet/chunks-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36476ca35fe5598c10c1feb5a16404c11f5b9d7e0416012dc3959bc5506ae2bf
3
+ size 1196227972
parquet/chunks-007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ca5b45a9a0a9056e3cb5acf0cd66f7442370a47ddb345467c18eb95655c2d95
3
+ size 365610479
parquet/documents.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df8fb4b8d010061888f293b6b5afefb627b55d062a62ca2571504718e3e0a472
3
+ size 182264
parquet/provisions.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eaa2ad9f8ac312c238317002ce1f67000f4ae2848ab8e0375ae559a202addca
3
+ size 58302