Browse State-of-the-Art › POS Tagging
POS Tagging
136 papers with code · 2 benchmarks · 2 datasets archive 2025-07-28
Part of Speech Tagging
Description from the archive archive 2025-07-28.
Benchmarks archive 2025-07-28
2 leaderboard tables shown for this task, 2 with rows (a “benchmark” on this site is a table with at least one row, as on /sota), ordered by row count. “Best model” is the first row in the archive's own order at snapshot; nothing is re-ranked here and metric direction is not recorded in the archive. PwC's Trend sparklines are not in the archive, so that column is omitted.
| Dataset | Best model (first row in archive order) | Paper | Code | Syntology | Compare |
|---|---|---|---|---|---|
| Twitter POS (1 row) | DecomposedMetaSL | Decomposed Meta-Learning for Few-Shot Sequence Labeling | code | — | Compare |
| WSJ POS (1 row) | DecomposedMetaSL | Decomposed Meta-Learning for Few-Shot Sequence Labeling | code | — | Compare |
Syntology column: samples harvested from the paper's repositories and executed on synthesized fixtures; “ran” is not a correctness claim and does not order the table. A dash means no Syntology record for that paper, not a recorded non-run. Read from the graph 2026-09-24.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
2 datasets whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
No subtask under this task in the archive's task tree.
Most implemented papers archive 2025-07-28
30 shown of 136 papers with code (523 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
4 Mar 2016 25 repositories listed Syntology ran 4 of 24 samples · 20 unverified · 3 pointer-only (licence)State-of-the-art sequence labeling systems traditionally require large amounts of task-specific knowledge in the form of hand-crafted features and data pre-processing.
-
20 Apr 2023 6 repositories listedThis can for instance be observed when finetuning PLMs on one language and evaluating them on data in a closely related language variety with no standardized orthography.
-
27 Jun 2019 4 repositories listedThrough this method, we generate synthetic data using a large amount of unlabeled data in the target domain and then obtain a word segmentation model for the target domain.
-
18 Mar 2017 4 repositories listed Syntology ran 0 of 8 samples · 8 unverifiedRecent papers have shown that neural networks obtain state-of-the-art performance on several different sequence tagging tasks.
-
21 Oct 2015 4 repositories listedBidirectional Long Short-Term Memory Recurrent Neural Network (BLSTM-RNN) has been shown to be very effective for tagging sequential data, e.
-
22 Mar 2019 3 repositories listedWe present a reusable methodology for creation and evaluation of such tests in a multilingual setting.
-
20 Aug 2017 3 repositories listedWord embeddings have been found to provide meaningful representations for words in an efficient way; therefore, they have become common in Natural Language Processing sys- tems.
-
24 Apr 2017 3 repositories listedWe propose a sequence labeling framework with a secondary training objective, learning to predict surrounding words for every word in the dataset.
-
19 Apr 2016 3 repositories listed Syntology ran 1 of 4 samples · 3 unverified · 1 pointer-only (licence)Bidirectional long short-term memory (bi-LSTM) networks have recently proven successful for various NLP sequence modeling tasks, but little is known about their reliance to input representations, target languages, data…
-
21 Nov 2024 2 repositories listedThis study presents the development of a part-of-speech (POS) tagging model to extract the skeletal structure of sentences using transfer learning with the BERT architecture for token classification.
-
13 Oct 2023 2 repositories listedNatural language processing (NLP) has made significant progress for well-resourced languages such as English but lagged behind for low-resource languages like Setswana.
-
26 Apr 2023 2 repositories listedTherefore, we conduct an in-depth evaluation of the impact of position bias on the performance of LMs when fine-tuned on token classification benchmarks.
-
19 Apr 2022 2 repositories listedShallow parsing is an essential task for many NLP applications like machine translation, summarization, sentiment analysis, aspect identification and many more.
-
25 Apr 2021 2 repositories listedThe challenges with NLP systems with regards to tasks such as Machine Translation (MT), word sense disambiguation (WSD) and information retrieval make it imperative to have a labelled idioms dataset with classes such as…
-
24 Dec 2020 2 repositories listedThamizhiUDp uses Stanza for tokenisation and lemmatisation, ThamizhiPOSt and ThamizhiMorph for generating Part of Speech (POS) and Morphological annotations, and uuparser with multilingual training for dependency…
-
12 Aug 2020 2 repositories listedOur guideline consists of five layers of linguistic annotation: word segmentation, POS tagging, named entities, clause boundaries, and sentence boundaries.
-
17 Jan 2020 2 repositories listedThis paper presents a new technique for creating monolingual and cross-lingual meta-embeddings.
-
23 Aug 2019 2 repositories listedCRF has been used as a powerful model for statistical sequence labeling.
-
19 Apr 2019 2 repositories listedPretrained contextual representation models (Peters et al., 2018; Devlin et al., 2018) have pushed forward the state-of-the-art on many NLP tasks.
-
11 Aug 2018 2 repositories listedResults: We perform an empirical study comparing state-of-the-art traditional feature-based and neural network-based models for two core natural language processing tasks of part-of-speech (POS) tagging and dependency…
-
9 Aug 2018 2 repositories listedPOS Tagging serves as a preliminary task for many NLP applications.
-
12 Jun 2018 2 repositories listedWe investigate the design challenges of constructing effective and efficient neural sequence labeling systems, by reproducing twelve neural sequence labeling models, which include most of the state-of-the-art…
-
4 Jan 2018 2 repositories listedWe present an easy-to-use and fast toolkit, namely VnCoreNLP---a Java NLP annotation pipeline for Vietnamese.
-
PAMPO: using pattern matching and pos-tagging for effective Named Entities recognition in Portuguese30 Dec 2016 2 repositories listedThis paper deals with the entity extraction task (named entity recognition) of a text mining process that aims at unveiling non-trivial semantic structures, such as relationships and interaction between entities or…
-
15 Nov 2016 2 repositories listedThis paper describes Centre for Development of Advanced Computing's (CDACM) submission to the shared task-'Tool Contest on POS tagging for Code-Mixed Indian Social Media (Facebook, Twitter, and Whatsapp) Text',…
-
18 Nov 2015 2 repositories listedRepresentations of the input segments (i.
-
12 May 2025 1 repository listedThe results reveal that embeddings derived from dynamic models, especially those extracted using the X2Static method, outperform purely static embeddings.
-
5 Apr 2025 1 repository listedNamed Entity Recognition (NER) involves identifying and categorizing named entities within textual data.
-
6 Nov 2024 1 repository listedThe classic text preprocessing pipeline, comprising Tokenisation, Normalisation, Stop Words Removal, and Stemming/Lemmatisation, has been implemented in many systems for syntactic ontology matching (OM).
-
22 Sep 2024 1 repository listedThis paper explores the challenges posed by nominal adjectives (NAs) in natural language processing (NLP) tasks, particularly in part-of-speech (POS) tagging.
Syntology lines on 3 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections