AndrewZeng
commited on
Commit
•
2c2d434
1
Parent(s):
fd7c748
Update README.md
Browse files
README.md
CHANGED
@@ -112,3 +112,17 @@ print(quality_score)
|
|
112 |
|
113 |
```
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
|
113 |
```
|
114 |
|
115 |
+
## Citation
|
116 |
+
If you find the content of this project helpful, please cite our paper as follows:
|
117 |
+
|
118 |
+
```
|
119 |
+
@misc{liu2023what,
|
120 |
+
title={What Makes Good Data for Alignment? A Comprehensive Study of Automatic Data Selection in Instruction Tuning},
|
121 |
+
author={Wei Liu and Weihao Zeng and Keqing He and Yong Jiang and Junxian He},
|
122 |
+
year={2023},
|
123 |
+
eprint={2312.15685},
|
124 |
+
archivePrefix={arXiv},
|
125 |
+
primaryClass={cs.CL}
|
126 |
+
}
|
127 |
+
```
|
128 |
+
|