|
--- |
|
license: apache-2.0 |
|
task_categories: |
|
- text-generation |
|
language: |
|
- zh |
|
tags: |
|
- legal |
|
pretty_name: Structured and Comprehensive Legal Provisions Dataset of Taiwan |
|
size_categories: |
|
- 10K<n<100K |
|
--- |
|
# 台灣結構化複合型法規法條內容資料集(Structured and Comprehensive Legal Provisions Dataset of Taiwan) |
|
|
|
本資料集庫含有關台灣法規法條內容的資料集,這些資料是通過中華民國全國法規資料庫 API 獲取並經過後處理整理而成。與 [lianghsun/tw-processed-laws](https://huggingface.co/datasets/lianghsun/tw-processed-laws) 不同,這個版本的資料集側重於多元化且結構化的法規法條內容,旨在讓 LLM 能夠全面性學習更接近人類學習方式的條文內容結構排版。本資料集包含了許多常見的法條排版格式。此外這版本還處理在 `.pdf` 附件內的條文內容。 |
|
|
|
## 資料集格式(預覽) |
|
|
|
資料集的內容格式**大概**如下,但**不限於以下格式**: |
|
|
|
``` |
|
{law_name} {law_status} {article_no} {article_content} |
|
``` |
|
|
|
其中: |
|
- `{law_name}` 代表法規名稱 |
|
- `{law_status}` 代表法規狀態 |
|
- `{article_no}` 代表法條編號 |
|
- `{article_content}` 代表法條內容 |
|
|
|
## 資料來源 |
|
|
|
資料來源於 [中華民國全國法規資料庫](https://law.moj.gov.tw/) 的 API。我們透過後處理來確保資料的整潔和一致性。 |
|
|
|
--- |
|
license: apache-2.0 |
|
--- |