icj-citation-graph
收藏资源简介:
ICJ Citation Graph 是一个包含国际法院(ICJ)所有公开裁决的图数据集。数据集涵盖从1947年(科孚海峡案)到2026年国际法院200个案件中的199个案件,共包含2,407份法律文件。每份文件均被解析为结构化文本,并分割为121,438个可搜索的文本段落,每个段落均附有使用gemini-embedding-001模型预计算的1536维嵌入向量。数据集构建了完整的引用网络,记录了文件之间、文件与案件之间、文件与法律条款(包括《联合国宪章》、《国际法院规约》、《法院规则》和《实践指南》)之间的引用关系,以及法官和当事国信息。数据集以多种形式提供:可直接使用的Neo4j图数据库(包含仅裁决版和包含所有诉状及口头记录的完整版),以及便于处理的便携式JSONL文件(包含cases, provisions, documents, chunks等配置文件)。此外,数据集还提供了分层扩展,增加了当事方提交的书面诉状(如memorials, applications等)和口头审理记录,共计3,989份额外文件,使数据总量覆盖国际法院官网公布的全部公开内容。该数据集适用于法律信息检索、司法先例分析、引用网络研究、知识图谱构建、语义搜索以及国际法自然语言处理等任务。数据来源于CD-ICJ历史语料库(1947-2023年)和国际法院官网近期裁决(2023-2026年),采用CC0 1.0许可证发布。
ICJ Citation Graph is a graph dataset containing all public judgments of the International Court of Justice (ICJ). The dataset covers 199 out of 200 cases from the ICJ, spanning from 1947 (Corfu Channel case) to 2026, and includes 2,407 legal documents. Each document is parsed into structured text and segmented into 121,438 searchable text chunks, each accompanied by a pre-computed 1536-dimensional embedding vector using the gemini-embedding-001 model. The dataset constructs a complete citation network, recording citation relationships between documents, documents and cases, documents and legal provisions (such as the UN Charter, ICJ Statute, Court Rules, and Practice Directions), as well as information on judges and parties. The dataset is provided in multiple formats: a ready-to-use Neo4j graph database (including a judgments-only version and a full version with all pleadings and oral records), and portable JSONL files for easy processing (with configuration files for cases, provisions, documents, chunks, etc.). Additionally, the dataset includes a layered extension that adds written pleadings (e.g., memorials, applications) and oral hearing records submitted by parties, totaling 3,989 additional documents, ensuring comprehensive coverage of all publicly available content from the ICJ website. This dataset is suitable for tasks such as legal information retrieval, judicial precedent analysis, citation network research, knowledge graph construction, semantic search, and natural language processing in international law. The data is sourced from the CD-ICJ historical corpus (1947-2023) and recent judgments from the ICJ website (2023-2026), and is released under the CC0 1.0 license.
数据集概述:ICJ Citation Graph
该数据集包含了**国际法院(ICJ)**自1947年“科孚海峡案”至2026年的所有公开裁决,构建了一个完整的引用图谱。
核心规模与内容
- 案件覆盖:199个案件中的2,407份文件。
- 文本段落:121,438个可检索的文本片段,并附有预计算的嵌入向量。
- 引用关系:包含6,070条案件间的引用边和7,939条文件对条约条款的引用。
- 图层扩展:除了裁决,还包含当事人的书面诉状和口头审理记录,共计3,989份额外文件。
可用格式与版本
该数据集提供多种格式,以适应不同的使用场景:
| 格式 | 文件 | 内容层级 | 需求 |
|---|---|---|---|
| 即用图数据库 | neo4j.dump (1.7 GB) 或 dumps/icj-decisions.dump |
仅裁决 | Neo4j 5.26 |
| 即用图数据库(完整版) | dumps/icj-full.dump (2.7 GB) |
裁决 + 诉状 + 口头记录 | Neo4j 5.26 |
| 便携版(仅裁决) | dataset/ (818 MB) |
案件、条款、文件、文本片段 (JSONL + npy) | 任何编程语言,NumPy用于向量 |
| 便携版(全层级) | dataset_layered/ |
所有层级,可通过 layer 字段过滤 |
任何编程语言,NumPy用于向量 |
便携版数据结构 (dataset/)
便携版由四个JSONL文件和一个NumPy向量文件组成。
-
cases.jsonl(199行):- 提供案件的元数据,如案件ID、名称、起始年份和结束年份。
- 若
year_end字段为null,则表示案件仍在审理中。 icj_documents字段提供了ICJ官网各类型文档数量的快照。
-
provisions.jsonl(357行):- 包含被引用条约条款的详细信息。
- 涵盖《联合国宪章》、《国际法院规约》、《法院规则》和《实践指示》四个法律文书。
-
documents.jsonl(2,407行):- 该数据集的核心,每行对应一份法院文件。
- 字段包括:
id,case_id,title,document_type(如 judgment, order),lang,cited_cases(引用的案件ID列表),cited_provisions(引用的条款键值列表)。 - 部分行包含
issued_date,applicant,respondent,stage等信息。
-
chunks.jsonl(121,438行):- 将每份文件拆分为可搜索的文本段落。
- 每个段落都与其所属的父文档(通过
document_id)关联。
-
embeddings.npy:- 一个形状为
(121438, 1536)的float32矩阵。 - 第
i行对应chunks.jsonl的第i行。 - 使用
gemini-embedding-001模型生成,向量已进行L2归一化。
- 一个形状为
层级扩展(dataset_layered/)
该扩展包含了书面诉状和口头审理记录。
- 所有文件均包含
layer字段,值为decision,pleadings, 或oral。 - 裁决 (
decision) 层的文本片段已包含预计算嵌入向量 (embeddings_decision.npy)。 - 诉状 (
pleadings) 和口头 (oral) 层不包含向量,需要用户自行嵌入。
关键引用网络统计
在案件的引用网络中,被引用最多的前五案例为:
- Military and Paramilitary Activities (Nicaragua v. USA) (292次)
- Application of the Genocide Convention (Bosnia v. Serbia) (206次)
- Corfu Channel (UK v. Albania) (162次)
- Interpretation of Peace Treaties (149次)
- US Diplomatic and Consular Staff in Tehran (138次)
被引用最多的条款是《国际法院规约》第48条(案件管理,643次)和第36条(管辖权,471次)。
许可与来源
- 许可:CC0 1.0 (公共领域)。
- 来源:
- 历史语料库 (1947 - 2023年10月):来自Sean Fobbe的CD-ICJ语料库 (CC0 1.0许可),包含2,285份文件。
- 近期裁决 (2023年10月 - 2026年):直接从ICJ官网 (icj-cij.org) 抓取,包含122份文件。
已知限制
- 51份文件的
document_type为unknown,因其封面页过于模糊无法分类,但文本内容可检索。 issued_date仅存在于1,429份文件中。source_url为内部路径,不可公开访问。





