aiflow-math-ink-0.9-dataset
收藏资源简介:
AIFlow Math Ink 0.9 Public Stroke Dataset 是一个用于在线手写数学表达式识别的公开数据集。该数据集包含119个数学表达式,由8位书写者在12个会话中采集,其中70个来自公开网页收集,49个来自设备回放。数据以Stroke轨迹序列形式存储,每个记录保留原始笔画顺序、点坐标(x, y)、相对于公式的时间戳(t_ms),以及压力、倾斜、接触几何等传感器信息(若存在)。此外,还包括画布尺寸、目标标记/关系、审查状态、可复现的本地书写者ID和会话组。数据集分为四个JSONL文件:formulas_valid.jsonl(110个,已审查,可用于训练/分析)、formulas_pending.jsonl(4个,待视觉审查)、formulas_reject.jsonl(5个,审查未通过)、ownership_train.jsonl(47个,提供了字符级别的笔画到符号归属标注,包含样本ID、字符标签和原始笔画索引组)。所有数据已完成隐私处理,适用于训练和验证手写数学表达式识别模型,但存在已知限制:规模较小(仅119个表达式、8位书写者),类别分布不均衡,待审查和拒绝的公式不应自动纳入训练,且仅有47个公式具有字符级所有权标注。数据集遵循DATA_USE_NOTICE.md许可,禁止用于身份推断、重新识别或基于笔迹的个人画像,且不授予第三方商业重用的通用许可。
AIFlow Math Ink 0.9 Public Stroke Dataset is a public dataset for online handwritten mathematical expression recognition. It contains 119 mathematical expressions collected from 8 writers in 12 sessions, of which 70 are from public web collection and 49 from device playback. The data is stored as stroke trajectory sequences, each record preserving the original stroke order, point coordinates (x, y), timestamps relative to the formula (t_ms), and sensor information such as pressure, tilt, and contact geometry (if available). Additionally, it includes canvas size, ground truth labels/relations, review status, reproducible local writer IDs, and session groups. The dataset is divided into four JSONL files: formulas_valid.jsonl (110 reviewed, usable for training/analysis), formulas_pending.jsonl (4 pending visual review), formulas_reject.jsonl (5 rejected), and ownership_train.jsonl (47 providing character-level stroke-to-symbol attribution annotations, including sample IDs, character labels, and raw stroke index groups). All data has been privacy-processed and is suitable for training and validating handwritten mathematical expression recognition models, but with known limitations: small scale (only 119 expressions, 8 writers), imbalanced class distribution, pending and rejected formulas should not be automatically included in training, and only 47 formulas have character-level ownership annotations. The dataset follows the DATA_USE_NOTICE.md license, prohibiting use for identity inference, re-identification, or handwriting-based personal profiling, and does not grant general third-party commercial reuse rights.
AIFlow Math Ink 0.9 公共笔迹数据集
数据集概述
AIFlow Math Ink 0.9 是一个韩语和英语的在线手写数学公式笔迹数据集,主要用于图像分类任务,具体涉及数学表达式识别、轨迹和笔画序列分析。数据集规模较小,总计包含154个公式样本。
数据构成
| 文件 | 数量 | 用途 |
|---|---|---|
data/formulas_valid.jsonl |
110个公式 | 已验收的学与分析候选数据 |
data/formulas_pending.jsonl |
39个公式 | 待视觉验收,默认不纳入训练 |
data/formulas_reject.jsonl |
5个公式 | 验收未通过,默认不纳入训练 |
data/ownership_train.jsonl |
47个公式 | 经过人工验收的笔画到符号归属标注 |
数据来自11位数据集本地书写者,共15个会话组。其中105个公式来自公开网页收集,49个来自所属者手机回放。
记录内容
每个公式记录包含:
- 原始笔画顺序与点顺序
x、y坐标及公式相对时间t_ms- 压力、倾斜角、接触几何等传感器数据(如有)
- 画布大小、目标标记/关系、验收状态
- 可复现的数据集本地
writer_id和session_group
ownership_train.jsonl提供样本ID、字符标签和原始笔画索引组。
隐私处理
公共版本已移除贡献者/会话/提示的原始ID、记录时间、IP、原始路径、PNG数据URL、基于纪元时间的时间原点及原始压力值。书写者/会话值采用与私有映射分离的数据集本地别名,每个公式的首个点时间移至t_ms=0。
验证方式
可通过以下命令验证: bash python scripts/validate_public_dataset09.py . --expected-records 154 --expected-ownership 47
验证器检查154条记录、质量划分、47条归属行、SHA-256、禁用字段缺失、笔画/点数量、时间原点及归属一致性。
许可与限制
遵循DATA_USE_NOTICE.md。数据集基于参与者同意及管理员确认公开发布,但未声明允许第三方商业再使用的标准许可。禁止用于身份推断、重新识别或基于字迹的个人画像分析。
已知局限
- 仅154个公式、11位书写者,规模较小
- 类别分布不均衡
- pending和reject数据不应自动纳入训练
- 仅47个公式具备字符级归属验收
- CROHME不包含在本仓库中,仅用于单独的非商业研究验证




