EGSciQA-ptPT-V1
收藏资源简介:
EGSciaQA-ptPT-V1 是首个面向欧洲葡萄牙语(pt-PT)的、用于证据基础科学问答与推理的监督微调数据集。数据集中的每个样本包含一个系统提示、一条带有科学证据的指令,以及一个使用 <raciocinio> 和 <resposta> 标签组织的结构化目标回复。样本直接从 amalia-llm/CorEGe-PT 语料库中的真实欧洲葡萄牙语科学手稿生成,经过自动化流程筛选和格式化,确保每个样本仅出现一次。数据集总共有 17,921 条独特样本,按如下方式分割:训练集 12,571 条(train.jsonl)、验证集 1,776 条(dev.jsonl)、测试集 3,574 条(test.jsonl)以及轻量评估集 300 条(lite_eval.jsonl),其中轻量评估集是测试集的一个分布匹配子集,不计入总样本数。主要字段包括:question_id(问题标识符)、doc_id(文档标识符)、source_type(来源类型:单文档或文档簇)、question_family(问题生成家族)、groundability(可地面性:可地面、部分可地面、不可地面)、system(系统消息)、instruction(融合了问题与证据的指令)、response(监督助手目标回复)、selected_answer(选定的最终答案)、cot_sample_index(候选索引)、split(分割名称)、split_group(泄露控制分割元数据)以及 cluster_id(文档簇标识符)。该数据集适用于监督微调(SFT)或基于强化学习的对齐(RL)任务,建议使用训练集进行模型训练,验证集用于模型选择与训练诊断,轻量评估集用于快速开发评估,测试集仅用于最终保留评估。模型应训练为仅从提供的证据中回答问题,引用所使用的证据标识符,并在证据不足时明确说明。需要注意的是,该数据集样本为合成生成,尽管经过自动化验证,但仍可能保留原始手稿中的 OCR 伪影、源文档错误或不完美的推理痕迹,不应替代专家审阅。
EGSciaQA-ptPT-V1 is the first supervised fine-tuning dataset for evidence-based scientific question answering and reasoning in European Portuguese (pt-PT). Each sample in the dataset consists of a system prompt, an instruction containing scientific evidence, and a structured target response organized using <raciocinio> and <resposta> tags. The samples are directly generated from authentic European Portuguese scientific manuscripts in the amalia-llm/CorEGe-PT corpus, filtered and formatted through an automated pipeline to ensure each sample appears only once. The dataset contains a total of 17,921 unique samples, split as follows: 12,571 for training (train.jsonl), 1,776 for validation (dev.jsonl), 3,574 for testing (test.jsonl), and 300 for lightweight evaluation (lite_eval.jsonl), where the lightweight evaluation set is a distribution-matched subset of the test set and is not included in the total sample count. Key fields include: question_id (question identifier), doc_id (document identifier), source_type (source type: single document or document cluster), question_family (question generation family), groundability (groundability: groundable, partially groundable, not groundable), system (system message), instruction (instruction combining question and evidence), response (supervised assistant target response), selected_answer (selected final answer), cot_sample_index (candidate index), split (split name), split_group (leakage control split metadata), and cluster_id (document cluster identifier). The dataset is suitable for supervised fine-tuning (SFT) or reinforcement learning-based alignment (RL) tasks. It is recommended to use the training set for model training, the validation set for model selection and training diagnostics, the lightweight evaluation set for rapid development evaluation, and the test set only for final held-out evaluation. Models should be trained to answer questions solely from the provided evidence, citing the evidence identifiers used, and explicitly stating when evidence is insufficient. Note that the dataset samples are synthetically generated and, despite automated validation, may still retain OCR artifacts, source document errors, or imperfect reasoning traces from the original manuscripts and should not replace expert review.
数据集概述
EGSciQA-ptPT-V1 是一个面向欧洲葡萄牙语(pt-PT)的监督微调数据集,专注于基于科学证据的问答与推理任务。每个样本包含系统提示、带有科学证据的指令,以及使用 <raciocinio>(推理)和 <resposta>(答案)结构化的目标响应。
主要特点
- 语言:葡萄牙语(
pt) - 任务类别:文本生成、问答
- 标签:科学推理、接地生成、监督微调
- 规模:10K < n < 100K(实际总样本数 17,921)
- 数据来源:基于 amalia-llm/CorEGe-PT 语料库中的真实欧洲葡萄牙语科学手稿,由自动化流水线合成生成并筛选。
- 用途:适用于监督微调(SFT)、基于强化学习的对齐、模型选择及最终评估。
数据划分
| 划分 | 文件 | 行数 |
|---|---|---|
| 训练集 | train.jsonl |
12,571 |
| 验证集 | dev.jsonl |
1,776 |
| 测试集 | test.jsonl |
3,574 |
| 精简评估集(lite-eval) | lite_eval.jsonl |
300 |
| 总计 | 17,921 |
lite-eval是从test中抽取的、分布匹配的 300 条子集,用于快速开发评估;该子集不额外计入 17,921 条唯一样本总数。
数据字段
- 标识符:
question_id、doc_id(来源标识) - 来源类型:
source_type(single_document或document_cluster) - 问题族:
question_family - 可接地性:
groundability(groundable、partially_groundable、non_groundable) - 系统提示:
system(用于 SFT 的系统消息) - 指令:
instruction(问题与证据的增强呈现) - 目标响应:
response(监督助理目标) - 选定答案:
selected_answer(聊天格式前的最终答案) - 样本索引:
cot_sample_index - 划分元数据:
split、split_group(防泄漏控制) - 聚类标识:
cluster_id(仅存在于文档聚类样本中)
预期用途
train:用于监督微调或基于强化学习的对齐。validation:用于模型选择与训练诊断。lite-eval:用于快速开发评估。test:仅用于最终留出集评估。- 模型需基于提供的证据进行回答,引用所使用的证据标识,并在证据不足时明确说明。
局限性
- 样本由自动化流水线从真实科学文档证据中合成生成,可能保留 OCR 伪影、源文档错误或不完美的生成推理。
- 该数据集不应替代专家审查,需谨慎使用。





