June 24, 2026
Large language models (LLMs) are increasingly deployed across languages, but their safety behavior remains uneven across linguistic and cultural contexts. This survey synthesizes work on toxicity detection and detoxification for multilingual LLMs. We first catalogue threat models that exploit language choice, translation pivots, code-switching, orthographic variation, multi-turn interaction, and post-deployment fine-tuning to weaken safety alignment. We then organize task formulations (toxic-to-neutral rewriting, toxicity classification, and toxic-generation evaluation), multilingual detection approaches (cross-lingual encoders, translation pipelines, representation-level probes, and LLM-based detectors), and mitigation strategies spanning data filtering, supervised and preference-based tuning, decoding-time steering, representation editing, and multilingual guardrails. Across these areas, we identify persistent challenges: uneven language coverage, culturally contingent definitions of harm, fragmented evaluation protocols, and the risk that detoxification suppresses legitimate dialectal or identity-related expression.
Large language models (LLMs) are increasingly used in multilingual settings, powering applications ranging from multilingual chatbots to cross-lingual content moderation [1]–[3]. As deployment expands, so do safety risks: LLMs can produce, amplify, or fail to detect toxic content such as hate speech, harassment, profanity, and identity-based abuse, and these risks are not distributed uniformly across languages [4]–[7]. Despite substantial progress on English detoxification, multilingual detection and mitigation remain less mature, especially for low-resource languages, dialects, code-switched inputs, and culturally specific harms [1], [8]–[11].
Multilingual detoxification is not a direct translation of English safety protocols [12], [13]. Toxicity ranges from overt categories, such as slurs, explicit insults, and profanity, to implicit forms such as microaggressions, sarcasm, and toxic condescension, which are harder to annotate, detect, and mitigate [14], [15]. Definitions of harm also vary by community: expressions that are benign, reclaimed, or dialectal in one context may be offensive in another. Multilingual settings introduce additional technical vulnerabilities. Code-switching, transliteration, and mixed-script inputs can weaken both detectors and refusal behavior [16]–[18], while pretrained models can degenerate into toxic continuations from benign or ambiguous prompts [19]. These failures interact with broader cultural and social biases in generated language [20], [21].
Traditional moderation systems rely heavily on keyword lists, rules, and supervised classifiers, which are brittle under paraphrase, obfuscation, dialectal variation, and context-dependent meaning [3], [22]. LLM alignment reduces many overt harms, but it does not transfer uniformly across languages: malicious prompts in lower-resource languages are more likely to elicit unsafe responses [23], [24], and preference optimization or RLHF data remain concentrated in a small set of high-resource languages [25], [26]. Preference tuning can transfer across languages, but transfer quality varies with representation alignment and language-resource availability [12], [27]. Machine translation is not a universal fallback either: multilingual translation systems can introduce, amplify, or obscure toxicity through hallucination and data bias [28]. These failures make multilingual detoxification a problem of technical robustness, evaluation validity, and sociolinguistic coverage [29], [30].
This survey provides a focused overview of detoxification for multilingual LLMs, synthesizing recent work on detection and mitigation into a taxonomy of datasets, methods, and evaluation frameworks (Figure 1). Related surveys examine multilingual LLM safety broadly [7]; our emphasis is the narrower detoxification pipeline: how toxic behavior is induced, measured, detected, and mitigated across languages.
The survey is organized around the following themes:
We organize multilingual threat models covering language-shift jailbreaks, translation/pivot attacks, code-switch prompts, multilingual red-teaming, and adaptation-time safety collapse from cross-lingual fine-tuning (§2).
We organize task formulations into three categories—toxic-to-neutral rewriting, toxicity classification, and toxic-generation/prompt continuation—and survey the datasets and metrics used to evaluate each.
We survey multilingual toxicity detection methods, spanning encoder- and decoder-based transformers, translation-based pipelines, representation-level probing, and LLM-based zero-shot detection.
We present a mechanism-based detoxification taxonomy covering data-centric filtering, supervised and preference-based tuning, decoding-time steering, representation editing, and multilingual guardrails.
We conclude with a discussion of open challenges—cross-lingual coverage gaps, cultural misalignment, evaluation fragmentation, and over-suppression—and identify concrete directions for building globally safe and equitable LLMs.
We focus on multilingual-specific toxicity-inducing threat models, which are adversarial procedures that exploit language choice, cross-lingual transfer, or multilingual interaction to elicit toxic outputs from a safety-aligned model. In this survey, we treat safety vulnerabilities—jailbreaks, alignment bypass, red-teaming—as the mechanisms through which toxic outputs are induced; “safety failure” and “toxicity elicitation” are thus two views of the same problem. To make these threat models comparable, we use four diagnostic axes: (i) language composition (monolingual vs.code-switched), (ii) script composition (standard vs.mixed-script/transliterated), (iii) translation mediation (direct vs.pivot/round-trip), and (iv) cultural-norm variation (universal vs.culturally contingent harm). The subsections below instantiate these axes: language-shift attacks isolate non-English prompting; translation-mediated attacks stress pivoting and round-trip evaluation; code-switching attacks combine language and script composition; and multilingual red-teaming/adaptation attacks expose how these linguistic operators interact with culturally contingent safety policies.
This threat primarily tests language composition: a malicious or ambiguous request remains monolingual but is re-expressed outside English. [23] formalize (i) unintentional multilingual jailbreaks (benign users prompting in underrepresented languages) and (ii) intentional multilingual jailbreaks (adversaries combining multilingual prompts with explicit malicious instructions), and show substantially higher unsafe rates in lower-resource languages.
This threat stresses translation mediation: an unsafe English prompt is translated into a target low-resource language to increase compliance, then the response is translated back. [24] empirically demonstrate higher unsafe response rates for malicious prompts expressed in lower-resource languages, motivating translation/pivot-based red-teaming. Recent defenses that re-anchor safety using English while enforcing target-language outputs further underscore translation as a core failure mode in multilingual safety [31].
This threat combines language composition with script composition, because multilingual prompts may mix languages, scripts, and transliterated forms within one context. [18] show that code-switched red-teaming queries can elicit unsafe behavior more effectively than monolingual attacks and introduce a synthesis framework (CSRT) to generate such queries at scale. Complementarily, [32] propose the Sandwich Attack, a multi-language mixture prompt that interleaves benign and adversarial segments across languages to induce harmful completions in a black-box setting.
Red teaming operationalizes these axes by generating adversarial prompts and dialogues at scale, including culturally specific prompts whose harmfulness may not be captured by English-centric policies. Early work established manual and LM-assisted red teaming methodologies [33], [34]. Recent multilingual extensions explicitly target the multilingual capability envelope: CSRT generates code-switched attacks [18]; Rainbow Teaming produces diverse open-ended adversarial prompts and has been replicated/extended for Polish as a concrete non-English safety stress test [35], [36]; and MM-ART automates multi-turn, multilingual red teaming, showing vulnerability increases sharply with conversation length and is substantially underestimated by single-turn English evaluation [37].
Aligned multilingual models are frequently customized via SFT/PEFT after deployment, creating an adaptation-time attack surface where safety behavior can shift across languages and local norms. [38] show that fine-tuning on a small toxic dataset in one language can collapse safety across other languages (cross-lingual attack transfer). Their Safety Information Localization (SIL) analysis suggests safety-relevant parameters are partially language-agnostic, enabling sparse updates to induce multilingual failure.
Even benign adaptation can be risky: [39] show that LoRA fine-tuning to learn a low-resource language—without harmful data—can nonetheless degrade refusal behavior, implying that multilingual expansion itself can destabilize safety guarantees.
Multilingual detoxification methods should therefore be evaluated not only on monolingual English prompts, but under compositions of multilingual operators (translate/pivot, code-switch, mixture prompts, transliteration), multi-turn interaction, and post-deployment adaptation stress tests. The threat models above motivate the task formulations, datasets, and metrics we discuss next.
Toxicity datasets can broadly be categorized into three tasks, each corresponding to a distinct evaluation goal:
Toxic-to-Neutral Rewriting. ParaDetox [11] introduced more than 10K English toxic\(\rightarrow\)neutral paraphrase pairs. Subsequent work explored cross-lingual transfer for detoxification [40], [41], added a Hindi evaluation set [42], and extended the ParaDetox collection pipeline to Russian, Ukrainian, and Spanish in MultiParaDetox [10]. The TextDetox/PAN 2024 shared task and its COLING extension broadened the parallel detoxification setting to 9 languages: English, Spanish, German, Chinese, Arabic, Hindi, Ukrainian, Russian, and Amharic [43], [44]. SynthDetox-M [45], [46] adds 16K high-quality synthetic pairs across German, French, Spanish, and Russian via few-shot LLM prompting. APPDIA [47] and CAPP [48] provide discourse- or dialogue-aware parallel corpora for offensive-content paraphrasing.
Toxic Text Detection. Jigsaw’s English Toxic Comment and Unintended Bias tasks provide large-scale comment-level toxicity labels, while the multilingual Jigsaw task evaluates binary toxicity in Spanish, Italian, Turkish, French, Portuguese, and Russian using English-labeled training data [49], [50]. OffensEval covers English offensive-language identification in 2019 and five languages in 2020 (Arabic, Danish, English, Greek, and Turkish) [51], [52]; the related Toxic Spans task targets span-level explanations in English [53]. HateCheck provides functional tests for English hate-speech detection, and Multilingual HateCheck extends this diagnostic framing to ten languages [4], [54]. HASOC and HatEval provide additional multilingual hate/offensive-language benchmarks [55], [56]. LifeTox [57] targets implicit toxicity in English advice-seeking contexts, and ToxiGen [2] provides 274K machine-generated toxic and benign statements about protected groups. Such classification datasets serve both toxicity evaluation [58] and retrieval-based detoxification [59].
Non-Toxic Text Continuation. RealToxicityPrompts (RTP) [19] provides 100K English web prompts scored by Perspective API and introduced common toxic-generation metrics such as Expected Maximum Toxicity (EMT) and toxicity probability. RTP-LX [1] extends this style of evaluation to 28 languages in the paper, with human-transcreated prompts and native-speaker annotations for harm categories such as bias, insult, identity attack, and microaggression. PolygloToxicityPrompts (PTP) [60] offers 425K naturally sourced prompts across 17 languages and reports that toxicity tends to increase as model size grows or language-resource availability decreases. FrenchToxicityPrompts [61] provides 50K French prompts. TET [62] comprises 2,546 prompts filtered from 1M real-world LLM interactions to expose latent toxic behaviors that can bypass safety mechanisms. [6] further showed that persona-based system prompts can amplify toxic degeneration.
max width=
Toxicity Detection Metrics Outputs are often scored by toxicity classifiers. A common metric is style transfer accuracy (STA): the fraction of outputs that a classifier deems non-toxic. For example, models use RoBERTa-based classifiers trained on Jigsaw to compute STA [41]. Other tools such as the Perspective API1 provide continuous toxicity scores. Detoxification systems are typically expected to improve STA or reduce toxicity scores while preserving meaning and fluency (e.g., reducing toxic-generation probability as in [27]).
Content Preservation and Fluency To ensure meaning is retained, similarity metrics are applied. Popular choices include BLEURT [63] or BERTScore [64] to compare the detoxified output to the input or a reference. [41] adopt BLEURT for English content similarity (SIM) and LaBSE embeddings for Russian. Fluency is evaluated by the percentage of grammatical or fluent sentences, often via a language acceptability classifier (e.g., a RoBERTa trained to recognize acceptability) [11], [41]. Combined metrics like the product of STA, SIM, and fluency are sometimes used to rank models.
Cross-Lingual Alignment When detox and translation happen together, one can also measure translation quality or cross-lingual consistency. For example, in simultaneous translation+detox, one may compute BLEU [65] or COMET [66] between the generated detoxified translation and a human reference. In practice, cross-lingual transfer effectiveness is often inferred from zero-shot performance, or by correlating translated and original outputs. Some work also uses source-output embedding similarity as a proxy for semantic alignment.
Human Evaluation Ultimately, manual judgments are key. Human annotators typically rate detox outputs on (1) toxicity/style (is the output non-toxic/neutral?); (2) content preservation (does it retain the original meaning?); and (3) fluency (is the output natural?). Human scores are used both to evaluate final systems and to calibrate or validate automatic metrics (e.g. correlating BLEURT with meaning preservation).
Detecting toxicity in multilingual settings is complicated by linguistic diversity, code-mixing, dialectal variation, and culturally contingent definitions of harm.
Early toxicity detection relied on keyword lists and lexicon-based classifiers, which lack contextual understanding and fail under paraphrase, obfuscation, and dialectal variation. Deep contextual encoders such as mBERT and XLM-R marked a significant advance, demonstrating that cross-lingual representations can improve toxicity identification across languages [9], [67]. These models benefit from shared subword vocabularies and multilingual pretraining, allowing transfer from high-resource languages such as English to languages with less labeled toxicity data. Nevertheless, performance remains uneven across scripts, dialects, and languages with limited pretraining resources [68]. The brittleness of subword tokenization under spelling variants, obfuscation, and script mixing has motivated byte- and character-level alternatives; the newer Perspective API, for example, uses a multilingual token-free Charformer architecture for toxic-content detection [69].
A parallel line of work explores translation-based pipelines, where non-English text is machine-translated into English before being passed to an English toxicity classifier [70]. This strategy can be competitive because English detectors are comparatively mature, but it introduces error propagation, translation artifacts, and semantic drift, especially for dialectal, code-mixed, or morphologically complex inputs [52]. Translation systems themselves can introduce or obscure toxic content, so translation is best treated as an evaluation or deployment design choice rather than a neutral preprocessing step [28].
Recent research identifies linear toxic subspaces in language model embeddings [71], [72], suggesting that toxicity-related features can occupy identifiable directions in latent space. Decomposing models into interpretable expert components can further isolate toxicity-related behavior [73]. These findings motivate probing and attribution techniques that seek to locate where toxicity features are stored, with applications to both detection and mitigation [74], [75].
The emergence of instruction-tuned LLMs has opened new detection avenues [76]. Several works evaluate LLMs as zero-shot or few-shot toxicity detectors, showing strong generalization but also calibration failures [77] and cultural misalignment across languages [78]. These models often rely on implicit safety priors learned during alignment, which can produce inconsistent behavior on region-specific sociolinguistic norms.
Takeaway: Multilingual LLMs and multilingual encoders have improved cross-lingual toxicity detection, but substantial challenges remain. Persistent gaps in language coverage, bias in training corpora, inconsistent cross-lingual performance, and translation-induced errors limit the reliability of current detectors. See Table 1 in the Appendix for a detailed comparison.
Data-centric detoxification targets the quality of pre-training and fine-tuning corpora by removing or down-weighting toxic content. Early filtering pipelines relied on blocklists or lexical heuristics; contemporary pipelines often combine language identification, quality filters, and toxicity classifiers at web scale [79], [80]. More recent work emphasizes bias-aware filtering to avoid suppressing dialectal or marginalized speech [15], [81], [82]. In multilingual settings, filtering depends heavily on cross-lingual detector generalization, which can misclassify culturally specific idioms, reclaimed slurs, or dialectal markers [83], [84]. Data filtering is scalable and can reduce exposure to toxic training examples, but it also risks cultural misalignment, uneven language coverage, and the over-removal of minority language varieties; recent work argues that harmful-content filtering can deepen underrepresentation of already vulnerable groups [80].
Supervised detoxification approaches fine-tune LLMs on curated non-toxic corpora, contrastive toxic–neutral pairs, or attribute-controlled toxicity objectives [85], [86]. [12] report that mitigation can transfer across languages, but that transfer depends on language-resource conditions and can trade off against non-English generation quality. Fine-tuning-based detoxification can provide strong control, but it may reduce output diversity, degrade generation quality, or introduce stylistic flattening [84], [87].
Instruction tuning using curated safety data or synthetic refusal-style instructions can enhance multilingual LLMs’ ability to decline harmful requests and avoid toxic continuations. Multilingual preference optimization shows that alignment can transfer across languages when feedback data are balanced and sufficiently broad [25]. These methods scale well for deployment, though annotation biases and cultural coverage remain persistent limitations.
Reinforcement learning from human feedback (RLHF) [88], [89] can improve safety by training reward models to penalize toxic outputs. While RLHF datasets are primarily English-centric, multilingual LLMs can benefit indirectly through shared parameters and cross-lingual transfer [25]. However, reliance on English safety norms introduces cross-cultural misalignment in multilingual models [26], especially for expressions that are offensive in some cultures but neutral in others.
Post-hoc methods avoid or minimize retraining by steering generation at inference [90]. Classifier-guided and expert-based logit steering include PPLM hidden-state perturbations [91], [92], GeDi-style generative discriminators [93], and expert/anti-expert mixture decoding such as DExperts [94]. Expert steering is modular, but high-quality multilingual experts are a bottleneck. A second family uses edit-after-generate: produce a candidate, detect toxicity, and rewrite or refine it via prompting or a specialized editor [95]. In multilingual deployments, translation-pivot pipelines (translate\(\rightarrow\)detox in English\(\rightarrow\)translate back) remain common, but they risk semantic drift and can erase culturally salient pragmatics [41], [70]. Retrieval augmentation can also support detoxification by grounding rewrites in policy examples or safe templates [59].
Recent work investigates activation steering: modifying internal LM representations to remove or attenuate toxic features [75]. Activation Addition [96] and ROME-based editing [97] identify directions or associations that can be altered during generation. Early analyses of how interventions reshape cross-lingual representations [98] suggest potential for multilingual transfer, though evaluation is still nascent and regression risk remains high without careful cross-lingual audits [74].
A related line of work–not the main focus of this survey–is post-hoc moderation via multilingual guardrails [99]: deployment-time controllers that classify and gate prompts and responses into policy categories such as prompt harmfulness, response harmfulness, and refusal/compliance under adversarial multilingual inputs. Language choice, code-switching, and transliteration can weaken English-centric safeguards. Representative guardrails and safety classifiers include Llama Guard [100], Aegis [101], MrGuard [78], WildGuard [102], PolyGuard [13], MultiGuard/OmniGuard [103], CREST [104], Qwen3Guard [105], and UnityAI-Guard [106].
Key Takeaways.
Cross-lingual robustness remains a central challenge: Detoxification methods often perform better in high-resource languages than in low-resource or morphologically rich languages.
Cultural bias persists across detoxification pipelines: Much safety supervision originates from English, creating misalignment in non-Western contexts.
Hybrid strategies are promising: Combining data filtering, controlled decoding, alignment tuning, and guardrails can cover failure modes that no single method handles reliably.
Avoiding over-censorship is an unresolved issue: Techniques often suppress legitimate emotional or dialectal expressions, leading to “model homogenization.”
See Table 2 in the Appendix for a detailed comparison of detoxification techniques.
A persistent disparity exists between high-resource and low-resource languages. Many multilingual toxicity detectors and safety-tuned LLMs are trained or validated primarily on English and other high-resource languages, leaving morphologically rich, dialectal, or culturally distant varieties under-detected [24], [83], [107]. Alignment methods such as RLHF and constitutional tuning have historically relied on English-heavy preference or principle data [88], [89], which can produce inconsistent refusal behavior and weak recognition of non-English toxic slang [25], [26].
Open Challenge: Developing culturally aware multilingual safety representations that scale to low-resource languages without English over-dominance remains essential.
Toxicity is culturally embedded: annotators’ identities and beliefs strongly influence judgments [15], [81], [108], yet many safety datasets collapse disagreement into a single label. Models therefore risk over-censoring reclaimed slurs, misclassifying dialectal expressions, or reinforcing majority-group norms [24]. Languages with rich honorific systems, code-switching norms, or culturally specific humor [109] expose current models’ limited ability to differentiate toxicity from socially sanctioned expression.
Open Challenge: Future systems need culturally grounded, community-driven annotation and context-aware toxicity modeling that respects sociolinguistic diversity.
A recurring theme is the lack of standardized, multilingual frameworks for evaluating toxicity. Existing generation benchmarks such as RealToxicityPrompts [19] are English-only, while newer multilingual datasets such as RTP-LX, PTP, and PolyGuard broaden coverage but differ substantially in task format, label schema, and language set [1], [13], [60]. Evaluation pipelines also struggle with subtle harms such as microaggressions, presuppositional harm, and implicit bias [15]. Cross-lingual transfer of toxicity classifiers can produce false positives for dialects or false negatives for low-resource slang, making direct comparison unreliable.
Open Challenge: The field needs multilingual benchmarks with fine-grained toxicity categories, cross-cultural annotations, and shared evaluation protocols [107].
Detoxification techniques, particularly contrastive finetuning and representation editing, can reduce linguistic richness or stylistic diversity. Prior work shows that detoxification can trade toxicity reduction for reduced fluency, reduced diversity, or suppression of identity-related language [82], [84], [94]. In multilingual settings, this risk is amplified: low-resource languages may be pushed toward generic, formal, or English-like outputs because the model has weaker language-specific representations. Techniques such as activation editing [96] and PPLM [91] offer fine-grained control but still risk semantic over-suppression when applied cross-lingually.
Open Challenge: Designing detoxification techniques that preserve stylistic and cultural characteristics while eliminating harmful content remains an open frontier.
Multilingual communities frequently communicate through code-switching (e.g., Hinglish, Arabizi, Spanglish), combining scripts, phonetic spellings, and culturally specific expressions. Current LLMs and toxicity detectors are less reliable under code-switching because training coverage, tokenization, and evaluation data are sparse for mixed-language inputs [16], [83]. Safety failures under code-switched or transliterated prompts have been demonstrated for red-teaming and jailbreak settings [17], [18], and Hindi-English toxic language remains an active detection problem [5]. This poses serious risks for global deployments of multilingual LLMs.
Open Challenge: Robust multilingual safety systems must explicitly account for code-switching and orthographic variation via code-mixed training corpora, unified mixed-script tokenizers, and transliteration-aware detection.
Decoding-time methods (PPLM, GeDi, DExperts) are best viewed as a complementary safeguard—modular and retraining-light—not a standalone fix for root causes like English-centric alignment data. In multilingual settings, tokenization asymmetries, script mixing, and cross-lingual semantic drift weaken expert model reliability; building language-specific experts for low-resource languages remains impractical at scale. A central bottleneck is expert availability (data scarcity), followed by representation entanglement (toxic directions conflating sentiment, intensity, and identity) and cross-script transfer instability. The evidence points toward hybrid architectures: filtering and alignment tuning address root causes; steering provides inference-time control; guardrails add system-level robustness. Where norms are culturally contingent, community-grounded supervision remains necessary.
Language disparities: Methods effective in English often underperform in low-resource languages and dialects.
Cultural context: One-size-fits-all safety tuning misaligns with local norms, over-censoring benign expressions or missing contextually offensive language.
Evaluation gaps: Fragmented protocols and English-centric benchmarks make cross-system comparison unreliable, especially for subtle toxicity.
Style trade-offs: Detoxification often degrades output diversity, yielding generic text that erases linguistic richness.
Hybrid approaches: Combining data filtering, controlled generation, culturally aware alignment, and guardrails is the most defensible direction for deployment.
Interpretability: Understanding why models flag or generate toxic content is essential for trust and auditability in multilingual settings.
This survey offers a focused treatment of detoxification for multilingual LLMs, a problem that remains under-studied relative to its practical importance. We systematized the space along three axes: multilingual threat models that expose how language shift, translation pivots, code-switching, and post-deployment adaptation erode safety; task formulations spanning rewriting, classification, and toxic-generation evaluation; and a mechanism-based taxonomy covering data filtering, supervised and preference-based tuning, decoding-time steering, representation editing, and guardrails.
Two findings cut across every axis. First, cross-lingual transfer of safety is unreliable: methods effective in English routinely under-perform in low-resource and morphologically rich languages, and alignment learned from English preference data can misfire when projected onto other cultural contexts. Second, detoxification and linguistic diversity are in tension: current techniques can suppress legitimate dialectal, code-switched, or identity-related expression, trading one harm for another.
The most pressing research need is evaluation infrastructure: standardized, culturally grounded multilingual benchmarks that go beyond English-translated prompts and that measure not only toxicity reduction but also preservation of stylistic and cultural content. Without such benchmarks, progress on multilingual safety will remain difficult to measure and easy to overstate.
This survey synthesizes a fast-moving literature, so specific model families, benchmarks, and best practices may evolve after publication. Its scope is also intentionally focused on text-based toxicity detection and detoxification for multilingual language models; we do not cover multimodal moderation, broader cyber-safety policies, or legal governance in depth. The evidence base is uneven across languages: many “multilingual” studies still emphasize English and other high-resource languages, with fewer results for low-resource languages, dialect continua, and code-mixed or transliterated text. Because toxicity definitions and label schemas vary across datasets and cultures, comparisons across papers are necessarily approximate. We also do not run a quantitative meta-analysis or reproduce prior experiments; our synthesis depends on reported results, which often use different models, datasets, detectors, and evaluation protocols. Finally, many evaluations rely on automatic detectors, translation-based protocols, or closed-model assessments, which can introduce measurement noise and limit strict apples-to-apples replication.
This survey reviews prior work on toxicity in multilingual language models and does not involve new data collection, human-subject annotation, or model deployment. Because the paper discusses jailbreaks, red-teaming, and adaptation-time safety failures, the topic has some dual-use risk. We therefore keep the discussion at the level of threat models, evaluation categories, and mitigation strategies rather than providing operational attack instructions or harmful prompt examples. The central ethical concern is that automated toxicity detection and detoxification can reflect English-centric or majority-culture norms, misclassify reclaimed or dialectal expressions, and suppress legitimate identity-related speech. Such failures can reinforce societal and annotator biases or lead to over-censorship, especially for communities already underrepresented in training and evaluation data. We therefore emphasize culturally grounded evaluation, inclusive data practices, transparent reporting of language coverage, and careful safety–utility trade-offs in multilingual deployment.
| Approach | Typical setup | Strengths | Main failure modes | Representative evidence |
|---|---|---|---|---|
| Cross-lingual classifiers | mBERT/XLM-R or similar encoders trained on labeled toxicity data | Efficient inference; supports many languages with shared representations | Uneven transfer across scripts, dialects, and low-resource languages; annotation bias transfers with labels | Cross-lingual hate-speech detection [9]; dialect and tokenization bias [68], [108] |
| Translation-to-English pipelines | Translate non-English text, then apply an English detector | Reuses strong English detectors; simple to deploy | Translation artifacts, semantic drift, and toxicity insertion/omission | Cross-lingual toxicity classification via MT [70]; toxicity in MT [28] |
| LLM-based detection | Prompt or fine-tune instruction models/guard models for toxicity labels | Flexible label schemas; can use context and rationales | Calibration failures; inconsistent cultural norms; closed-model reproducibility issues | LLM toxicity detection [76]; guard calibration [77]; multilingual reasoning guardrails [78] |
| Representation probing | Linear probes, subspace analysis, or feature attribution in hidden states | Supports interpretability and targeted mitigation | Correlational unless paired with causal interventions; multilingual transfer remains under-tested | Toxic subspaces [71], [72]; expert decomposition [73] |
| Technique | Strengths | Weaknesses | Representative evidence |
|---|---|---|---|
| Parallel supervised fine-tuning | Strong task fit when toxic–neutral pairs exist; direct control over rewriting behavior | Expensive parallel data; weak zero-shot transfer; style can flatten | ParaDetox and multilingual extensions [10], [11], [44] |
| Preference tuning / RLHF / DPO | Can reduce toxic continuations and transfer safety preferences across languages | Transfer varies with representation alignment and language resources; English-heavy reward data can misalign norms | Cross-lingual preference transfer [12], [27]; multilingual preference optimization [25] |
| Decoding-time steering | Avoids full retraining; can be toggled or tuned at inference time | Needs calibrated classifiers or expert models; may degrade fluency under strong guidance; multilingual evidence remains limited | PPLM [91]; GeDi [93]; DExperts [94] |
| Edit-after-generate | Modular; can combine detection, rewriting, and reranking | Slower; detector errors propagate; translation pivots can lose pragmatics | Toxification reversal [95]; self-detoxification [90]; retrieval mitigation [59] |
| Representation editing | Targets internal toxicity features with limited data or parameter updates | Regression risk; limited multilingual evaluation; causal claims require audits | SafeEdit [74]; activation engineering [96]; SAE steering [75] |
| Multilingual guardrails | Deployment-time prompt/response gating; policy labels can be updated without changing generator | Does not detoxify the generator itself; vulnerable to coverage gaps and adversarial multilingual forms | MultiGuard/OmniGuard [103]; PolyGuard [13]; MrGuard [78]; Qwen3Guard [105] |