ZhishanQ commited on
Commit
8608d79
1 Parent(s): c3a9cb9

Update README.md

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