The Harmful Chat Becomes the Interpretation Ledger
Tomohiro Okatsu, Naoki Takada, Yin Min Pa Pa, Katsunari Yoshioka, and Tatsunori Mori's arXiv paper treats difficult harmful-chat interpretation as evidence integration: message, context, external knowledge, reference interpretation, confidence, and review.
The Paper
The paper is Understanding Interpretation Difficulty in Harmful Online Communication: Insights from Cybercrime Communities, arXiv:2607.07277. The arXiv record lists Tomohiro Okatsu, Naoki Takada, Yin Min Pa Pa, Katsunari Yoshioka, and Tatsunori Mori as authors, with Yokohama National University as the affiliation in the paper. It was submitted on July 8, 2026, in Computation and Language with a Computers and Society cross-list.
The authors study why some cybercrime-related Discord messages are hard to interpret. Their answer is not simply "more moderation data." Harmful intent may be carried by slang, abbreviations, coded terms, euphemisms, ambiguous references, and community-specific expression. That places the paper near the site's pages on content moderation, AI audit trails, and adversarial social epistemology. The useful shift is from classifying a single message to documenting the evidence by which an interpretation was reached.
The Dataset
The source corpus was collected in October 2023 by Kawaguchi et al., according to the paper. It contained 1,280,548 Discord messages from 9,298 channels across 55 servers. The authors filtered out channels with fewer than 100 messages and manually removed one-way advertising or promotional channels that lacked meaningful conversation. From the remaining material, one author purposefully selected 100 target messages that appeared difficult to interpret.
This matters because the study is not a prevalence estimate. The 100 messages were chosen to support close analysis, reference interpretation, expert review, confidence assessment, and later evaluation. The authors also checked lexical coverage: 92 of the 100 messages contained terms whose relevant meanings were not registered in WordNet, and 73 contained terms whose relevant meanings were not registered in Wiktionary. The problem is not just toxicity vocabulary. It is situated language that ordinary dictionaries and local text windows may not resolve.
What Context Changed
Three graduate students with natural language processing training interpreted each target message under three fixed-order conditions. Condition A gave only the target message. Condition B added the 20 preceding and 20 following messages. Condition C gave the full channel history and external resources, including web searches, online dictionaries, and local LLM assistance. Annotators could not revise earlier interpretations after seeing later evidence.
The results show how fragile message-only moderation can be. In Condition A, the human average was 2.7 matches, 4.0 partial matches, and 93.3 mismatches out of 100. Condition B improved only slightly, to 5.3 matches and 81.3 mismatches. Condition C changed the picture: 62.7 matches, 24.7 partial matches, and 12.6 mismatches. Local context helped, but the large gain came from extended history and external knowledge.
That result should discipline moderation dashboards. A flagged message is not the same thing as a supported interpretation. The evidence trail should say what context was visible, what outside knowledge was consulted, how confident the reviewer was, and what uncertainty remained after review.
LLMs and Review
The authors evaluated GPT-OSS-20B and GPT-OSS-120B. They chose open-weight models for security and privacy reasons because the dataset contained sensitive harmful-content examples and should not be sent to external LLM providers. The LLMs were tested with message-only input and with the same local context used in human Condition B: 20 messages before and after the target. The authors did not add retrieval, examples, a domain persona, or prompt tuning.
Local context improved both models. GPT-OSS-20B rose from 33 matches in the message-only setting to 41 with local context. GPT-OSS-120B rose from 37 to 58 matches, with 23 partial matches and 19 mismatches in the local-context condition. The larger model did better, but the paper does not make that a license to automate judgment. The human Condition C used a richer evidence environment than the LLM context condition, so the rows are not a clean contest between people and models.
The review process is the governance lesson. Reference interpretations were constructed through discussion, assigned confidence scores, reviewed by an information security expert, and then used by separate evaluators who labeled candidate interpretations as Match, Partial Match, or Mismatch. A moderation system that cannot show a comparable chain is asking users to trust an answer without showing how that answer was earned.
Limits
The paper's strongest feature is also its boundary. It studies 100 purposefully selected difficult messages, not a random sample of all Discord conversations, all cybercrime-related chat, or all harmful online communication. Its results should not be quoted as prevalence rates. The study is exploratory, and the authors present their difficulty classification as preliminary.
The paper also contains harmful-content examples, which this page does not reproduce. That omission is deliberate. The governance issue can be discussed without copying sensitive chat. The relevant facts are the procedure, the evidence conditions, the result table, the stated privacy reason for local open-weight models, and the warning that message-level classification alone misses the interpretive work.
The Receipt
A harmful-chat interpretation receipt should name the corpus source, collection date, channel filters, sampling rule, target message identifier, redaction policy, visible context window, extended context used, external sources consulted, model name if a model assisted, prompt boundary, reviewer role, confidence score, reference interpretation, evaluator label, and unresolved uncertainty.
The same receipt belongs in privacy-preserving prompt workflows and in public moderation appeals. Without it, the moderation decision collapses into an assertion. With it, the user, reviewer, researcher, or auditor can see whether the system interpreted the conversation or merely labeled a sentence.
Sources
- Tomohiro Okatsu, Naoki Takada, Yin Min Pa Pa, Katsunari Yoshioka, and Tatsunori Mori, Understanding Interpretation Difficulty in Harmful Online Communication: Insights from Cybercrime Communities, arXiv:2607.07277 [cs.CL], submitted July 8, 2026.
- arXiv API record for arXiv:2607.07277, checked for title, authors, categories, timestamp, abstract, and version identifier.
- arXiv HTML for Understanding Interpretation Difficulty in Harmful Online Communication, checked for affiliation, warning, dataset construction, annotation conditions, LLM setup, result table, error analysis, and limitations.
- arXiv PDF for arXiv:2607.07277, checked against the HTML for page count, tables, methods, conclusion, and the absence of deployment claims.