paper-with-me

홈 › Papers

Arabic POS Tagging: Don't Abandon Feature Engineering Just Yet

2017-04-01 · WS 2017 4 · Kareem Darwish, Hamdy Mubarak, Ahmed Abdelali, Mohamed Eldesouki

This paper focuses on comparing between using Support Vector Machine based ranking (SVM-Rank) and Bidirectional Long-Short-Term-Memory (bi-LSTM) neural-network based sequence labeling in building a state-of-the-art Arabic part-of-speech tagging system. Using SVM-Rank leads to state-of-the-art results, but with a fair amount of feature engineering. Using bi-LSTM, particularly when combined with word embeddings, may lead to competitive POS-tagging results by automatically deducing latent linguistic features. However, we show that augmenting bi-LSTM sequence labeling with some of the features that we used for the SVM-Rank based tagger yields to further improvements. We also show that gains that realized by using embeddings may not be additive with the gains achieved by the features. We are open-sourcing both the SVM-Rank and the bi-LSTM based systems for free.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringNamed Entity Recognition (NER)Part-Of-Speech TaggingPOSPOS TaggingWord Embeddings

Similar Papers 제목 키워드 기반

Using Stem-Templates to Improve Arabic POS and Gender/Number Tagging

2014-05-01 · LREC 2014 5 · Kareem Darwish, Ahmed Abdelali, Hamdy Mubarak

This paper presents an end-to-end automatic processing system for Arabic. The system performs: correction of common spelling errors pertaining to different forms of alef, ta marbouta and ha, and alef maqsoura and ya; con…

Part-Of-Speech TaggingPOSPOS Tagging

Arabic Morphosyntactic Tagging and Dependency Parsing with Large Language Models

2026-03-17 · Mohamed Adel, Bashar Alhafni, Nizar Habash arxiv

Large language models (LLMs) perform strongly on many NLP tasks, but their ability to produce explicit linguistic structure remains unclear. We evaluate instruction-tuned LLMs on two structured prediction tasks for Stand…

Structured PredictionDependency Parsing

Joint Prediction of Morphosyntactic Categories for Fine-Grained Arabic Part-of-Speech Tagging Exploiting Tag Dictionary Information

2017-08-01 · CONLL 2017 8 · Go Inoue, Hiroyuki Shindo, Yuji Matsumoto

Part-of-speech (POS) tagging for morphologically rich languages such as Arabic is a challenging problem because of their enormous tag sets. One reason for this is that in the tagging scheme for such languages, a complete…

Multi-Task LearningPart-Of-Speech TaggingPOSPOS Tagging+2

Nullpointer at ArAIEval Shared Task: Arabic Propagandist Technique Detection with Token-to-Word Mapping in Sequence Tagging

2024-07-01 · Abrar Abir, Kemal Oflazer

This paper investigates the optimization of propaganda technique detection in Arabic text, including tweets \& news paragraphs, from ArAIEval shared task 1. Our approach involves fine-tuning the AraBERT v2 model with a n…

Fast and Robust POS tagger for Arabic Tweets Using Agreement-based Bootstrapping

2016-05-01 · LREC 2016 5 · Fahad Albogamy, Allan Ramsay

Part-of-Speech(POS) tagging is a key step in many NLP algorithms. However, tweets are difficult to POS tag because they are short, are not always written maintaining formal grammar and proper spelling, and abbreviations …

Part-Of-Speech TaggingPOSPOS TaggingTAG