Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
Textbooks scraped from libretext.org from the paper Language Models as Science Tutors
|
2 |
|
3 |
This dataset uses the chapters from [princeton-nlp/TextbookChapters](https://huggingface.co/datasets/princeton-nlp/TextbookChapters) and concatenates them by book and subject area to create long-context pre-training data.
|
4 |
|
5 |
If you use this dataset please cite:
|
6 |
|
|
|
7 |
@inproceedings{
|
8 |
chevalier2024language,
|
9 |
title={Language Models as Science Tutors},
|
@@ -11,4 +12,5 @@ author={Alexis Chevalier and Jiayi Geng and Alexander Wettig and Howard Chen and
|
|
11 |
booktitle={Forty-first International Conference on Machine Learning},
|
12 |
year={2024},
|
13 |
url={https://openreview.net/forum?id=WFyolnFZOR}
|
14 |
-
}
|
|
|
|
1 |
+
Textbooks scraped from libretext.org from the paper [Language Models as Science Tutors](https://arxiv.org/pdf/2402.11111).
|
2 |
|
3 |
This dataset uses the chapters from [princeton-nlp/TextbookChapters](https://huggingface.co/datasets/princeton-nlp/TextbookChapters) and concatenates them by book and subject area to create long-context pre-training data.
|
4 |
|
5 |
If you use this dataset please cite:
|
6 |
|
7 |
+
`
|
8 |
@inproceedings{
|
9 |
chevalier2024language,
|
10 |
title={Language Models as Science Tutors},
|
|
|
12 |
booktitle={Forty-first International Conference on Machine Learning},
|
13 |
year={2024},
|
14 |
url={https://openreview.net/forum?id=WFyolnFZOR}
|
15 |
+
}
|
16 |
+
`
|