Datasets:
Create README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- token-classification
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- Science
|
10 |
+
- glossary
|
11 |
+
- glossaries
|
12 |
+
- terms
|
13 |
+
- recognition
|
14 |
+
pretty_name: Science terms and phrases glossary
|
15 |
+
size_categories:
|
16 |
+
- 10K<n<100K
|
17 |
+
---
|
18 |
+
|
19 |
+
# Dataset Card for Dataset Name
|
20 |
+
Science terms and phrases glossary
|
21 |
+
|
22 |
+
## Dataset Details
|
23 |
+
Contains terms and phrases for many subject of science glossaries.
|
24 |
+
|
25 |
+
### Dataset Description
|
26 |
+
This dataset was gathered by web scraping terms from sources like Wikipedia, NASA, and other scientific references. Some terms were also generated using ChatGPT-4.0.
|
27 |
+
|
28 |
+
The dataset is designed for token classification, meaning it contains both scientific and non-scientific words (e.g., common words like "or," "and", and food and animals names).
|
29 |
+
|
30 |
+
I trained a classification model on this dataset and found that it has a bias toward recognizing entitie's names as scientific terms. Therefore, for classification, it is recommended to use spaCy's entity recognition, such as:
|
31 |
+
"spacy.load("en_core_web_sm")"
|
32 |
+
|
33 |
+
|
34 |
+
|
35 |
+
## Dataset Creation
|
36 |
+
Gathered by web scraping terms from sources like Wikipedia, NASA, and other scientific references. Some terms were also generated using ChatGPT-4.0.
|
37 |
+
|
38 |
+
### Curation Rationale
|
39 |
+
Simplify Science papers
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
## Dataset Card Contact
|
44 |
+
|
45 |
+
For more information you can contact me via email: jonatco1@sce.ac.il
|