dmis-lab commited on
Commit
5434902
1 Parent(s): eb9d380

Update README.md

Browse files

Add citation information

Files changed (1) hide show
  1. README.md +10 -5
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: (Full citation info will be announced soon)
12
  ```
13
  @inproceedings{YoonAndJackson2022BiomedicalNER,
14
- title={Biomedical NER for the Enterprise with Distillated BERN2 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 (EMNLP)},
17
- year={2022}
 
 
 
 
 
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