paper-with-me

홈 › Papers

Using LSTM and GRU With a New Dataset for Named Entity Recognition in the Arabic Language

2023-04-06 · Alaa Shaker, Alaa Aldarf, Igor Bessmertny

Named entity recognition (NER) is a natural language processing task (NLP), which aims to identify named entities and classify them like person, location, organization, etc. In the Arabic language, we can find a considerable size of unstructured data, and it needs to different preprocessing tool than languages like (English, Russian, German...). From this point, we can note the importance of building a new structured dataset to solve the lack of structured data. In this work, we use the BIOES format to tag the word, which allows us to handle the nested name entity that consists of more than one sentence and define the start and the end of the name. The dataset consists of more than thirty-six thousand records. In addition, this work proposes long short term memory (LSTM) units and Gated Recurrent Units (GRU) for building the named entity recognition model in the Arabic language. The models give an approximately good result (80%) because LSTM and GRU models can find the relationships between the words of the sentence. Also, use a new library from Google, which is Trax and platform Colab

📄 PDF Abstract BibTeX arXiv:2304.03399

Code (0)

등록된 구현이 없습니다.

Tasks

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

Methods 이 논문이 사용한 방법론

Library 설명 없음
Sigmoid Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Character-Aware Neural Networks for Arabic Named Entity Recognition for Social Media

2016-12-01 · WS 2016 12 · Mourad Gridach

Named Entity Recognition (NER) is the task of classifying or labelling atomic elements in the text into categories such as Person, Location or Organisation. For Arabic language, recognizing named entities is a challengin…

Feature EngineeringInformation RetrievalMachine Translationnamed-entity-recognition+6

Tafsir Dataset: A Novel Multi-Task Benchmark for Named Entity Recognition and Topic Modeling in Classical Arabic Literature

2022-10-01 · COLING 2022 10 · Sajawel Ahmed, Rob van der Goot, Misbahur Rehman, Carl Kruse 외

Various historical languages, which used to be lingua franca of science and arts, deserve the attention of current NLP research. In this work, we take the first data-driven steps towards this research line for Classical …

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

Enhancing Deep Learning with Embedded Features for Arabic Named Entity Recognition

2022-06-01 · LREC 2022 6 · Ali L. Hatab, Caroline Sabty, Slim Abdennadher

The introduction of word embedding models has remarkably changed many Natural Language Processing tasks. Word embeddings can automatically capture the semantics of words and other hidden features. Nonetheless, the Arabic…

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

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…

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