Pith. sign in

REVIEW 3 major objections 4 minor 33 references

Evaluating Large Language Models for Antisemitic Incident Classification

T0 review · 3 major / 4 minor · reviewed 2026-07-11 · grok-4.5

Pith's one-line read Large language models can classify antisemitic incidents from reports with fine-grained labels, but still need clear definitions for rhetoric and examples for actions to work reliably.

desk verdict Solid empirical task paper with useful prompt ablations; the synthetic-negative FP claim is the softest support for "potential," but the rhetoric/action findings and resources still stand. read the letter →

arxiv 2607.04890 v1 pith:LAMGZ343 submitted 2026-07-06 cs.CL

classification cs.CL
keywords hatefuleventdetectionantisemitismclassificationlargelanguagemodelsfine-grainedtaxonomypromptengineeringrhetoricversusactioncampusnewsmonitoring
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper introduces hateful event detection as a new task: automatically finding and labeling concrete reports of bias-motivated harm (not just toxic language) with fine-grained categories. Using antisemitism as a hard test case, it shows that current large language models can surface and categorize such incidents from news and civil-society reports, yet they still miss historical context, coded tropes, and everyday interpersonal harm. Adding explicit definitions of the labels helps most on rhetoric-oriented cases, while a few labeled examples help most on action-oriented cases. A campus-newspaper case study demonstrates that the models can flag previously unseen events for human review, offering a practical early-warning aid. The work argues that progress requires shared, precise taxonomies built jointly by AI builders, domain experts, and civil society.

What carries the argument

The fine-grained hateful-event taxonomy (coarse categories of Targeting versus Expression, plus nine non-exclusive types spanning assault, vandalism, historical tropes, bullying, etc.) together with controlled prompt variants that inject definitions or examples; these components turn raw short reports into structured, multi-label predictions that distinguish speech-like from action-like harm.

What would settle it

Re-run the binary detection experiments after replacing the synthetic negatives with a large set of real, human-written campus or local-news stories that mention Jewish life or Israel but contain no antisemitic incident; if false-positive rates jump sharply or the relative benefit of definitions versus examples disappears, the central performance claims collapse.

Watch

Extended reading notes

Core claim

Large language models, especially the stronger closed model tested, can perform fine-grained classification of antisemitic event reports at levels that already support human monitoring, but accuracy remains uneven across label types and is substantially improved by supplying term definitions for rhetoric-oriented harms and in-context examples for action-oriented harms.

Load-bearing premise

The synthetic set of non-antisemitic Jewish-related reports, generated by the same model family from a handful of seed phrases, is a valid negative class for measuring false positives.

Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper formalizes fine-grained hateful event detection (distinct from hate-speech detection) and evaluates GPT-4o and Llama-3.2-3B-Instruct on antisemitic incident reports drawn from AMCHA, ADL-HEAT, a GPT-4o-generated Synthetic contrast set, and a Campus-News scrape. Using controlled prompt ablations (NoCtx, Assumed, Def, Assumed-Def, Assumed-IcE), it reports that GPT-4o shows higher precision and more stable performance than Llama, that definitions most improve rhetoric-oriented fine-grained types while in-context examples most improve action-oriented types (Table 7, Figure 5), and that the best setup can surface candidate incidents from campus newspapers for human review. The authors conclude that LLMs have potential for the task yet require substantial improvement and closer collaboration with domain experts.

Significance. If the empirical patterns hold under stronger validation, the work supplies a useful new task formulation, publicly releasable resources (AMCHA subset, Synthetic seeds, Campus-News), and concrete prompt-design guidance that practitioners monitoring hate incidents could adopt immediately. The differential effect of definitions versus examples is a clean, actionable finding supported by per-type F1 tables and error examples; the campus case study, though preliminary, illustrates a realistic screening pipeline. These contributions are valuable for both NLP evaluation methodology and civil-society monitoring tools, provided the negative-class and annotation-reliability issues are addressed.

major comments (3)
  1. [§3.3, Table 4] §3.3 and Table 4: The Synthetic negative class is generated by GPT-4o itself from only 12 hand-crafted positive seed phrases. The reported 0 % false-positive rate for GPT-4o (versus non-zero for Llama) therefore cannot be treated as independent evidence of superior precision; stylistic and construct-relevance artifacts acknowledged by the authors make the binary-detection half of the “potential” claim circular. A non-synthetic, human-authored negative set is required before the precision comparison can support the central narrative.
  2. [§5.4, Table 9] §5.4 and Table 9: The human-annotated Campus-News sample contains only 19 positive articles. Precision/recall figures are consequently too noisy to underwrite the claim that the pipeline “supports early monitoring and intervention.” Either expand the annotated set substantially or relegate the case study to a purely qualitative demonstration.
  3. [§3.1, §5.3] §3.1 and §5.3: No inter-annotator agreement statistics are reported for the AMCHA fine-grained labels (or for the Campus-News consensus coding). Given the acknowledged subjectivity of antisemitism definitions and the mutual exclusivity of Targeting versus Expression, reliability numbers are load-bearing for interpreting the modest F1 scores and the rhetoric/action differential.
minor comments (4)
  1. [Figure 1] Figure 1 caption and surrounding text: the Perspective API scores are presented without version or date; given that the tool is being sunset, a brief note on the exact model used would aid reproducibility.
  2. [Table 1] Table 1 frequencies sum >100 % because types are multi-label; an explicit note in the caption would prevent misreading by readers unfamiliar with multi-label settings.
  3. [§4.1] §4.1 prompt templates: the exact Wikipedia definition string and the randomly chosen in-context examples should be listed in an appendix or repository file so that the Assumed-IcE condition is fully reproducible.
  4. Throughout: occasional typographic inconsistencies (e.g., “hatefulevents” missing space, “Assumed-IcE” vs “Ice”) should be cleaned for the camera-ready version.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: purely empirical LLM evaluation with no derivation, fitted parameters, or load-bearing self-citation chain that reduces claims to inputs by construction.

full rationale

The paper introduces a new task (fine-grained hateful event detection), assembles/annotates datasets (AMCHA, ADL-HEAT, Synthetic, Campus-News), and reports empirical classification metrics (binary detection rates, weighted F1, per-type F1) under prompt ablations for GPT-4o and Llama-3.2-3B-Instruct. There are no equations, first-principles derivations, uniqueness theorems, or ansatzes. Performance numbers (e.g., Table 4 binary rates, Table 7/Figure 5 type F1s, Campus-News case study) are direct measurements of model outputs against expert or constructed labels; they are not obtained by fitting a free parameter on a subset and then 'predicting' a statistically forced quantity. Synthetic negatives are generated by GPT-4o from 12 hand-crafted seed phrases and used only as a negative class for false-positive measurement; the paper itself flags stylistic/construct risks and calls for further validation, so the 0% FP figure is presented with caveats rather than as a self-justifying prediction. Prompt definitions and in-context examples are external inputs supplied by the authors, not circular outputs. Self-citations (if any) are ordinary background and do not underwrite the central empirical claims. The evaluation is therefore self-contained against its own benchmarks; no step reduces by construction to its inputs.

Assumptions & free parameters 2 free parameters · 4 assumptions · 2 invented entities

Empirical NLP evaluation paper; load-bearing premises are dataset construction choices, taxonomy decisions, and the validity of synthetic negatives rather than free parameters or invented physical entities.

free parameters (2)
  • temperature for synthetic generation = 0.9
    Set to 0.9 following prior ToxiGen work; controls diversity of non-antisemitic reports used as negatives.
  • number of in-context examples per type = 1
    One randomly selected labeled example per fine-grained type for Assumed-IcE; choice affects few-shot performance.
assumptions (4)
  • domain assumption AMCHA and ADL-HEAT gold labels are treated as ground truth for antisemitic incidents
    No inter-annotator agreement or rejection criteria published; used throughout §5 for all F1 calculations.
  • domain assumption Minimalist Wikipedia/IHRA definition of antisemitism plus selected AMCHA types (excluding pure anti-Israel categories) is an appropriate evaluation taxonomy
    Authors explicitly omit contested Israel-related labels to align with both IHRA and JDA; §3.1 and Discussion.
  • ad hoc to paper Synthetic reports generated from 12 positive Jewish/Israeli seed phrases are valid non-antisemitic negatives
    §3.3 procedure; authors themselves caution about stylistic and construct-relevance risks.
  • domain assumption Prompting (zero/few-shot) is the appropriate evaluation regime rather than fine-tuning
    Justified by cost and data size for intended NGO users; §4.1.
invented entities (2)
  • hateful event detection task (fine-grained) independent evidence
    purpose: Frame the problem of classifying real-world incident reports rather than toxic language alone
    Defined in Introduction and §1; operationalized via AMCHA/ADL taxonomies.
  • rhetoric-oriented vs action-oriented type grouping
    purpose: Interpret differential effects of definitions vs examples
    Introduced in §4.2 and used in Figure 5 / Table 7; authors note boundaries are fluid.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Evaluating Large Language Models for Antisemitic Incident Classification." pith.science (2026). https://pith.science/paper/LAMGZ343

@misc{pith2026260704890,
  author       = {Pith},
  title        = {Pith review of: Evaluating Large Language Models for Antisemitic Incident Classification},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LAMGZ343}},
  note         = {Machine review of arXiv:2607.04890}
}
read the original abstract

Addressing hate and violence in society requires timely detection of hateful events from public reporting, but automated identification of hateful events remains underexplored. We introduce the task of hateful event detection and investigate the ability of AI systems, specifically large language models (LLMs), to discover and classify reports of antisemitic events with fine-grained labels. We evaluate OpenAI's GPT-4o and Meta's Llama-3.2-3B-Instruct on multiple expert-annotated datasets containing antisemitic event descriptions from news articles, civil society reports, and official records. We show that LLMs, particularly GPT-4o, have potential for this task, but substantial improvement is needed. Providing clear term definitions and in-context examples in prompts can improve performance: definitions are most helpful for rhetoric-oriented events (e.g. classical antisemitic tropes), while examples help label action-oriented events (e.g. physical assault). A case study of college newspapers demonstrates that LLMs can help surface relevant real-world events, supporting early monitoring and intervention. Overall, our findings highlight both opportunities and critical gaps in AI's ability to recognize complex harms and underscore the need for collaborative efforts among AI developers, policymakers, and civil society to design models, implement robust evaluation, and develop policy frameworks for defining and combating hate efficiently and effectively.

Figures

Figures reproduced from arXiv: 2607.04890 by the authors.

Figure 1
Figure 1. We introduce the novel task of fine-grained hateful event detection. This task is distinct from hate speech [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Weighted F1 scores for coarse-grained category classifi [PITH_FULL_IMAGE:figures/full_fig_p011_2.png] view at source ↗
Figure 3
Figure 3. Weighted F1 scores across coarse-grained cate [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Weighted F1 scores across fine-grained types for the [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: Weighted F1 scores across rhetoric and action-oriented fine-grained types for the [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

33 extracted references · 2 linked inside Pith

  1. [1]

    Accessed: 2024-5-13

    Quantifying Hate: A Year of Anti-Semitism on Twitter. Accessed: 2024-5-13. ADL.2024a. 46%ofAdultsWorldwideHoldSignificantAntisemiticBeliefs,ADLPollFinds. Accessed: 2024-5-13. ADL. 2024b. Antisemitic Attitudes in America

  2. [2]

    Accessed: 2024-5-13. ADL

  3. [3]

    Accessed: 2025-12-20

    Portrait of Antisemitic Experiences in the U.S., 2024-2025. Accessed: 2025-12-20. Ali, Moonis and Savvas Zannettou

  4. [4]

    InProceedings of the International AAAI Conference on Web and Social Media, volume 19, pages 122–145

    What’s in a Prompt?: A Large-Scale Experiment to Assess the Impact of Prompt Design on the Compliance and Accuracy of 17 LLM-Generated Text Annotations. InProceedings of the International AAAI Conference on Web and Social Media, volume 19, pages 122–145. Bagavathi,Arunkumar,PedramBashiri,ShannonReid,MatthewPhillips,andSiddharthKrishnan.2019. Examining unt...

  5. [5]

    Finding microaggressions in the wild: A case for locating elusive phenomena in social media posts. InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 1664–1674, Hong Kong, China. Association for Computational Linguistics. B...

  6. [6]

    Accessed: 2025-12-20

    Victim of Boulder Firebombing Attack Dies of Wounds.The New York Times. Accessed: 2025-12-20. Chandra, Mohit, Dheeraj Pailla, Himanshu Bhatia, Aadilmehdi Sanchawala, Manish Gupta, Manish Shrivastava, and Ponnurangam Kumaraguru

  7. [7]

    Subverting the Jewtocracy

    “Subverting the Jewtocracy”: Online Antisemitism Detection Using Multimodal Deep Learning. InProceedings of the 13th ACM Web Science Conference 2021, WebSci ’21, page 148–157, New York, NY, USA. Association for Computing Machinery. Chew, Peter A

  8. [8]

    InProceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pages 345–363, Online and Punta Cana, Dominican Republic

    Latent Hatred: A Benchmark for Understanding Implicit Hate Speech. InProceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pages 345–363, Online and Punta Cana, Dominican Republic. Association for Computational Linguistics. Ewing, Giselle Ruhiyyih

Show all 33 references
  1. [9]

    Accessed: 2025-12-20

    Shapiro: Nothing will ’deter me from proudly and openly practicing my faith,’ after police say alleged arsonist targeted governor over Palestine.Politico. Accessed: 2025-12-20. FBI

  2. [10]

    Accessed: 2025-12-20

    Hate Crime Data Explorer: 2024 Hate Crime Statistics. Accessed: 2025-12-20. Feldman, David and Volovici, Marc. 2023.Antisemitism, Islamophobia and the Politics of Definition. Palgrave Critical Studies of Antisemitism and Racism. Springer International Publishing. Felkner, Virg...

  3. [11]

    InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 14104–14115, Bangkok, Thailand

    GPT is Not an Annotator: The Necessity of Human Annotation in Fairness Benchmark Construction. InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 14104–14115, Bangkok, Thailand. Association for Computational...

  4. [12]

    IHRA and JDA: Examining definitions of antisemitism in 2021.Fathom. IHRA

  5. [13]

    Accessed: 2024-5-13

    Working Definition of Antisemitism. Accessed: 2024-5-13. Jasper, Clint, Danuta Kozaki, and Kimberley Price

  6. [14]

    Accessed: 2025-12-20

    Australian Jews speak out about antisemitism after Bondi Beach shooting.ABC News. Accessed: 2025-12-20. JDA

  7. [15]

    Accessed: 2024-5-13

    The Jerusalem Declaration On Antisemitism. Accessed: 2024-5-13. Jewish Federation

  8. [16]

    https://www

    Fbi data: 69% of religion-based hate crimes targeted jews. https://www. jewishfederations.org/blog/all/fbi-data-497668. Accessed: 2025-12-20. Jiang, Nan-Jiang and Marie-Catherine de Marneffe

  9. [17]

    Can GPT-4 detect subcategories of hatred? In 2024 IEEE Digital Platforms and Societal Harms (DPSH), pages 1–6. IEEE. Mustafa, Raza Ul and Nathalie Japkowicz

  10. [18]

    Nefriana, Rr, Muheng Yan, Rebecca Hwa, and Yu-Ru Lin

    Monitoring the evolution of antisemitic discourse on extremist social media using BERT.arXiv preprint arXiv:2403.05548. Nefriana, Rr, Muheng Yan, Rebecca Hwa, and Yu-Ru Lin

  11. [19]

    Leader-driven or Leaderless: How Partici- pation Structure Sustains Engagement and Shapes Narratives in Online Hate Communities.arXiv preprint arXiv:2512.12441. Nexus

  12. [20]

    Accessed: 2024-5-3

    The Nexus Project - Israel and Antisemitism.https://nexusproject.us/. Accessed: 2024-5-3. Ozalp, Sefa, Matthew L. Williams, Pete Burnap, Han Liu, and Mohamed Mostafa

  13. [21]

    InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 35356–35385

    Evaluating Large Language Models for Detecting Antisemitism. InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 35356–35385. Penslar, Derek

  14. [22]

    Accessed: 2025-12-20

    Antisemitic and anti-Israeli attacks rise since October 7, 2023.Reuters. Accessed: 2025-12-20. Ron, Gal, Effi Levi, Odelia Oshri, and Shaul Shenhav

  15. [23]

    InThe 7th Workshop on Online Abuse and Harms (WOAH), pages 215–220, Toronto, Canada

    Factoring hate speech: A new annotation framework to study hate speech in social media. InThe 7th Workshop on Online Abuse and Harms (WOAH), pages 215–220, Toronto, Canada. Association for Computational Linguistics. Sap,Maarten,SaadiaGabriel,LianhuiQin,DanJurafsky,NoahA.Smith,...

  16. [24]

    Annotators with attitudes: How annotator beliefs and identities bias toxic language detection. InProceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 5884–5906, Seattle, United Sta...

  17. [25]

    InProceedingsofthe63rdAnnualMeeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 5687–5709

    Making FETCH! Happen: FindingEmergentDogWhistlesThroughCommonHabitats. InProceedingsofthe63rdAnnualMeeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 5687–5709. Schmidt,AnnaandMichaelWiegand.2017. ASurveyonHateSpeechDetectionusingNaturalLan...

  18. [26]

    Jewish Museum Is Part of Global Surge in Antisemitism.The New York Times

    Slaying Outside D.C. Jewish Museum Is Part of Global Surge in Antisemitism.The New York Times. Accessed: 2025-12-20. Smedt, Tom De

  19. [27]

    Sutherland,Callum.2025

    Codes, patterns and shapes of contemporary online antisemitism and conspiracy narratives – an annotation guide and labeled german-language dataset in the context of covid-19.Proceedings of the International AAAI Conference on Web and Social Media, 17(1):1082–1092. Sutherland,C...

  20. [28]

    Too Many People Are Making Excuses.The New York Times

    Antisemitism Is an Urgent Problem. Too Many People Are Making Excuses.The New York Times. Accessed: 2025-12-20. Tripodi, Rocco, Massimo Warglien, Simon Levis Sullam, and Deborah Paci

  21. [29]

    InProceedingsofthe1stInternationalWorkshop on Computational Approaches to Historical Language Change, pages 115–125, Florence, Italy

    Tracing Antisemitic Language ThroughDiachronicEmbeddingProjections: France1789-1914. InProceedingsofthe1stInternationalWorkshop on Computational Approaches to Historical Language Change, pages 115–125, Florence, Italy. Association for Computational Linguistics. U.S. Department...

  22. [30]

    Accessed: 2024-5-13

    Learn About Hate Crimes. Accessed: 2024-5-13. Vargas, Francielle, Isabelle Carvalho, Fabiana Rodrigues de Góes, Thiago Pardo, and Fabrício Benevenuto

  23. [31]

    InProceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 2289–2303

    Introducing CAD: the Contextual Abuse Dataset. InProceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 2289–2303. Warner, William and Julia Hirschberg

  24. [32]

    In Proceedings of the 7th International Conference on Natural Language and Speech Processing (ICNLSP 2024), pages 1–10, Trento

    Leveraging annotator disagreement for text classification. In Proceedings of the 7th International Conference on Natural Language and Speech Processing (ICNLSP 2024), pages 1–10, Trento. Association for Computational Linguistics. Yin, Wenjie and Arkaitz Zubiaga

  25. [33]

    Heil Hitler

    A legal approach to hate speech – operationalizing the EU‘s legal framework against the expression of hatred as an NLP task. In Proceedings of the Natural Legal Language Processing Workshop 2022, pages 53–64, Abu Dhabi, United Arab Emirates (Hybrid). Association for Computatio...

Pith tools

Reviewed July 11, 2026 · model on record in the stance chip above.