AGCD_WB
收藏资源简介:
AGCD-WB是一个领域特定的气象叙事资源,源于论文《AGCD: Agent-Guided Cross-modal Decoding for Weather Forecasting》。该数据集将每六小时一次的WeatherBench/ERA5大气状态与四个变量特定的描述以及一个评估器修订的综合气象叙事对齐。每个记录还保留了用于生成MMNP热图输入的场标识和固定渲染规范。数据集配置为5.625度分辨率(32×64经纬度网格),时间频率为6小时,包含四个变量:地表2米温度(T2m)、10米风速大小、500 hPa位势高度(Z500)和850 hPa温度(T850)。变量描述由InternVL3.5-8B模型生成,顺序集成由Qwen3-VL-8B模型执行,集成顺序为T2m、10米风速、Z500、T850。数据集总共有55,875条完整记录,其中训练集51,696条(1979-01-01至2015-12-31)、验证集1,396条(2016-01-01至2016-12-31)、测试集2,783条(2017-01-01至2018-12-31)。每条JSONL记录包含id、时间戳、时间戳键、划分标识、数据来源信息、渲染场信息、四个变量描述、集成后的最终叙事、生成元数据以及质量控制状态。最终叙事经过MMNP评估器检验,确保每变量覆盖、证据一致性和连贯性,失败类型包括缺失、扭曲、矛盾和过度因果,最多两轮细化后仅接受通过结果。数据集适用于文本生成和时间序列预测任务,语言为英文,标签包括天气、气象、ERA5、WeatherBench和多模态。注意:使用该数据集需遵守上游WeatherBench/ERA5数据集的条款。
AGCD-WB is a domain-specific weather narrative resource derived from the paper AGCD: Agent-Guided Cross-modal Decoding for Weather Forecasting. This dataset aligns 6-hourly WeatherBench/ERA5 atmospheric states with four variable-specific descriptions and an evaluator-revised comprehensive weather narrative. Each record also retains field identifiers and fixed rendering specifications for generating MMNP heatmap inputs. The dataset is configured at 5.625-degree resolution (32×64 lat-lon grid) with a 6-hour time frequency, covering four variables: 2-meter temperature (T2m), 10-meter wind speed magnitude, 500 hPa geopotential height (Z500), and 850 hPa temperature (T850). Variable descriptions are generated by the InternVL3.5-8B model, and sequential integration is performed by the Qwen3-VL-8B model in the order of T2m, 10m wind speed, Z500, T850. The dataset contains a total of 55,875 complete records, with 51,696 in the training set (1979-01-01 to 2015-12-31), 1,396 in the validation set (2016-01-01 to 2016-12-31), and 2,783 in the test set (2017-01-01 to 2018-12-31). Each JSONL record includes id, timestamp, timestamp key, split identifier, data source information, rendering field information, four variable descriptions, integrated final narrative, generation metadata, and quality control status. The final narrative is validated by the MMNP evaluator to ensure per-variable coverage, evidence consistency, and coherence, with failure types including missing, distorted, contradictory, and excessive causality. After at most two rounds of refinement, only passed results are accepted. The dataset is suitable for text generation and time series prediction tasks, with language English and tags including weather, meteorology, ERA5, WeatherBench, and multimodal. Note: Use of this dataset must comply with the terms of the upstream WeatherBench/ERA5 datasets.
数据集概述
AGCD-WB 是一个面向气象领域的多模态叙述数据集,源自论文 AGCD: Agent-Guided Cross-modal Decoding for Weather Forecasting 第4节所述内容。该数据集将六小时频率的 WeatherBench/ERA5 大气状态与四种变量专属描述以及经过评估器修订的综合气象叙述对齐。
数据规模与划分
- 总记录数:55,875 条完整记录
- 训练集:51,696 条(1979-01-01 至 2015-12-31)
- 验证集:1,396 条(2016-01-01 至 2016-12-31)
- 测试集:2,783 条(2017-01-01 至 2018-12-31)
数据规格
- 空间分辨率:5.625 度(32 x 64 经纬度网格)
- 时间频率:6 小时
- 包含变量:
- 2 米温度(T2m)
- 10 米风速大小
- 500 hPa 位势高度(Z500)
- 850 hPa 温度(T850)
- 描述生成模型:
- 变量描述器:InternVL3.5-8B
- 序列整合模型:Qwen3-VL-8B
- 整合顺序:T2m → 10 米风速 → Z500 → T850
记录结构
每条 JSONL 记录包含以下字段:
id、timestamp、timestamp_key、splitsource:数据来源、网格、分辨率及采样频率rendered_fields:字段标识、单位、气压层及渲染规格variable_descriptions:四个当前状态描述final_narrative:整合后的当前状态叙述generation_metadata:模型、解码设置及变量顺序quality_control:最终 MMNP 评估器状态
叙述仅使用输入时间戳对应的大气状态,不包含未来观测或预测目标。
MMNP 评估器
存储的 final_narrative 为实验所用的评估器修订后最终 MMNP 输出,每条记录均标记 evaluator_status = "PASS" 和 final_narrative_state = "evaluator_revised_final"。
评估流程(scripts/mmnp_evaluator.py):
- InternVL3.5-8B 检查各变量覆盖度、证据一致性和连贯性
- 失败类型包括:
missing、distorted、contradictory、overstated-causality - Qwen3-VL-8B 仅执行局部最小修订
- 最多进行两轮修订,仅接受
PASS结果作为最终输出
两个模型在隔离进程中运行于不同 GPU 设备组,避免将两个 8B 检查点加载到同一设备内存。
确定性渲染
渲染器在所有样本中使用固定投影、颜色映射和归一化范围,不重新分发原始数值 ERA5 数组和完整渲染图像集,但可通过脚本从 WeatherBench/ERA5 字段重建热力图。
注意:渲染器仅处理 10 米风速大小,不包含风向信息,因此文本生成和评估不得推断方向性流动、辐合/辐散或方向性切变。
仓库内容
data/:训练、验证和测试 JSONL 分片config/:数据集规范及 MMNP 提示模板scripts/:MMNP 评估器及确定性字段渲染器examples/:每个发布变量的参考渲染图
数据来源条款
AGCD-WB 源自 WeatherBench/ERA5,用户需自行遵守上游数据集的使用条款和署名要求。本仓库不重新分发原始数值 ERA5 数组。





