iKAT (interactive Knowledge Assistant Task)
Collection
3 items • Updated • 2
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
This repository contains the iKAT passage collection as a compressed JSONL corpus.
The archive file is:
ikat_collection.tar.zst
After extraction, it restores:
ikat_collection.jsonl
Each line of the collection is a JSON object with the following fields:
id: passage identifiercontents: passage texturl: source URLExample:
{"id": "...", "contents": "...", "url": "..."}
The collection contains approximately 110 million passages.
git lfs install
git clone https://huggingface.co/datasets/uva-irlab/ikat-collection
cd ikat-collection
tar --use-compress-program=unzstd -xvf ikat_collection.tar.zst