File size: 870 Bytes
a2bda24
 
0592b0b
 
 
 
 
 
47cd0fa
 
 
 
 
 
64cf49f
47cd0fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
task_categories:
- text-generation
language:
- en
size_categories:
- 1K<n<10K
---

# Dataset Card for LoCoMoSeg

<!-- Provide a quick summary of the dataset. -->

The segmented version of the [LoCoMo](https://github.com/snap-research/locomo) dataset, with the usage of the [segmenter](https://huggingface.co/Syon-Li/Qwen3-4B-Instruct-2507-Segmenter) proposed in the paper [Towards Generalization of Block Attention via Automatic Segmentation and Block Distillation](https://arxiv.org/abs/2605.15913).


## Dataset Details

### Dataset Description

<!-- Provide a longer summary of what this dataset is. -->

The newly introduced columns are:
- chunks: The segmented chunks.
- cut_prob: The segmentation probabilities for each candidate cut point.
- parallel_degree: The number of chunks.


If you find this dataset helpful, please cite:
```

```