jymcc commited on
Commit
2f080fe
·
verified ·
1 Parent(s): e352be6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -75,10 +75,12 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
75
  # <span>📖 Citation</span>
76
 
77
  ```bibtex
78
- @article{huatuogpt3,
79
- title={HuatuoGPT-3: RL-Only Domain Adaptation from Base Models via Off-Policy Seeding},
80
- author={Coming soon},
81
- journal={arXiv preprint},
 
 
82
  year={2026}
83
  }
84
  ```
 
75
  # <span>📖 Citation</span>
76
 
77
  ```bibtex
78
+ @inproceedings{huatuogpt3,
79
+ title={OnePO: Direct One-stage Policy Optimization for SFT-free Domain Adaptation},
80
+ author={Chen, Junying and Xie, Xinyuan and Li, Ziniu and Wang, Benyou},
81
+ booktitle={Proceedings of the 43rd International Conference on Machine Learning},
82
+ series={Proceedings of Machine Learning Research},
83
+ volume={306},
84
  year={2026}
85
  }
86
  ```