When Does Span-Guided Detoxification Help? Human Preferences and Evaluator Diagnostics in a Controlled Comparison

arXiv cs.CL Papers

Summary

This paper presents a controlled comparison of span-guided and unguided text detoxification via human evaluation, finding a trade-off: span-guided rewriting is preferred when preserving original stance is important, while unguided rewriting is favored for more complete mitigation, especially on milder toxicity. The study also assesses automatic evaluators as diagnostics rather than substitutes for human judgment.

arXiv:2607.26795v1 Announce Type: new Abstract: Span-guided rewriting aims to preserve meaning by localizing edits to annotated harmful spans, but the same constraint can leave harmful intent insufficiently mitigated. We present a controlled exploratory comparison of span-guided and unguided detoxification on a mixed-source English evaluation set comprising manually curated inputs and HateXplain test items. We conduct a dense blinded human evaluation under a fixed single-generator setting. Human preferences reveal a trade-off rather than a uniformly superior rewriting strategy. Span-guided outputs are favored when localized editing preserves the original stance and avoids unnecessary modification, whereas unguided outputs are favored when broader rewriting achieves more complete mitigation. This contrast varies substantially across the study-defined strata: the two strategies are competitive in the strong stratum, while unguided rewriting is clearly preferred in the mild stratum. Rationale annotations trace this difference to complementary failure risks: residual harm after localized editing and over-modification after broader rewriting. We treat automatic evaluation as a diagnostic rather than a substitute for human judgment. Toxicity-similarity scalarizations, a multi-generator analysis, and two general-purpose LLM judges reproduce parts of the aggregate tendency but do not yield an analogous stratified contrast. These setting-specific findings do not establish a severity-based routing rule. Instead, they motivate evaluation protocols that assess mitigation sufficiency and meaning preservation separately and report both residual harm and over-modification alongside aggregate scores.
Original Article
View Cached Full Text

Cached at: 07/30/26, 09:59 AM

# When Does Span-Guided Detoxification Help? Human Preferences and Evaluator Diagnostics in a Controlled Comparison
Source: [https://arxiv.org/html/2607.26795](https://arxiv.org/html/2607.26795)
Kyungwon Park Department of Artificial Intelligence, Yonsei University cosmicboon@yonsei\.ac\.kr

###### Abstract

Span\-guided rewriting aims to preserve meaning by localizing edits to annotated harmful spans, but the same constraint can leave harmful intent insufficiently mitigated\. We present a controlled exploratory comparison of span\-guided and unguided detoxification on a mixed\-source English evaluation set comprising manually curated inputs and HateXplain test items\. We conduct a dense blinded human evaluation under a fixed single\-generator setting\.

Human preferences reveal a trade\-off rather than a uniformly superior rewriting strategy\. Span\-guided outputs are favored when localized editing preserves the original stance and avoids unnecessary modification, whereas unguided outputs are favored when broader rewriting achieves more complete mitigation\. This contrast varies substantially across the study\-defined strata: the two strategies are competitive in the strong stratum, while unguided rewriting is clearly preferred in the mild stratum\. Rationale annotations trace this difference to complementary failure risks—residual harm after localized editing and over\-modification after broader rewriting\.

We treat automatic evaluation as a diagnostic rather than a substitute for human judgment\. Toxicity–similarity scalarizations, a multi\-generator analysis, and two general\-purpose LLM judges reproduce parts of the aggregate tendency but do not yield an analogous stratified contrast\. These setting\-specific findings do not establish a severity\-based routing rule\. Instead, they motivate evaluation protocols that assess mitigation sufficiency and meaning preservation separately and report both residual harm and over\-modification alongside aggregate scores\.

When Does Span\-Guided Detoxification Help? Human Preferences and Evaluator Diagnostics in a Controlled Comparison

Kyungwon ParkDepartment of Artificial Intelligence, Yonsei Universitycosmicboon@yonsei\.ac\.kr

## 1Introduction

Large language models are increasingly used in interactive systems, content production, and moderation workflows, creating demand for methods that can rewrite harmful language without unnecessarily changing the speaker’s intended content\(Gehmanet al\.,[2020](https://arxiv.org/html/2607.26795#bib.bib12)\)\. Potential applications include human\-in\-the\-loop moderation assistance, authoring\-time toxicity reduction, and post\-generation safety editing\. In each setting, a useful rewrite must balance two requirements: harmful content should be mitigated sufficiently, and non\-harmful meaning or pragmatic intent should be preserved\.

Text detoxification has therefore been studied through parallel rewriting, prompting, controlled generation, and decoding\-time interventions\(Logachevaet al\.,[2022](https://arxiv.org/html/2607.26795#bib.bib3); Agarwalet al\.,[2023](https://arxiv.org/html/2607.26795#bib.bib4); Krauseet al\.,[2021](https://arxiv.org/html/2607.26795#bib.bib5); Liuet al\.,[2021](https://arxiv.org/html/2607.26795#bib.bib6); Khondakeret al\.,[2024](https://arxiv.org/html/2607.26795#bib.bib7); Leeet al\.,[2024](https://arxiv.org/html/2607.26795#bib.bib8)\)\. A common design choice is whether to localize edits around detected toxic spans or allow a model to reformulate the sentence more broadly\. Span\-guided rewriting can reduce unnecessary changes, but a narrow edit may retain the harmful proposition or pragmatic attack\. Unguided rewriting has more freedom to mitigate the message, but may over\-sanitize, distort stance, or introduce a new discourse frame\.

Evaluation usually combines toxicity reduction with semantic preservation, sometimes through a single weighted score\(Toshevska and Gievska,[2021](https://arxiv.org/html/2607.26795#bib.bib1); Jinet al\.,[2022](https://arxiv.org/html/2607.26795#bib.bib2); Khondakeret al\.,[2024](https://arxiv.org/html/2607.26795#bib.bib7); Leeet al\.,[2024](https://arxiv.org/html/2607.26795#bib.bib8)\)\. These metrics are useful diagnostics, but they do not directly specify how much mitigation is sufficient for a particular input or when preservation becomes excessive\. Prior work has documented disagreement between automatic metrics and human judgments in text generation evaluation\(Deriuet al\.,[2023](https://arxiv.org/html/2607.26795#bib.bib9)\); the remaining question is how the competing risks of under\-mitigation and over\-modification appear in a controlled strategy comparison\.

We study two concrete prompting conditions: an unguided condition that permits whole\-sentence rewriting and a span\-guided condition that supplies item\-level harmful spans and requests localized editing\. For the HateXplain\-derived items, these spans come from the dataset’s gold rationale annotations\. The generator and decoding settings are fixed in the human study\. Importantly, this is a*bundled*prompt contrast: the conditions differ both in span information and in the instruction about edit locality\. We therefore characterize the behavior of these two implementations rather than claiming an isolated causal effect of span availability\.

Our primary evidence is a dense human evaluation of 60 English inputs balanced across two study\-defined operational strata \(strong and mild\)\. The set combines 30 manually curated items with 30 HateXplain test items; these strata are analytical groupings used in the evaluation corpus, not a validated or universal harm\-severity taxonomy\. Automatic toxicity and similarity measures, a larger five\-generator study, and two LLM judges are reported as secondary evaluator diagnostics\.

We make three contributions:

1. 1\.We provide a controlled human preference study showing that localized and global rewriting expose distinct failure risks: residual harm after narrow edits and over\-modification after broader rewrites\.
2. 2\.We show a large association between the study\-defined evaluation stratum and item\-level strategy preference, while explicitly avoiding a causal or universal severity interpretation\.
3. 3\.We separate human evidence from evaluator diagnostics: scalar\-proxy analyses favor unguided rewriting in their evaluated HateXplain samples, while two general\-purpose LLM judges favor unguided rewriting overall on the same 60 pairs; neither diagnostic exhibits an analogous stratified pattern\.

We address the following research questions:

RQ1:How do human preferences and rationales for span\-guided versus unguided rewriting differ across the study\-defined human\-evaluation strata?

RQ2:To what extent do toxicity–similarity proxies and general\-purpose LLM judges show aggregate and stratified patterns analogous to those observed in the human study?

## 2Related Work

#### Text detoxification and localized rewriting\.

Text detoxification has been formulated as style transfer, parallel rewriting, prompting, and controlled generation\(Toshevska and Gievska,[2021](https://arxiv.org/html/2607.26795#bib.bib1); Jinet al\.,[2022](https://arxiv.org/html/2607.26795#bib.bib2); Logachevaet al\.,[2022](https://arxiv.org/html/2607.26795#bib.bib3); Agarwalet al\.,[2023](https://arxiv.org/html/2607.26795#bib.bib4); Khondakeret al\.,[2024](https://arxiv.org/html/2607.26795#bib.bib7)\)\. Toxic\-span benchmarks and rationale annotations make localized interventions possible by identifying expressions associated with toxicity\(Mathewet al\.,[2021](https://arxiv.org/html/2607.26795#bib.bib13); Pavlopouloset al\.,[2021](https://arxiv.org/html/2607.26795#bib.bib14)\)\. Our study does not propose a new detector or generator; it compares one localized prompt strategy with one broader rewriting strategy under fixed human\-study generation settings\.

#### Evaluation of detoxification\.

Detoxification evaluation commonly combines a toxicity classifier with a semantic\-similarity measure, and may add fluency or human preference\(Toshevska and Gievska,[2021](https://arxiv.org/html/2607.26795#bib.bib1); Zhanget al\.,[2020](https://arxiv.org/html/2607.26795#bib.bib18); Leeset al\.,[2022](https://arxiv.org/html/2607.26795#bib.bib17); Leeet al\.,[2024](https://arxiv.org/html/2607.26795#bib.bib8)\)\. Prior work has shown that automatic metrics can disagree with human judgments when quality dimensions conflict\(Deriuet al\.,[2023](https://arxiv.org/html/2607.26795#bib.bib9)\)\. We focus on two concrete disagreement mechanisms: a high\-similarity local edit can preserve residual harm or reverse pragmatic intent, whereas a globally rewritten output can mitigate more strongly while departing from the original stance\.

#### LLM\-based evaluation\.

General\-purpose LLMs have also been studied as evaluators of generated text\(Chiang and Lee,[2023](https://arxiv.org/html/2607.26795#bib.bib10); Wanget al\.,[2023](https://arxiv.org/html/2607.26795#bib.bib11)\)\. We additionally evaluate whether blinded GPT\-4o and GPT\-4o\-mini comparisons recover the human patterns on the same 60 pairs\. These judges are treated as diagnostics rather than ground truth: they recover the global preference for unguided rewriting but not the same study\-stratified pattern observed in the human study\.

![Refer to caption](https://arxiv.org/html/2607.26795v1/figures/figure1_conceptual.png)Figure 1:From uniform scalar ranking to controlled strategy comparison\. A common scalar\-ranking setup selects among candidate rewrites using a single objective, whereas our study directly compares unguided and span\-guided rewriting across study\-defined strata\.

## 3Study Design

Our goal is to characterize the behavior of two concrete rewriting strategies, not to establish state\-of\-the\-art detoxification performance or a universal routing policy\. The evidence sources have distinct roles\. The human study provides the primary preference and rationale evidence\. Automatic scores characterize mitigation–similarity geometry, subsample variation, and cross\-generator consistency in metric space\. LLM judges test whether two general\-purpose evaluators recover the human patterns\. Only the LLM\-judge diagnostics use exactly the same 60 output pairs as the human study\. The scalar\-proxy analyses use the 30 HateXplain\-derived pairs and a separate 300\-item HateXplain set, so differences from the human pattern cannot be attributed to evaluator choice alone\.

Figure[1](https://arxiv.org/html/2607.26795#S2.F1)summarizes the overall comparison, while the following subsections define the two rewriting strategies, evaluation dimensions, and stratified analysis\.

### 3\.1Rewriting Strategies

Letg∈\{guided,unguided\}g\\in\\\{\\textsc\{guided\},\\textsc\{unguided\}\\\}denote the prompting condition and

yg∼p​\(y∣x,g\)\.y\_\{g\}\\sim p\(y\\mid x,g\)\.\(1\)The guided condition supplies item\-level harmful spans and requests localized edits; the unguided condition permits a broader rewrite\. Because the task instructions differ in edit scope as well as span information,ggrepresents the full implemented prompt strategy\. The human outcome for itemiiis the item\-level outcome among guided, unguided, or non\-decisive\.

### 3\.2Evaluation Dimensions

Letxxdenote an input andyya rewrite\. We measure toxicity reductionΔ​T​\(x,y\)\\Delta T\(x,y\)and semantic similarityS​\(x,y\)S\(x,y\)\. A diagnostic weighted score is

Qλ​\(x,y\)=\\displaystyle Q\_\{\\lambda\}\(x,y\)=\{\}λ​Δ​T​\(x,y\)\\displaystyle\\lambda\\,\\Delta T\(x,y\)\(2\)\+\(1−λ\)​S​\(x,y\),λ∈\[0,1\]\.\\displaystyle\+\(1\-\\lambda\)\\,S\(x,y\),\\quad\\lambda\\in\[0,1\]\.whereλ\\lambdais the toxicity\-reduction weight\. Equation[2](https://arxiv.org/html/2607.26795#S3.E2)is not proposed as a human model or deployment objective\. It is used to test how a common linear scalarization changes automatic rankings as the weight changes\.

### 3\.3Stratified Comparison

For analysis, letc​\(x\)∈\{strong,mild\}c\(x\)\\in\\\{\\textsc\{strong\},\\textsc\{mild\}\\\}be the operational stratum assigned in the 60\-item human\-evaluation corpus\. Withz=1z=1denoting a guided item\-level plurality, we compare

Pr⁡\(z=1∣c​\(x\)=strong\),\\displaystyle\\Pr\(z=1\\mid c\(x\)=\\textsc\{strong\}\),\(3\)Pr⁡\(z=1∣c​\(x\)=mild\)\.\\displaystyle\\Pr\(z=1\\mid c\(x\)=\\textsc\{mild\}\)\.This comparison tests association within the sampled evaluation corpus\. It does not establish that the strata form a universal severity scale, that stratum membership causes the preference difference, or that a system should route future inputs using these labels\.

### 3\.4Data and Operational Strata

The 60\-item human set combines two sources\. Items 1–30 are manually curated, author\-defined texts used in the original evaluation materials; slurs and explicit protected\-group targeting were intentionally avoided in this subset\. Items 31–60 are HateXplain test examples selected from non\-normal items with nonempty gold rationale spans\(Mathewet al\.,[2021](https://arxiv.org/html/2607.26795#bib.bib13)\)\. The full corpus is balanced across two operational strata used in the study \(30 strong and 30 mild\)\. For the HateXplain\-derived subset, hate\-speech items were mapped to the strong stratum and offensive\-language items to the mild stratum; manually curated items were author\-assigned to the corresponding strata\. These assignments were used only to organize the evaluation sample and were not independently validated\.

This mapping is heuristic and is not intended as a validated or universal severity taxonomy\. The item\-selection seed for the 60\-item set was not documented; A/B output order was randomized with seed 42\. The HateXplain\-derived 30 items are included in the 300\-item automatic set, whereas the manually curated 30 are not\.

The 300\-item automatic set is sampled from the HateXplain test split after excluding majority\-label normal items, examples without rationale spans, and duplicate original texts\. It contains 150 hate\-speech and 150 offensive\-language items and was sampled with seed 13\. These native dataset labels are used only for the automatic stratified analysis\.

Item\-level harmful spans are supplied to the localized condition to remove upstream span\-localization errors from the main contrast\. For HateXplain\-derived items, these are gold human rationale spans; for manually curated items, spans are taken from the original evaluation materials\. This creates an oracle\-style analysis of what happens when the localized strategy receives provided spans; deployment with predicted spans may differ\.

### 3\.5Generation Setup

The human\-evaluation pairs were generated with Qwen/Qwen2\.5\-7B\-Instruct\(Qwen Team,[2024](https://arxiv.org/html/2607.26795#bib.bib21)\)under fixed decoding settings\. One output from each rewriting condition was frozen per input for human evaluation\. Full decoding parameters and model checkpoints are provided in Appendix[B](https://arxiv.org/html/2607.26795#A2)\.

#### Unguided rewriting\.

The model is instructed to rewrite the input as respectful and appropriate while preserving the original meaning, returning one sentence\.

#### Span\-guided rewriting\.

The model receives the item\-level harmful spans supplied in the evaluation materials and is instructed to rewrite only those spans while preserving the remaining structure and meaning as much as possible, returning one sentence\.

Both conditions use the same generator and decoding settings\. They do not use identical prompts: the guided condition adds span information and a locality constraint\.

### 3\.6Human Evaluation Protocol

Human preference is the primary assessment\. The annotator pool consisted of international participants and university\-affiliated native or highly proficient English speakers\. All 31 annotators evaluated the 60 pairs, yielding 1,860 judgments\. Outputs were presented as randomized A/B candidates, and strategy labels were hidden\. Annotators answered three questions: pairwise preference \(A, B, or no clear difference\), a*single*primary rationale category, and meaning preservation of the selected output on a five\-point scale\. Because the meaning\-preservation rating is conditional on the annotator’s selected output, we treat it as an auxiliary measure rather than a direct cross\-strategy comparison\. The complete questions are reproduced in Appendix[D](https://arxiv.org/html/2607.26795#A4)\.

For each item, we count Q1 selections over guided, unguided, and no clear difference\. An item is labeled guided or unguided only when that strategy receives a strictly larger count than both other categories\. All remaining cases—including a guided–unguided tie or a plurality for no clear difference—are labeled*non\-decisive*\. Non\-decisive items are retained in descriptive totals and excluded from the2×22\\times 2association test\. An absolute majority of 16 votes is not required\.

### 3\.7Automatic Evaluation

#### Toxicity reduction\.

We use the Perspective APITOXICITYattribute\(Leeset al\.,[2022](https://arxiv.org/html/2607.26795#bib.bib17)\)\. Toxicity reduction is the input toxicity score minus the output toxicity score\. The implementation queries thecommentanalyzerv1alpha1endpoint, deduplicates repeated strings, and assigns 0\.5 when an API request fails, matching the original evaluation script\.

#### Semantic similarity\.

We report BERTScore F1 between the input and rewrite\(Zhanget al\.,[2020](https://arxiv.org/html/2607.26795#bib.bib18)\)usingbert\-score\>=0\.3\.13withlang=en\. Because no checkpoint was specified, the package default for English \(RoBERTa\-large\) was used;idf=Falseandrescale\_with\_baseline=False\. BERTScore is interpreted as a contextual similarity proxy, not a direct measure of preserved pragmatic intent\.

#### Automatic proxy ranking\.

For pairwise automatic comparisons, each output is ranked withQλQ\_\{\\lambda\}in Equation[2](https://arxiv.org/html/2607.26795#S3.E2)\. We use the terms*proxy win*and*proxy ranking*; these values are not human preferences\. Both components are used in their native reported scales rather than being standardized within the sample\. Consequently,λ\\lambdacontrols the nominal mixture weight but does not equalize the empirical variance or discriminative range of the two metrics\. We therefore interpret theλ\\lambdasweep as a sensitivity diagnostic, not as calibrated utility estimation\.

The main multi\-generator table usesλ=0\.6\\lambda=0\.6, and Appendix[C](https://arxiv.org/html/2607.26795#A3)reports weight and sample\-composition sensitivity\.

### 3\.8LLM Judges

We evaluate the same 60 pairs with the API aliasesgpt\-4oandgpt\-4o\-mini\(OpenAI,[2024](https://arxiv.org/html/2607.26795#bib.bib20)\)at temperature 0 \(runs produced around 1 June 2026; no dated snapshots were recorded\)\. Each judge receives the source text and anonymized A/B rewrites under the same core appropriateness question used for human preference\. Strategy and study\-stratum labels are hidden\. Each pair is presented in both A/B orders; when a decisive choice flips across orders, the item is conservatively treated as a tie\.

### 3\.9Statistical Analysis

We use Fisher’s exact test on the2×22\\times 2table of item\-level guided versus unguided pluralities across the two study\-defined strata, excluding non\-decisive items\. We report the difference in guided\-plurality proportions, Cohen’shh, and a 10,000\-resample item\-level bootstrap confidence interval\. These statistics quantify association in this sample; they do not turn the study strata into a validated severity scale\.

## 4Results

### 4\.1Human Preferences Across Study Strata

#### Overall and study\-stratified preference\.

Unguided outputs receive the item\-level plurality on 39 of 60 inputs, guided outputs on 15, and neither strategy on six \(Table[1](https://arxiv.org/html/2607.26795#S4.T1)\)\. The aggregate result hides a substantial study\-stratified difference\. In the strong stratum, guided and unguided pluralities are nearly balanced \(14 vs\. 13, excluding non\-decisive items\)\. In the mild stratum, unguided pluralities dominate \(26 vs\. 1; Figure[2](https://arxiv.org/html/2607.26795#S4.F2)\)\.

Table 1:Item\-level plurality preference by study\-defined stratum\.![Refer to caption](https://arxiv.org/html/2607.26795v1/figures/figure2_human_preference.png)Figure 2:Item\-level plurality preference by study\-defined human\-evaluation stratum\. The strata are operational groupings, not a universal severity scale\.
#### Item\-level association\.

After excluding the six non\-decisive items, the difference in guided\-plurality proportions isΔ​p^=0\.481\\Delta\\hat\{p\}=0\.481, with a 95% bootstrap confidence interval of\[0\.296,0\.667\]\[0\.296,\\,0\.667\]\. Fisher’s exact test givesp=1\.29×10−4p=1\.29\\times 10^\{\-4\}and Cohen’sh=1\.22h=1\.22\(Table[2](https://arxiv.org/html/2607.26795#S4.T2)\)\. This is strong evidence of association within the sampled data, but not evidence that one stratum is intrinsically or universally milder, that stratum membership causes the difference, or that the pattern generalizes beyond this implementation\.

Table 2:Association between study\-defined stratum and item\-level strategy preference\.

### 4\.2Preference Rationales

Of the 1,860 judgments, 1,581 selected one of the two strategies and therefore contributed to the strategy\-conditional rationale analysis\. The remaining 279 judgments selected “no clear difference” in Q1 and were excluded from Table[3](https://arxiv.org/html/2607.26795#S4.T3)\.

Guided selections concentrate on avoiding over\-modification \(41\.7%\) and preserving meaning \(26\.8%\), whereas unguided selections concentrate on insufficient mitigation by the alternative \(36\.0%\) and more effective toxicity reduction \(29\.0%; Table[3](https://arxiv.org/html/2607.26795#S4.T3)\)\. The rationale distribution identifies two distinct risks rather than a single uniformly superior strategy\.

Table 3:Primary rationale among judgments selecting each strategy\. Counts are judgment\-level; 279 Q1 no\-clear\-difference judgments are excluded because no strategy was selected\. The “No clear difference” row refers to the Q2 rationale option selected after a decisive Q1 strategy choice and is distinct from those 279 Q1 judgments\.Because the preference question jointly considers mitigation and preservation, similarity advantages alone do not imply overall adequacy when residual harm remains\. We do not report cross\-strategy comparisons of the auxiliary meaning\-preservation ratings because each rating is conditional on the output selected in Q1\.

### 4\.3Toxicity–Similarity Trade\-offs

On the 30 HateXplain\-derived pairs, the two strategies occupy different regions of the evaluated metric space\. Guided outputs have higher BERTScore similarity, while unguided outputs achieve larger average toxicity reduction \(Table[4](https://arxiv.org/html/2607.26795#S4.T4)\)\. Because this subset excludes the manually curated items, these proxy results are not a direct evaluator replacement for the full 60\-item human study\.

#### Diagnostic scalarization\.

Changingλ\\lambdainQλQ\_\{\\lambda\}sharply changes the automatic proxy ranking: on the 30\-item gold\-span analysis, the guided proxy\-win rate ranges from 86\.7% when similarity receives all weight to 23\.3% when toxicity reduction receives all weight\. Appendix[C](https://arxiv.org/html/2607.26795#A3)reports the full sweep in Table[7](https://arxiv.org/html/2607.26795#A3.T7)\. This sensitivity demonstrates dependence on evaluator choice; it is not evidence that oneλ\\lambdaapproximates human judgment\.

#### Gold\-span setting\.

Under gold spans, guided rewriting has higher average BERTScore and unguided rewriting has larger average toxicity reduction \(Table[4](https://arxiv.org/html/2607.26795#S4.T4)\)\. Gold spans remove one source of upstream error, but the contrast still includes the locality instruction and therefore should not be described as an isolated causal effect of span information\.

Table 4:Automatic diagnostics under gold span guidance\. Guided proxy wins: 30\.0% underQλQ\_\{\\lambda\}withλ=0\.6\\lambda=0\.6\. The proxy\-win rate is based onQλQ\_\{\\lambda\}and is not a human preference measure\.

### 4\.4Cross\-Generator Proxy Analysis

Across five generators and a separate 300\-item HateXplain set, guided outputs consistently have higher BERTScore, while unguided outputs obtain moreQλQ\_\{\\lambda\}proxy wins atλ=0\.6\\lambda=0\.6\(Table[5](https://arxiv.org/html/2607.26795#S4.T5)\)\. This supports cross\-generator consistency of the evaluated metric\-space trade\-off\. It does not establish cross\-generator human preference, because human evaluation was conducted on one frozen generator\.

Table 5:Five\-generator automatic diagnostics\. Proxy\-win percentages are based onQλQ\_\{\\lambda\}and are not human preferences\.
### 4\.5LLM Judge Results

Unlike the scalar\-proxy analyses, the LLM judges evaluate exactly the same 60 output pairs as the human study\. Both GPT\-4o and GPT\-4o\-mini reproduce the global ordering toward unguided rewriting and choose it more often than the human item\-level plurality \(Table[6](https://arxiv.org/html/2607.26795#S4.T6)\)\. However, the study\-stratified guided\-selection differences are near zero for both judges \(Δ​p^=0\.020\\Delta\\hat\{p\}=0\.020and−0\.033\-0\.033, respectively; Fisherp=1\.0p=1\.0for both\)\. Thus, even on the same 60 pairs, these two general\-purpose judges do not recover the human study\-stratified pattern in this setting\. This is a negative diagnostic result, not a claim that all LLM evaluators must fail\.

Item\-level agreement with human plurality is computed on evaluator\-specific subsets for which both the human aggregation and the LLM judge produce decisive guided or unguided labels\. Agreement is 67\.4% for GPT\-4o and 68\.9% for GPT\-4o\-mini overall, with lower agreement in the study\-defined strong stratum than in the mild stratum \(Table[6](https://arxiv.org/html/2607.26795#S4.T6)\)\. Cohen’sκ\\kappa, computed on the same evaluator\-specific tie\-excluded binary subsets, is approximately0\.070\.07for GPT\-4o and−0\.12\-0\.12for GPT\-4o\-mini\.

\(a\)\(a\) Item\-level selections\.
\(b\)\(b\) Agreement with human plurality\.

Table 6:LLM\-judge diagnostics\. Agreement is computed on evaluator\-specific subsets where both human aggregation and the judge produce decisive guided or unguided labels\.

## 5Discussion

### 5\.1Two Complementary Failure Risks

The human rationales and cases point to two competing risks\. Residual harm occurs when a localized edit removes an overt token but preserves the harmful proposition, target, or pragmatic force \(Appendix[E\.1](https://arxiv.org/html/2607.26795#A5.SS1)\)\. Over\-modification occurs when a global rewrite changes stance, interaction frame, or content beyond what is needed for mitigation \(Appendix[E\.2](https://arxiv.org/html/2607.26795#A5.SS2)\)\. Example[E\.3](https://arxiv.org/html/2607.26795#A5.SS3)further shows why high contextual similarity is not sufficient: a local substitution can preserve most tokens while reversing the utterance’s corrective stance\. The relevant evaluation question is therefore not simply whether an output is close to the input or less toxic on average, but which failure risk remains in the specific rewrite\.

### 5\.2What the Evidence Supports

The human study supports an implementation\-specific finding: preference between the two prompts differs substantially across the two study\-defined strata\. The five\-generator analysis supports a narrower statement about the geometry of the evaluated automatic proxies on a separate HateXplain sample\. The LLM\-judge analysis, conducted on the same 60 pairs as the human study, shows that two general\-purpose judges recover the aggregate ordering but not the same study\-stratified pattern\. These evidence sources are complementary, but none supplies cross\-dataset, multilingual, or cross\-generator human validation\.

### 5\.3Implications for Evaluation Design

Evaluation of span\-guided detoxification should report at least three elements\. First, aggregate toxicity and similarity should be stratified by meaningful dataset slices rather than reported only as global averages\. Second, localized outputs should be checked for residual harm and pragmatic reversal, while global outputs should be checked for over\-modification and discourse drift\. Third, automatic proxy wins and LLM\-judge choices should be reported separately from human preferences rather than presented as interchangeable measures\.

### 5\.4Implications for Adaptive Selection

The observed pattern motivates, but does not validate, adaptive strategy selection\. A deployable routing policy would require independently annotated input properties, predicted rather than gold spans, broader generators and domains, and human validation across languages and cultural contexts\. We therefore treat strategy selection as a future research hypothesis rather than a demonstrated system contribution\.

## 6Conclusion

We conducted a controlled exploratory comparison of span\-guided and unguided detoxification using one frozen generator, a mixed\-source 60\-item English evaluation set, and 1,860 blinded human judgments\. Unguided rewriting was preferred overall, but the balance between the two strategies differed substantially across the study\-defined strong and mild strata\. Rationale annotations trace the result to two competing failure risks: localized edits can retain residual harm, while global rewrites can over\-modify meaning or pragmatic stance\.

Automatic toxicity–similarity diagnostics and a five\-generator metric\-space analysis on HateXplain samples, together with two general\-purpose LLM judges on the same 60 pairs, recover parts of the aggregate ordering but do not exhibit an analogous stratified pattern\. The study does not establish a universal severity taxonomy or routing rule\. Its contribution is a carefully scoped empirical account of how editing scope, mitigation sufficiency, and meaning preservation interact in one controlled setting, together with evaluation recommendations that keep human evidence and automatic diagnostics distinct\.

## Ethics Statement

This study analyzes a mixed\-source English evaluation set containing manually curated harmful\-language examples and publicly available HateXplain test items\. Annotators were asked to compare detoxified outputs for research purposes\. Toxicity classifiers, dataset labels, and human judgments may reflect demographic and cultural biases\(Leeet al\.,[2023](https://arxiv.org/html/2607.26795#bib.bib16); Jafariet al\.,[2024](https://arxiv.org/html/2607.26795#bib.bib15)\)\. The results should not be interpreted as a complete assessment of harm across communities or dialects\.

The use of provided item\-level harmful spans, including gold rationale spans for HateXplain\-derived items, is an oracle\-style analytical choice and should not be interpreted as a deployable moderation pipeline\. Before practical use, detoxification systems require fairness analysis, human oversight, and monitoring for both under\-correction and over\-correction\. We do not recommend selecting a rewriting strategy from the study strata or HateXplain labels alone\.

## References

- V\. Agarwal, Y\. Chen, and N\. Sastry \(2023\)HateRephrase: zero\- and few\-shot reduction of hate intensity in online posts using large language models\.arXiv preprint arXiv:2310\.13985\.External Links:[Link](https://arxiv.org/abs/2310.13985)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p2.1),[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px1.p1.1)\.
- C\. Chiang and H\. Lee \(2023\)Can large language models be an alternative to human evaluations?\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),Toronto, Canada,pp\. 15607–15631\.External Links:[Link](https://aclanthology.org/2023.acl-long.870/),[Document](https://dx.doi.org/10.18653/v1/2023.acl-long.870)Cited by:[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px3.p1.1)\.
- J\. Deriu, P\. von Däniken, D\. Tuggener, and M\. Cieliebak \(2023\)Correction of errors in preference ratings from automated metrics for text generation\.InFindings of the Association for Computational Linguistics: ACL 2023,Toronto, Canada,pp\. 6456–6474\.External Links:[Link](https://aclanthology.org/2023.findings-acl.404/),[Document](https://dx.doi.org/10.18653/v1/2023.findings-acl.404)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p3.1),[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px2.p1.1)\.
- S\. Gehman, S\. Gururangan, M\. Sap, Y\. Choi, and N\. A\. Smith \(2020\)RealToxicityPrompts: evaluating neural text degeneration for toxic language generation\.InProceedings of the First Workshop on Online Abuse and Harms,pp\. 119–126\.External Links:[Link](https://aclanthology.org/2020.alw-1.15/),[Document](https://dx.doi.org/10.18653/v1/2020.alw-1.15)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p1.1)\.
- A\. Jafari, J\. Hartmann, A\. Mishra, N\. Guhl, A\. Müller, and H\. Wachsmuth \(2024\)Implicit hate: measuring the unmeasurable?\.arXiv preprint arXiv:2403\.19836\.External Links:[Link](https://arxiv.org/abs/2403.19836)Cited by:[Ethics Statement](https://arxiv.org/html/2607.26795#Sx1.p1.1)\.
- D\. Jin, Z\. Jin, Z\. Hu, O\. Vechtomova, and R\. Mihalcea \(2022\)Deep learning for text style transfer: a survey\.Computational Linguistics48\(1\),pp\. 155–205\.External Links:[Document](https://dx.doi.org/10.1162/coli%5Fa%5F00426),[Link](https://aclanthology.org/2022.cl-1.6/)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p3.1),[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px1.p1.1)\.
- M\. T\. I\. Khondaker, M\. Abdul\-Mageed, and L\. V\. S\. Lakshmanan \(2024\)DetoxLLM: a framework for detoxification with explanations\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,Miami, Florida, USA,pp\. 19112–19139\.External Links:[Link](https://aclanthology.org/2024.emnlp-main.1066/),[Document](https://dx.doi.org/10.18653/v1/2024.emnlp-main.1066)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p2.1),[§1](https://arxiv.org/html/2607.26795#S1.p3.1),[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px1.p1.1)\.
- B\. Krause, A\. D\. Gotmare, B\. McCann, N\. S\. Naik, C\. X\. Keskar, S\. Joty, and R\. Socher \(2021\)GeDi: generative discriminator guided sequence generation\.InFindings of the Association for Computational Linguistics: EMNLP 2021,pp\. 4929–4952\.External Links:[Link](https://aclanthology.org/2021.findings-emnlp.424/),[Document](https://dx.doi.org/10.18653/v1/2021.findings-emnlp.424)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p2.1)\.
- B\. Lee, H\. Kim, K\. Kim, and Y\. S\. Choi \(2024\)XDetox: text detoxification with token\-level toxicity explanations\.InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing,Miami, Florida, USA,pp\. 15215–15226\.External Links:[Link](https://aclanthology.org/2024.emnlp-main.848/),[Document](https://dx.doi.org/10.18653/v1/2024.emnlp-main.848)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p2.1),[§1](https://arxiv.org/html/2607.26795#S1.p3.1),[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px2.p1.1)\.
- N\. Lee, C\. Jung, and A\. Oh \(2023\)Hate speech classifiers are culturally insensitive\.InProceedings of the First Workshop on Cross\-Cultural Considerations in NLP,Dubrovnik, Croatia,pp\. 35–46\.External Links:[Link](https://aclanthology.org/2023.c3nlp-1.5/),[Document](https://dx.doi.org/10.18653/v1/2023.c3nlp-1.5)Cited by:[Ethics Statement](https://arxiv.org/html/2607.26795#Sx1.p1.1)\.
- A\. Lees, V\. Q\. Tran, Y\. Tay, J\. Sorensen, J\. Gupta, D\. Metzler, and L\. Vasserman \(2022\)A new generation of perspective API: efficient multilingual character\-level transformers\.arXiv preprint arXiv:2202\.11176\.External Links:[Link](https://arxiv.org/abs/2202.11176)Cited by:[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px2.p1.1),[§3\.7](https://arxiv.org/html/2607.26795#S3.SS7.SSS0.Px1.p1.1)\.
- A\. Liu, M\. Sap, X\. Lu, S\. Swayamdipta, C\. Bhagavatula, N\. A\. Smith, and Y\. Choi \(2021\)DExperts: decoding\-time controlled text generation with experts and anti\-experts\.InProceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing \(Volume 1: Long Papers\),pp\. 6691–6706\.External Links:[Link](https://aclanthology.org/2021.acl-long.522/),[Document](https://dx.doi.org/10.18653/v1/2021.acl-long.522)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p2.1)\.
- V\. Logacheva, D\. Dementieva, S\. Ustyantsev, D\. Moskovskiy, D\. Dale, I\. Krotova, N\. Semenov, and A\. Panchenko \(2022\)ParaDetox: detoxification with parallel data\.InProceedings of the 60th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 6804–6818\.External Links:[Link](https://aclanthology.org/2022.acl-long.469/),[Document](https://dx.doi.org/10.18653/v1/2022.acl-long.469)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p2.1),[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px1.p1.1)\.
- B\. Mathew, P\. K\. Saha, H\. Tharad, S\. Rajgaria, P\. Singhania, S\. Maity, P\. Goyal, and A\. Mukherjee \(2021\)HateXplain: a benchmark dataset for explainable hate speech detection\.InProceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing \(Volume 1: Long Papers\),pp\. 5936–5951\.External Links:[Link](https://aclanthology.org/2021.acl-long.466/),[Document](https://dx.doi.org/10.18653/v1/2021.acl-long.466)Cited by:[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px1.p1.1),[§3\.4](https://arxiv.org/html/2607.26795#S3.SS4.p1.1)\.
- OpenAI \(2024\)Hello GPT\-4o\.Note:OpenAI blog postExternal Links:[Link](https://openai.com/index/hello-gpt-4o/)Cited by:[§3\.8](https://arxiv.org/html/2607.26795#S3.SS8.p1.1)\.
- J\. Pavlopoulos, J\. Sorensen, L\. Laugier, and I\. Androutsopoulos \(2021\)SemEval\-2021 task 5: toxic spans detection\.InProceedings of the 15th International Workshop on Semantic Evaluation \(SemEval\-2021\),pp\. 59–69\.External Links:[Link](https://aclanthology.org/2021.semeval-1.5/),[Document](https://dx.doi.org/10.18653/v1/2021.semeval-1.5)Cited by:[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px1.p1.1)\.
- Qwen Team \(2024\)Qwen2\.5 technical report\.arXiv preprint arXiv:2412\.15115\.Cited by:[§3\.5](https://arxiv.org/html/2607.26795#S3.SS5.p1.1)\.
- M\. Toshevska and S\. Gievska \(2021\)A review of text style transfer using deep learning\.IEEE Transactions on Artificial Intelligence\.Note:arXiv:2109\.15144External Links:[Link](https://arxiv.org/abs/2109.15144)Cited by:[§1](https://arxiv.org/html/2607.26795#S1.p3.1),[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px1.p1.1),[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px2.p1.1)\.
- J\. Wang, Y\. Liang, F\. Meng, Z\. Sun, H\. Shi, Z\. Li, J\. Xu, J\. Qu, and J\. Zhou \(2023\)Is ChatGPT a good NLG evaluator? a preliminary study\.InProceedings of the 4th New Frontiers in Summarization Workshop,Singapore,pp\. 1–11\.External Links:[Link](https://aclanthology.org/2023.newsum-1.1/),[Document](https://dx.doi.org/10.18653/v1/2023.newsum-1.1)Cited by:[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px3.p1.1)\.
- T\. Zhang, V\. Kishore, F\. Wu, K\. Q\. Weinberger, and Y\. Artzi \(2020\)BERTScore: evaluating text generation with BERT\.InInternational Conference on Learning Representations,External Links:[Link](https://openreview.net/forum?id=SkeHuCVFDr)Cited by:[§2](https://arxiv.org/html/2607.26795#S2.SS0.SSS0.Px2.p1.1),[§3\.7](https://arxiv.org/html/2607.26795#S3.SS7.SSS0.Px2.p1.1)\.

## Appendix ALimitations

This study has several limitations\. First, the primary human evidence comes from 60 English inputs in one mixed\-source evaluation corpus and one frozen generator\. Dense annotation improves item\-level aggregation but does not expand the number or diversity of independent inputs\. Cross\-dataset, multilingual, and cross\-generator human replication is necessary before making broader claims\.

Second, the human study’s strong and mild strata are heuristic operational groupings in a mixed\-source evaluation corpus, not a universal severity scale\. For HateXplain\-derived items, the mapping follows hate speech→\\rightarrowstrong and offensive language→\\rightarrowmild; manually curated items were author\-assigned to the corresponding strata\. Items within each stratum can differ in target, context, explicitness, and pragmatic force\. The observed association should therefore not be interpreted as a causal effect of severity\.

Third, the main comparison uses provided item\-level harmful spans, including gold rationale spans for the HateXplain\-derived subset\. Provided spans remove upstream span\-localization noise and clarify the behavior of the localized prompt, but deployment requires predicted spans and may benefit from re\-annotation or broader rewriting when local edits are insufficient\.

Fourth, the two prompt conditions form a bundled contrast\. The guided prompt differs from the unguided prompt in both span information and edit\-locality instruction, so the study does not isolate a single prompt component causally\. Alternative prompt wording, decoding, or candidate selection may change the result\.

Fifth, the 300\-item five\-generator study is automatic\-only\. It supports consistency of the evaluated toxicity–similarity trade\-off in metric space, not human preference across backbones\. Similarly, the GPT\-4o and GPT\-4o\-mini results concern two general\-purpose judges and do not establish the behavior of all LLM evaluators\. Only the LLM judges use the same 60 pairs as the human study; the scalar\-proxy analyses use the 30 HateXplain\-derived pairs and a separate 300\-item set, so evaluator and sample\-composition effects cannot be separated\.

Finally, BERTScore and Perspective API are imperfect proxies\. BERTScore can reward lexical or contextual overlap despite pragmatic reversal, and toxicity classifiers can miss context or encode social bias\. Their results are reported as diagnostics, not ground truth\.

## Appendix BImplementation and Prompt Details

#### Human\-study generator\.

Qwen/Qwen2\.5\-7B\-Instruct;max\_new\_tokens=80;temperature=0\.7;top\_p=0\.9;do\_sample=True\. One output per condition was frozen for human evaluation\.

#### Automatic\-study generators\.

The five checkpoints aregoogle/gemma\-2\-9b\-it,meta\-llama/Llama\-3\.1\-8B\-Instruct,mistralai/Mistral\-7B\-Instruct\-v0\.2,Qwen/Qwen2\.5\-7B\-Instruct, andQwen/Qwen3\-8B\.

#### Sampling records\.

The 60\-item corpus mixes 30 manually curated items and 30 HateXplain test items\. The selection seed for this corpus was not recorded; A/B presentation order uses seed 42\. The 300\-item automatic corpus is drawn from the HateXplain test split with seed 13 after removing normal\-label items, examples without rationale spans, and duplicate source texts\.

#### Unguided task template\.

> You are given a sentence\. Rewrite it to be respectful and appropriate while preserving the original meaning as much as possible\. Return one sentence only\. Input: \{original\_text\}

#### Span\-guided task template\.

> You are given a sentence and harmful spans identified in that sentence\. Rewrite only the harmful spans so that the sentence becomes non\-toxic, while preserving the remaining structure and meaning as much as possible\. Return one sentence only\. Input: \{original\_text\} Harmful spans: \{gold\_rationale\_spans\}

For HateXplain\-derived items, gold spans are reconstructed from token masks by taking contiguous runs of tokens marked harmful by at least one annotator\. Runs are kept in left\-to\-right token order, joined in the CSV with\|, then split and rendered as bullet items in the guided prompt\. For manually curated items, harmful spans are taken from the original evaluation materials\.

#### LLM\-judge protocol\.

The judge receives the source and two anonymized candidate rewrites and answers the same core appropriateness question as Q1 in Appendix[D](https://arxiv.org/html/2607.26795#A4), including a no\-clear\-difference option\. The prompt asks which output is more appropriate as a detoxified version, considering both mitigation adequacy and meaning preservation, and requests JSON with choice in\{A,B,tie\}\\\{A,B,\\texttt\{tie\}\\\}and a free\-text reason\. No max\-token value was set, so the API default applied\. Each item is evaluated in both A/B orders\. A decisive choice that reverses across orders is recorded as a tie\.

## Appendix CWeight Sensitivity and Subsample Illustration

Table 7:Sensitivity of automatic proxy rankings to the toxicity weightλ\\lambdainQλQ\_\{\\lambda\}\.We compute guided proxy\-win rates on one sequence of subsamples of sizesn∈\{30,50,150,250\}n\\in\\\{30,50,150,250\\\}drawn from a 300\-item gold\-span run \(seed 42\), together with the fulln=300n=300evaluation\. Figure[3](https://arxiv.org/html/2607.26795#A3.F3)illustrates variation from 26\.7% to 34\.3% across these sampled subsets\. It does not estimate the sampling distribution at each size or isolate sample\-size effects from composition effects\. The figure intentionally excludes the human preference rate because human pluralities and automatic proxy wins are different estimands\.

![Refer to caption](https://arxiv.org/html/2607.26795v1/figures/figure3_distributional_sensitivity.png)Figure 3:Guided proxy\-win rates across one sequence of subsamples drawn from a 300\-item gold\-span run\. The points illustrate subset variation and do not estimate a sampling distribution at each size\.Table 8:Guided automatic proxy\-win rates by native HateXplain label and generator\. Percentages are automatic proxy wins underQλQ\_\{\\lambda\}, not human preferences\.
## Appendix DHuman Evaluation Protocol

The human study compares the two frozen outputs for each of 60 English inputs\. The annotator pool consisted of international participants and university\-affiliated native or highly proficient English speakers\. All 31 annotators evaluated all pairs, the A/B order was randomized, and the prompting condition was hidden\.

#### Q1: Preference Judgment\.

Which output is more appropriate as a detoxified version of the input?

- •Output A
- •Output B
- •No clear difference

The two outputs were presented side\-by\-side with randomized order to reduce positional bias\.

#### Q2: Primary Rationale\.

What is the primary reason for your preference? Annotators selected*one*option from:

- •Over\-modification avoidance:The selected output avoids unnecessary changes, while the alternative over\-modifies or over\-sanitizes the content\.
- •Meaning preservation:The selected output better preserves the original meaning and intent\.
- •Effective toxicity reduction:The selected output more effectively reduces harmful or toxic content\.
- •Insufficient mitigation:The alternative fails to sufficiently mitigate harmful content\.
- •Balance \(safety & meaning\):The selected output achieves a better balance between mitigation and preservation\.
- •Fluency/readability:The selected output is more fluent, natural, or readable\.
- •No clear difference\.

#### Q3: Meaning Preservation\.

How well does the selected output preserve the original meaning and intent?

- •1: Very poor \(meaning is significantly altered or lost\)
- •2: Poor \(meaning is substantially changed\)
- •3: Fair \(meaning is partially preserved with some changes\)
- •4: Good \(meaning is well preserved with minor changes\)
- •5: Excellent \(meaning is fully preserved\)

#### Aggregation\.

We report item\-level strategy outcomes using the same three\-way plurality rule described in Section[3\.6](https://arxiv.org/html/2607.26795#S3.SS6), together with judgment\-level rationale distributions\. The auxiliary Q3 ratings are not compared across strategies because they are conditional on the output selected in Q1\. Judgments selecting “no clear difference” in Q1 \(n=279n\{=\}279\) are excluded from the strategy\-conditional rationale table\. Non\-decisive items are retained in descriptive totals and excluded from binary association tests\.

## Appendix EIllustrative Case Studies

These examples are drawn from the 60\-item human\-evaluation corpus and illustrate the two principal failure risks\. Study\-stratum labels are reported without interpreting them as a universal severity taxonomy\.

### E\.1Example 1: Strong\-stratum item, Unguided Preferred

This item received an unguided plurality \(25 vs\. 4 guided; 2 judgment\-level ties\)\. Dominant Q2 categories align with*effective toxicity reduction*/*insufficient mitigation*\.

> Original:You’re a fucking waste of space\. Guided:You’re a waste of space\. Unguided:You don’t seem to be contributing much right now\.

Human Preference:Unguided \(item\-level plurality\)\.

Interpretation:The local edit removes profanity but retains the core personal attack\. The broader rewrite weakens the attack more substantially, illustrating residual harm after a localized edit\.

### E\.2Example 2: Strong\-stratum item, Guided Preferred

This item received a guided plurality \(23 vs\. 8 unguided\)\. Dominant Q2 categories align with*over\-modification avoidance*/*meaning preservation*\.

> Original:You’re a liar and a fraud\. Everyone knows you’re fake\. Guided:You’re not being entirely honest, and some might have concerns about your authenticity\. Unguided:I have concerns about your actions, and it seems there might be a misunderstanding; I believe it would be beneficial for us to clarify the situation\.

Human Preference:Guided \(item\-level plurality\)\.

Interpretation:The unguided output introduces a conciliatory clarification frame that departs from the original accusation\. The guided output retains the pragmatic stance while softening its expression, illustrating over\-modification by global rewriting\.

### E\.3Example 3: Mild\-stratum item, Unguided Preferred

This item received an unguided plurality \(26 vs\. 4 guided; 1 judgment\-level tie\)\. Dominant Q2 categories align with*meaning preservation*/*fluency*\.

> Original:That was a dumb comment—think before you speak\. Guided:That was a thoughtful comment—think before you speak\. Unguided:Next time, consider your words more carefully\.

Human Preference:Unguided \(item\-level plurality\)\.

Interpretation:Replacing “dumb” with “thoughtful” reverses the criticism despite high surface overlap\. The unguided rewrite preserves the corrective intent more naturally, illustrating a pragmatic\-reversal failure of local substitution\. Example[E\.3](https://arxiv.org/html/2607.26795#A5.SS3)shows why high contextual similarity is not sufficient: the local substitution preserves most tokens while reversing the utterance’s corrective stance\.

Similar Articles

AEGIS: Awareness-Enhanced Guidance for Iterative Safeguard

arXiv cs.CL

AEGIS is an exploratory framework for studying span-level guided multilingual detoxification across English, Mandarin Chinese, and Korean, analyzing how explicit rationales affect the trade-off between toxicity reduction and meaning preservation.

Detoxification for LLM: From Dataset Itself

arXiv cs.CL

Researchers propose HSPD, a corpus-level detoxification pipeline that rewrites toxic spans in pretraining data while preserving semantics, achieving state-of-the-art toxicity reduction on GPT-2 XL, LLaMA-2, OPT, and Falcon models.