Research
Detoxifying Toxic Communication: A Design Science Approach to Responsible AI
Overview Research area: AI safety and ethics, specifically responsible AI for content moderation and toxic language remediation in digital workplaces. Technical level: Intermediate. The abstract names
- arXiv
- 2609.00361
- Published
- 2026-08-31
- Authors
- Hossein Arshadi Soufiani, Henry M. Kim, Hjalmar Turesson, Syed Mohammad Arham Noman, Anav Setia
AI summary
Overview
- Research area: AI safety and ethics, specifically responsible AI for content moderation and toxic language remediation in digital workplaces.
- Technical level: Intermediate. The abstract names specific model families (DistilBERT, DistilRoBERTa, mT0-XL-Detox-ORPO) and assumes familiarity with transformer-based classification and text generation, but the framing problem and design goals are accessible without deep machine learning background.
- Scope (one sentence): The paper designs, builds, and technically evaluates a responsible AI system that detects toxic workplace messages and rewrites them into non-offensive paraphrases carrying the same meaning.
What This Paper Is About
Workplace digital communication frequently contains toxic language — from outright pejoratives to sarcasm, condescension, and subtle incivility — which damages trust, morale, and collaboration. Conventional moderation tools respond by deleting or blocking the offending message, which interrupts the conversation and leaves the underlying conflict unresolved. This paper's goal is to build and evaluate an alternative: a system that identifies toxic text and rewrites it into a respectful but semantically equivalent version, so the conversation can continue rather than being cut off.
Key Contributions
- A responsible AI artifact for detoxification rather than deletion. The paper applies a Design Science Research approach to construct a working system that detects toxic communication and rewrites it, treating "detoxify" as a distinct design goal from "remove" or "block."
- An integrated detection-plus-rewriting pipeline. The artifact combines fine-tuned transformer-based classifiers (DistilBERT and DistilRoBERTa) for toxicity detection with a generative model (mT0-XL-Detox-ORPO) that produces non-offensive paraphrases.
- Design principles for responsible AI moderation. The paper distills principles intended to guide future moderation systems, with explicit priority on preserving meaning and on fairness.
- A technical evaluation of the artifact. The authors report on both detection accuracy and semantic preservation in the rewritten messages, framing these as evidence that conversation continuity can be maintained while reinforcing respectful discourse.
Main Findings
- Detection performance is reported as high: The abstract states that the technical evaluation demonstrates high accuracy in toxicity detection, but it does not report specific accuracy figures, metrics, or dataset details — those specifics are not available in the abstract.
- Meaning is largely preserved in rewrites: The paper claims strong semantic preservation in the rewritten messages, meaning the detoxified version is intended to carry the same content as the original. Again, the abstract gives no numerical measure of this preservation.
- Moderation can support continuity rather than disruption: The authors position the artifact as enabling conversations to continue instead of being interrupted by message deletion or blocking, which they identify as the main shortcoming of existing tools.
- Fine-tuned classifiers and a generative rewriter can be combined: The design shows detection and rewriting working as one artifact rather than as separate tools, though the abstract does not describe how the two components are coupled or how errors in one affect the other.
- Fairness and meaning preservation are stated design commitments: The paper argues these two concerns should be prioritized in responsible AI moderation design, but the abstract does not detail how fairness was measured or enforced.
Methodology in Plain English
The researchers used Design Science Research, an approach in which the goal is to build and study an artifact — here, a working software system — rather than to only analyze an existing phenomenon. They first assembled a toxicity detection layer by fine-tuning two pretrained transformer classifiers (DistilBERT and DistilRoBERTa) on the task of recognizing toxic language, which are smaller, faster variants of widely used language models. They then paired those classifiers with a separate generative model, mT0-XL-Detox-ORPO, whose job is to take a toxic message and rewrite it as a paraphrase that says the same thing without the offensive content. The resulting artifact was then technically evaluated along two dimensions the authors care about: whether it correctly identifies toxic messages, and whether the rewritten messages preserve the original meaning. The abstract does not describe the training data, the evaluation setup, or the comparison baselines used.
Why This Matters
Impact on research. The paper reframes moderation as a rewriting problem rather than a filtering problem, which opens a different set of research questions: how to measure semantic equivalence after rewriting, how to handle messages where toxicity is inseparable from meaning, and how to design for fairness when the system is actively transforming what a person said. It also contributes a set of design principles that other responsible AI researchers can build on or contest.
Real-world applications:
- Workplace messaging and collaboration platforms (team chat, internal email), where the artifact could offer a respectful rewrite before a message is sent or flag and revise one that has been sent.
- Human resources and workplace conduct review, where message-level detection could surface patterns of subtle incivility that are hard to catch manually.
- Customer support and community moderation, where preserving the substance of a complaint while removing hostility keeps service conversations productive.
- Educational and multi-user collaborative environments, where the goal is to keep discussion flowing and model respectful discourse rather than to silence participants.
Industry relevance. Moderation is a persistent operational and reputational cost for any company operating a communication surface. A tool that detects and rewrites rather than deletes addresses a known complaint about existing moderation — that it degrades user experience and can be perceived as censorship — while still reducing exposure to toxic content. The abstract does not report deployment results, latency, cost, or any operational metrics, so the practical viability of the artifact at scale is not established by what is presented here.
Future Directions
- Publish detailed evaluation results. The abstract asserts high detection accuracy and strong semantic preservation but supplies no numbers; reporting metrics, datasets, and baselines would let others verify and compare.
- Test semantic preservation more rigorously. Because the system rewrites messages rather than removing them, measuring whether the meaning truly survives — and where it breaks down — is the central open technical question.
- Address fairness empirically. The paper lists fairness as a design priority, but how fairness is defined, measured, and enforced across speakers, dialects, and language varieties remains to be worked out.
- Study human and organizational reception. Whether employees accept having their messages rewritten, and whether rewrites actually improve trust and morale rather than feeling patronizing or surveillant, are questions the technical evaluation alone cannot answer.
Target Audience
Researchers and practitioners in AI ethics and responsible AI design, natural language processing engineers working on content moderation and text style transfer, and workplace technology or trust-and-safety teams evaluating alternatives to deletion-based moderation. The paper is also relevant to organizational behavior and HR researchers interested in how AI intervention in workplace communication affects collaboration, though readers seeking empirical effect sizes or deployment evidence will not find them in the abstract.
Authors’ abstract
Toxic language in digital workplaces such as pejoratives, sarcasm, condescension, and subtle incivility can erode trust, morale, and collaboration. Existing moderation tools primarily delete or block harmful messages, disrupting communication and offering no constructive resolution. This study adopts a Design Science Research approach to create a responsible AI artifact that detects and detoxifies toxic communication. The artifact integrates fine-tuned transformer-based classifiers (DistilBERT, DistilRoBERTa) with a generative detoxification model (mT0-XL-Detox-ORPO) that rewrites toxic text into semantically equivalent, non-offensive paraphrases. Technical evaluation demonstrates high accuracy in toxicity detection and strong semantic preservation in rewritten messages, supporting conversation continuity while reinforcing respectful discourse. The paper contributes design principles for responsible AI moderation that prioritize meaning preservation and fairness.