Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,4 +31,11 @@ configs:
|
|
| 31 |
path: data/validation-*
|
| 32 |
- split: test
|
| 33 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
---
|
|
|
|
|
|
| 31 |
path: data/validation-*
|
| 32 |
- split: test
|
| 33 |
path: data/test-*
|
| 34 |
+
task_categories:
|
| 35 |
+
- text-generation
|
| 36 |
+
tags:
|
| 37 |
+
- synthetic
|
| 38 |
+
size_categories:
|
| 39 |
+
- 1K<n<10K
|
| 40 |
---
|
| 41 |
+
Synthetic data for the paper [[2505.05755] Insertion Language Models: Sequence Generation with Arbitrary-Position Insertions](https://arxiv.org/abs/2505.05755).
|