Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is the model with curriculum learning based on sentence complexity approximating language acquisition on [this paper](https://aclanthology.org/2023.conll-babylm.25/).
|
2 |
+
|
3 |
+
# Citation
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
```
|
8 |
+
@inproceedings{oba-etal-2023-babylm,
|
9 |
+
title = "{B}aby{LM} Challenge: Curriculum learning based on sentence complexity approximating language acquisition",
|
10 |
+
author = "Oba, Miyu and
|
11 |
+
Haga, Akari and
|
12 |
+
Fukatsu, Akiyo and
|
13 |
+
Oseki, Yohei",
|
14 |
+
editor = "Warstadt, Alex and
|
15 |
+
Mueller, Aaron and
|
16 |
+
Choshen, Leshem and
|
17 |
+
Wilcox, Ethan and
|
18 |
+
Zhuang, Chengxu and
|
19 |
+
Ciro, Juan and
|
20 |
+
Mosquera, Rafael and
|
21 |
+
Paranjabe, Bhargavi and
|
22 |
+
Williams, Adina and
|
23 |
+
Linzen, Tal and
|
24 |
+
Cotterell, Ryan",
|
25 |
+
booktitle = "Proceedings of the BabyLM Challenge at the 27th Conference on Computational Natural Language Learning",
|
26 |
+
month = dec,
|
27 |
+
year = "2023",
|
28 |
+
address = "Singapore",
|
29 |
+
publisher = "Association for Computational Linguistics",
|
30 |
+
url = "https://aclanthology.org/2023.conll-babylm.25",
|
31 |
+
doi = "10.18653/v1/2023.conll-babylm.25",
|
32 |
+
pages = "290--297",
|
33 |
+
}
|
34 |
+
```
|