You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

iKAT Collection (uva-irlab/ikat-collection)

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 identifier
  • contents: passage text
  • url: source URL

Example:

{"id": "...", "contents": "...", "url": "..."}

The collection contains approximately 110 million passages.

Download

git lfs install
git clone https://huggingface.co/datasets/uva-irlab/ikat-collection
cd ikat-collection

Extract archive

tar --use-compress-program=unzstd -xvf ikat_collection.tar.zst
Downloads last month
4

Collection including uva-irlab/ikat-collection