Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,28 @@ language:
|
|
| 6 |
- en
|
| 7 |
size_categories:
|
| 8 |
- 1K<n<10K
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- en
|
| 7 |
size_categories:
|
| 8 |
- 1K<n<10K
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Dataset Card for LoCoMoSeg
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 14 |
+
|
| 15 |
+
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.
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Dataset Details
|
| 19 |
+
|
| 20 |
+
### Dataset Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
| 23 |
+
|
| 24 |
+
The newly introduced columns are:
|
| 25 |
+
- chunks: The segmented chunks.
|
| 26 |
+
- cut_prob: The segmentation probabilities for each candidate cut point.
|
| 27 |
+
- parallel_degree: The number of chunks.
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
If you find this dataset helpful, please cite:
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
```
|