Challenge: Adversarial training (AT) is a powerful regularization method for neural networks, aiming to achieve robustness to input perturbations.
Approach: They propose and analyze a neural POS tagging model that exploits adversarial training by training on unmodified and adversarials.
Outcome: The proposed model improves overall tagging accuracy and prevents over-fitting in low resource languages and boosts tabbing accuracy for rare / unseen words.

Similar Papers

Adversarial training for multi-context joint entity and relation extraction (D18-1)

Copied to clipboard

Challenge: Existing models that use adversarial training (AT) have been used in various tasks such as parsing, POS tagging, relation extraction and translation.
Approach: They propose to use adversarial training (AT) to regularize neural network methods by adding small perturbations to the input data.
Outcome: The proposed model improves state-of-the-art on news, biomedical, and real estate datasets and for different languages.
What data should I include in my POS tagging training set? (2025.findings-emnlp)

Copied to clipboard

Challenge: POS tagging is a crucial task for descriptive linguistics and language documentation . POS tags are not available in all languages, but are used for training sets for understudied languages .
Approach: They compare POS tagging with in-context learning, active learning, and random sampling . they find that POS can deliver reasonable results for communities with limited resources .
Outcome: The proposed training set for Indigenous and endangered languages performs better than random sampling.
Enhance Robustness of Sequence Labelling with Masked Adversarial Training (2020.findings-emnlp)

Copied to clipboard

Challenge: Adversarial training (AT) has shown strong regularization effects on deep learning algorithms by introducing small input perturbations to improve model robustness.
Approach: They propose to use adversarial training to improve robustness from contextual information in sequence labelling tasks by masking or replacing some words in the sentence.
Outcome: The proposed method shows significant improvements on accuracy and robustness of sequence labelling on CoNLL 2000 and 2003 benchmarks.
Domain adaptation for part-of-speech tagging of noisy user-generated text (N19-1)

Copied to clipboard

Challenge: Existing POS taggers for canonical German text achieve good results around 97% accuracy, but when applying these trained models to out-of-domain data the performance decreases drastically.
Approach: They propose a neural network that trains an out-of-domain model on a large newswire corpus and transfers those weights by using them as a prior for a model trained on the target domain.
Outcome: The proposed model achieves a tagging accuracy of slightly over 90%, improving on the previous state of the art for this task.
Distant Supervision from Disparate Sources for Low-Resource Part-of-Speech Tagging (D18-1)

Copied to clipboard

Challenge: Low-resource languages lack manual annotated data to learn basic models such as part-of-speech (POS) taggers.
Approach: They propose a cross-lingual neural part-of-speech tagger that learns from disparate sources of distant supervision in a uniform framework.
Outcome: The proposed model scales to hundreds of low-resource languages without access to gold annotated data.
Cross-lingual Multi-Level Adversarial Transfer to Enhance Low-Resource Name Tagging (N19-1)

Copied to clipboard

Challenge: Low-resource language name tagging is an important but challenging task.
Approach: They propose a neural architecture that leverages multi-level adversarial transfer to improve name tagging for low-resource languages.
Outcome: The proposed approach outperforms previous approaches on CoNLL data sets.
R-AT: Regularized Adversarial Training for Natural Language Understanding (2022.findings-emnlp)

Copied to clipboard

Challenge: Currently, adversarial training is a popular and powerful regularization method in the natural language domain.
Approach: They propose to regularize adversarial training via dropout by perturbing word embeddings . they find that R-AT can improve many models by reducing adversariality .
Outcome: The proposed method can reduce the inconsistency between training and testing of models with dropout.
Part-of-speech Tagging for Extremely Low-resource Indian Languages (2024.findings-acl)

Copied to clipboard

Challenge: Modern natural language processing systems thrive when given access to large datasets, but a large fraction of the world’s languages are not privy to such benefits due to sparse documentation and inadequate digital representation.
Approach: They propose a parallel part-of-speech evaluation dataset for Angika, Magahi, Bhojpuri and Hindi.
Outcome: The proposed approach improves F1 scores by up to 8% on Angika, Magahi, Bhojpuri and Hindi while ignoring the tokenization challenge.
Unsupervised Cross-Lingual Part-of-Speech Tagging for Truly Low-Resource Scenarios (2020.emnlp-main)

Copied to clipboard

Challenge: a limited set of translations into one or more high-resource languages are available for POS tagging . a bi-LSTM architecture that uses contextualized word embeddings improves performance .
Approach: They propose an unsupervised cross-lingual transfer approach for part-of-speech tagging . they use the Bible as parallel data to learn POS taggers for target languages .
Outcome: The proposed approach improves accuracy on 12 diverse languages . the Bible is used as a parallel corpus for the study .
Reducing Confusion in Active Learning for Part-Of-Speech Tagging (2021.tacl-1)

Copied to clipboard

Challenge: Existing algorithms for annotating parts of speech are not optimal for all languages.
Approach: They propose to use a data selection algorithm to select useful training samples to minimize annotation cost.
Outcome: The proposed strategy outperforms existing strategies on six typologically diverse languages.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations