Improve dataset card: Add project page, language, and descriptive tags (#3)
Browse files- Improve dataset card: Add project page, language, and descriptive tags (1eeaeaaa26e3e6533c1f4dd440865b349498c34f)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: text
|
@@ -21,7 +29,8 @@ configs:
|
|
21 |
path: data/train-*
|
22 |
- split: validation
|
23 |
path: data/validation-*
|
24 |
-
task_categories:
|
25 |
-
- text-generation
|
26 |
---
|
27 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
task_categories:
|
3 |
+
- text-generation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- insertion-language-model
|
8 |
+
- text-infilling
|
9 |
+
- planning
|
10 |
dataset_info:
|
11 |
features:
|
12 |
- name: text
|
|
|
29 |
path: data/train-*
|
30 |
- split: validation
|
31 |
path: data/validation-*
|
|
|
|
|
32 |
---
|
33 |
+
|
34 |
+
Stories data for the paper [[2505.05755] Insertion Language Models: Sequence Generation with Arbitrary-Position Insertions](https://arxiv.org/abs/2505.05755).
|
35 |
+
|
36 |
+
Project page: https://dhruveshp.com/projects/ilm
|