jasonyux commited on
Commit
a53afef
1 Parent(s): 3cddd4a

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
@@ -77,15 +77,24 @@ print(prompt)
77
 
78
  ### Training details
79
 
80
- Please refer to our codebase at (to-be-released).
81
 
82
 
83
- <!-- ## Citation Information
84
 
85
  If you find this model useful in your work, please consider citing our paper:
 
 
 
 
 
 
 
 
 
 
 
86
  ```
87
- @misc{tmp}
88
- ``` -->
89
 
90
  ## Acknowledgements
91
 
 
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
 
77
 
78
  ### Training details
79
 
80
+ Please refer to our [paper](https://arxiv.org/abs/2407.06542) and [codebase](https://github.com/Columbia-NLP-Lab/LionAlignment).
81
 
82
 
83
+ ## Citation Information
84
 
85
  If you find this model useful in your work, please consider citing our paper:
86
+
87
+ ```bash
88
+ @misc{yu2024lionsempiricallyoptimizedapproach,
89
+ title={LIONs: An Empirically Optimized Approach to Align Language Models},
90
+ author={Xiao Yu and Qingyang Wu and Yu Li and Zhou Yu},
91
+ year={2024},
92
+ eprint={2407.06542},
93
+ archivePrefix={arXiv},
94
+ primaryClass={cs.CL},
95
+ url={https://arxiv.org/abs/2407.06542},
96
+ }
97
  ```
 
 
98
 
99
  ## Acknowledgements
100