Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Shu Huang commited on
Commit ·
2d33f11
1
Parent(s): 7310b58
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,4 +23,15 @@ from datasets import load_dataset
|
|
| 23 |
dataset = load_dataset("batterydata/paper-abstracts")
|
| 24 |
```
|
| 25 |
# Citation
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
dataset = load_dataset("batterydata/paper-abstracts")
|
| 24 |
```
|
| 25 |
# Citation
|
| 26 |
+
```
|
| 27 |
+
@article{huang2022batterybert,
|
| 28 |
+
title={BatteryBERT: A Pretrained Language Model for Battery Database Enhancement},
|
| 29 |
+
author={Huang, Shu and Cole, Jacqueline M},
|
| 30 |
+
journal={J. Chem. Inf. Model.},
|
| 31 |
+
year={2022},
|
| 32 |
+
doi={10.1021/acs.jcim.2c00035},
|
| 33 |
+
url={DOI:10.1021/acs.jcim.2c00035},
|
| 34 |
+
pages={DOI: 10.1021/acs.jcim.2c00035},
|
| 35 |
+
publisher={ACS Publications}
|
| 36 |
+
}
|
| 37 |
+
```
|