Update README.md
Browse files
README.md
CHANGED
@@ -21,4 +21,11 @@ configs:
|
|
21 |
path: data/train-*
|
22 |
- split: test
|
23 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
|
|
|
21 |
path: data/train-*
|
22 |
- split: test
|
23 |
path: data/test-*
|
24 |
+
task_categories:
|
25 |
+
- text-generation
|
26 |
+
tags:
|
27 |
+
- synthetic
|
28 |
+
size_categories:
|
29 |
+
- 1M<n<10M
|
30 |
---
|
31 |
+
Synthetic data for the paper [[2505.05755] Insertion Language Models: Sequence Generation with Arbitrary-Position Insertions](https://arxiv.org/abs/2505.05755).
|