File size: 1,632 Bytes
f390a66
 
 
 
 
 
 
 
 
 
 
 
 
 
2350db6
f390a66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2350db6
f390a66
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
license: mit
task_categories:
- feature-extraction
---
# MechLLM
This is a synthetic dataset generated for electron movement extraction. 

## Data Description
The `synthetic` folder contains the synthetic reaction image from the pistachio dataset with curved arrow programatically drawn on the image.

The `number` folder contains the related number labels of the atoms.

the json file for corresponding image folders contains the start and end atom of electron movements, and the number of electron movements.
<pre><code>
.
├── number/
│   ├── generated_images_debug/
│   ├── generated_images_debug_multiline/
│   ├── generated_images_debug_multiline2/
│   ├── generated_images_debug_multiline_arrow/
│   ├── generated_images_debug_single_multire/
│   └── images/
├── synthetic/
│   ├── generated_images_debug/
│   ├── generated_images_debug_multiline/
│   ├── generated_images_debug_multiline2/
│   ├── generated_images_debug_multiline_arrow/
│   ├── generated_images_debug_single_multire/
│   └── images/
├── generated_images_debug.json
├── generated_images_debug_multiline.json
├── generated_images_debug_multiline2.json
├── generated_images_debug_multiline_arrow.json
├── generated_images_debug_single_multire.json
└── images.json
</code></pre>
## Dataset Utilization
The dataset aims to benefit curved arrow information extraction for understanding chemical reaction mechanisms.

This dataset can be used in different models, benchmarking the performance of object recognition.