jacobli commited on
Commit
265fe43
1 Parent(s): ce2b5ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -88,9 +88,13 @@ We use [RTP-LX](https://arxiv.org/abs/2404.14397) multilingual dataset for promp
88
 
89
 
90
  ## Citation [optional]
91
-
92
- TBD
93
-
94
- **BibTeX:**
95
-
96
- [More Information Needed]
 
 
 
 
 
88
 
89
 
90
  ## Citation [optional]
91
+ ```
92
+ @misc{li2024preference,
93
+ title={Preference Tuning For Toxicity Mitigation Generalizes Across Languages},
94
+ author={Xiaochen Li and Zheng-Xin Yong and Stephen H. Bach},
95
+ year={2024},
96
+ eprint={2406.16235},
97
+ archivePrefix={arXiv},
98
+ primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
99
+ }
100
+ ```