us-caselaw-in
收藏资源简介:
Indiana Case Law 是一个由 DocketRouter 项目发布的数据集,包含印第安纳州上诉法院(包括印第安纳州最高法院和印第安纳州上诉法院)的 136,110 份公开判决意见全文。这些数据来自 Free Law Project / CourtListener 于 2026-06-30 的批量导出,经过切片处理,并提供了 sha256 校验和以确保完整性。数据集保留了所有真实记录,包括调卷令拒绝、一行命令和判决条目等短文本,以呈现完整的公共记录。文档长度分布如下:78.7% 的文档超过 2,000 字符,14.1% 介于 200-1,999 字符,7.2% 少于 200 字符。数据格式遵循 docketx record v1 规范,每条记录包含 14 个字段:id(唯一标识)、doc_type(文档类型)、jurisdiction(管辖权)、title(标题)、text(全文文本)、source(来源)、license(许可)、retrieved_at(检索时间)、citation(引用)、court(法院)、date(日期)、extra(额外信息,包括 CourtListener 意见/集群 ID 和意见类型)。该数据集可用于文本检索(如法律案例检索)和文本生成(如根据事实生成法律意见摘要)等任务,适合法律自然语言处理和法律研究。数据以 JSONL.GZ 格式存储,可通过 Hugging Face Datasets 库直接加载,许可为 CC0 1.0,属于公共领域,无任何注释或附加权利主张。
Indiana Case Law is a dataset released by the DocketRouter project, containing 136,110 full-text public opinion documents from the Indiana appellate courts (including the Indiana Supreme Court and the Indiana Court of Appeals). The data originates from a bulk export of Free Law Project / CourtListener on June 30, 2026, which has been sliced and provided with SHA256 checksums to ensure integrity. The dataset retains all authentic records, including short texts such as certiorari denials, one-line orders, and judgment entries, to present a complete public record. The document length distribution is as follows: 78.7% of documents exceed 2,000 characters, 14.1% are between 200-1,999 characters, and 7.2% are less than 200 characters. The data format follows the docketx record v1 specification, with each record containing 14 fields: id (unique identifier), doc_type (document type), jurisdiction, title, text (full text), source, license, retrieved_at (retrieval time), citation, court, date, extra (additional information including CourtListener opinion/cluster IDs and opinion type). This dataset can be used for text retrieval (e.g., legal case retrieval) and text generation (e.g., generating legal opinion summaries based on facts), suitable for legal natural language processing and legal research. The data is stored in JSONL.GZ format and can be directly loaded via the Hugging Face Datasets library. The license is CC0 1.0, belonging to the public domain, without any annotations or additional rights claims.
Indiana Case Law 数据集
基本信息
- 数据集地址:https://huggingface.co/datasets/docketx/us-caselaw-in
- 名称:Indiana Case Law(印第安纳州判例法)
- 许可证:CC0 1.0
- 语言:英语(en)
- 任务类别:文本检索(text-retrieval)、文本生成(text-generation)
- 数据规模:100K < n < 1M
数据内容
- 收录 136,110 份印第安纳州上诉法院判决书全文,来源于公开记录。
- 数据切片自 Free Law Project / CourtListener 于 2026-06-30 的批量导出。
- 涵盖法院(2 个法院 ID,采用显式白名单,绝不用前缀匹配):
ind、indctapp。 - 包含主判决意见和单独意见;排除少于 1 个字符的文档。
- 切片 sha256:
55d142640871536a7a4ee6e87aaf7e9ef187736ba3e8473165e135c7204aceb8(同时存在于slice.manifest.json中)。
数据构成
基于该切片的实测结果:
- 107,058 份文档(78.7%)文本长度在 2,000 字符以上。
- 19,247 份文档(14.1%)文本长度在 200–1,999 字符之间。
- 9,805 份文档(7.2%)文本长度少于 200 字符。
- 短文档为真实记录(如调卷令驳回、单行命令、判决记录),并非错误,被有意保留(min_chars = 1),以保证收录完整的公开记录而非过滤后的子集。
- 若只需实质性判决意见,可按
len(text)进行过滤。
数据格式
- 每行一条意见,遵循 docketx record v1 格式。
- 字段包含:
id、doc_type、jurisdiction、title、text、source、license、retrieved_at,以及citation、court、date、extra(CourtListener opinion/cluster id、意见类型)。 - 所有 docketx 数据集均使用统一格式。
来源与许可
- 司法判决属于政府法令,为不受版权保护的公有领域作品(Banks v. Manchester, 128 U.S. 244 (1888);Georgia v. Public.Resource.Org, 590 U.S. 255 (2020))。
- 本数据打包以 CC0 1.0 发布。
- 来源:CourtListener 批量导出(2026-06-30),Free Law Project — https://free.law。
- 本数据集重新分发公有领域的法院文本,未添加任何标注,也不主张任何权利。
加载方式
python from datasets import load_dataset ds = load_dataset("docketx/us-caselaw-in")
所属系列
属于 DocketRouter 法律语料库:https://huggingface.co/docketx
标签
legal、law、caselaw、indiana、us-law、state-law、court-opinions、public-domain、rag、retrieval、legal-nlp、legal-research





