Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -107,3 +107,19 @@ The following hyperparameters were used during training:
107
  - Pytorch 2.1.0+cu121
108
  - Datasets 2.14.6
109
  - Tokenizers 0.14.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  - Pytorch 2.1.0+cu121
108
  - Datasets 2.14.6
109
  - Tokenizers 0.14.1
110
+
111
+
112
+ ## Citation
113
+ If you find the content of this project helpful, please cite our paper as follows:
114
+
115
+ ```
116
+ @misc{liu2023what,
117
+ title={What Makes Good Data for Alignment? A Comprehensive Study of Automatic Data Selection in Instruction Tuning},
118
+ author={Wei Liu and Weihao Zeng and Keqing He and Yong Jiang and Junxian He},
119
+ year={2023},
120
+ eprint={2312.15685},
121
+ archivePrefix={arXiv},
122
+ primaryClass={cs.CL}
123
+ }
124
+ ```
125
+