Shu Huang commited on
Commit ·
4976bb5
1
Parent(s): a22fbbc
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license:
|
| 5 |
+
- apache-2.0
|
| 6 |
+
task_categories:
|
| 7 |
+
- token-classification
|
| 8 |
+
pretty_name: 'Chemical Named Entity Recognition (CNER) Dataset for BatteryDataExtractor'
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
# CNER Dataset
|
| 12 |
+
## Original Data Source
|
| 13 |
+
|
| 14 |
+
#### CHEMDNER
|
| 15 |
+
M. Krallinger, O. Rabal, F. Leitner, M. Vazquez, D. Salgado,
|
| 16 |
+
Z. Lu, R. Leaman, Y. Lu, D. Ji, D. M. Lowe et al., J. Cheminf.,
|
| 17 |
+
2015, 7, 1–17.
|
| 18 |
+
|
| 19 |
+
#### MatScholar
|
| 20 |
+
I. Weston, V. Tshitoyan, J. Dagdelen, O. Kononova, A. Tre-
|
| 21 |
+
wartha, K. A. Persson, G. Ceder and A. Jain, J. Chem. Inf.
|
| 22 |
+
Model., 2019, 59, 3692–3702.
|
| 23 |
+
|
| 24 |
+
#### SOFC
|
| 25 |
+
A. Friedrich, H. Adel, F. Tomazic, J. Hingerl, R. Benteau,
|
| 26 |
+
A. Maruscyk and L. Lange, The SOFC-exp corpus and neural
|
| 27 |
+
approaches to information extraction in the materials science
|
| 28 |
+
domain, 2020, https://arxiv.org/abs/2006.03039.
|
| 29 |
+
|
| 30 |
+
#### BioNLP
|
| 31 |
+
G. Crichton, S. Pyysalo, B. Chiu and A. Korhonen, BMC Bioinf.,
|
| 32 |
+
2017, 18, 1–14.
|
| 33 |
+
|
| 34 |
+
## Citation
|
| 35 |
+
BatteryDataExtractor: battery-aware text-mining software embedded with BERT models
|