davmel commited on
Commit
2a47179
·
verified ·
1 Parent(s): c2f66c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -199,3 +199,19 @@ Given a batch of prompts, the following steps are executed:
199
 
200
  **License:** MIT
201
  **Disclaimer:** The datasets hosted here contain outputs from various third-party open-source models. Users must ensure compliance with the specific licenses of the source models (e.g., Llama Community License, Apache 2.0, Qwen Research License) when using these datasets.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
 
200
  **License:** MIT
201
  **Disclaimer:** The datasets hosted here contain outputs from various third-party open-source models. Users must ensure compliance with the specific licenses of the source models (e.g., Llama Community License, Apache 2.0, Qwen Research License) when using these datasets.
202
+
203
+ ## Citation
204
+
205
+ If you use our work or the ActiveUltraFeedback datasets, models, please cite us:
206
+
207
+ ```bibtex
208
+ @misc{melikidze2026activeultrafeedbackefficientpreferencedata,
209
+ title={ActiveUltraFeedback: Efficient Preference Data Generation using Active Learning},
210
+ author={Davit Melikidze and Marian Schneider and Jessica Lam and Martin Wertich and Ido Hakimi and Barna Pásztor and Andreas Krause},
211
+ year={2026},
212
+ eprint={2603.09692},
213
+ archivePrefix={arXiv},
214
+ primaryClass={cs.LG},
215
+ url={https://arxiv.org/abs/2603.09692},
216
+ }
217
+ ```