LongEval 2026 Baseline
Collection
3 items • Updated
This is a Terrier index for the snapshot-3 of the LongEval 2026 test collection. It indexes the title and abstract of the scientific documents.
# Load the artifact
import pyterrier as pt
index = pt.Artifact.from_hf('jueri/longeval-2026-snapshot-3-index')
retriever = index.bm25()
results = retriever.search("capital of Germany")
TODO: Provide benchmarks for the artifact.
The index was created through the PyTerrier baseline.
{
"type": "sparse_index",
"format": "terrier",
"package_hint": "python-terrier"
}