y2lan/japan-law
收藏Hugging Face2023-07-20 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/y2lan/japan-law
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- summarization
- text-generation
- question-answering
language:
- ja
size_categories:
- 1K<n<10K
---
# Japanese Laws
This dataset comprises 8.75K law records retrieved from the official Japanese government website [e-Gov](https://elaws.e-gov.go.jp/). Each entry furnishes comprehensive details about a particular law, encapsulating its number, title, unique ID, the date it came into effect, and its complete text.
To ensure the dataset's uniqueness, deduplication was executed based on the most recent effective version as of August 1, 2023.
A typical entry in this dataset is structured as follows:
```json
{
"num": "Law Number (e.g., Reiwa 5th Year Pollution Adjustment Committee Rule No. 1)",
"title": "Title of the Law",
"id": "Unique Identifier for the Law",
"date": "Date the Law Became Effective",
"body": "Full Text of the Law"
}
```
提供机构:
y2lan
原始信息汇总
数据集概述
数据集名称
Japanese Laws
数据集内容
该数据集包含8.75K条法律记录,这些记录从日本政府官方网站e-Gov获取。每条记录提供了关于特定法律的详细信息,包括法律编号、标题、唯一ID、生效日期和完整文本。
数据集结构
每个数据集条目包含以下字段:
num: 法律编号(例如,令和5年污染调整委员会规则第1号)title: 法律标题id: 法律的唯一标识符date: 法律生效日期body: 法律的完整文本
数据集特点
- 数据集经过去重处理,基于2023年8月1日最新的有效版本进行去重。
数据集语言
日语(ja)
数据集许可
MIT许可证
数据集任务类别
- 摘要生成
- 文本生成
- 问答
数据集大小类别
1K<n<10K



