File size: 1,793 Bytes
cda10bb
 
 
 
 
 
 
 
 
 
d409c6a
cda10bb
441d136
cda10bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b94cfe6
0e024b1
 
 
 
 
 
 
b94cfe6
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
language: en
tags:
- science
- multi-displinary
license: apache-2.0
---

# ScholarBERT_10 Model

This is the **ScholarBERT_10** variant of the ScholarBERT model family.

The model is pretrained on a large collection of scientific research articles (**22.1B tokens**).

This is a **cased** (case-sensitive) model. The tokenizer will not convert all inputs to lower-case by default.

The model is based on the same architecture as [BERT-large](https://huggingface.co/bert-large-cased) and has a total of 340M parameters.


# Model Architecture

| Hyperparameter  | Value |
|-----------------|:-------:|
| Layers     | 24    |
| Hidden Size     | 1024  |
| Attention Heads | 16    |
| Total Parameters | 340M |


# Training Dataset

The vocab and the model are pertrained on **10% of the PRD** scientific literature dataset.
 
The PRD dataset is provided by Public.Resource.Org, Inc. (“Public Resource”), 
a nonprofit organization based in California. This dataset was constructed from a corpus
of journal article files, from which We successfully extracted text from 75,496,055 articles from 178,928 journals.
The articles span across Arts & Humanities, Life Sciences & Biomedicine, Physical Sciences,
Social Sciences, and Technology. The distribution of articles is shown below.

![corpus pie chart](https://huggingface.co/globuslabs/ScholarBERT/resolve/main/corpus_pie_chart.png)


# BibTeX entry and citation info
If using this model, please cite this paper:
```
@misc{hong2023diminishing,
      title={The Diminishing Returns of Masked Language Models to Science}, 
      author={Zhi Hong and Aswathy Ajith and Gregory Pauloski and Eamon Duede and Kyle Chard and Ian Foster},
      year={2023},
      eprint={2205.11342},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```