Papers › Contextualizing Hate Speech Classifiers with Post-hoc Explanation

Contextualizing Hate Speech Classifiers with Post-hoc Explanation

5 May 2020ACL 2020 6arXiv:2005.02439archive 2025-07-28

Brendan Kennedy, Xisen Jin, Aida Mostafazadeh Davani, Morteza Dehghani, Xiang Ren

Hate speech classifiers trained on imbalanced datasets struggle to determine if group identifiers like "gay" or "black" are used in offensive or prejudiced ways. Such biases manifest in false positives when these identifiers are present, due to models' inability to learn the contexts which constitute a hateful usage of identifiers. We extract SOC post-hoc explanations from fine-tuned BERT classifiers to efficiently detect bias towards identity terms. Then, we propose a novel regularization technique based on these explanations that encourages models to learn from the context of group identifiers in addition to the identifiers themselves. Our approach improved over baselines in limiting false positives on out-of-domain data while maintaining or improving in-domain performance. Project page: https://inklab.usc.edu/contextualize-hate-speech/.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2005.02439")

Code

Syntology Ran 7 of 18 code samples harvested from 2 repositories linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 2 ran; community (archive-listed): 15 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Ago3/Adversifier mentioned on GitHubNOASSERTION report
owaisCS/TestHateSpeech mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 7 ran; 1 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
2ran
11unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DotDict BrendanKennedy/contextualizing-hate-speech-models-with-explanations/hiex/soc_algo.py official repository ran MIT (permissive) · d1f57751ec604230 · report
_SamplingAndOcclusionBaseAlgo BrendanKennedy/contextualizing-hate-speech-models-with-explanations/hiex/soc_algo.py official repository ran MIT (permissive) · 6557fd36dd52f015 · report
_SamplingAndOcclusionAlgo BrendanKennedy/contextualizing-hate-speech-models-with-explanations/hiex/soc_algo.py official repository unverified MIT (permissive) · 8075d776e4211fb5 · report
swish owaisCS/TestHateSpeech/bert/modeling.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 0f786c407fb1ee4c · report
build_tf_to_pytorch_map owaisCS/TestHateSpeech/bert/modeling_transfo_xl.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 35ef111fc00c21b4 · report
gelu owaisCS/TestHateSpeech/bert/modeling_gpt2.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 8d23fbe2b99b840b · report
gelu owaisCS/TestHateSpeech/bert/modeling.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · fdc64f4c72036ae4 · report
sample_logits owaisCS/TestHateSpeech/bert/modeling_transfo_xl_utilities.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 93228a3eb5c4d179 · report
acc_and_f1 owaisCS/TestHateSpeech/run_model.py community (archive-listed) unverified MIT (permissive) · 8005c9f347f0326a · report
convert_examples_to_features_sst owaisCS/TestHateSpeech/hiex/soc_algo.py community (archive-listed) unverified MIT (permissive) · a6e55b7bc228bc28 · report
examples_to_bow owaisCS/TestHateSpeech/run_baselines.py community (archive-listed) unverified MIT (permissive) · 7151c8535ee0144d · report
load_tf_weights_in_bert owaisCS/TestHateSpeech/bert/modeling.py community (archive-listed) unverified MIT (permissive) · b1a7180868dd8d6a · report
load_tf_weights_in_gpt2 owaisCS/TestHateSpeech/bert/modeling_gpt2.py community (archive-listed) unverified MIT (permissive) · a62604f618a8cc82 · report
load_tf_weights_in_openai_gpt owaisCS/TestHateSpeech/bert/modeling_openai.py community (archive-listed) unverified MIT (permissive) · 46f305675277e757 · report
load_tf_weights_in_transfo_xl owaisCS/TestHateSpeech/bert/modeling_transfo_xl.py community (archive-listed) unverified MIT (permissive) · 1ebc2bf2c3cddc4d · report
pearson_and_spearman owaisCS/TestHateSpeech/run_model.py community (archive-listed) unverified MIT (permissive) · 0e2ab003fa4ca542 · report
plot_score_array owaisCS/TestHateSpeech/visualize.py community (archive-listed) unverified MIT (permissive) · d7e129db40fdbd06 · report
simple_accuracy owaisCS/TestHateSpeech/run_model.py community (archive-listed) unverified MIT (permissive) · 3c241ecfe3749a6d · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBERTDense ConnectionsDropoutLayer NormalizationLinear LayerLinear Warmup With Linear DecayMulti-Head AttentionResidual ConnectionSoftmaxWeight DecayWordPiece

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections