HFforLegal/case-law
收藏Hugging Face2024-09-29 更新2024-07-22 收录
下载链接:
https://hf-mirror.com/datasets/HFforLegal/case-law
下载链接
链接失效反馈官方服务:
资源简介:
The Case-law数据集是一个综合性的法律判决集合,集中了来自不同国家的法律判决,并以统一的格式呈现。该数据集旨在通过提供标准化、易于访问的全球法律文档语料库,促进法律AI模型的开发。其主要目标包括集中世界各地的法律,以便于比较法律研究、开发多语言法律AI模型、进行跨司法管辖区的法律研究以及改进法律技术工具。数据集使用基于国家的分割来组织来自不同司法管辖区的法律文档,每个分割由相应国家的ISO 3166-1 alpha-2代码标识。此外,使用该数据集时需注意隐私、偏见、法律时效性和司法管辖权等伦理问题。
The Case-law Dataset is a comprehensive collection of legal decisions from various countries, centralized in a common format. This dataset aims to improve the development of legal AI models by providing a standardized, easily accessible corpus of global legal documents. The primary objective of this dataset is to centralize laws from around the world in a common format, thereby facilitating comparative legal studies, development of multilingual legal AI models, cross-jurisdictional legal research, and improvement of legal technology tools. The dataset uses country-based splits to organize legal documents from different jurisdictions, identified by the ISO 3166-1 alpha-2 code of the corresponding country. Ethical considerations such as privacy, bias, currency, and jurisdiction are also addressed.
提供机构:
HFforLegal
原始信息汇总
数据集概述
基本信息
- 名称: The case-law, centralizing legal decisions for better use
- 许可证: cc-by-4.0
- 任务类别:
- 问答
- 文本生成
- 表格问答
- 语言: 法语 (fr)
- 标签:
- 法律
- 法
- 财政
- 税收
- δεξιά
- recht
- derecho
数据集描述
- 目标:
- 集中全球法律决策于统一格式,便于比较法律研究。
- 开发多语言法律AI模型。
- 跨司法管辖区的法律研究。
- 改进法律技术工具。
数据结构
- 国家划分: 使用ISO 3166-1 alpha-2代码划分不同国家的法律文档。
- 示例:
- 法国: fr
- 美国: us
- 英国: gb
- 德国: de
- 日本: jp
- 巴西: br
- 澳大利亚: au
- 示例:
使用示例
python from datasets import load_dataset
加载整个数据集
dataset = load_dataset("HFforLegal/case-law")
访问法国的法律决策
fr_dataset = dataset[fr]
伦理考虑
- 隐私: 确保所有个人信息已正确匿名化。
- 偏见: 注意源材料和所选法律中可能存在的偏见。
- 时效性: 法律会随时间变化,确保使用最新版本。
- 司法管辖: 法律解释因司法管辖区而异,AI模型不应替代专业法律建议。
引用
BibTeX @misc{HFforLegal2024, author = {Louis Brulé Naudet}, title = {The case-law, centralizing legal decisions for better use}, year = {2024} howpublished = {url{https://huggingface.co/datasets/HFforLegal/case-law}}, }
搜集汇总
数据集介绍

背景与挑战
背景概述
The 'HFforLegal/case-law' dataset centralizes legal decisions in a standardized format, featuring documents from multiple jurisdictions with rich metadata. It supports tasks like question answering and text generation, and is designed for legal AI development and research, with a focus on French and English case law.
以上内容由遇见数据集搜集并总结生成



