songff commited on
Commit
fa0ed63
·
verified ·
1 Parent(s): f51ddd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -42,4 +42,16 @@ better_instruction = tokenizer.parse_output(
42
  )
43
 
44
  print(better_instruction)
 
 
 
 
 
 
 
 
 
 
 
 
45
  ```
 
42
  )
43
 
44
  print(better_instruction)
45
+ ```
46
+
47
+ If you find this work useful, please consider citing:
48
+ ```
49
+ @misc{song2025paligner,
50
+ title={P-Aligner: Enabling Pre-Alignment of Language Models via Principled Instruction Synthesis},
51
+ author={Song, Feifan and Gao, Bofei and Song, Yifan and Liu, Yi and Xiong, Weimin and Song, Yuyang and Liu, Tianyu and Wang, Guoyin and Wang, Houfeng},
52
+ year={2025},
53
+ eprint={2508.04626},
54
+ archivePrefix={arXiv},
55
+ primaryClass={cs.CL}
56
+ }
57
  ```