Nemotron-RL-QA-Abstention-v1
收藏资源简介:
Nemotron-RL-QA-Abstention-v1是一个用于训练大型语言模型(LLMs)在不确定时进行“弃答”的多领域强化学习与可验证奖励(RLVR)数据集。该数据集专为弃答感知的RLVR环境设计,奖励机制衡量答案的正确性和适当的弃答行为,模型被期望在知道答案时回答事实性问题,并在不知道或需要更多上下文/工具时输出`oxed{[IDK]}`以避免幻觉。数据集结合了HotpotQA、Go标准库文档、维基百科医学文章和维基百科法律文章,具体包含450个HotpotQA示例、900个Go文档问答示例、900个健康维基百科问答示例和900个法律维基百科问答示例,总计3,150个样本。数据来源于公开基准、人工收集和合成生成(使用Nemotron-3-Super-120B模型生成并经过筛选和去重),此版本不包含CRAG Finance数据。数据集以JSONL格式存储,每条记录包含主要字段如`id`(源记录标识符)、`question`(用户问题)、`answer`(目标答案用于奖励评估)、`agent_ref`(Gym代理元数据)、`responses_create_params`(原始API参数)、`messages`(包含系统指令和用户问题的两轮对话)、`tools`(工具定义,本数据集为空)、`license`(许可证元数据)、`uuid`(标准化UUID)、`metadata`(元数据对象)以及可选的`domain`和`source`(源领域元数据)。系统消息指示模型仅以`oxed{answer}`格式输出答案,或在不知道时输出`oxed{[IDK]}`。数据集适用于弃答感知的事实性问答RLVR训练、多领域问答训练(涵盖HotpotQA、软件工程、健康和法律领域),以及通过奖励可靠弃答行为来减少模型幻觉。数据集总大小为1.7MB,采用CC BY 4.0许可证,由NVIDIA Corporation创建,可用于商业或非商业用途。
Nemotron-RL-QA-Abstention-v1 is a multi-domain reinforcement learning with verifiable reward (RLVR) dataset developed for training large language models (LLMs) to abstain from answering when uncertain. This dataset is specifically designed for abstention-aware RLVR environments, where the reward mechanism evaluates both the correctness of generated answers and appropriate abstention behavior. Models are expected to respond to factual questions with correct answers when confident, and output oxed{[IDK]} when unaware of the answer or requiring additional context or tools to mitigate hallucinations. The dataset is compiled from HotpotQA, Go standard library documentation, Wikipedia medical articles, and Wikipedia legal articles, consisting of 450 HotpotQA examples, 900 Go documentation Q&A pairs, 900 health-focused Wikipedia Q&A pairs, and 900 legal-focused Wikipedia Q&A pairs, totaling 3,150 samples. The dataset's data originates from public benchmarks, manually collected materials, and synthetic content generated using the Nemotron-3-Super-120B model, followed by filtering and deduplication steps. This version excludes CRAG Finance data. The dataset is stored in JSONL format, with each record containing core fields such as `id` (source record identifier), `question` (user's query), `answer` (target answer for reward evaluation), `agent_ref` (Gym agent metadata), `responses_create_params` (original API parameters), `messages` (two-turn dialogue comprising system instructions and user questions), `tools` (tool definitions, empty for this dataset), `license` (license metadata), `uuid` (standardized UUID), `metadata` (metadata object), as well as optional fields `domain` and `source` (source domain metadata). The system message instructs the model to only output responses in the format oxed{answer}, or oxed{[IDK]} when the answer is unknown. This dataset is suitable for abstention-aware factual Q&A RLVR training, multi-domain Q&A training covering HotpotQA, software engineering, health, and legal domains, as well as reducing model hallucinations by rewarding reliable abstention behavior. The total size of the dataset is 1.7 MB. It is released under the CC BY 4.0 license, created by NVIDIA Corporation, and permits both commercial and non-commercial usage.
数据集名称: Nemotron-RL-QA-Abstention-v1
数据集所有者: NVIDIA Corporation
许可证: Creative Commons Attribution 4.0 International (CC BY 4.0)
语言: 英语 (en)
任务类别: 强化学习、问答、文本生成
标签: 弃权、问答、HotpotQA、软件工程、健康、法律、RL、RLVR、文本、合成、人工收集、自动化、Nemotron_3_Ultra
领域: 多领域问答、弃权
模态: 文本
能力构成: 弃权感知的事实性问答 [100%]
数据来源: 混合型:自动化、人工收集、合成
数据规模: <10K 条样本
关联模型发布: Nemotron Ultra
数据集创建与修改日期: 2026年4月9日
版本: Nemotron-RL-QA-Abstention-v1
数据集描述:
Nemotron-RL-QA-Abstention-v1 是一个多领域强化学习与可验证奖励(RLVR)数据集,旨在训练大语言模型在不确定时进行弃权。它适用于弃权感知的RLVR环境,其中奖励衡量答案的正确性和适当的弃权行为。模型应在其知晓答案时回答事实性问题,并在不知道答案或需要更多上下文/工具时输出 oxed{[IDK]},而不是编造答案。
预期用途:
- 在可验证奖励的强化学习(RLVR)中训练大语言模型进行弃权感知的事实性问答。
- 训练模型在自信时以
oxed{answer}格式回答。 - 训练模型在不确定时输出
oxed{[IDK]}而不是猜测。 - 跨 HotpotQA、软件工程、健康和法律的跨领域问答训练。
- 通过奖励在问题无法可靠回答时的弃权行为来减少幻觉。
数据集构成与生成:
- 问题来源:
- HotpotQA 公开基准示例
- Go 标准库文档示例
- 来自 Wikipedia 医学文章的健康问答示例
- 来自 Wikipedia 法律文章的法律问答示例
- (注:CRAG 金融数据未包含在此版本中)
- 筛选与处理:
- 收集源文档,将长文档分割成约800个token的段落。
- 每个段落传递给 Nemotron-3-Super-120B 以生成六个接地的事实性问答对。
- 生成的问答对根据答案长度、问题格式和
oxed{answer}有效性进行过滤。 - 使用3-gram Jaccard相似度(阈值为0.3)对AA-Omniscience评估集进行问题去重。
- 训练文件不包含助理回复;记录是用于在线强化学习推演的系统/用户输入。
数据字段: 数据文件为 JSONL 格式,每个记录包含以下顶级字段:
id: 源记录标识符question: 面向用户的问题answer: 用于比较和奖励评估的目标答案agent_ref: Gym 智能体参考元数据responses_create_params: 原始 Responses API 参数,包括系统/用户输入messages: 包含系统指令和用户问题的两轮对话tools: 记录的工具定义;此数据集为空license: 发布许可证元数据uuid: 标准化的记录 UUID,与id匹配metadata: 包含uuid的元数据对象domain和source: 当存在时的源领域元数据
数据量化:
| 组成部分 | 样本数 |
|---|---|
| HotpotQA | 450 |
| Go 文档问答 | 900 |
| 健康 Wikipedia 问答 | 900 |
| 法律 Wikipedia 问答 | 900 |
| 总计 | 3,150 |
| 硬盘总大小:1.7MB |
伦理考量: NVIDIA 认为可信赖的人工智能是一项共同责任,并已制定相关政策与实践以支持各种人工智能应用的开发。开发者应与其内部开发团队协作,确保此数据集满足相关行业和使用案例的要求,并解决未预见的产品滥用问题。




