paper-with-me

Papers

Euphemistic Phrase Detection by Masked Language Model

2021-09-10 · Findings (EMNLP) 2021 11 · Wanzheng Zhu, Suma Bhat

It is a well-known approach for fringe groups and organizations to use euphemisms -- ordinary-sounding and innocent-looking words with a secret meaning -- to conceal what they are discussing. For instance, drug dealers often use "pot" for marijuana and "avocado" for heroin. From a social media content moderation perspective, though recent advances in NLP have enabled the automatic detection of such single-word euphemisms, no existing work is capable of automatically detecting multi-word euphemisms, such as "blue dream" (marijuana) and "black tar" (heroin). Our paper tackles the problem of euphemistic phrase detection without human effort for the first time, as far as we are aware. We first perform phrase mining on a raw text corpus (e.g., social media posts) to extract quality phrases. Then, we utilize word embedding similarities to select a set of euphemistic phrase candidates. Finally, we rank those candidates by a masked language model -- SpanBERT. Compared to strong baselines, we report 20-50% higher detection accuracies using our algorithm for detecting euphemistic phrases.

📄 PDF Abstract BibTeX arXiv:2109.04666

Code (1)

WanzhengZhu/Euphemism 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingmodelTAR

Similar Papers 제목 키워드 기반

Recognizing Euphemisms and Dysphemisms Using Sentiment Analysis

2020-07-01 · WS 2020 7 · Christian Felt, Ellen Riloff

This paper presents the first research aimed at recognizing euphemistic and dysphemistic phrases with natural language processing. Euphemisms soften references to topics that are sensitive, disagreeable, or taboo. Conver…

Sentiment Analysis

Turkish Delights: a Dataset on Turkish Euphemisms

2024-07-17 · Hasan Can Biyik, Patrick Lee, Anna Feldman

Euphemisms are a form of figurative language relatively understudied in natural language processing. This research extends the current computational work on potentially euphemistic terms (PETs) to Turkish. We introduce t…

Binary Classification

Searching for PETs: Using Distributional and Sentiment-Based Methods to Find Potentially Euphemistic Terms

2022-05-20 · NAACL (unimplicit) 2022 7 · Patrick Lee, Martha Gavidia, Anna Feldman, Jing Peng

This paper presents a linguistically driven proof of concept for finding potentially euphemistic terms, or PETs. Acknowledging that PETs tend to be commonly used expressions for a certain range of sensitive topics, we ma…

Sentence

Determining Code Words in Euphemistic Hate Speech Using Word Embedding Networks

2018-10-01 · WS 2018 10 · Rijul Magu, Jiebo Luo

While analysis of online explicit abusive language detection has lately seen an ever-increasing focus, implicit abuse detection remains a largely unexplored space. We carry out a study on a subcategory of implicit hate: …

Abuse DetectionAbusive LanguageCommunity DetectionHate Speech Detection+1

A Report on the Euphemisms Detection Shared Task

2022-11-23 · Patrick Lee, Anna Feldman, Jing Peng

This paper presents The Shared Task on Euphemism Detection for the Third Workshop on Figurative Language Processing (FigLang 2022) held in conjunction with EMNLP 2022. Participants were invited to investigate the euphemi…