princeton-nlp commited on
Commit
542b0c6
·
verified ·
1 Parent(s): b1eca5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -19
README.md CHANGED
@@ -1,19 +1,14 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: chapter
5
- dtype: string
6
- - name: path
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 1027051332
11
- num_examples: 77932
12
- download_size: 507155529
13
- dataset_size: 1027051332
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
- ---
 
1
+ Textbooks scraped from libretext.org from the paper [Language Models as Science Tutors](https://arxiv.org/pdf/2402.11111)
2
+
3
+ If you use this dataset please cite:
4
+ ```
5
+ @inproceedings{
6
+ chevalier2024language,
7
+ title={Language Models as Science Tutors},
8
+ author={Alexis Chevalier and Jiayi Geng and Alexander Wettig and Howard Chen and Sebastian Mizera and Toni Annala and Max Aragon and Arturo Rodriguez Fanlo and Simon Frieder and Simon Machado and Akshara Prabhakar and Ellie Thieu and Jiachen T. Wang and Zirui Wang and Xindi Wu and Mengzhou Xia and Wenhan Xia and Jiatong Yu and Junjie Zhu and Zhiyong Ren and Sanjeev Arora and Danqi Chen},
9
+ booktitle={Forty-first International Conference on Machine Learning},
10
+ year={2024},
11
+ url={https://openreview.net/forum?id=WFyolnFZOR}
12
+ }
13
+ ```
14
+