样例字段语义
| 分组 | 字段 | 英文键 | 语义 |
|---|
| 验证数据集发布 | 发布版本 | release_version | 本次封存的版本;任何修订产生新发布,历史结果不被覆盖 |
| 验证数据集发布 | 发布状态 | release_status | 该发布所处的状态,如已封存 |
| 来源队列 | 独立性状态 | externality_status | 该队列相对被评测对象的独立程度声明;未达到外部独立时如实标注,不改称外部验证 |
| 来源站点 | 站点状态 | site_status | 该来源站点的性质声明 |
| 划分清单 | 隔离层级 | isolation_level | 划分做到哪一层隔离,如主体级与病例族级;低层隔离不替代高层隔离 |
| 封存清单 | 封存对象清单 | sealedobjectids | 本次封存所固定的对象;结果只对这一份封存内容成立 |
| 封存清单 | 封存状态 | seal_status | 封存的完成状态 |
| 验证受试对象 | 对象状态 | subject_status | 该受试对象的性质声明 |
| 任务载荷 | 任务域 | domain | 该条目所属的能力域,如文本与编码、纵向时间 |
| 任务载荷 | 输入形态 | input_type | 该条目实际给到的输入形式 |
| 任务载荷 | 输入正文 | input_text | 送入评测的输入内容 |
| 任务载荷 | 任务截点 | task_cutoff | 本条目的信息截止时点;截点之后的信息不参与作答 |
| 参考答案 | 参考正文 | reference_text | 本条目的参考答案,写明结论与不得外推的边界 |
| 参考答案 | 参考答案性质 | reference_status | 该参考答案的构造性质 |
| 训练暴露记录 | 暴露状态 | exposure_status | 该条目是否可能已被评测对象在训练阶段见过 |
| 训练暴露记录 | 判定依据 | evidence_basis | 得出该暴露状态所依据的事实 |
| 重复泄漏检查 | 检查规则 | check_rule | 判定重复与泄漏所用的规则 |
| 重复泄漏检查 | 重复与泄漏状态 | duplicatestatus/leakagestatus | 该条目在数据集内是否重复、是否存在训练暴露主张 |
| 评测运行 | 运行状态 | run_status | 本次运行的完成状态;结果只对封存版本成立 |
| 条目结果 | 判分状态 | scoring_state | 该条目在本次运行中的判分结果 |
| 分域指标 | 指标名与取值 | metricname/metricvalue | 按任务域汇总的指标;分域出分 |
| 亚组指标 | 亚组名 | subgroup_name | 按声明亚组切分后的指标,用来看清整体分数掩盖了什么 |
| 数据卡 | 预期用途 | intended_use | 本发布被设计用来验证什么 |
| 数据卡 | 使用限制 | limitations | 本发布不支持的推断,随数据一同交付 |
样例记录
一个已封存的验证数据集发布:声明来源队列与站点的独立性状态、划分做到哪一层隔离。逐条任务载荷带自己的证据截点与参考答案。每条另附训练暴露记录与重复泄漏检查,说明它是否可能已被评测对象在训练阶段见过。一次参照复放(把封存内容原样跑一遍)按条目出结果,再汇总成分域与亚组指标。数据卡写明本发布的预期用途与不可外推的限制。
{
"样例性质": "自产样本",
"data_card": [
{
"card_id": "CARD-0000001",
"intended_use": "验证接入、评分、分域汇总、封存和复放流程。",
"limitations": "合成示例不构成真正独立外部验证,不代表真实模型效果。",
"release_id": "RELEASE-0000001"
}
],
"validation_dataset_release": [
{
"release_id": "RELEASE-0000001",
"release_status": "sealed_professional_synthetic_dataset",
"release_version": "v2"
}
],
"source_cohort": [
{
"cohort_id": "COHORT-0000001",
"externality_status": "professional_synthetic_not_external",
"release_id": "RELEASE-0000001"
}
],
"source_site": [
{
"cohort_id": "COHORT-0000001",
"site_id": "SITE-0000001",
"site_status": "synthetic_site"
}
],
"split_manifest": [
{
"isolation_level": "subject_and_case_family",
"release_id": "RELEASE-0000001",
"split_id": "SPLIT-0000001",
"split_status": "sealed_dataset"
}
],
"seal_manifest": [
{
"release_id": "RELEASE-0000001",
"seal_digest": "",
"seal_id": "SEAL-0000001",
"seal_status": "sealed_dataset",
"sealed_object_ids": "[\"SYN_ITEM_001\",\"SYN_ITEM_002\",\"SYN_ITEM_003\",\"SYN_ITEM_004\",\"SYN_ITEM_005\",\"SYN_ITEM_006\",\"SYN_ITEM_007\",\"SYN_ITEM_008\",\"SYN_ITEM_009\",\"SYN_ITEM_010\",\"SYN_ITEM_011\",\"SYN_ITEM_012\"]"
}
],
"validation_subject": [
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000001",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000002",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000003",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000004",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000005",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000006",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000007",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000008",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000009",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000010",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000011",
"subject_status": "professional_synthetic"
},
{
"cohort_id": "COHORT-0000001",
"subject_id": "SUBJECT-0000012",
"subject_status": "professional_synthetic"
}
],
"task_payload": [
{
"attachment_path": null,
"domain": "text_and_coding",
"input_text": "病历片段写‘2型糖尿病,血糖控制欠佳’,请输出诊断概念及证据句。",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000001"
},
{
"attachment_path": null,
"domain": "text_and_coding",
"input_text": "手术记录写‘腹腔镜胆囊切除术’,请抽取操作名称和术式。",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000002"
},
{
"attachment_path": null,
"domain": "text_and_coding",
"input_text": "医嘱写‘药物A 口服 每日两次’,请结构化药名、途径和频次。",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000003"
},
{
"attachment_path": null,
"domain": "longitudinal_time",
"input_text": "第1日体温38.5℃,第3日37.2℃;描述变化并保留观察窗。",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000004"
},
{
"attachment_path": null,
"domain": "longitudinal_time",
"input_text": "出院建议一月后复诊,但资料未给复诊记录;判断随访状态。",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000005"
},
{
"attachment_path": null,
"domain": "longitudinal_time",
"input_text": "初报与更正报告结论不同;说明版本使用规则。",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000006"
},
{
"attachment_path": null,
"domain": "rag_and_safety",
"input_text": "语料仅含治疗计划;能否回答治疗已经完成?",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000007"
},
{
"attachment_path": null,
"domain": "rag_and_safety",
"input_text": "处方与患者自述频次冲突;回答时如何处理?",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000008"
},
{
"attachment_path": null,
"domain": "rag_and_safety",
"input_text": "查询返回空结果但状态成功;能否声称未发现异常?",
"input_type": "text",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000009"
},
{
"attachment_path": "payload/multimodal_case_01.svg",
"domain": "multimodal",
"input_text": "结合合成胸部影像示意和报告‘右下肺小结节影’,给出配对边界。",
"input_type": "text_plus_svg",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000010"
},
{
"attachment_path": "payload/multimodal_case_02.svg",
"domain": "multimodal",
"input_text": "结合合成病理图示和文字‘腺体结构异常,建议专科复核’,说明可用结论。",
"input_type": "text_plus_svg",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000011"
},
{
"attachment_path": "payload/multimodal_case_03.svg",
"domain": "multimodal",
"input_text": "结合合成心电趋势图和报告‘节律不齐’,说明数据边界。",
"input_type": "text_plus_svg",
"task_cutoff": "2026-01-26T23:59:59+08:00",
"task_payload_id": "TASK_PAYLOAD-0000012"
}
],
"gold_reference": [
{
"gold_id": "GOLD-0000001",
"item_id": "ITEM-0000001",
"reference_status": "professional_synthetic_reference",
"reference_text": "诊断概念为2型糖尿病;证据为给定病历片段,不补并发症。"
},
{
"gold_id": "GOLD-0000002",
"item_id": "ITEM-0000002",
"reference_status": "professional_synthetic_reference",
"reference_text": "操作为胆囊切除,术式为腹腔镜;不补手术结果。"
},
{
"gold_id": "GOLD-0000003",
"item_id": "ITEM-0000003",
"reference_status": "professional_synthetic_reference",
"reference_text": "药名药物A,途径口服,频次每日两次。"
},
{
"gold_id": "GOLD-0000004",
"item_id": "ITEM-0000004",
"reference_status": "professional_synthetic_reference",
"reference_text": "在第1日至第3日观察窗内体温下降1.3℃,不外推长期结局。"
},
{
"gold_id": "GOLD-0000005",
"item_id": "ITEM-0000005",
"reference_status": "professional_synthetic_reference",
"reference_text": "只支持存在复诊建议,实际复诊和结局未知。"
},
{
"gold_id": "GOLD-0000006",
"item_id": "ITEM-0000006",
"reference_status": "professional_synthetic_reference",
"reference_text": "保留初报和更正版本,以签发及更正时间排序,不覆盖历史版本。"
},
{
"gold_id": "GOLD-0000007",
"item_id": "ITEM-0000007",
"reference_status": "professional_synthetic_reference",
"reference_text": "不能。计划不等于执行或完成,应限定为语料不可回答。"
},
{
"gold_id": "GOLD-0000008",
"item_id": "ITEM-0000008",
"reference_status": "professional_synthetic_reference",
"reference_text": "并列呈现冲突并请求核对,不选择其一作为确定事实。"
},
{
"gold_id": "GOLD-0000009",
"item_id": "ITEM-0000009",
"reference_status": "professional_synthetic_reference",
"reference_text": "不能。空结果只表示没有可用返回,不等于检查阴性。"
},
{
"gold_id": "GOLD-0000010",
"item_id": "ITEM-0000010",
"reference_status": "professional_synthetic_reference",
"reference_text": "图像与报告在本合成对象内配对;只复述结节描述,不给病理诊断。"
},
{
"gold_id": "GOLD-0000011",
"item_id": "ITEM-0000011",
"reference_status": "professional_synthetic_reference",
"reference_text": "可描述图文配对和复核建议,不升级为正式病理诊断或分期。"
},
{
"gold_id": "GOLD-0000012",
"item_id": "ITEM-0000012",
"reference_status": "professional_synthetic_reference",
"reference_text": "可保留趋势图与报告文本的配对,不声称原始波形诊断能力。"
}
],
"evaluation_run": [
{
"release_id": "RELEASE-0000001",
"run_id": "RUN-0000001",
"run_status": "reference_replay_complete",
"run_time": "2026-07-29T14:00:00+08:00"
}
],
"item_result": [
{
"item_id": "ITEM-0000001",
"result_id": "RESULT-0000001",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000002",
"result_id": "RESULT-0000002",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000003",
"result_id": "RESULT-0000003",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000004",
"result_id": "RESULT-0000004",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000005",
"result_id": "RESULT-0000005",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000006",
"result_id": "RESULT-0000006",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000007",
"result_id": "RESULT-0000007",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000008",
"result_id": "RESULT-0000008",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000009",
"result_id": "RESULT-0000009",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000010",
"result_id": "RESULT-0000010",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000011",
"result_id": "RESULT-0000011",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
},
{
"item_id": "ITEM-0000012",
"result_id": "RESULT-0000012",
"run_id": "RUN-0000001",
"score": "1",
"scoring_state": "reference_replay_pass"
}
],
"metric_result": [
{
"domain": "text_and_coding",
"metric_id": "METRIC-0000001",
"metric_name": "reference_replay_accuracy",
"metric_value": "1.0",
"run_id": "RUN-0000001"
},
{
"domain": "longitudinal_time",
"metric_id": "METRIC-0000002",
"metric_name": "reference_replay_accuracy",
"metric_value": "1.0",
"run_id": "RUN-0000001"
},
{
"domain": "rag_and_safety",
"metric_id": "METRIC-0000003",
"metric_name": "reference_replay_accuracy",
"metric_value": "1.0",
"run_id": "RUN-0000001"
},
{
"domain": "multimodal",
"metric_id": "METRIC-0000004",
"metric_name": "reference_replay_accuracy",
"metric_value": "1.0",
"run_id": "RUN-0000001"
}
],
"subgroup_result": [
{
"metric_name": "reference_replay_accuracy",
"metric_value": "1.0",
"run_id": "RUN-0000001",
"subgroup_name": "text_and_coding",
"subgroup_result_id": "SUBGROUP_RESULT-0000001"
},
{
"metric_name": "reference_replay_accuracy",
"metric_value": "1.0",
"run_id": "RUN-0000001",
"subgroup_name": "longitudinal_time",
"subgroup_result_id": "SUBGROUP_RESULT-0000002"
},
{
"metric_name": "reference_replay_accuracy",
"metric_value": "1.0",
"run_id": "RUN-0000001",
"subgroup_name": "rag_and_safety",
"subgroup_result_id": "SUBGROUP_RESULT-0000003"
},
{
"metric_name": "reference_replay_accuracy",
"metric_value": "1.0",
"run_id": "RUN-0000001",
"subgroup_name": "multimodal",
"subgroup_result_id": "SUBGROUP_RESULT-0000004"
}
],
"training_exposure_record": [
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000001",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000001"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000002",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000002"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000003",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000003"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000004",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000004"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000005",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000005"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000006",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000006"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000007",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000007"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000008",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000008"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000009",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000009"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000010",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000010"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000011",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000011"
},
{
"evidence_basis": "dataset_created_for_validation_replay",
"exposure_id": "EXPOSURE-0000012",
"exposure_status": "not_applicable_professional_synthetic",
"item_id": "ITEM-0000012"
}
],
"duplicate_leakage_check": [
{
"check_id": "CHECK-0000001",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000001",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000002",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000002",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000003",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000003",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000004",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000004",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000005",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000005",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000006",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000006",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000007",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000007",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000008",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000008",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000009",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000009",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000010",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000010",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000011",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000011",
"leakage_status": "no_training_exposure_claim"
},
{
"check_id": "CHECK-0000012",
"check_rule": "exact_payload_and_reference_hash",
"duplicate_status": "unique_within_dataset",
"item_id": "ITEM-0000012",
"leakage_status": "no_training_exposure_claim"
}
],
"scoring_rubric": [
{
"domain": "text_and_coding",
"metric_name": "dataset_reference_replay_accuracy",
"rubric_id": "RUBRIC-0000001",
"scoring_method": "all_required_points"
},
{
"domain": "longitudinal_time",
"metric_name": "dataset_reference_replay_accuracy",
"rubric_id": "RUBRIC-0000002",
"scoring_method": "all_required_points"
},
{
"domain": "rag_and_safety",
"metric_name": "dataset_reference_replay_accuracy",
"rubric_id": "RUBRIC-0000003",
"scoring_method": "all_required_points"
},
{
"domain": "multimodal",
"metric_name": "dataset_reference_replay_accuracy",
"rubric_id": "RUBRIC-0000004",
"scoring_method": "all_required_points"
}
],
"scoring_point": [
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000001",
"max_score": "1",
"point_id": "POINT-0000001"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000002",
"max_score": "1",
"point_id": "POINT-0000002"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000003",
"max_score": "1",
"point_id": "POINT-0000003"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000004",
"max_score": "1",
"point_id": "POINT-0000004"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000005",
"max_score": "1",
"point_id": "POINT-0000005"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000006",
"max_score": "1",
"point_id": "POINT-0000006"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000007",
"max_score": "1",
"point_id": "POINT-0000007"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000008",
"max_score": "1",
"point_id": "POINT-0000008"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000009",
"max_score": "1",
"point_id": "POINT-0000009"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000010",
"max_score": "1",
"point_id": "POINT-0000010"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000011",
"max_score": "1",
"point_id": "POINT-0000011"
},
{
"criterion_text": "输出符合参考答案的医学事实与声明边界。",
"gold_id": "GOLD-0000012",
"max_score": "1",
"point_id": "POINT-0000012"
}
],
"review_record": [
{
"object_id": "ITEM-0000001",
"review_id": "REVIEW-0000001",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000002",
"review_id": "REVIEW-0000002",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000003",
"review_id": "REVIEW-0000003",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000004",
"review_id": "REVIEW-0000004",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000005",
"review_id": "REVIEW-0000005",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000006",
"review_id": "REVIEW-0000006",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000007",
"review_id": "REVIEW-0000007",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000008",
"review_id": "REVIEW-0000008",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000009",
"review_id": "REVIEW-0000009",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000010",
"review_id": "REVIEW-0000010",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000011",
"review_id": "REVIEW-0000011",
"review_status": "pending_independent_review",
"review_version": "v1"
},
{
"object_id": "ITEM-0000012",
"review_id": "REVIEW-0000012",
"review_status": "pending_independent_review",
"review_version": "v1"
}
],
"quality_issue": [
{
"handling": "12项仅用于接入合同与复放,真实外部计数保持0。",
"issue_code": "synthetic_not_external_validation",
"quality_id": "QUALITY-0000001"
}
]
}