Tawkat commited on
Commit
2a51c4e
·
verified ·
1 Parent(s): 8435322

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -31,7 +31,7 @@ datasets:
31
 
32
  This model card corresponds to the DetoxLLM-7B detoxification model based on [LLaMA-2](https://huggingface.co/meta-llama/Llama-2-7b). The model is finetuned with Chain-of-Thought (CoT) explanation.
33
 
34
- **Paper**: [DetoxLLM: A Framework for Detoxification with Explanations](https://arxiv.org/abs/2402.15951) **(EMNLP 2024 Main)**
35
 
36
  **Authors**: Md Tawkat Islam Khondaker, Muhammad Abdul-Mageed, Laks V.S. Lakshmanan
37
 
@@ -227,11 +227,21 @@ In creating an open model, we have carefully considered the following:
227
  ## Citation
228
  If you use DetoxLLM for your scientific publication, or if you find the resources in this repository useful, please cite our paper as follows:
229
  ```
230
- @inproceedings{Khondaker2024DetoxLLM,
231
- title={DetoxLLM: A Framework for Detoxification with Explanations},
232
- author={Md. Tawkat Islam Khondaker and Muhammad Abdul-Mageed and Laks V. S. Lakshmanan},
233
- year={2024},
234
- url={https://arxiv.org/abs/2402.15951}
 
 
 
 
 
 
 
 
 
 
235
  }
236
 
237
  ```
 
31
 
32
  This model card corresponds to the DetoxLLM-7B detoxification model based on [LLaMA-2](https://huggingface.co/meta-llama/Llama-2-7b). The model is finetuned with Chain-of-Thought (CoT) explanation.
33
 
34
+ **Paper**: [DetoxLLM: A Framework for Detoxification with Explanations](https://aclanthology.org/2024.emnlp-main.1066) **(EMNLP 2024 Main)**
35
 
36
  **Authors**: Md Tawkat Islam Khondaker, Muhammad Abdul-Mageed, Laks V.S. Lakshmanan
37
 
 
227
  ## Citation
228
  If you use DetoxLLM for your scientific publication, or if you find the resources in this repository useful, please cite our paper as follows:
229
  ```
230
+ @inproceedings{khondaker-etal-2024-detoxllm,
231
+ title = "{D}etox{LLM}: A Framework for Detoxification with Explanations",
232
+ author = "Khondaker, Md Tawkat Islam and
233
+ Abdul-Mageed, Muhammad and
234
+ Lakshmanan, Laks V. S.",
235
+ editor = "Al-Onaizan, Yaser and
236
+ Bansal, Mohit and
237
+ Chen, Yun-Nung",
238
+ booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
239
+ month = nov,
240
+ year = "2024",
241
+ address = "Miami, Florida, USA",
242
+ publisher = "Association for Computational Linguistics",
243
+ url = "https://aclanthology.org/2024.emnlp-main.1066",
244
+ pages = "19112--19139",
245
  }
246
 
247
  ```