Update README.md
Browse filesAdd citation information
README.md
CHANGED
@@ -8,13 +8,18 @@ cf) TinyPubMedBERT is a distillated [PubMedBERT (Gu et al., 2021)](https://huggi
|
|
8 |
|
9 |
### Citation info
|
10 |
Joint-first authorship of **Richard Jackson** (AstraZeneca) and **WonJin Yoon** (Korea University).
|
11 |
-
<br>Please cite
|
12 |
```
|
13 |
@inproceedings{YoonAndJackson2022BiomedicalNER,
|
14 |
-
title=
|
15 |
-
author=
|
16 |
-
booktitle=
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|
19 |
```
|
20 |
|
|
|
8 |
|
9 |
### Citation info
|
10 |
Joint-first authorship of **Richard Jackson** (AstraZeneca) and **WonJin Yoon** (Korea University).
|
11 |
+
<br>Please cite the simplified version using the following section, or find the [full citation information here](https://aclanthology.org/2022.emnlp-industry.63.bib)
|
12 |
```
|
13 |
@inproceedings{YoonAndJackson2022BiomedicalNER,
|
14 |
+
title="Biomedical {NER} for the Enterprise with Distillated {BERN}2 and the Kazu Framework",
|
15 |
+
author="Yoon, Wonjin and Jackson, Richard and Ford, Elliot and Poroshin, Vladimir and Kang, Jaewoo",
|
16 |
+
booktitle="Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing: Industry Track",
|
17 |
+
month = dec,
|
18 |
+
year = "2022",
|
19 |
+
address = "Abu Dhabi, UAE",
|
20 |
+
publisher = "Association for Computational Linguistics",
|
21 |
+
url = "https://aclanthology.org/2022.emnlp-industry.63",
|
22 |
+
pages = "619--626",
|
23 |
}
|
24 |
```
|
25 |
|