sob-ft-deepjsoneval
收藏资源简介:
SOB-FT-DeepJSONEval 是一个从 GTSAIInfraLabSOTAS/DeepJSONEval 转换而来的微调数据集,专注于嵌套 JSON 提取任务。该数据集包含 2,100 个样本,每个样本由原始文本、标准提取指令、JSON Schema、真实 JSON 输出、类别(作为问题类型)以及真实嵌套深度(作为问题难度)组成,所有样本的 schema 复杂度均标记为“hard”。数据集旨在提供硬嵌套 JSON 的压力测试场景,适用于微调模型以处理复杂嵌套结构的 JSON 提取。语言支持英文和中文,采用 MIT 许可证。
SOB-FT-DeepJSONEval is a fine-tuning dataset converted from GTSAIInfraLabSOTAS/DeepJSONEval, focusing on nested JSON extraction tasks. The dataset contains 2,100 samples, each consisting of original text, standard extraction instructions, JSON Schema, ground truth JSON output, category (as question type), and ground truth nesting depth (as question difficulty). All samples have a schema complexity marked as "hard". The dataset aims to provide stress-test scenarios for hard nested JSON extraction, suitable for fine-tuning models to handle complex nested JSON structures. It supports both English and Chinese and is licensed under MIT.
SOB-FT-DeepJSONEval 数据集概述
基本信息
- 许可证: MIT
- 语言: 英语、中文
- 标签: json-extraction, nested-schema, sob, fine-tuning
- 来源数据集: GTSAIInfraLabSOTAS/DeepJSONEval
- 行数: 2,100
数据集描述
该数据集是从 GTSAIInfraLabSOTAS/DeepJSONEval 映射生成的独立语料库,采用 SOB FT(Standalone Object Builder Fine-tuning)格式,专为微调任务设计。
与源数据集的主要变化
| 方面 | 源数据集 | 本数据集 |
|---|---|---|
| 格式 | 扁平列:text, schema, json, category, true_depth |
SOB FT 格式(删除空列) |
| 提示词 | 仅隐含在 text 中 |
使用 context=text 和标准提取 question |
| 元数据 | category, true_depth |
question_type=category, question_difficulty=true_depth |
| 行数 | 2,100 | 2,100 |
| 角色 | 硬嵌套 JSON 压力测试 | 同样用途——作为硬切片使用,而非批量数据 |
列映射关系
| SOB 列 | 源数据集列 |
|---|---|
context |
text |
question |
标准 SOB 提取指令 |
json_schema |
schema(Draft 7 有效) |
ground_truth |
json |
question_type |
category |
question_difficulty |
true_depth(字符串) |
schema_complexity |
SOB 分类器——全部为困难 |
所有全为空的保留列已被删除。




