PeterV09 AndrewZeng commited on
Commit
230e39d
1 Parent(s): b3ccab2

Update README.md (#2)

Browse files

- Update README.md (765c0329f760736b7bbba29ac7c28ce1992806c9)


Co-authored-by: WeihaoZeng <AndrewZeng@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -97,3 +97,18 @@ The following hyperparameters were used during training:
97
  - Pytorch 2.1.0+cu121
98
  - Datasets 2.14.6
99
  - Tokenizers 0.14.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  - Pytorch 2.1.0+cu121
98
  - Datasets 2.14.6
99
  - Tokenizers 0.14.1
100
+
101
+
102
+ ## Citation
103
+ If you find the content of this project helpful, please cite our paper as follows:
104
+
105
+ ```
106
+ @misc{liu2023what,
107
+ title={What Makes Good Data for Alignment? A Comprehensive Study of Automatic Data Selection in Instruction Tuning},
108
+ author={Wei Liu and Weihao Zeng and Keqing He and Yong Jiang and Junxian He},
109
+ year={2023},
110
+ eprint={2312.15685},
111
+ archivePrefix={arXiv},
112
+ primaryClass={cs.CL}
113
+ }
114
+ ```