reaction-data-extraction

Extract chemical reaction data from scientific PDFs into structured CSV/JSON outputs.

52|11|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/InternScience/ChemClaw --skill reaction-data-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reaction-data-extraction
Source: https://github.com/InternScience/ChemClaw/tree/main/skills/reaction-data-extraction
Command: npx skills add https://github.com/InternScience/ChemClaw --skill reaction-data-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

从 PDF 文献中自动提取化学反应数据,帮助研究者快速获得反应条件、产率等关键数据,避免手工整理导致的低效和错误。

Core Features & Use Cases

  • 自动提取反应物、产物、催化剂、溶剂、温度、时间、产率等信息,并输出结构化的 CSV/JSON 文件。
  • 支持表格和文本中的数据提取,便于大规模文献整理和数据集构建。
  • 可用于研究回顾、数据驱动的反应优化、以及开放科学的数据共享。

Quick Start

Run the reaction-data-extraction script on a chemistry paper PDF to generate CSV and JSON outputs.

Frequently Asked Questions about reaction-data-extraction

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract chemical reaction data from PDF literature automatically?

To extract chemical reaction data from PDF literature automatically, you can run a script that uses MinerU, NLP, and rule-based parsing to identify reactants, products, catalysts, solvents, temperatures, times, and yields, outputting structured CSV and JSON files.

What is the best way to parse reaction conditions and yields from scientific PDFs?

The best way to parse reaction conditions and yields from scientific PDFs is using a tool that combines NLP and rule-based parsing to capture data from both text and tables, producing structured outputs with confidence scores for accuracy tracking.

Can I compile large-scale chemistry datasets from journal articles and theses?

Yes, you can compile large-scale chemistry datasets from journal articles and theses by automating data extraction to capture reactants, products, and reaction conditions into structured CSV and JSON files, avoiding manual transcription errors.

Does MinerU support extracting both tabular and textual reaction data from chemistry papers?

Yes, MinerU supports extracting both tabular and textual reaction data from chemistry papers by integrating NLP and rule-based parsing mechanisms to capture yields, catalysts, and solvents across different document formats.

How do I get structured JSON and CSV outputs with confidence scores for extracted reaction data?

You get structured JSON and CSV outputs with confidence scores for extracted reaction data by running an automated parsing script that evaluates the reliability of identified reactants, products, and conditions from the source PDFs.

What are the limitations of automated NLP extraction for chemistry reaction data?

Limitations of automated NLP extraction for chemistry reaction data include potential misinterpretation of complex chemical nomenclature or non-standard table formats, which is why confidence scores are provided to flag entries needing manual review.