You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Dataset Card for tw-labor

本資料集收錄中華民國「不當勞動行為裁決決定書」公開要旨/全文之繁體中文文本,可作為勞動法/不當勞動行為(unfair labor practice)相關 NLP 任務之語料來源。

Dataset Details

Dataset Description

資料以「裁決決定書」為一筆樣本,包含原始檔案路徑(src)與裁決全文(text)。內容涵蓋申請人、相對人、代理人、爭議事實、法律理由、主文等,是研究臺灣勞資爭議制度的重要文本素材。

可用於:

  • 勞動法/工會法相關之繁中模型訓練。
  • 衍生勞動法 chatbot、爭議分類、要旨摘要等下游任務。
  • Curated by: Huang Liang Hsun
  • Language(s) (NLP): Traditional Chinese
  • License: MIT

Dataset Sources

Uses

Direct Use

  • 補強繁中模型對勞動法、工會法、不當勞動行為制度的知識覆蓋。
  • 衍生勞動爭議要旨摘要、法律問答、爭議分類等任務的資料。
  • 作為法律 RAG 系統的勞動法知識來源。

Out-of-Scope Use

  • 不得作為法律意見來源:實際勞資爭議請尋求律師或工會諮詢。
  • 不應對裁決中所提及的個人或事業單位做不正當的二次傳播。

Dataset Structure

{
  "src": "/.../關係司-1/107-48:裁決決定書(要旨公告版).md",
  "text": "(不當勞動行為裁決決定書全文樣本)..."
}

欄位說明:

  • src:原始檔案路徑,便於回溯該裁決之公告版本。
  • text:裁決決定書全文(含當事人、事實、理由、主文)。

Dataset Creation

Curation Rationale

不當勞動行為裁決是臺灣處理工會與雇主爭議的關鍵制度,具有大量公開、結構化的決定書文本。本資料集將其整合為易於訓練的格式,補強模型在勞動法領域的覆蓋。

Source Data

Data Collection and Processing

  1. 從中華民國不當勞動行為裁決委員會公開資料取得裁決決定書。
  2. 解析為 Markdown/純文字。
  3. 整合 srctext 兩欄位輸出 JSONL。

Who are the source data producers?

原始裁決決定書由不當勞動行為裁決委員會作成並公開。

Annotations

Annotation process

無人工標註。

Who are the annotators?

無人工標註者。

Personal and Sensitive Information

裁決決定書中含有當事人姓名、公司名稱、地址等公開法律文書資訊;公告版本對部分個人姓名以「○○」遮罩,本資料集保留原始遮罩格式。

Bias, Risks, and Limitations

  • 雖屬公開資訊,但裁決提及的爭議涉及具體當事人;下游使用應避免單獨抽取個人資訊作不正當用途。
  • 裁決反映個案事實,不能直接推論至類似案件。

Recommendations

  • 訓練前可考慮對當事人姓名/公司名做進一步遮罩,以符合內部 PII 政策。
  • 下游若用於勞動法 chatbot,應加註「非法律意見」與「請洽勞工局/律師」之免責資訊。

Citation

@misc{tw_labor,
  title        = {tw-labor: Taiwan Unfair Labor Practice Arbitration Decisions Corpus},
  author       = {Huang, Liang Hsun},
  year         = {2025},
  howpublished = {\url{https://huggingface.co/datasets/lianghsun/tw-labor}}
}

Dataset Card Authors

Huang Liang Hsun

Dataset Card Contact

Huang Liang Hsun

Downloads last month
21