Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,8 @@ widget: []
|
|
13 |
|
14 |
# UniHGKR-base
|
15 |
|
|
|
|
|
16 |
Please see github repository [UniHGKR](https://github.com/ZhishanQ/UniHGKR/tree/main/code_for_UniHGKR_base) to know how to use this model.
|
17 |
|
18 |
We recommend using the [sentence-transformers](https://www.SBERT.net) package to load our model and to perform embedding for paragraphs and sentences.
|
@@ -55,7 +57,16 @@ SentenceTransformer(
|
|
55 |
|
56 |
## Citation
|
57 |
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
<!--
|
61 |
## Glossary
|
|
|
13 |
|
14 |
# UniHGKR-base
|
15 |
|
16 |
+
Our paper: [UniHGKR: Unified Instruction-aware Heterogeneous Knowledge Retrievers](https://arxiv.org/abs/2410.20163).
|
17 |
+
|
18 |
Please see github repository [UniHGKR](https://github.com/ZhishanQ/UniHGKR/tree/main/code_for_UniHGKR_base) to know how to use this model.
|
19 |
|
20 |
We recommend using the [sentence-transformers](https://www.SBERT.net) package to load our model and to perform embedding for paragraphs and sentences.
|
|
|
57 |
|
58 |
## Citation
|
59 |
|
60 |
+
If you find this resource useful in your research, please consider giving a like and citation.
|
61 |
+
|
62 |
+
```
|
63 |
+
@article{min2024unihgkr,
|
64 |
+
title={UniHGKR: Unified Instruction-aware Heterogeneous Knowledge Retrievers},
|
65 |
+
author={Min, Dehai and Xu, Zhiyang and Qi, Guilin and Huang, Lifu and You, Chenyu},
|
66 |
+
journal={arXiv preprint arXiv:2410.20163},
|
67 |
+
year={2024}
|
68 |
+
}
|
69 |
+
```
|
70 |
|
71 |
<!--
|
72 |
## Glossary
|