ZhishanQ commited on
Commit
f70430f
1 Parent(s): f1b61fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -9,4 +9,19 @@ This is a large language model based retriever for heterogeneous knowledge retri
9
 
10
  The model was trained after Stages 1 and 2. It needs to be fine-tuned before being used for an information retrieval task.
11
 
12
- For detailed instructions on how to use this model, see: https://github.com/ZhishanQ/UniHGKR
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  The model was trained after Stages 1 and 2. It needs to be fine-tuned before being used for an information retrieval task.
11
 
12
+ Our paper: [UniHGKR: Unified Instruction-aware Heterogeneous Knowledge Retrievers](https://arxiv.org/abs/2410.20163).
13
+
14
+ Please see github repository [UniHGKR](https://github.com/ZhishanQ/UniHGKR/tree/main/code_for_UniHGKR_base) to know how to use this model.
15
+
16
+ ## Citation
17
+
18
+ If you find this resource useful in your research, please consider giving a like and citation.
19
+
20
+ ```
21
+ @article{min2024unihgkr,
22
+ title={UniHGKR: Unified Instruction-aware Heterogeneous Knowledge Retrievers},
23
+ author={Min, Dehai and Xu, Zhiyang and Qi, Guilin and Huang, Lifu and You, Chenyu},
24
+ journal={arXiv preprint arXiv:2410.20163},
25
+ year={2024}
26
+ }
27
+ ```