gspc-gap-index
收藏资源简介:
GSPC缺口指数(Gap Index)数据集是一个每周更新的磁带文件,记录材料声明(material claims),其中不包含任何陌生人可重新计算的行。数据源自实时API(GET /api/gspc),通过空行递增缺口指数。UNMEASURED字段不为零,其中humanoid-labour-index字段保持UNMEASURED状态,因为缺少公开序列。数据集以JSON格式提供,包括当前周的快照(current.json)和历史周数据(weeks/YYYY-Www.json)。该数据集用于测量GSPC框架中未测量的维度,不适合作为排名、评级或认证。
The GSPC Gap Index dataset is a weekly updated tape file that records material claims, containing no rows that can be recalculated by strangers. The data originates from a real-time API (GET /api/gspc), with the gap index incremented by empty lines. The UNMEASURED field is non-zero, and the humanoid-labour-index field remains in the UNMEASURED state due to the lack of public sequences. The dataset is provided in JSON format, including a snapshot of the current week (current.json) and historical weekly data (weeks/YYYY-Www.json). This dataset is used to measure unmeasured dimensions in the GSPC framework and is not suitable for ranking, rating, or certification.
GSPC Gap Index 数据集概述
该数据集记录了 GSPC(General Systems Performance Claim)中不可由陌生人重新计算的材料声明的每周快照,用于跟踪“未测量”条目的缺口指数变化。
核心特性
- 数据来源:动态来源于
GET /api/gspc接口,该接口包含 22 个轴,其中 15 个已测量,7 个为空。 - 测量标准:仅收录那些无法通过外部公开数据重新计算的“空心”行,未测量(UNMEASURED)状态被视为有效增量,而非零值。
- 特殊说明:
humanoid-labour-index轴始终保持 UNMEASURED 状态,因其无公开序列,不纳入数据计算。 - 文件结构:
current.json:最新一周的数据快照weeks/YYYY-Www.json:按周(ISO 周格式)归档的历史快照
- 可复现性:任何人可通过运行
python3 scripts/gap_index.py(代码位于 CSOAI-ORG/council-of-ai-grok 仓库)重新计算数据。
数据完整性
- 签名状态:快照文件为未签名(UNSIGNED)。
- 内容校验:
integrity.content_id字段为规范 JSON 的 SHA-256 哈希,与可验证的site_attestation使用相同规则,但该数据集的旧版实时戳记无法验证。
重要声明
- 本数据集不构成排名、评级或认证。
- 未测量目录中为空的项目将保持为空。
- 与欧盟《人工智能法案》(Art 50, EUR-Lex)相关:2026 年 8 月 2 日生效,标记宽限期至 2026 年 12 月 2 日。
许可与标签
- 许可证:CC-BY-4.0
- 标签:measurement, gspc, unmeasured



