CMB AI Lab at SemEval-2022 Task 11: A Two-Stage Approach for Complex Named Entity Recognition via Span Boundary Detection and Span Classification
This paper presents a solution for the SemEval-2022 Task 11 Multilingual Complex Named Entity Recognition. What is challenging in this task is detecting semantically ambiguous and complex entities in short and low-context settings. Our team (CMB AI Lab) propose a two-stage method to recognize the named entities: first, a model based on biaffine layer is built to predict span boundaries, and then a span classification model based on pooling layer is built to predict semantic tags of the spans. The basic pre-trained models we choose are XLM-RoBERTa and mT5. The evaluation result of our approach achieves an F1 score of 84.62 on sub-task 13, which ranks the third on the learder board.
Code (0)
등록된 구현이 없습니다.
Tasks
Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Similar Papers 제목 키워드 기반
PAI at SemEval-2022 Task 11: Name Entity Recognition with Contextualized Entity Representations and Robust Loss Functions
This paper describes our system used in the SemEval-2022 Task 11 Multilingual Complex Named Entity Recognition, achieving 3rd for track 1 on the leaderboard. We propose Dictionary-fused BERT, a flexible approach for enti…
Binary Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)SU-NLP at SemEval-2022 Task 11: Complex Named Entity Recognition with Entity Linking
This paper describes the system proposed by Sabanc{\i} University Natural Language Processing Group in the SemEval-2022 MultiCoNER task. We developed an unsupervised entity linking pipeline that detects potential entity …
Entity Linkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)LLM-RM at SemEval-2023 Task 2: Multilingual Complex NER using XLM-RoBERTa
Named Entity Recognition(NER) is a task of recognizing entities at a token level in a sentence. This paper focuses on solving NER tasks in a multilingual setting for complex named entities. Our team, LLM-RM participated …
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2DANGNT-SGU at SemEval-2022 Task 11: Using Pre-trained Language Model for Complex Named Entity Recognition
In this paper, we describe a system that we built to participate in the SemEval 2022 Task 11: MultiCoNER Multilingual Complex Named Entity Recognition, specifically the track Mono-lingual in English. To construct this sy…
Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+1KDDIE at SemEval-2022 Task 11: Using DeBERTa for Named Entity Recognition
In this work, we introduce our system to the SemEval 2022 Task 11: Multilingual Complex Named Entity Recognition (MultiCoNER) competition. Our team (KDDIE) attempted the sub-task of Named Entity Recognition (NER) for the…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1