File size: 1,048 Bytes
84f64a5 ff4db30 062cb68 ff4db30 84f1074 28fcbc8 ce65610 28fcbc8 062cb68 0f333d6 062cb68 | 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 | ---
license: apache-2.0
task_categories:
- text-generation
language:
- en
- zh
size_categories:
- 1K<n<10K
configs:
- config_name: longbench
data_files: "longbench_segmented.jsonl"
---
# Dataset Card for LongbenchSeg
<!-- Provide a quick summary of the dataset. -->
The segmented version of [Longbench](https://huggingface.co/datasets/zai-org/LongBench) using the trained [segmenter](https://huggingface.co/Syon-Li/Qwen3-4B-Instruct-2507-Segmenter) from the paper [Towards Generalization of Block Attention via Automatic Segmentation and Block Distillation](https://arxiv.org/abs/2605.15913).
We set the recursion depth to 1 and use the threshold value of 0.4.
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
The newly introduced segmentation columns are:
- chunks: The segmented chunks.
- cut_prob: The corresponding segmenting probability for each candidate cut point.
- parallel_degree: The number of segmented chunks.
If you find this dataset useful, please cite:
```
```
|