Update README.md
Browse files
README.md
CHANGED
|
@@ -87,8 +87,9 @@ Fine-tuning์ ํ์ฉํ ๋ฒ ์ด์ค ๋ชจ๋ธ ๋ฐ ํ์ดํผ ํ๋ผ๋ฏธํฐ๋ ๋ค์
|
|
| 87 |
|
| 88 |
## 4. Example
|
| 89 |
์ด ๋ชจ๋ธ์ Context๋ฅผ ์ธ์ฝ๋ฉํ๋ ๋ชจ๋ธ๋ก, Question ๋ชจ๋ธ๊ณผ ํจ๊ป ์ฌ์ฉํด์ผ ํฉ๋๋ค.
|
| 90 |
-
๋์ผํ ์ง๋ณ์ ๊ดํ ์ง๋ฌธ๊ณผ ํ
์คํธ๊ฐ ๋์ ์ ์ฌ๋๋ฅผ ๋ณด์ธ๋ค๋ ์ฌ์ค์ ํ์ธํ ์ ์์ต๋๋ค.
|
| 91 |
-
|
|
|
|
| 92 |
|
| 93 |
```python
|
| 94 |
import numpy as np
|
|
@@ -144,6 +145,19 @@ Similarity between query and target 2: 0.0476
|
|
| 144 |
|
| 145 |
## Citing
|
| 146 |
```
|
| 147 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
```
|
| 149 |
|
|
|
|
| 87 |
|
| 88 |
## 4. Example
|
| 89 |
์ด ๋ชจ๋ธ์ Context๋ฅผ ์ธ์ฝ๋ฉํ๋ ๋ชจ๋ธ๋ก, Question ๋ชจ๋ธ๊ณผ ํจ๊ป ์ฌ์ฉํด์ผ ํฉ๋๋ค.
|
| 90 |
+
๋์ผํ ์ง๋ณ์ ๊ดํ ์ง๋ฌธ๊ณผ ํ
์คํธ๊ฐ ๋์ ์ ์ฌ๋๋ฅผ ๋ณด์ธ๋ค๋ ์ฌ์ค์ ํ์ธํ ์ ์์ต๋๋ค.
|
| 91 |
+
|
| 92 |
+
(โป ํ์ต ๋ฐ์ดํฐ์ ํน์ฑ ์ ์์ ๋ณด๋ค ์ ์ ๋ ํ
์คํธ์ ๋ํด ๋ ์ ์๋ํฉ๋๋ค.)
|
| 93 |
|
| 94 |
```python
|
| 95 |
import numpy as np
|
|
|
|
| 145 |
|
| 146 |
## Citing
|
| 147 |
```
|
| 148 |
+
@inproceedings{liu2021self,
|
| 149 |
+
title={Self-Alignment Pretraining for Biomedical Entity Representations},
|
| 150 |
+
author={Liu, Fangyu and Shareghi, Ehsan and Meng, Zaiqiao and Basaldella, Marco and Collier, Nigel},
|
| 151 |
+
booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
|
| 152 |
+
pages={4228--4238},
|
| 153 |
+
month = jun,
|
| 154 |
+
year={2021}
|
| 155 |
+
}
|
| 156 |
+
@article{karpukhin2020dense,
|
| 157 |
+
title={Dense Passage Retrieval for Open-Domain Question Answering},
|
| 158 |
+
author={Vladimir Karpukhin, Barlas Oฤuz, Sewon Min, Patrick Lewis, Ledell Wu, Sergey Edunov, Danqi Chen, Wen-tau Yih},
|
| 159 |
+
journal={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
|
| 160 |
+
year={2020}
|
| 161 |
+
}
|
| 162 |
```
|
| 163 |
|