paper-with-me

Papers

Wojood: Nested Arabic Named Entity Corpus and Recognition using BERT

2022-05-19 · LREC 2022 6 · Mustafa Jarrar, Mohammed Khalilia, Sana Ghanem

This paper presents Wojood, a corpus for Arabic nested Named Entity Recognition (NER). Nested entities occur when one entity mention is embedded inside another entity mention. Wojood consists of about 550K Modern Standard Arabic (MSA) and dialect tokens that are manually annotated with 21 entity types including person, organization, location, event and date. More importantly, the corpus is annotated with nested entities instead of the more common flat annotations. The data contains about 75K entities and 22.5% of which are nested. The inter-annotator evaluation of the corpus demonstrated a strong agreement with Cohen's Kappa of 0.979 and an F1-score of 0.976. To validate our data, we used the corpus to train a nested NER model based on multi-task learning and AraBERT (Arabic BERT). The model achieved an overall micro F1-score of 0.884. Our corpus, the annotation guidelines, the source code and the pre-trained model are publicly available.

📄 PDF Abstract BibTeX arXiv:2205.09651

Code (1)

SinaLab/ArabicNER 공식 구현 pytorch

Tasks

Multi-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity Recognition

Similar Papers 제목 키워드 기반

Arabic Fine-Grained Entity Recognition

2023-10-26 · Haneen Liqreina, Mustafa Jarrar, Mohammed Khalilia, Ahmed Oumar El-Shangiti 외

Traditional NER systems are typically trained to recognize coarse-grained entities, and less attention is given to classifying entities into a hierarchy of fine-grained lower-level subtypes. This article aims to advance …

NER

WojoodNER 2023: The First Arabic Named Entity Recognition Shared Task

2023-10-24 · Mustafa Jarrar, Muhammad Abdul-Mageed, Mohammed Khalilia, Bashar Talafha 외

We present WojoodNER-2023, the first Arabic Named Entity Recognition (NER) Shared Task. The primary focus of WojoodNER-2023 is on Arabic NER, offering novel NER datasets (i.e., Wojood) and the definition of subtasks desi…

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

WojoodNER 2024: The Second Arabic Named Entity Recognition Shared Task

2024-07-13 · Mustafa Jarrar, Nagham Hamad, Mohammed Khalilia, Bashar Talafha 외

We present WojoodNER-2024, the second Arabic Named Entity Recognition (NER) Shared Task. In WojoodNER-2024, we focus on fine-grained Arabic NER. We provided participants with a new Arabic fine-grained NER dataset called …

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

mucAI at WojoodNER 2024: Arabic Named Entity Recognition with Nearest Neighbor Search

2024-08-07 · Ahmed Abdou, Tasneem Mohsen

Named Entity Recognition (NER) is a task in Natural Language Processing (NLP) that aims to identify and classify entities in text into predefined categories. However, when applied to Arabic data, NER encounters unique ch…

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

CV-18 NER: Augmented Common Voice for Named Entity Recognition from Arabic Speech

2026-04-02 · Youssef Saidi, Haroun Elleuch, Fethi Bougares arxiv

End-to-end speech Named Entity Recognition (NER) aims to directly extract entities from speech. Prior work has shown that end-to-end (E2E) approaches can outperform cascaded pipelines for English, French, and Chinese, bu…