File size: 867 Bytes
bd99d06
 
 
b1c6cf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: mit
---

## Data Source
Combine Buchwald-Hartwig and Suzuki-Miyaura two major yields prediction dataset. 

## Data Stats
Train: 9515 \
Test: 200

Example:
```json
 'messages': [{'content': 'You are a chemist. Now you are given a reaction equation. Please predict the possible reagents of the reaction. The reaction equation has the following format:\n```\nreactant1.reactant2. ... .reactantN>>product\n```\nThe return value should be in range of 0-1. The higher the value, the more likely the reaction is to occur. \nWe provide the structure of the reactions.',
   'role': 'system'},
  {'content': "<molecule_2d>.<molecule_2d>.<molecule_2d>.<molecule_2d>.<molecule_2d>.<molecule_2d>>><molecule_2d> Using the chemical reaction information, what is the ratio of the reaction's yield?",
   'role': 'user'},
  {'content': '0.0368', 'role': 'assistant'}]}
```