paper-with-me

홈 › Papers

UoB at SemEval-2020 Task 12: Boosting BERT with Corpus Level Information

2020-08-19 · SEMEVAL 2020 · Wah Meng Lim, Harish Tayyar Madabushi

Pre-trained language model word representation, such as BERT, have been extremely successful in several Natural Language Processing tasks significantly improving on the state-of-the-art. This can largely be attributed to their ability to better capture semantic information contained within a sentence. Several tasks, however, can benefit from information available at a corpus level, such as Term Frequency-Inverse Document Frequency (TF-IDF). In this work we test the effectiveness of integrating this information with BERT on the task of identifying abuse on social media and show that integrating this information with BERT does indeed significantly improve performance. We participate in Sub-Task A (abuse detection) wherein we achieve a score within two points of the top performing team and in Sub-Task B (target detection) wherein we are ranked 4 of the 44 participating teams.

📄 PDF Abstract BibTeX arXiv:2008.08547

Code (0)

등록된 구현이 없습니다.

Tasks

Abuse DetectionLanguage ModelingLanguage ModellingSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

DSC IIT-ISM at SemEval-2020 Task 6: Boosting BERT with Dependencies for Definition Extraction

2020-09-17 · SEMEVAL 2020 · Aadarsh Singh, Priyanshu Kumar, Aman Sinha

We explore the performance of Bidirectional Encoder Representations from Transformers (BERT) at definition extraction. We further propose a joint model of BERT and Text Level Graph Convolutional Network so as to incorpor…

Definition ExtractionLanguage ModelingLanguage ModellingSentence

Nova-Wang at SemEval-2020 Task 12: OffensEmblert: An Ensemble ofOffensive Language Classifiers

2020-12-01 · SEMEVAL 2020 · Susan Wang, Zita Marinho

This paper presents our contribution to the Offensive Language Classification Task (English SubTask A) of Semeval 2020. We propose different Bert models trained on several offensive language classification and profanity …

Classificationregression

RG PA at SemEval-2021 Task 1: A Contextual Attention-based Model with RoBERTa for Lexical Complexity Prediction

2021-08-01 · SEMEVAL 2021 · Gang Rao, Maochang Li, Xiaolong Hou, Lianxin Jiang 외

In this paper we propose a contextual attention based model with two-stage fine-tune training using RoBERTa. First, we perform the first-stage fine-tune on corpus with RoBERTa, so that the model can learn some prior doma…

Lexical Complexity PredictionTask 2

PiCkLe at SemEval-2022 Task 4: Boosting Pre-trained Language Models with Task Specific Metadata and Cost Sensitive Learning

2022-07-01 · SemEval (NAACL) 2022 7 · Manan Suri

This paper describes our system for Task 4 of SemEval 2022: Patronizing and Condescending Language Detection. Patronizing and Condescending Language (PCL) refers to language used with respect to vulnerable communities th…

Binary ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Ferryman at SemEval-2020 Task 7: Ensemble Model for Assessing Humor in Edited News Headlines

2020-12-01 · SEMEVAL 2020 · Weilong Chen, Jipeng Li, Chenghao Huang, Wei Bai 외

Natural language processing (NLP) has been applied to various fields including text classification and sentiment analysis. In the shared task of assessing the funniness of edited news headlines, which is a part of the Se…

regressionSentiment Analysistext-classificationText Classification