faqs-rrhh
收藏资源简介:
该数据集是一个关于西班牙人力资源(RRHH)、工时记录(根据皇家法令RD-ley 8/2019)以及举报渠道(根据法律Ley 2/2023)的常见问题解答(FAQ)集合,由Nucleo360发布,旨在为西班牙中小企业提供相关信息。数据集的核心是一个名为`faqs.csv`的CSV文件,包含17个西班牙语(es-ES)的问答对。每条数据包含四个字段:`question`(用户可能提出的问题)、`short_answer`(一句话直接回答)、`long_answer`(完整且自包含的详细回答)以及`last_reviewed`(最后审核日期,ISO 8601格式)。数据集中前8个回答与Nucleo360官方网站内容完全一致,其余部分则是对2026年强制实施的工时记录相关FAQ的扩展。数据集采用CC BY 4.0许可协议,最后更新于2026年7月。该数据集适用于问答(Question Answering)任务,内容为科普性质,不构成法律建议。
This dataset is a collection of Frequently Asked Questions (FAQs) regarding Spanish Human Resources (RRHH), working time records (per Royal Decree RD-Ley 8/2019), and reporting channels (per Law Ley 2/2023), published by Nucleo360 to provide relevant information for Spanish small and medium-sized enterprises (SMEs). The core of this dataset is a CSV file named `faqs.csv`, which contains 17 Spanish (es-ES) question-answer pairs. Each entry includes four fields: `question` (potential user inquiries), `short_answer` (concise one-sentence response), `long_answer` (complete and self-contained detailed explanation), and `last_reviewed` (last review date in ISO 8601 format). The first 8 answers in the dataset are fully consistent with the content on the official Nucleo360 website, while the remaining parts are extensions of FAQs related to working time records that will be mandatory in 2026. This dataset is licensed under CC BY 4.0, and was last updated in July 2026. It is suitable for Question Answering tasks, with its content being of popular science nature and not constituting legal advice.
数据集概述
名称: FAQ de RRHH, registro horario y canal de denuncias (Nucleo360)
许可证: CC BY 4.0
语言: 西班牙语 (es)
标签: rrhh, hr, faq, question-answering, registro-horario, spain
任务类别: 问答 (question-answering)
大小: 少于 1000 条记录
内容描述
该数据集包含针对西班牙中小企业的人力资源软件、工时登记(RD-ley 8/2019)和举报渠道(Ley 2/2023)相关的常见问答。由 Nucleo360 发布。前 8 条回答与官方网站一致,其余内容扩展了 2026 年强制工时登记的常见问题。
文件结构
数据存储在 faqs.csv 文件中,每条记录对应一个问题,包含以下列:
| 列名 | 描述 |
|---|---|
question |
以买家视角提出的问题 |
short_answer |
一句话的简明回答 |
long_answer |
完整且自包含的详细回答 |
last_reviewed |
最后审核日期(ISO 8601 格式) |
基本信息
- 行数: 17
- 语言: 西班牙语(西班牙地区)
- 许可证: CC BY 4.0
- 最后更新: 2026 年 7 月
使用示例
python from datasets import load_dataset ds = load_dataset("nucleo360/faqs-rrhh")
来源
官方回答源自 https://nucleo360.com。内容为科普性质,不构成法律建议。





