paper-with-me

홈 › Papers

PALI at SemEval-2021 Task 2: Fine-Tune XLM-RoBERTa for Word in Context Disambiguation

2021-04-21 · SEMEVAL 2021 · Shuyi Xie, Jian Ma, Haiqin Yang, Lianxin Jiang, Yang Mo, Jianping Shen

This paper presents the PALI team's winning system for SemEval-2021 Task 2: Multilingual and Cross-lingual Word-in-Context Disambiguation. We fine-tune XLM-RoBERTa model to solve the task of word in context disambiguation, i.e., to determine whether the target word in the two contexts contains the same meaning or not. In the implementation, we first specifically design an input tag to emphasize the target word in the contexts. Second, we construct a new vector on the fine-tuned embeddings from XLM-RoBERTa and feed it to a fully-connected network to output the probability of whether the target word in the context has the same meaning or not. The new vector is attained by concatenating the embedding of the [CLS] token and the embeddings of the target word in the contexts. In training, we explore several tricks, such as the Ranger optimizer, data augmentation, and adversarial training, to improve the model prediction. Consequently, we attain first place in all four cross-lingual tasks.

📄 PDF Abstract BibTeX arXiv:2104.10375

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationTAGTask 2

Similar Papers 제목 키워드 기반

Masked Reasoner at SemEval-2020 Task 4: Fine-Tuning RoBERTa for Commonsense Reasoning

2020-12-01 · SEMEVAL 2020 · Daming Lu

This paper describes the masked reasoner system that participated in SemEval-2020 Task 4: Commonsense Validation and Explanation. The system participated in the subtask B.We proposes a novel method to fine-tune RoBERTa b…

Language ModelingLanguage Modelling

PALI-NLP at SemEval-2022 Task 6: iSarcasmEval- Fine-tuning the Pre-trained Model for Detecting Intended Sarcasm

2022-07-01 · SemEval (NAACL) 2022 7 · Xiyang Du, Dou Hu, Jin Zhi, Lianxin Jiang 외

This paper describes the method we utilized in the SemEval-2022 Task 6 iSarcasmEval: Intended Sarcasm Detection In English and Arabic. Our system has achieved 1st in SubtaskB, which is to identify the categories of inten…

Sarcasm Detection

Solomon at SemEval-2020 Task 11: Ensemble Architecture for Fine-Tuned Propaganda Detection in News Articles

2020-09-16 · SEMEVAL 2020 · Mayank Raj, Ajay Jaiswal, Rohit R. R, Ankita Gupta 외

This paper describes our system (Solomon) details and results of participation in the SemEval 2020 Task 11 "Detection of Propaganda Techniques in News Articles"\cite{DaSanMartinoSemeval20task11}. We participated in Task …

ArticlesClassificationGeneral ClassificationMulti-class Classification+1

RG PA at SemEval-2021 Task 1: A Contextual Attention-based Model with RoBERTa for Lexical Complexity Prediction

2021-08-01 · SEMEVAL 2021 · Gang Rao, Maochang Li, Xiaolong Hou, Lianxin Jiang 외

In this paper we propose a contextual attention based model with two-stage fine-tune training using RoBERTa. First, we perform the first-stage fine-tune on corpus with RoBERTa, so that the model can learn some prior doma…

Lexical Complexity PredictionTask 2

LIORI at SemEval-2021 Task 8: Ask Transformer for measurements

2021-08-01 · SEMEVAL 2021 · Adis Davletov, Denis Gordeev, Nikolay Arefyev, Emil Davletov

This work describes our approach for subtasks of SemEval-2021 Task 8: MeasEval: Counts and Measurements which took the official first place in the competition. To solve all subtasks we use multi-task learning in a questi…

Multi-Task LearningQuestion Answering