paper-with-me

Papers

Ferryman as SemEval-2020 Task 5: Optimized BERT for Detecting Counterfactuals

2020-12-01 · SEMEVAL 2020 · Weilong Chen, Yan Zhuang, Peng Wang, Feng Hong, Yan Wang, Yanru Zhang

The main purpose of this article is to state the effect of using different methods and models for counterfactual determination and detection of causal knowledge. Nowadays, counterfactual reasoning has been widely used in various fields. In the realm of natural language process(NLP), counterfactual reasoning has huge potential to improve the correctness of a sentence. In the shared Task 5 of detecting counterfactual in SemEval 2020, we pre-process the officially given dataset according to case conversion, extract stem and abbreviation replacement. We use last-5 bidirectional encoder representation from bidirectional encoder representation from transformer (BERT)and term frequency{--}inverse document frequency (TF-IDF) vectorizer for counterfactual detection. Meanwhile, multi-sample dropout and cross validation are used to improve versatility and prevent problems such as poor generosity caused by overfitting. Finally, our team Ferryman ranked the 8th place in the sub-task 1 of this competition.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualCounterfactual DetectionCounterfactual ReasoningSentence

Methods 이 논문이 사용한 방법론

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…

Similar 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 외

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

Ferryman at SemEval-2020 Task 3: Bert with TFIDF-Weighting for Predicting the Effect of Context in Word Similarity

2020-12-01 · SEMEVAL 2020 · Weilong Chen, Xin Yuan, Sai Zhang, Jiehui Wu 외

Word similarity is widely used in machine learning applications like searching engine and recommendation. Measuring the changing meaning of the same word between two different sentences is not only a way to handle comple…

PositionSentenceWord Similarity

Ferryman at SemEval-2020 Task 12: BERT-Based Model with Advanced Improvement Methods for Multilingual Offensive Language Identification

2020-12-01 · SEMEVAL 2020 · Weilong Chen, Peng Wang, Jipeng Li, Yuanshuai Zheng 외

Indiscriminately posting offensive remarks on social media may promote the occurrence of negative events such as violence, crime, and hatred. This paper examines different approaches and models for solving offensive twee…

Language Identification

BYteam at SemEval-2020 Task 5: Detecting Counterfactual Statements with BERT and Ensembles

2020-12-01 · SEMEVAL 2020 · Yang Bai, Xiaobing Zhou

We participate in the classification tasks of SemEval-2020 Task: Subtask1: Detecting counterfactual statements of semeval-2020 task5(Detecting Counterfactuals). This paper examines different approaches and models towards…

Classificationcounterfactual

UJNLP at SemEval-2020 Task 12: Detecting Offensive Language Using Bidirectional Transformers

2020-12-01 · SEMEVAL 2020 · Yinnan Yao, Nan Su, Kun Ma

In this paper, we built several pre-trained models to participate SemEval-2020 Task 12: Multilingual Offensive Language Identification in Social Media. In the common task of Offensive Language Identification in Social Me…

Language IdentificationSentenceSentence Classification