numeric-format-catalog
收藏资源简介:
Numeric Format Catalog(Trinity S3AI / t27)是一个包含83种数字格式的规范性参考数据集,涵盖机器学习、科学计算、历史硬件和GoldenFloat phi结构化家族相关的格式。数据集从单一事实来源通过代码生成,确保规范一致性。数据按13个聚类组织,包括GoldenFloat(22种)、历史供应商格式(10种)、PositUnumIII(8种)、整数定点格式(8种)、机器学习低精度格式(7种)、IEEE 754二进制格式(5种)等。每个格式记录包含16个字段,如唯一标识符、名称、总位宽、符号位、指数位、尾数位、指数偏置、偏置公式、phi距离、存储封装、聚类标签、与GoldenFloat的关系、验证状态、来源引用、标准机构和典型用例。数据集提供JSONL、JSON和Markdown等多种格式文件,适用于AI加速器设计参考、格式发现、标准交叉引用和加速器架构研究。数据集明确说明其限制:不提供格式质量排名、不包含未公开的专有格式、不包含硅性能数据、不提供量化基准精度声明,且存在GoldenFloat中心视角的偏差。数据集遵循CC-BY-4.0许可证,由Trinity S3AI维护。
Numeric Format Catalog (Trinity S3AI / t27) is a normative reference dataset containing 83 numeric formats, covering formats related to machine learning, scientific computing, historical hardware, and the GoldenFloat phi structured family. The dataset is generated from a single source of truth through code to ensure specification consistency. Data is organized into 13 clusters, including GoldenFloat (22 types), historical vendor formats (10 types), PositUnumIII (8 types), integer fixed-point formats (8 types), machine learning low-precision formats (7 types), IEEE 754 binary formats (5 types), and others. Each format record includes 16 fields, such as unique identifier (id), name (name), total bit width (bits), sign bits (s_bits), exponent bits (e_bits), mantissa bits (m_bits), exponent bias (bias), bias formula (bias_formula), phi distance (phi_distance), storage encapsulation (storage), cluster label (cluster), relationship with GoldenFloat (gf_relation), validation status (status), source citation (source), standard organization (standard), and typical use case (use_case). The dataset provides multiple file formats including JSONL, JSON, and Markdown, suitable for AI accelerator design reference, format discovery, standard cross-referencing, and accelerator architecture research. The dataset explicitly states its limitations: it does not provide format quality rankings, does not include undisclosed proprietary formats, does not include silicon performance data, does not provide quantization benchmark accuracy claims, and has a GoldenFloat-centric perspective bias. The dataset follows the CC-BY-4.0 license and is maintained by Trinity S3AI.
数据集概览
数据集名称: Numeric Format Catalog (Trinity S3AI / t27)
许可协议: CC-BY-4.0
语言: 英语
数据集规模: 少于1000个样本
任务类别: 其他
多语言性: 单语言
标注创建者: 专家生成
语言创建者: 机器生成
数据集版本与规模
- 当前版本: v3.0 (2026-06-13),包含 83种数值格式,分布在 13个集群。
- 版本记录:
- v3.0:83种格式(当前版本)
- v2.0:81种格式(2026-06-10,已撤回,因解析错误)
- v1.0:77种格式(2026-06-10,已撤回,数据陈旧)
数据内容
该数据集是一个关于机器学习、科学计算、历史硬件和 GoldenFloat 相关系列的数值格式的规范参考目录。
集群组成:
| 集群 | 格式数量 | 说明 |
|---|---|---|
| GoldenFloat | 22 | GF4 至 GF1024,包含 17 个二进制阶梯及额外格式 |
| HistoricalVendor | 10 | DEC、IBM、Cray 等历史厂商格式 |
| PositUnumIII | 8 | Posit-{8,16,32},Unum-III 变体 |
| IntegerFixed | 8 | int4 / int8 / 定点数扫描格式 |
| MlLowPrecision | 7 | FP8 (E4M3, E5M2), NF4, NF8, OFP8 |
| Ieee754Binary | 5 | binary16, binary32, binary64, binary128, bfloat16 |
| Lns | 4 | 对数数字系统变体 |
| Theoretical | 4 | Takum 及类似研究格式 |
| CompressionTrick | 4 | 微缩放 + 结构化稀疏包装格式 |
| Ieee754Decimal | 3 | decimal64, decimal128 |
| ExtendedFloat | 3 | x87 80位,double-double 等 |
| Microscaling | 3 | MXFP4, MXFP6, MXFP8 |
| QuantTuned | 2 | 调优量化变体 |
文件清单:
| 文件名 | 格式 | 用途 |
|---|---|---|
formats_catalog.jsonl |
JSONL | 每行一种格式,共 83 行 |
formats_catalog.json |
JSON | 包含相同数据的单个数组 |
formats_catalog.md |
Markdown | 人类可读的表格 |
SHA256SUMS.txt |
文本 | 用于防篡改的 SHA-256 清单 |
每条记录的字段结构:
| 字段 | 类型 | 描述 |
|---|---|---|
id |
字符串 | 规范标识符(例如 binary16, gf16) |
name |
字符串 | 人类可读的名称 |
bits |
整数 | 总位宽 |
s_bits |
整数 | 符号位数 |
e_bits |
整数 | 指数位数 |
m_bits |
整数 | 尾数位数 |
bias |
整数 | 指数偏移值 |
bias_formula |
字符串 | 闭式偏移规则(如适用) |
phi_distance |
浮点数 | 与 phi 结构字段宽度规则的距离值 |
storage |
字符串 | 存储封装类型(例如 u16, u32) |
cluster |
字符串 | 集群标签(共13个之一) |
gf_relation |
字符串 | 与 GoldenFloat 的关系(competitor, member, wrapper...) |
status |
字符串 | 验证状态(Verified, Conj, Risk...) |
source |
字符串 | 主要标准参考文献 |
standard |
字符串 | 发布机构 / 规范 |
use_case |
字符串 | 规范用例 |
数据来源与生成
该数据集是代码生成结果,并非手工编辑。其生成管线如下:
- 单一真实来源(SSOT):
gHashTag/t27仓库中的specs/numeric/formats_catalog.t27文件。 - 代码生成器:
tools/gen_formats_catalog.py脚本。 - 生成输出:
gen/numeric/formats_catalog.{json,jsonl,md,...}文件。 - 镜像: 镜像至本 Hugging Face 数据集。
推荐用途与范围
推荐用途:
- AI 加速器设计中相关数值格式的参考列表。
- 发现工具:用于查证格式 X 是否已被编录,以及属于哪个集群。
- 标准交叉参考锚点(IEEE 754, OCP, IEEE P3109, posit)。
- 为加速器架构研究人员提供 GoldenFloat 系列格式的文献目录。
不适用范围:
- 不是质量排名:
phi_distance = 0仅表示字段宽度匹配 phi 规则,并非最佳格式。 - 不是穷举目录: 未在标准机构中发布的厂商私有格式已被省略。
- 不提供硅性能数据。
- 不提供模型准确率声明: 这是一个格式规范目录,而非量化基准测试。
已知局限
- 论文 / SSOT 计数差异: 论文中为84种,SSOT为83种。
- 状态标签不统一: 不同集群间的
status标签所代表的验证深度不一致。 - GF 集群过度代表: 83种格式中 GF 占22种(27%),因为该目录源于 GoldenFloat 研究线。
- 仅支持英文: 名称 / 用例无本地化。
已知偏见
- 以 GoldenFloat 为中心: 格式基于 phi 结构化字段宽度规则进行排序和标记。
相关资源
- 配套数据集:
playra/numeric-conformance-packs(提供位精确的一致性测试向量) - 关联论文:
- 目录预印本(84格式标尺):arXiv:2606.09686
- 锚点预印本(GoldenFloat 标识):arXiv:2606.05017
- GitHub 仓库:
gHashTag/t27 - 硅验证相关:
gHashTag/tt-trinity-corona





