ChemCoTBench
收藏资源简介:
ChemCoTBench是一个专注于化学分子编辑、优化、理解和反应推理的数据集。该数据集是原始ChemCoTBench的去重镜像,并统一添加了ground_truth、response和scoring_context三列。数据集包含四个子任务配置:mol_edit(分子编辑)、mol_opt(分子优化)、mol_und(分子理解)、reaction(化学反应),以及一个合并所有子任务的all配置。每个子任务均提供训练集和测试集,总样本量为:测试集1495条,训练集27494条。具体子任务数据分布:mol_edit训练集4497条、测试集100条;mol_opt训练集5025条、测试集600条;mol_und训练集7690条、测试集320条;reaction训练集10282条、测试集475条。数据集的训练集query根据子任务采用不同的渲染方式,例如对于六个子任务(add、delete、sub、equivalence、fs、rcr),其训练query完全按照对应子任务测试提示的完整格式渲染;其他子任务的训练query保留自身语料并附加基准回复格式块。特别地,fs子任务的训练集ground_truth使用反应的主要产物(来自meta.rxn_smiles),而非上游的副产物。该数据集适用于化学领域的分子编辑、优化、理解以及化学反应推理等任务。
ChemCoTBench is a dataset focused on chemical molecule editing, optimization, understanding, and reaction reasoning. It includes four subtask configurations: mol_edit (molecule editing), mol_opt (molecule optimization), mol_und (molecule understanding), and reaction (chemical reaction), as well as an all configuration that merges all subtasks. Each subtask provides training and test sets. Total samples: test set 1495, training set 27494. Subtask data distribution: mol_edit (training 4497, test 100), mol_opt (training 5025, test 600), mol_und (training 7690, test 320), reaction (training 10282, test 475). The training set query rendering varies by subtask; for the fs subtask, the ground_truth uses the main product of the reaction. The dataset is suitable for tasks in chemical molecule editing, optimization, understanding, and reaction reasoning.
ChemCoTBench 数据集概述
基本信息
- 许可证:MIT
- 标签:化学(chemistry)、分子编辑(molecular-editing)、推理(reasoning)
数据集结构
该数据集包含 5 个配置(config),分别为 mol_edit、mol_opt、mol_und、reaction 和 all(综合配置),每个配置均提供训练集(train)和测试集(test)划分,数据文件以 Parquet 格式存储。其中 all 配置整合了前四个任务的全部训练和测试数据。
数据规模
| 配置 | 训练集 | 测试集 |
|---|---|---|
| mol_edit | 4,497 | 100 |
| mol_opt | 5,025 | 600 |
| mol_und | 7,690 | 320 |
| reaction | 10,282 | 475 |
| 总计 | 27,494 | 1,495 |
数据内容与特点
- 该数据集是
mtybilly/ChemCoTBench的去重镜像版本(版本标识:7b17148acba5e5aee716de1fe3d0db1a0bdf48e5),在保留原始字段的基础上,统一新增了ground_truth、response和scoring_context三列。 - 六个子任务的训练集
query字段以该子任务基准测试提示的完整格式呈现(包括add、delete、sub、equivalence、fs、rcr),其余子任务的训练集query保持原语料措辞,并附加了基准的回复格式块。 - 特别说明:
fs子任务的训练集ground_truth为反应的主要产物(源自meta.rxn_smiles),而非上游的gt(副产物,保留为原始列),因为该子任务的训练行现已按照测试提示所需的主产物格式呈现。
应用方向
该数据集面向化学领域的分子编辑与推理任务,涵盖分子编辑、分子优化、分子理解和化学反应等多个子任务场景。





