Update README.md
Browse files
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://
|
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{
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
```
|