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