TL;DR
This paper presents a hybrid approach combining CharacterBERT and bag-of-words techniques for toxic span detection, emphasizing character-level features to identify misspelled toxic words.
Contribution
It introduces a novel combination of CharacterBERT and bag-of-words for improved toxic span detection, addressing misspellings and character-level nuances.
Findings
Achieved 36th place in SemEval-2021 Task 5
System outperforms baseline models by 4%
Code is publicly available for reproducibility
Abstract
With the ever-increasing availability of digital information, toxic content is also on the rise. Therefore, the detection of this type of language is of paramount importance. We tackle this problem utilizing a combination of a state-of-the-art pre-trained language model (CharacterBERT) and a traditional bag-of-words technique. Since the content is full of toxic words that have not been written according to their dictionary spelling, attendance to individual characters is crucial. Therefore, we use CharacterBERT to extract features based on the word characters. It consists of a CharacterCNN module that learns character embeddings from the context. These are, then, fed into the well-known BERT architecture. The bag-of-words method, on the other hand, further improves upon that by making sure that some frequently used toxic words get labeled accordingly. With a 4 percent difference from…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Adam · Attention Is All You Need · Attention Dropout · WordPiece · Residual Connection · Linear Warmup With Linear Decay · Weight Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · Dropout
