hsila commited on
Commit
474d706
1 Parent(s): 5084b60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -23,4 +23,21 @@ configs:
23
  path: data/train-*
24
  - split: test
25
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
 
 
 
 
 
 
23
  path: data/train-*
24
  - split: test
25
  path: data/test-*
26
+ license: cc-by-nc-sa-4.0
27
+ task_categories:
28
+ - text-classification
29
+ language:
30
+ - en
31
+ tags:
32
+ - chemistry
33
+ - wikipedia
34
+ - chemteb
35
+ size_categories:
36
+ - 1K<n<10K
37
+ pretty_name: Wikipedia Computational Chemists vs Spectroscopists Binary Classification
38
  ---
39
+ # Wikipedia Computational Chemists vs Spectroscopists Binary Classification
40
+
41
+ This dataset is derived from the English Wikipedia articles and is designed for binary text classification tasks in the fields of computational chemistry and spectroscopy. The dataset is divided into two classes based on the professional focus of the articles:
42
+ - **Computational Chemists:** This class includes articles that focus on computational chemists, who use computer simulations and theoretical methods to solve chemical problems. Topics may cover the development and application of computational techniques, molecular modeling, quantum chemistry, and the role of computational chemists in research and industry.
43
+ - **Spectroscopists:** This class comprises articles related to spectroscopists, who specialize in the study of the interaction between matter and electromagnetic radiation. Topics may include various spectroscopic techniques such as NMR, IR, UV-Vis, and mass spectrometry, as well as the applications of spectroscopy in chemical analysis, material science, and other fields.