The Dataset Viewer has been disabled on this dataset.

LongEval 2026 Snapshot 1 Terrier Index

Description

This is a Terrier index for the snapshot-1 of the LongEval 2026 test collection. It indexes the title and abstract of the scientific documents.

Usage

# Load the artifact
import pyterrier as pt

index = pt.Artifact.from_hf('jueri/longeval-2026-snapshot-1-index')


retriever = index.bm25()
results = retriever.search("capital of Germany")

Benchmarks

TODO: Provide benchmarks for the artifact.

Reproduction

The index was created through the PyTerrier baseline.

Metadata

{
  "type": "sparse_index",
  "format": "terrier",
  "package_hint": "python-terrier"
}
Downloads last month
31

Collection including jueri/longeval-2026-snapshot-1-index