paper-with-me

Papers

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, Yanru Zhang, Yan Wang

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 SemEval 2020 competition, we preprocess datasets by replacing abbreviation, stemming words, then merge three models including Light Gradient Boosting Machine (LightGBM), Long Short-Term Memory (LSTM), and Bidirectional Encoder Representation from Transformer (BERT) by taking the average to perform the best. Our team Ferryman wins the 9th place in Sub-task 1 of Task 7 - Regression.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSentiment Analysistext-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Hitachi at SemEval-2020 Task 7: Stacking at Scale with Heterogeneous Language Models for Humor Recognition

2020-12-01 · SEMEVAL 2020 · Terufumi Morishita, Gaku Morio, Hiroaki Ozaki, Toshinori Miyoshi

This paper describes the winning system for SemEval-2020 task 7: Assessing Humor in Edited News Headlines. Our strategy is Stacking at Scale (SaS) with heterogeneous pre-trained language models (PLMs) such as BERT and GP…

SemEval-2020 Task 7: Assessing Humor in Edited News Headlines

2020-08-01 · SEMEVAL 2020 · Nabil Hossain, John Krumm, Michael Gamon, Henry Kautz

This paper describes the SemEval-2020 shared task "Assessing Humor in Edited News Headlines." The task's dataset contains news headlines in which short edits were applied to make them funny, and the funniness of these ed…

EndTimes at SemEval-2021 Task 7: Detecting and Rating Humor and Offense with BERT and Ensembles

2021-08-01 · SEMEVAL 2021 · Chandan Kumar Pandey, Chirag Singh, Karan Mangla

This paper describes Humor-BERT, a set of BERT Large based models that we used in the SemEval-2021 Task 7: Detecting and Rating Humor and Offense. It presents pre and post processing techniques, variable threshold learni…

Humor DetectionMeta-Learning

Amobee at SemEval-2020 Task 7: Regularization of Language Model Based Classifiers

2020-12-01 · SEMEVAL 2020 · Alon Rozental, Dadi Biton, Ido Blank

This paper describes Amobee{'}s participation in SemEval-2020 task 7: {``}Assessing Humor in Edited News Headlines{''}, sub-tasks 1 and 2. The goal of this task was to estimate the funniness of human modified news headli…

Language ModelingLanguage ModellingTask 2

kdehumor at semeval-2020 task 7: a neural network model for detecting funniness in dataset humicroedit

2021-05-11 · SEMEVAL 2020 · Rida Miraj, Masaki Aono

This paper describes our contribution to SemEval-2020 Task 7: Assessing Humor in Edited News Headlines. Here we present a method based on a deep neural network. In recent years, quite some attention has been devoted to h…

SentenceSentence EmbeddingSentence-Embedding