jasonyux commited on
Commit
d947400
1 Parent(s): e2cec0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -7,7 +7,7 @@ tags: []
7
 
8
  The LION-series are trained using an **empirically optimized pipeline** that consists of three stages: SFT, DPO, and online preference learning (online DPO). We find simple techniques such as sequence packing, loss masking in SFT, increasing the preference dataset size in DPO, and online DPO training can significantly improve the performance of language models. Our best models (the LION-series) **exceed the performance of the official instruct models** tuned with closed-source data and algorithms.
9
 
10
- For training datasets, code, and evaluation scripts, please refer to our paper and codebase (to-be-released).
11
 
12
 
13
  ## Model description
@@ -78,15 +78,24 @@ print(prompt)
78
 
79
  ### Training details
80
 
81
- Please refer to our codebase at (to-be-released).
82
 
83
 
84
- <!-- ## Citation Information
85
 
86
  If you find this model useful in your work, please consider citing our paper:
 
 
 
 
 
 
 
 
 
 
 
87
  ```
88
- @misc{tmp}
89
- ``` -->
90
 
91
  ## Acknowledgements
92
 
 
7
 
8
  The LION-series are trained using an **empirically optimized pipeline** that consists of three stages: SFT, DPO, and online preference learning (online DPO). We find simple techniques such as sequence packing, loss masking in SFT, increasing the preference dataset size in DPO, and online DPO training can significantly improve the performance of language models. Our best models (the LION-series) **exceed the performance of the official instruct models** tuned with closed-source data and algorithms.
9
 
10
+ For training datasets, code, and evaluation scripts, please refer to our [paper](https://arxiv.org/abs/2407.06542) and [codebase](https://github.com/Columbia-NLP-Lab/LionAlignment).
11
 
12
 
13
  ## Model description
 
78
 
79
  ### Training details
80
 
81
+ Please refer to our [codebase](https://github.com/Columbia-NLP-Lab/LionAlignment).
82
 
83
 
84
+ ## Citation Information
85
 
86
  If you find this model useful in your work, please consider citing our paper:
87
+
88
+ ```
89
+ @misc{yu2024lionsempiricallyoptimizedapproach,
90
+ title={LIONs: An Empirically Optimized Approach to Align Language Models},
91
+ author={Xiao Yu and Qingyang Wu and Yu Li and Zhou Yu},
92
+ year={2024},
93
+ eprint={2407.06542},
94
+ archivePrefix={arXiv},
95
+ primaryClass={cs.CL},
96
+ url={https://arxiv.org/abs/2407.06542},
97
+ }
98
  ```
 
 
99
 
100
  ## Acknowledgements
101