Update README.md
Browse files
README.md
CHANGED
@@ -23,4 +23,20 @@ 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 |
+
pretty_name: Wikipedia Salts vs Semiconductor Materials Binary Classification
|
36 |
+
size_categories:
|
37 |
+
- n<1K
|
38 |
---
|
39 |
+
# Wikipedia Salts vs Semiconductor Materials Binary Classification
|
40 |
+
This dataset is derived from the English Wikipedia articles and is designed for binary text classification tasks in the fields of chemistry and materials science. The dataset is divided into two classes based on the thematic content of the articles:
|
41 |
+
- **Salts:** This class includes articles that focus on salts, which are ionic compounds composed of cations and anions. Topics may cover the properties, types, synthesis, and applications of various salts in different fields such as chemistry, biology, and industry.
|
42 |
+
- **Semiconductor Materials:** This class comprises articles related to semiconductor materials, which have electrical conductivity between that of a conductor and an insulator. Topics may include the properties, types, synthesis, and applications of semiconductor materials in electronics, photovoltaics, and other technologies.
|