paper-with-me

홈 › Papers

From One to Many: Expanding the Scope of Toxicity Mitigation in Language Models

2024-03-06 · Luiza Pozzobon, Patrick Lewis, Sara Hooker, Beyza Ermis

To date, toxicity mitigation in language models has almost entirely been focused on single-language settings. As language models embrace multilingual capabilities, it's crucial our safety measures keep pace. Recognizing this research gap, our approach expands the scope of conventional toxicity mitigation to address the complexities presented by multiple languages. In the absence of sufficient annotated datasets across languages, we employ translated data to evaluate and enhance our mitigation techniques. We also compare finetuning mitigation approaches against retrieval-augmented techniques under both static and continual toxicity mitigation scenarios. This allows us to examine the effects of translation quality and the cross-lingual transfer on toxicity mitigation. We also explore how model size and data quantity affect the success of these mitigation efforts. Covering nine languages, our study represents a broad array of linguistic families and levels of resource availability, ranging from high to mid-resource languages. Through comprehensive experiments, we provide insights into the complexities of multilingual toxicity mitigation, offering valuable insights and paving the way for future research in this increasingly important field. Code and data are available at https://github.com/for-ai/goodtriever.

📄 PDF Abstract BibTeX arXiv:2403.03893

Code (1)

for-ai/goodtriever 공식 구현 pytorch

Tasks

Cross-Lingual Transfer

Similar Papers 제목 키워드 기반

Toxicity in Online Platforms and AI Systems: A Survey of Needs, Challenges, Mitigations, and Future Directions

2025-09-29 · Smita Khapre, Melkamu Abay Mersha, Hassan Shakil, Jonali Baruah 외 arxiv

The evolution of digital communication systems and the designs of online platforms have inadvertently facilitated the subconscious propagation of toxic behavior. Giving rise to reactive responses to toxic behavior. Toxic…

Added Toxicity Mitigation at Inference Time for Multimodal and Massively Multilingual Translation

2023-11-11 · Marta R. Costa-jussà, David Dale, Maha Elbayad, Bokai Yu

Added toxicity in the context of translation refers to the fact of producing a translation output with more toxicity than there exists in the input. In this paper, we present MinTox which is a novel pipeline to identify …

Machine TranslationTranslation

Goodtriever: Adaptive Toxicity Mitigation with Retrieval-augmented Models

2023-10-11 · Luiza Pozzobon, Beyza Ermis, Patrick Lewis, Sara Hooker

Considerable effort has been dedicated to mitigating toxicity, but existing methods often require drastic modifications to model parameters or the use of computationally intensive auxiliary models. Furthermore, previous …

RetrievalText Generation

Cross-Lingual Transfer of Debiasing and Detoxification in Multilingual LLMs: An Extensive Investigation

2024-12-18 · Vera Neplenbroek, Arianna Bisazza, Raquel Fernández

Recent generative large language models (LLMs) show remarkable performance in non-English languages, but when prompted in those languages they tend to express higher harmful social biases and toxicity levels. Prior work …

Cross-Lingual TransferText Generation

Challenges in Detoxifying Language Models

2021-09-15 · Findings (EMNLP) 2021 11 · Johannes Welbl, Amelia Glaese, Jonathan Uesato, Sumanth Dathathri 외

Large language models (LM) generate remarkably fluent text and can be efficiently adapted across NLP tasks. Measuring and guaranteeing the quality of generated text in terms of safety is imperative for deploying LMs in t…