Add project page link
Browse filesThis PR adds a link to the project page `https://dhruveshp.com/projects/ilm` to the dataset card, providing users with easier access to additional information and resources related to the "Insertion Language Models" paper.
README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: input
|
@@ -21,11 +25,10 @@ configs:
|
|
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 |
-
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
size_categories:
|
3 |
+
- 1M<n<10M
|
4 |
+
task_categories:
|
5 |
+
- text-generation
|
6 |
dataset_info:
|
7 |
features:
|
8 |
- name: input
|
|
|
25 |
path: data/train-*
|
26 |
- split: test
|
27 |
path: data/test-*
|
|
|
|
|
28 |
tags:
|
29 |
- synthetic
|
|
|
|
|
30 |
---
|
31 |
+
|
32 |
+
Synthetic data for the paper [[2505.05755] Insertion Language Models: Sequence Generation with Arbitrary-Position Insertions](https://arxiv.org/abs/2505.05755).
|
33 |
+
|
34 |
+
Project page: https://dhruveshp.com/projects/ilm
|