--- 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': ".....>> Using the chemical reaction information, what is the ratio of the reaction's yield?", 'role': 'user'}, {'content': '0.0368', 'role': 'assistant'}]} ```