paper-with-me

Papers

UTFPR at SemEval-2021 Task 1: Complexity Prediction by Combining BERT Vectors and Classic Features

2021-08-01 · SEMEVAL 2021 · Gustavo Henrique Paetzold

We describe the UTFPR systems submitted to the Lexical Complexity Prediction shared task of SemEval 2021. They perform complexity prediction by combining classic features, such as word frequency, n-gram frequency, word length, and number of senses, with BERT vectors. We test numerous feature combinations and machine learning models in our experiments and find that BERT vectors, even if not optimized for the task at hand, are a great complement to classic features. We also find that employing the principle of compositionality can potentially help in phrase complexity prediction. Our systems place 45th out of 55 for single words and 29th out of 38 for phrases.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Lexical Complexity PredictionPrediction

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

UTFPR at SemEval-2019 Task 6: Relying on Compositionality to Find Offense

2019-06-01 · SEMEVAL 2019 6 · Gustavo Henrique Paetzold

We present the UTFPR system for the OffensEval shared task of SemEval 2019: A character-to-word-to-sentence compositional RNN model trained exclusively over the training data provided by the organizers. We find that, alt…

Sentence

UTFPR at SemEval-2020 Task 7: Using Co-occurrence Frequencies to Capture Unexpectedness

2020-12-01 · SEMEVAL 2020 · Gustavo Henrique Paetzold

We describe the UTFPR system for SemEval-2020{'}s Task 7: Assessing Humor in Edited News Headlines. Ours is a minimalist unsupervised system that uses word co-occurrence frequencies from large corpora to capture unexpect…

Task 2

UTFPR at SemEval 2020 Task 12: Identifying Offensive Tweets with Lightweight Ensembles

2020-12-01 · SEMEVAL 2020 · Marcos Aur{\'e}lio Hermogenes Boriola, Gustavo Henrique Paetzold

Offensive language is a common issue on social media platforms nowadays. In an effort to address this issue, the SemEval 2020 event held the OffensEval 2020 shared task where the participants were challenged to develop s…

CompNA at SemEval-2021 Task 1: Prediction of lexical complexity analyzing heterogeneous features

2021-08-01 · SEMEVAL 2021 · Giuseppe Vettigli, Antonio Sorgente

This paper describes the CompNa model that has been submitted to the Lexical Complexity Prediction (LCP) shared task hosted at SemEval 2021 (Task 1). The solution is based on combining features of different nature throug…

Lexical Complexity Prediction

UTFPR at SemEval-2019 Task 5: Hate Speech Identification with Recurrent Neural Networks

2019-04-16 · SEMEVAL 2019 6 · Gustavo Henrique Paetzold, Shervin Malmasi, Marcos Zampieri

In this paper we revisit the problem of automatically identifying hate speech in posts from social media. We approach the task using a system based on minimalistic compositional Recurrent Neural Networks (RNN). We tested…