hsila commited on
Commit
6ac491e
·
verified ·
1 Parent(s): 708bd65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -23,4 +23,25 @@ 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
+ task_categories:
27
+ - text-classification
28
+ language:
29
+ - en
30
+ tags:
31
+ - chemistry
32
+ - wikipedia
33
+ - chemteb
34
+ pretty_name: >-
35
+ Wikipedia Biological Processes vs Metallurgical Chemistry Binary
36
+ Classification
37
+ size_categories:
38
+ - 1K<n<10K
39
+ license: cc-by-nc-sa-4.0
40
  ---
41
+ # Wikipedia Biological Processes vs Metallurgical Chemistry Binary Classification
42
+ This dataset is derived from the English Wikipedia articles and is designed for binary text classification tasks in the fields of biology and metallurgy. The dataset is divided into two classes based on the thematic content of the articles:
43
+
44
+ - **Biological Processes**: This class includes articles related to:
45
+ - **Gene Expression:** Articles that discuss the process by which information from a gene is used in the synthesis of a functional gene product, such as proteins. This process is fundamental to understanding how genes control the structure and function of cells.
46
+ - **Signal Transduction:** Articles that cover the mechanisms by which cells respond to external signals. This involves a series of molecular events, including the activation of receptors and intracellular signaling pathways, which ultimately lead to a cellular response.
47
+ - **Metallurgy:** This class comprises articles focused on metallurgy, the branch of chemistry that deals with the properties, behavior, and processing of metals. Topics may include the extraction of metals from ores, the development of metal alloys, and the study of metal properties and applications.