paper-with-me

Papers

Cardiff University at SemEval-2019 Task 4: Linguistic Features for Hyperpartisan News Detection

2019-06-01 · SEMEVAL 2019 6 · Carla P{\'e}rez-Almendros, Luis Espinosa-Anke, Steven Schockaert

This paper summarizes our contribution to the Hyperpartisan News Detection task in SemEval 2019. We experiment with two different approaches: 1) an SVM classifier based on word vector averages and hand-crafted linguistic features, and 2) a BiLSTM-based neural text classifier trained on a filtered training set. Surprisingly, despite their different nature, both approaches achieve an accuracy of 0.74. The main focus of this paper is to further analyze the remarkable fact that a simple feature-based approach can perform on par with modern neural classifiers. We also highlight the effectiveness of our filtering strategy for training the neural network on a large but noisy training set.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Cardiff University at SemEval-2020 Task 6: Fine-tuning BERT for Domain-Specific Definition Classification

2020-12-01 · SEMEVAL 2020 · Shelan Jeawak, Luis Espinosa-Anke, Steven Schockaert

We describe the system submitted to SemEval-2020 Task 6, Subtask 1. The aim of this subtask is to predict whether a given sentence contains a definition or not. Unsurprisingly, we found that strong results can be achieve…

Language ModelingLanguage ModellingSentence

CardiffNLP-Metaphor at SemEval-2022 Task 2: Targeted Fine-tuning of Transformer-based Language Models for Idiomaticity Detection

2022-07-01 · SemEval (NAACL) 2022 7 · Joanne Boisson, Jose Camacho-Collados, Luis Espinosa-Anke

This paper describes the experiments ran for SemEval-2022 Task 2, subtask A, zero-shot and one-shot settings for idiomaticity detection. Our main approach is based on fine-tuning transformer-based language models as a ba…

Binary ClassificationTask 2

UAlberta at SemEval-2021 Task 2: Determining Sense Synonymy via Translations

2021-08-01 · SEMEVAL 2021 · Bradley Hauer, Hongchang Bao, Arnob Mallik, Grzegorz Kondrak

We describe the University of Alberta systems for the SemEval-2021 Word-in-Context (WiC) disambiguation task. We explore the use of translation information for deciding whether two different tokens of the same word corre…

Explainable ModelsTask 2Translation

University of Arizona at SemEval-2019 Task 12: Deep-Affix Named Entity Recognition of Geolocation Entities

2019-06-01 · SEMEVAL 2019 6 · Vikas Yadav, Egoitz Laparra, Ti-Tai Wang, Mihai Surdeanu 외

We present the Named Entity Recognition (NER) and disambiguation model used by the University of Arizona team (UArizona) for the SemEval 2019 task 12. We achieved fourth place on tasks 1 and 3. We implemented a deep-affi…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

THU\_NGN at SemEval-2019 Task 12: Toponym Detection and Disambiguation on Scientific Papers

2019-06-01 · SEMEVAL 2019 6 · Tao Qi, Suyu Ge, Chuhan Wu, Yubo Chen 외

First name: Tao Last name: Qi Email: taoqi.qt@gmail.com Affiliation: Department of Electronic Engineering, Tsinghua University First name: Suyu Last name: Ge Email: gesy17@mails.tsinghua.edu.cn Affiliation: Department of…

POSToponym ResolutionWord Embeddings