Update README.md
Browse files
README.md
CHANGED
@@ -30,4 +30,17 @@ Or just clone the model repo
|
|
30 |
```
|
31 |
git lfs install
|
32 |
git clone https://huggingface.co/cogint/in-boxbart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
```
|
|
|
30 |
```
|
31 |
git lfs install
|
32 |
git clone https://huggingface.co/cogint/in-boxbart
|
33 |
+
```
|
34 |
+
|
35 |
+
BibTeX Entry and Citation Info
|
36 |
+
===============
|
37 |
+
If you are using our model, please cite our paper:
|
38 |
+
|
39 |
+
```bibtex
|
40 |
+
@inproceedings{parmar2022boxbart,
|
41 |
+
title={{In-BoXBART: Get Instructions into Biomedical Multi-Task Learning}},
|
42 |
+
author={Parmar, Mihir and Mishra, Swaroop and Purohit, Mirali and Luo, Man and Murad, M Hassan and Baral, Chitta},
|
43 |
+
journal={NAACL 2022 Findings},
|
44 |
+
year={2022}
|
45 |
+
}
|
46 |
```
|