umannedice/IntsumKU5000s_shf
收藏资源简介:
--- dataset_info: features: - name: input struct: - name: conops struct: - name: commander_intent dtype: string - name: concept_of_operations_narrative dtype: string - name: date_prepared dtype: timestamp[us, tz=UTC] - name: decision_points list: - name: critical_information_required list: string - name: decision_to_be_made dtype: string - name: dp_id dtype: string - name: location_or_time dtype: string - name: enemy_most_likely_course_of_action dtype: string - name: mission dtype: string - name: mission_id dtype: string - name: operation_title dtype: string - name: operational_environment_summary dtype: string - name: priority_intelligence_requirements list: - name: collection_status dtype: string - name: latest_time_info_value dtype: timestamp[us, tz=UTC] - name: pir_id dtype: string - name: question dtype: string - name: risk_assessment_summary dtype: string - name: sustainment_concept dtype: string - name: tacreps list: - name: activity_observed dtype: string - name: confidence dtype: float64 - name: equipment_observed dtype: string - name: immediate_threat_level dtype: string - name: intelligence_type dtype: string - name: location_latlon dtype: string - name: recommendation dtype: string - name: relevance dtype: float64 - name: report_id dtype: string - name: report_type dtype: string - name: reporting_unit dtype: string - name: reporting_unit_action dtype: string - name: size_description dtype: string - name: timestamp_zulu dtype: timestamp[us, tz=UTC] - name: unit_identification dtype: string - name: report struct: - name: analysis_conclusion dtype: string - name: commander_impact_summary dtype: string - name: overall_enemy_situation dtype: string - name: pir_answers list: - name: final_answer dtype: string - name: pir_id dtype: string - name: pir_question dtype: string - name: related_tacreps dtype: string - name: report_id dtype: string splits: - name: train num_bytes: 20593719 num_examples: 5000 download_size: 8726059 dataset_size: 20593719 configs: - config_name: default data_files: - split: train path: data/train-* ---
dataset_info: 数据集信息 features: 特征项 - name: input struct: - name: conops(作战行动概念,Concept of Operations) struct: - name: commander_intent(指挥官意图) dtype: string - name: concept_of_operations_narrative(作战行动概念叙述) dtype: string - name: date_prepared(编制日期) dtype: timestamp[us, tz=UTC](微秒级UTC时区时间戳) - name: decision_points(决策要点) list: - name: critical_information_required(所需关键信息) list: string - name: decision_to_be_made(待制定决策) dtype: string - name: dp_id(决策要点ID) dtype: string - name: location_or_time(地点或时间) dtype: string - name: enemy_most_likely_course_of_action(敌方最可能行动方案) dtype: string - name: mission(任务) dtype: string - name: mission_id(任务ID) dtype: string - name: operation_title(行动标题) dtype: string - name: operational_environment_summary(作战环境概要) dtype: string - name: priority_intelligence_requirements(优先情报需求,Priority Intelligence Requirement,简称PIR) list: - name: collection_status(采集状态) dtype: string - name: latest_time_info_value(情报最新时间戳) dtype: timestamp[us, tz=UTC](微秒级UTC时区时间戳) - name: pir_id(PIR ID,优先情报需求ID) dtype: string - name: question(需求问题) dtype: string - name: risk_assessment_summary(风险评估概要) dtype: string - name: sustainment_concept(后勤保障概念) dtype: string - name: tacreps(战术报告,Tactical Reports,简称TACREPs) list: - name: activity_observed(观测到的活动) dtype: string - name: confidence(置信度) dtype: float64 - name: equipment_observed(观测到的装备) dtype: string - name: immediate_threat_level(即时威胁等级) dtype: string - name: intelligence_type(情报类型) dtype: string - name: location_latlon(经纬度位置) dtype: string - name: recommendation(行动建议) dtype: string - name: relevance(相关度) dtype: float64 - name: report_id(报告ID) dtype: string - name: report_type(报告类型) dtype: string - name: reporting_unit(上报单位) dtype: string - name: reporting_unit_action(上报单位行动) dtype: string - name: size_description(规模描述) dtype: string - name: timestamp_zulu(祖鲁时间戳,即UTC时间戳) dtype: timestamp[us, tz=UTC](微秒级UTC时区时间戳) - name: unit_identification(单位标识) dtype: string - name: report struct: - name: analysis_conclusion(分析结论) dtype: string - name: commander_impact_summary(指挥官影响概要) dtype: string - name: overall_enemy_situation(敌方整体态势) dtype: string - name: pir_answers(优先情报需求答复) list: - name: final_answer(最终答复) dtype: string - name: pir_id(PIR ID,优先情报需求ID) dtype: string - name: pir_question(情报需求问题) dtype: string - name: related_tacreps(关联战术报告) dtype: string - name: report_id(报告ID) dtype: string splits: 数据集划分 - name: train(训练集) num_bytes: 20593719 num_examples: 5000 download_size: 8726059 dataset_size: 20593719 configs: 数据集配置 - config_name: default(默认配置) data_files: - split: train(训练集划分) path: data/train-*



