paper-with-me

홈 › Papers

OPI at SemEval-2022 Task 10: Transformer-based Sequence Tagging with Relation Classification for Structured Sentiment Analysis

2022-07-01 · SemEval (NAACL) 2022 7 · Rafał Poświata

This paper presents our solution for SemEval-2022 Task 10: Structured Sentiment Analysis. The solution consisted of two modules: the first for sequence tagging and the second for relation classification. In both modules we used transformer-based language models. In addition to utilizing language models specific to each of the five competition languages, we also adopted multilingual models. This approach allowed us to apply the solution to both monolingual and cross-lingual sub-tasks, where we obtained average Sentiment Graph F1 of 54.5% and 53.1%, respectively. The source code of the prepared solution is available at https://github.com/rafalposwiata/structured-sentiment-analysis.

📄 PDF Abstract BibTeX

Code (1)

rafalposwiata/structured-sentiment-analysis 공식 구현

Tasks

Relation ClassificationSentiment Analysis

Similar Papers 제목 키워드 기반

NoPropaganda at SemEval-2020 Task 11: A Borrowed Approach to Sequence Tagging and Text Classification

2020-07-25 · SEMEVAL 2020 · Ilya Dimov, Vladislav Korzun, Ivan Smurov

This paper describes our contribution to SemEval-2020 Task 11: Detection Of Propaganda Techniques In News Articles. We start with simple LSTM baselines and move to an autoregressive transformer decoder to predict long co…

ArticlesDecoderRelation Extractiontext-classification+1

HITMI\&T at SemEval-2021 Task 5: Integrating Transformer and CRF for Toxic Spans Detection

2021-08-01 · SEMEVAL 2021 · Chenyi Wang, Tianshu Liu, Tiejun Zhao

This paper introduces our system at SemEval-2021 Task 5: Toxic Spans Detection. The task aims to accurately locate toxic spans within a text. Using BIO tagging scheme, we model the task as a token-level sequence labeling…

Toxic Spans Detection

PTST-UoM at SemEval-2021 Task 10: Parsimonious Transfer for Sequence Tagging

2021-08-01 · SEMEVAL 2021 · Kemal Kurniawan, Lea Frermann, Philip Schulz, Trevor Cohn

This paper describes PTST, a source-free unsupervised domain adaptation technique for sequence tagging, and its application to the SemEval-2021 Task 10 on time expression recognition. PTST is an extension of the cross-li…

Domain AdaptationUnsupervised Domain Adaptation

YNUtaoxin at SemEval-2020 Task 11: Identification Fragments of Propaganda Technique by Neural Sequence Labeling Models with Different Tagging Schemes and Pre-trained Language Model

2020-12-01 · SEMEVAL 2020 · Xin Tao, Xiaobing Zhou

We only participated in the first subtask, and a neural sequence model was used to perform the sequence tagging task. We investigated the effects of different markup strategies on model performance. Bert that performed v…

Language ModelingLanguage Modelling

Cisco at SemEval-2021 Task 5: What's Toxic?: Leveraging Transformers for Multiple Toxic Span Extraction from Online Comments

2021-05-28 · SEMEVAL 2021 · Sreyan Ghosh, Sonal Kumar

Social network platforms are generally used to share positive, constructive, and insightful content. However, in recent times, people often get exposed to objectionable content like threat, identity attacks, hate speech,…

AttributeBinary ClassificationDependency ParsingNamed Entity Recognition (NER)+3