paper-with-me

Papers

MagicPai at SemEval-2021 Task 7: Method for Detecting and Rating Humor Based on Multi-Task Adversarial Training

2021-04-21 · SEMEVAL 2021 · Jian Ma, Shuyi Xie, Haiqin Yang, Lianxin Jiang, Mengyuan Zhou, Xiaoyi Ruan, Yang Mo

This paper describes MagicPai's system for SemEval 2021 Task 7, HaHackathon: Detecting and Rating Humor and Offense. This task aims to detect whether the text is humorous and how humorous it is. There are four subtasks in the competition. In this paper, we mainly present our solution, a multi-task learning model based on adversarial examples, for task 1a and 1b. More specifically, we first vectorize the cleaned dataset and add the perturbation to obtain more robust embedding representations. We then correct the loss via the confidence level. Finally, we perform interactive joint learning on multiple tasks to capture the relationship between whether the text is humorous and how humorous it is. The final result shows the effectiveness of our system.

📄 PDF Abstract BibTeX arXiv:2104.10336

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

FII FUNNY at SemEval-2021 Task 7: HaHackathon: Detecting and rating Humor and Offense

2021-08-01 · SEMEVAL 2021 · Mihai Samson, Daniela Gifu

The {``}HaHackathon: Detecting and Rating Humor and Offense{''} task at the SemEval 2021 competition focuses on detecting and rating the humor level in sentences, as well as the level of offensiveness contained in these …

Grenzlinie at SemEval-2021 Task 7: Detecting and Rating Humor and Offense

2021-08-01 · SEMEVAL 2021 · Renyuan Liu, Xiaobing Zhou

This paper introduces the result of Team Grenzlinie{'}s experiment in SemEval-2021 task 7: HaHackathon: Detecting and Rating Humor and Offense. This task has two subtasks. Subtask1 includes the humor detection task, the …

Binary ClassificationHumor DetectionPredictionregression

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

DuluthNLP at SemEval-2021 Task 7: Fine-Tuning RoBERTa Model for Humor Detection and Offense Rating

2021-08-01 · SEMEVAL 2021 · Samuel Akrah

This paper presents the DuluthNLP submission to Task 7 of the SemEval 2021 competition on Detecting and Rating Humor and Offense. In it, we explain the approach used to train the model together with the process of fine-t…

Humor Detection

Tsia at SemEval-2021 Task 7: Detecting and Rating Humor and Offense

2021-08-01 · SEMEVAL 2021 · Zhengyi Guan, Xiaobing ZXB Zhou

This paper describes our contribution to SemEval-2021 Task 7: Detecting and Rating Humor and Of-fense.This task contains two sub-tasks, sub-task 1and sub-task 2. Among them, sub-task 1 containsthree sub-tasks, sub-task 1…

Task 2