File size: 1,094 Bytes
ef2972c 1c0757f ef2972c 1c0757f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | ---
license: other
language:
- en
- zh
tags:
- long-context
- benchmark
- evaluation
- rag
pretty_name: LongBench Pro 128k+
---
# LongBench Pro 128k+
This dataset is a filtered subset of **LongBench Pro** (`caskcsg/LongBench-Pro`).
## What is included
Only examples whose `token_length` field is one of:
- `128k`
- `256k`
## Columns
This repo keeps only:
- `id`: example identifier (copied from source)
- `text`: the original `context` field (renamed from `context` → `text`)
All other fields from the source dataset are dropped.
## Intended use
Use this dataset when you want to benchmark long-context behavior specifically at **≥128k** length buckets, while keeping the input surface minimal (`id`, `text`).
## Provenance / attribution
Source dataset: `caskcsg/LongBench-Pro`.
This repo contains a derived subset. Please consult the source dataset card for:
- full task definitions
- original annotations/fields
- licensing/usage terms
## Reproducibility
The filtering logic and transformation used to build this dataset are contained in `create_dataset.py` in this repo.
|