paper-with-me

Papers

ParaDetox: Detoxification with Parallel Data

2022-05-01 · ACL 2022 5 · Varvara Logacheva, Daryna Dementieva, Sergey Ustyantsev, Daniil Moskovskiy, David Dale, Irina Krotova, Nikita Semenov, Alexander Panchenko

We present a novel pipeline for the collection of parallel data for the detoxification task. We collect non-toxic paraphrases for over 10,000 English toxic sentences. We also show that this pipeline can be used to distill a large existing corpus of paraphrases to get toxic-neutral sentence pairs. We release two parallel corpora which can be used for the training of detoxification models. To the best of our knowledge, these are the first parallel datasets for this task.We describe our pipeline in detail to make it fast to set up for a new language or domain, thus contributing to faster and easier development of new parallel resources.We train several detoxification models on the collected data and compare them with several baselines and state-of-the-art unsupervised approaches. We conduct both automatic and manual evaluations. All models trained on parallel data outperform the state-of-the-art unsupervised models by a large margin. This suggests that our novel datasets can boost the performance of detoxification systems.

📄 PDF Abstract BibTeX

Code (1)

skoltech-nlp/paradetox 공식 구현 pytorch

Tasks

Sentence

Similar Papers 제목 키워드 기반

MultiParaDetox: Extending Text Detoxification with Parallel Data to New Languages

2024-04-02 · Daryna Dementieva, Nikolay Babakov, Alexander Panchenko

Text detoxification is a textual style transfer (TST) task where a text is paraphrased from a toxic surface form, e.g. featuring rude words, to the neutral register. Recently, text detoxification methods found their appl…

Style Transfer

LLM in the Loop: Creating the PARADEHATE Dataset for Hate Speech Detoxification

2025-06-02 · Shuzhou Yuan, Ercong Nie, Lukas Kouba, Ashish Yashwanth Kangen 외

Detoxification, the task of rewriting harmful language into non-toxic text, has become increasingly important amid the growing prevalence of toxic content online. However, high-quality parallel datasets for detoxificatio…

8k

GPT-DETOX: An In-Context Learning-Based Paraphraser for Text Detoxification

2024-04-03 · Ali Pesaranghader, Nikhil Verma, Manasa Bharadwaj

Harmful and offensive communication or content is detrimental to social bonding and the mental state of users on social media platforms. Text detoxification is a crucial task in natural language processing (NLP), where t…

In-Context Learning

<think> So let's replace this phrase with insult... </think> Lessons learned from generation of toxic texts with LLMs

2025-09-10 · Sergey Pletenev, Daniil Moskovskiy, Alexander Panchenko arxiv

Modern Large Language Models (LLMs) are excellent at generating synthetic data. However, their performance in sensitive domains such as text detoxification has not received proper attention from the scientific community.…

Cleansing the Artificial Mind: A Self-Reflective Detoxification Framework for Large Language Models

2026-01-16 · Kaituo Zhang, Zhimeng Jiang, Na Zou arxiv

Recent breakthroughs in Large Language Models (LLMs) have revealed remarkable generative capabilities and emerging self-regulatory mechanisms, including self-correction and self-rewarding. However, current detoxification…

Text Generation