Baselight

Chemistry Problem-Solution

Chemistry Problem-Solution Dataset: 20K pairs across 25 topics and subtopics

@kaggle.thedevastator_chemistry_problem_solution_dataset

Train
@kaggle.thedevastator_chemistry_problem_solution_dataset.train

  • 15.77 MB
  • 20000 rows
  • 5 columns
role_1

Role 1

topic

Topic;

sub_topic

Sub Topic

message_1

Message 1

message_2

Message 2

Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compoundsWhat is the IUPAC name for the organic compound with the molecular formula C6H12O2?There can be several isomers with the molecular formula C6H12O2, so it is not possible to provide a specific IUPAC name without more information about the structure of the compound. If you can provide the structure or any additional details, I would be happy to help you determine the IUPAC name.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compounds"What is the systematic name of the organic compound with the molecular formula C6H12O and a ketone functional group located on the second carbon atom from the left end?"The systematic name of the organic compound with the molecular formula C6H12O and a ketone functional group located on the second carbon atom from the left end is 2-hexanone.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compoundsWhat is the systematic name of the following compound? CH3CH2CH2OHThe systematic name of the compound CH3CH2CH2OH is 1-propanol.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compoundsWhat is the IUPAC name of the following organic compound: CH3CH2CH2CH2COOH?The IUPAC name of the given organic compound (CH3CH2CH2CH2COOH) is pentanoic acid.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compoundsWhat is the systematic name of the organic compound with the molecular formula C5H10O and a carbonyl functional group attached to the 2nd carbon atom of the chain?The systematic name of the organic compound with the molecular formula C5H10O and a carbonyl functional group attached to the 2nd carbon atom of the chain is pentan-2-one.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compoundsWhat is the systematic name of the organic compound with the molecular formula C6H12 and the following structural formula: CH3CH2CH2CH2CH=CH2The given structural formula represents an alkene with a double bond between the 5th and 6th carbon atoms. The systematic name for this organic compound is hex-5-ene or 1-hexene.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compounds"Identify the IUPAC name for the following organic compound: CH3CH2CH2COOH"The IUPAC name for the organic compound CH3CH2CH2COOH is butanoic acid.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compoundsWhat is the IUPAC name of the following organic compound? CH3-CH2-CH(Cl)-CH=CH2 Hint: The longest chain contains 5 carbon atoms.The IUPAC name of the given organic compound is 3-chloro-1-pentene.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compoundsName the following organic compound: C6H5CH2CH2CH(CH3)2.The given organic compound is 4-ethyl-2-methylhexane.
Chemist_RoleType.ASSISTANTOrganic chemistryNaming organic compounds"Name the following organic compound: CH3CH(CH3)CH2CH3"The given organic compound is "2-methylbutane".

CREATE TABLE train (
  "role_1" VARCHAR,
  "topic" VARCHAR,
  "sub_topic" VARCHAR,
  "message_1" VARCHAR,
  "message_2" VARCHAR
);

Share link

Anyone who has the link will be able to view this.