unjudged-nepali-law-v2
收藏资源简介:
该数据集是一个基于尼泊尔语、以权威文档为来源的合成指令数据集,名称为“Nepali Source-Grounded Instruction Dataset — UNJUDGED”。它由 NVIDIA NeMo Data Designer 工具生成,源文档涵盖农业手册和法律文本。数据集中每条记录包含对话消息(messages 格式)、元数据(metadata)以及每个记录的质量评分(quality_scores),评分包括 grounding(遵循源文档程度)、correctness(正确性)、naturalness(自然度),均为 1-5 分,由 LLM 作为评判者自动生成。答案严格基于提供的源文档内容;对于无法从源文档中回答的问题,模型会给出明确的拒绝回答。数据以 JSONL 格式按源文档分片存储(data/train-<shard>.jsonl),每次重新生成时会幂等地覆盖原有分片。需要注意的是,如果 LLM 评判调用失败,对应记录的 quality_scores 字段为 null。因此,该数据集在用于指令微调之前,必须重新进行质量评判,不能直接原样使用。
This dataset is a synthetic instruction dataset grounded in authoritative documents in Nepali, named "Nepali Source-Grounded Instruction Dataset — UNJUDGED". It is generated by the NVIDIA NeMo Data Designer tool, with source documents covering agricultural manuals and legal texts. Each record in the dataset contains conversational messages (in the messages format), metadata, and quality scores (grounding, correctness, naturalness) on a 1-5 scale, automatically generated by an LLM as a judge. Answers are strictly based on the provided source documents; for questions that cannot be answered from the source, the model gives a clear refusal. Data is stored in JSONL format sharded by source (data/train-<shard>.jsonl), and regeneration idempotently overwrites existing shards. Note that if the LLM judge call fails, the quality_scores field will be null. Therefore, before using this dataset for instruction fine-tuning, it must be re-evaluated for quality and cannot be used as-is.
数据集概述
基本信息
- 数据集名称:Nepali Source-Grounded Instruction Dataset — UNJUDGED
- 数据集地址:https://huggingface.co/datasets/aarajbhattarai/unjudged-nepali-law-v2
- 语言:尼泊尔语(ne)
任务类别
- 文本生成(text-generation)
标签
- nepali
- instruction-tuning
- agriculture
- legal
- synthetic
- grounded
数据集内容
- 使用 NVIDIA NeMo Data Designer 生成的合成尼泊尔语指令微调数据。
- 数据源自权威尼泊尔语文档,包括农业手册和法律文本。
- 答案严格基于源文档,无法回答的问题会给出明确的拒绝回复。
- 记录采用聊天
messages格式,并附带metadata以及每条记录的quality_scores(基于 grounding / correctness / naturalness 三个维度,评分范围 1-5,由 LLM-as-judge 评判)。 - 每个源文档对应一个
data/train-<shard>.jsonl文件;在重新运行时,分片会被幂等地覆盖。
注意事项
- 数据集中包含 LLM-judge 调用失败的生成对话,其
quality_scores为 null。 - 在任何使用前必须重新进行评判(Re-judge)。
- 请勿直接用于指令微调(instruction tuning)。




