Datasets:
ArXiv:
License:
add InfoSeek KB for RAG experiments
Browse files- README.md +4 -0
- jsonl/rag/kb_infoseek50k.jsonl +3 -0
README.md
CHANGED
|
@@ -28,6 +28,10 @@ git clone https://huggingface.co/datasets/aimagelab/ReT-M2KR
|
|
| 28 |
cat ret-img-{000..129}.tar.gz | tar xzf -
|
| 29 |
```
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Citation
|
| 32 |
|
| 33 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
|
|
|
| 28 |
cat ret-img-{000..129}.tar.gz | tar xzf -
|
| 29 |
```
|
| 30 |
|
| 31 |
+
|
| 32 |
+
## RAG - InfoSeek
|
| 33 |
+
`jsonl/rag/kb_infoseek50k.jsonl` is the knowledge base used to execute experiments on Retrieval-Augmented Generation on the InfoSeek benchmark. The field `passage_image_path` contains a relative path to the Wikipedia image associated with a given passage. The Wikipedia images can be downloaded from the [OVEN](https://huggingface.co/datasets/ychenNLP/oven/blob/main/all_wikipedia_images.tar) repository.
|
| 34 |
+
|
| 35 |
## Citation
|
| 36 |
|
| 37 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
jsonl/rag/kb_infoseek50k.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2b2c3390e9034df23f438357cd5a17bf0f3c8c674a55c47749176e87dfd8bd3
|
| 3 |
+
size 309545724
|