agriculture-instructions-dataset
收藏资源简介:
Nepali Source-Grounded Instruction Dataset 是一个基于源文档的合成尼泊尔语指令微调数据集。该数据集由 NVIDIA NeMo Data Designer 工具从权威的尼泊尔语文档(包括农业手册和法律文本)生成,旨在为尼泊尔语的指令微调任务提供高质量、可追溯的训练数据。每条记录均采用聊天格式(messages),包含角色(user/assistant)和内容,并附有元数据(metadata)以及每条记录的质量评分(quality_scores),包括事实依据性(grounding)、正确性(correctness)和自然度(naturalness),评分范围为1-5,由LLM作为评判者自动评定。对于无法回答的问题,模型会明确给出拒绝回答。数据按源文档划分为多个分片文件(data/train-<shard>.jsonl),每次重新运行时会幂等地覆盖原有分片。本仓库仅包含通过质量门控(grounding>=4, correctness>=3, naturalness>=3)的优质训练样本,而被拒绝的样本和评判失败的样本分别存放在 companion 仓库中。该数据集适用于尼泊尔语的自然语言处理研究,特别是基于事实的问答、指令遵循和文本生成等任务。
The Nepali Source-Grounded Instruction Dataset is a synthetic Nepali instruction fine-tuning dataset grounded in source documents. It was generated using the NVIDIA NeMo Data Designer tool from authoritative Nepali language documents, including agricultural manuals and legal texts, to provide high-quality, traceable training data for instruction fine-tuning tasks in Nepali. Each record is in a chat format (messages) with roles (user/assistant) and content, accompanied by metadata and quality scores (grounding, correctness, naturalness) rated 1-5 by an LLM judge. The dataset only includes high-quality samples that pass quality gates (grounding>=4, correctness>=3, naturalness>=3), and is suitable for NLU tasks such as fact-based QA, instruction following, and text generation in Nepali.
数据集概述
该数据集是一个尼泊尔语指令微调数据集,名为 Nepali Source-Grounded Instruction Dataset。它基于权威的尼泊尔语农业手册和法律文本合成生成,用于训练模型遵循指令并基于给定源文档作答。
数据特点
- 语言:尼泊尔语(
ne) - 任务类型:文本生成(主要用于指令微调)
- 生成方式:使用 NVIDIA NeMo Data Designer 工具合成生成
- 数据来源:权威尼泊尔语农业手册和法律文本
- 数据标注:
- 答案严格基于源文档,若无法从源文档回答则明确拒绝
- 每条记录包含对话
messages格式、metadata元数据,以及基于 LLM-as-judge 的逐条质量评分(quality_scores),涵盖:- grounding(基于源文档的程度)
- correctness(正确性)
- naturalness(自然度)
- 各项评分为 1-5 分制
数据结构与文件划分
- 每个源文档对应一个数据文件:
data/train-<shard>.jsonl - 文件采用 JSONL 格式
- 每次重新生成时,分片会被幂等地覆盖(即更换源文档后旧数据可被整体替换)
其他说明
- 该仓库为 TRAINING(训练)版本,仅保留通过质量筛选的记录,筛选标准为:
grounding >= 4correctness >= 3naturalness >= 3
- 另设有配套仓库,分别存放:
- 未通过质量筛选的记录(
rejected-*) - 评审调用失败的记录(
unjudged-*)
- 未通过质量筛选的记录(




