Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- wiki
|
9 |
+
- wikidata
|
10 |
+
- wikipedia
|
11 |
+
- data2text
|
12 |
---
|
13 |
+
|
14 |
+
|
15 |
+
See [description](https://github.com/ZhishanQ/UniHGKR/tree/main/CompMix_IR) and [preview](https://github.com/ZhishanQ/UniHGKR/blob/main/CompMix_IR/data_2_text_subset.json) to understand the content and structure of this corpus.
|
16 |
+
|
17 |
+
This dataset is from our paper: [UniHGKR: Unified Instruction-aware Heterogeneous Knowledge Retrievers](https://arxiv.org/abs/2410.20163).
|
18 |
+
|
19 |
+
Please see our github repository [UniHGKR](https://github.com/ZhishanQ/UniHGKR) to know how to use this dataset and its format.
|
20 |
+
|
21 |
+
If you find this resource useful in your research, please consider giving a like and citation.
|
22 |
+
|
23 |
+
```
|
24 |
+
@article{min2024unihgkr,
|
25 |
+
title={UniHGKR: Unified Instruction-aware Heterogeneous Knowledge Retrievers},
|
26 |
+
author={Min, Dehai and Xu, Zhiyang and Qi, Guilin and Huang, Lifu and You, Chenyu},
|
27 |
+
journal={arXiv preprint arXiv:2410.20163},
|
28 |
+
year={2024}
|
29 |
+
}
|
30 |
+
```
|